package.json 1.8 KB

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