package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/@vue/cli-service/chokidar",
  20. "/mocha-webpack/chokidar",
  21. "/watchpack-chokidar2/chokidar"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/async-each/-/async-each-1.0.6.tgz",
  24. "_shasum": "52f1d9403818c179b7561e11a5d1b77eb2160e77",
  25. "_spec": "async-each@^1.0.1",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\watchpack-chokidar2\\node_modules\\chokidar",
  27. "author": {
  28. "name": "Paul Miller",
  29. "url": "https://paulmillr.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/paulmillr/async-each/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  38. "files": [
  39. "index.js"
  40. ],
  41. "funding": [
  42. {
  43. "type": "individual",
  44. "url": "https://paulmillr.com/funding/"
  45. }
  46. ],
  47. "homepage": "https://github.com/paulmillr/async-each/",
  48. "keywords": [
  49. "async",
  50. "forEach",
  51. "each",
  52. "map",
  53. "asynchronous",
  54. "iteration",
  55. "iterate",
  56. "loop",
  57. "parallel",
  58. "concurrent",
  59. "array",
  60. "flow",
  61. "control flow"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "async-each",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/paulmillr/async-each.git"
  69. },
  70. "version": "1.0.6"
  71. }