package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "async-each@^1.0.0",
  3. "_id": "async-each@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
  6. "_location": "/async-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async-each@^1.0.0",
  12. "name": "async-each",
  13. "escapedName": "async-each",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
  22. "_shasum": "19d386a1d9edc6e7c1c85d388aedbcc56d33602d",
  23. "_spec": "async-each@^1.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/chokidar",
  25. "author": {
  26. "name": "Paul Miller",
  27. "url": "http://paulmillr.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/paulmillr/async-each/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  36. "homepage": "https://github.com/paulmillr/async-each/",
  37. "keywords": [
  38. "async",
  39. "forEach",
  40. "each",
  41. "map",
  42. "asynchronous",
  43. "iteration",
  44. "iterate",
  45. "loop",
  46. "parallel",
  47. "concurrent",
  48. "array",
  49. "flow",
  50. "control flow"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "async-each",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/paulmillr/async-each.git"
  58. },
  59. "version": "1.0.1"
  60. }