package.json 1.9 KB

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