package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "to-object-path@^0.3.0",
  3. "_id": "to-object-path@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  6. "_location": "/to-object-path",
  7. "_phantomChildren": {
  8. "is-buffer": "1.1.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "to-object-path@^0.3.0",
  14. "name": "to-object-path",
  15. "escapedName": "to-object-path",
  16. "rawSpec": "^0.3.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.3.0"
  19. },
  20. "_requiredBy": [
  21. "/cache-base",
  22. "/set-getter",
  23. "/union-value/set-value"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  26. "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  27. "_spec": "to-object-path@^0.3.0",
  28. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/cache-base",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "kind-of": "^3.0.2"
  39. },
  40. "deprecated": false,
  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. }