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 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "object-visit@^1.0.0",
  3. "_id": "object-visit@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
  6. "_location": "/object-visit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-visit@^1.0.0",
  12. "name": "object-visit",
  13. "escapedName": "object-visit",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/collection-visit",
  20. "/map-visit"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
  23. "_shasum": "f79c4493af0c5377b59fe39d395e41042dd045bb",
  24. "_spec": "object-visit@^1.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\collection-visit",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/object-visit/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "isobject": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Call a specified method on each value in the given object.",
  39. "devDependencies": {
  40. "gulp": "^3.9.1",
  41. "gulp-eslint": "^3.0.1",
  42. "gulp-format-md": "^0.1.12",
  43. "gulp-istanbul": "^1.1.1",
  44. "gulp-mocha": "^3.0.0",
  45. "mocha": "^3.2.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/object-visit",
  54. "keywords": [
  55. "context",
  56. "function",
  57. "helper",
  58. "key",
  59. "method",
  60. "object",
  61. "value",
  62. "visit",
  63. "visitor"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "object-visit",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/object-visit.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "related": {
  77. "list": [
  78. "base-methods",
  79. "collection-visit",
  80. "define-property",
  81. "map-visit"
  82. ]
  83. },
  84. "toc": false,
  85. "layout": "default",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "1.0.1"
  97. }