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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "arr-map@^2.0.0",
  3. "_id": "arr-map@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=",
  6. "_location": "/arr-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-map@^2.0.0",
  12. "name": "arr-map",
  13. "escapedName": "arr-map",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bach",
  20. "/collection-map",
  21. "/undertaker"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz",
  24. "_shasum": "3a77345ffc1cf35e2a91825601f9e58f2e24cac4",
  25. "_spec": "arr-map@^2.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\undertaker",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/arr-map/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "make-iterator": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Faster, node.js focused alternative to JavaScript's native array map.",
  40. "devDependencies": {
  41. "array-map": "^0.0.0",
  42. "benchmarked": "^0.2.5",
  43. "braces": "^2.0.3",
  44. "chalk": "^1.1.3",
  45. "glob": "^7.1.1",
  46. "gulp-format-md": "^0.1.11",
  47. "micromatch": "^2.3.11",
  48. "mocha": "^3.2.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/arr-map",
  57. "keywords": [
  58. "arr",
  59. "array",
  60. "map"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "arr-map",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/arr-map.git"
  68. },
  69. "scripts": {
  70. "benchmark": "node benchmark",
  71. "test": "mocha"
  72. },
  73. "verb": {
  74. "toc": false,
  75. "layout": "default",
  76. "tasks": [
  77. "readme"
  78. ],
  79. "related": {
  80. "list": [
  81. "arr-diff",
  82. "arr-filter",
  83. "arr-flatten",
  84. "arr-reduce"
  85. ]
  86. },
  87. "plugins": [
  88. "gulp-format-md"
  89. ],
  90. "lint": {
  91. "reflinks": true
  92. }
  93. },
  94. "version": "2.0.2"
  95. }