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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "collection-visit@^1.0.0",
  3. "_id": "collection-visit@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
  6. "_location": "/collection-visit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "collection-visit@^1.0.0",
  12. "name": "collection-visit",
  13. "escapedName": "collection-visit",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cache-base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
  22. "_shasum": "4bc0373c164bc3291b4d368c829cf1a80a59dca0",
  23. "_spec": "collection-visit@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\cache-base",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/collection-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. "map-visit": "^1.0.0",
  47. "object-visit": "^1.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
  51. "devDependencies": {
  52. "clone-deep": "^0.2.4",
  53. "gulp": "^3.9.1",
  54. "gulp-eslint": "^3.0.1",
  55. "gulp-format-md": "^0.1.12",
  56. "gulp-istanbul": "^1.1.1",
  57. "gulp-mocha": "^3.0.0",
  58. "mocha": "^3.2.0"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/collection-visit",
  67. "keywords": [
  68. "array",
  69. "arrays",
  70. "collection",
  71. "context",
  72. "function",
  73. "helper",
  74. "invoke",
  75. "key",
  76. "map",
  77. "method",
  78. "object",
  79. "objects",
  80. "value",
  81. "visit",
  82. "visitor"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "collection-visit",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/collection-visit.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "verb": {
  95. "related": {
  96. "list": [
  97. "base-methods",
  98. "map-visit",
  99. "object-visit"
  100. ]
  101. },
  102. "toc": false,
  103. "layout": "default",
  104. "tasks": [
  105. "readme"
  106. ],
  107. "plugins": [
  108. "gulp-format-md"
  109. ],
  110. "lint": {
  111. "reflinks": true
  112. }
  113. },
  114. "version": "1.0.0"
  115. }