项目原始demo,不改动
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Pode ver ficheiros e cloná-lo, mas não pode fazer envios ou lançar questões ou pedidos de integração.
 
 
 
 

85 linhas
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "to-object-path@0.3.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "to-object-path@0.3.0",
  10. "_id": "to-object-path@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  13. "_location": "/to-object-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "to-object-path@0.3.0",
  19. "name": "to-object-path",
  20. "escapedName": "to-object-path",
  21. "rawSpec": "0.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.0"
  24. },
  25. "_requiredBy": [
  26. "/cache-base",
  27. "/union-value/set-value"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  30. "_spec": "0.3.0",
  31. "_where": "D:\\A易云\\YiYunJianZhu",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  38. },
  39. "dependencies": {
  40. "kind-of": "^3.0.2"
  41. },
  42. "description": "Create an object path from a list or array of strings.",
  43. "devDependencies": {
  44. "base": "^0.6.7",
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/to-object-path",
  54. "keywords": [
  55. "dot",
  56. "nested",
  57. "notation",
  58. "object",
  59. "path",
  60. "stringify"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "to-object-path",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "related": {
  74. "list": [
  75. "get-value",
  76. "set-value",
  77. "has-value",
  78. "omit-value",
  79. "unset-value"
  80. ]
  81. }
  82. },
  83. "version": "0.3.0"
  84. }