package.json 836 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "async-each",
  3. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  4. "version": "1.0.3",
  5. "license": "MIT",
  6. "keywords": [
  7. "async",
  8. "forEach",
  9. "each",
  10. "map",
  11. "asynchronous",
  12. "iteration",
  13. "iterate",
  14. "loop",
  15. "parallel",
  16. "concurrent",
  17. "array",
  18. "flow",
  19. "control flow"
  20. ],
  21. "files": [
  22. "index.js"
  23. ],
  24. "homepage": "https://github.com/paulmillr/async-each/",
  25. "author": "Paul Miller (https://paulmillr.com/)",
  26. "repository": "git://github.com/paulmillr/async-each.git",
  27. "main": "index.js",
  28. "dependencies": {},
  29. "__npminstall_done": "Thu Dec 24 2020 20:20:59 GMT+0800 (CST)",
  30. "_from": "async-each@1.0.3",
  31. "_resolved": "https://registry.npm.taobao.org/async-each/download/async-each-1.0.3.tgz"
  32. }