package.json 1.8 KB

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