package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "async-each@^1.0.1",
  3. "_id": "async-each@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==",
  6. "_location": "/async-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "async-each@^1.0.1",
  12. "name": "async-each",
  13. "escapedName": "async-each",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/watchpack-chokidar2/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz",
  22. "_shasum": "52f1d9403818c179b7561e11a5d1b77eb2160e77",
  23. "_spec": "async-each@^1.0.1",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/watchpack-chokidar2/node_modules/chokidar",
  25. "author": {
  26. "name": "Paul Miller",
  27. "url": "https://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. "files": [
  37. "index.js"
  38. ],
  39. "funding": [
  40. {
  41. "type": "individual",
  42. "url": "https://paulmillr.com/funding/"
  43. }
  44. ],
  45. "homepage": "https://github.com/paulmillr/async-each/",
  46. "keywords": [
  47. "async",
  48. "forEach",
  49. "each",
  50. "map",
  51. "asynchronous",
  52. "iteration",
  53. "iterate",
  54. "loop",
  55. "parallel",
  56. "concurrent",
  57. "array",
  58. "flow",
  59. "control flow"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "async-each",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/paulmillr/async-each.git"
  67. },
  68. "version": "1.0.6"
  69. }