package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "to-object-path@0.3.0",
  5. "E:\\amr1.0\\AMR"
  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. ],
  28. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  37. },
  38. "dependencies": {
  39. "kind-of": "^3.0.2"
  40. },
  41. "description": "Create an object path from a list or array of strings.",
  42. "devDependencies": {
  43. "base": "^0.6.7",
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/to-object-path",
  53. "keywords": [
  54. "dot",
  55. "nested",
  56. "notation",
  57. "object",
  58. "path",
  59. "stringify"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "to-object-path",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "related": {
  73. "list": [
  74. "get-value",
  75. "set-value",
  76. "has-value",
  77. "omit-value",
  78. "unset-value"
  79. ]
  80. }
  81. },
  82. "version": "0.3.0"
  83. }