package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "array-each@^1.0.1",
  3. "_id": "[email protected]",
  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. "/gulp-uglify",
  21. "/object.defaults"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
  24. "_shasum": "a794af0c05ab1752846ee753a1f211a05ba0c44f",
  25. "_spec": "array-each@^1.0.1",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\object.defaults",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/array-each/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Loop over each item in an array and call the given function on every element.",
  37. "devDependencies": {
  38. "gulp-format-md": "^0.1.11",
  39. "mocha": "^3.2.0"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/jonschlinkert/array-each",
  48. "keywords": [
  49. "array",
  50. "each"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "array-each",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/jonschlinkert/array-each.git"
  58. },
  59. "scripts": {
  60. "test": "mocha"
  61. },
  62. "verb": {
  63. "toc": false,
  64. "layout": "default",
  65. "tasks": [
  66. "readme"
  67. ],
  68. "plugins": [
  69. "gulp-format-md"
  70. ],
  71. "related": {
  72. "list": [
  73. "collection-map",
  74. "arr-filter",
  75. "arr-map"
  76. ]
  77. },
  78. "lint": {
  79. "reflinks": true
  80. }
  81. },
  82. "version": "1.0.1"
  83. }