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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "collection-map@^1.0.0",
  3. "_id": "collection-map@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=",
  6. "_location": "/collection-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "collection-map@^1.0.0",
  12. "name": "collection-map",
  13. "escapedName": "collection-map",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/undertaker"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz",
  22. "_shasum": "aea0f06f8d26c780c2b75494385544b2255af18c",
  23. "_spec": "collection-map@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\undertaker",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/collection-map/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "arr-map": "^2.0.2",
  35. "for-own": "^1.0.0",
  36. "make-iterator": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Returns an array of mapped values from an array or object.",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.11",
  42. "mocha": "^3.2.0"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/collection-map",
  51. "keywords": [
  52. "collection",
  53. "map"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "collection-map",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jonschlinkert/collection-map.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "verb": {
  66. "toc": false,
  67. "layout": "default",
  68. "tasks": [
  69. "readme"
  70. ],
  71. "plugins": [
  72. "gulp-format-md"
  73. ],
  74. "related": {
  75. "list": [
  76. "arr-flatten",
  77. "arr-map",
  78. "for-in",
  79. "for-own"
  80. ]
  81. },
  82. "lint": {
  83. "reflinks": true
  84. }
  85. },
  86. "version": "1.0.0"
  87. }