You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

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