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

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