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.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "map-visit@^1.0.0",
  3. "_id": "map-visit@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
  6. "_location": "/map-visit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "map-visit@^1.0.0",
  12. "name": "map-visit",
  13. "escapedName": "map-visit",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/collection-visit"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
  22. "_shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
  23. "_spec": "map-visit@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\collection-visit",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/map-visit/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "email": "brian.woodward@gmail.com",
  37. "url": "https://twitter.com/doowb"
  38. },
  39. {
  40. "name": "Jon Schlinkert",
  41. "email": "jon.schlinkert@sellside.com",
  42. "url": "http://twitter.com/jonschlinkert"
  43. }
  44. ],
  45. "dependencies": {
  46. "object-visit": "^1.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Map `visit` over an array of objects.",
  50. "devDependencies": {
  51. "clone-deep": "^0.2.4",
  52. "extend-shallow": "^2.0.1",
  53. "gulp-format-md": "^0.1.12",
  54. "lodash": "^4.17.4",
  55. "mocha": "^3.2.0"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/map-visit",
  64. "keywords": [
  65. "array",
  66. "arrays",
  67. "function",
  68. "helper",
  69. "invoke",
  70. "key",
  71. "map",
  72. "method",
  73. "object",
  74. "objects",
  75. "value",
  76. "visit",
  77. "visitor"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "map-visit",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/map-visit.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "lint": {
  99. "reflinks": true
  100. },
  101. "related": {
  102. "list": [
  103. "collection-visit",
  104. "object-visit"
  105. ]
  106. },
  107. "reflinks": [
  108. "verb",
  109. "verb-generate-readme"
  110. ]
  111. },
  112. "version": "1.0.0"
  113. }