package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.6",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-each@1.0.6",
  10. "_id": "async-each@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==",
  13. "_location": "/async-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async-each@1.0.6",
  19. "name": "async-each",
  20. "escapedName": "async-each",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/watchpack-chokidar2/chokidar",
  27. "/webpack-dev-server/chokidar"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz",
  30. "_spec": "1.0.6",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Paul Miller",
  34. "url": "https://paulmillr.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/paulmillr/async-each/issues"
  38. },
  39. "dependencies": {},
  40. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  41. "files": [
  42. "index.js"
  43. ],
  44. "funding": [
  45. {
  46. "type": "individual",
  47. "url": "https://paulmillr.com/funding/"
  48. }
  49. ],
  50. "homepage": "https://github.com/paulmillr/async-each/",
  51. "keywords": [
  52. "async",
  53. "forEach",
  54. "each",
  55. "map",
  56. "asynchronous",
  57. "iteration",
  58. "iterate",
  59. "loop",
  60. "parallel",
  61. "concurrent",
  62. "array",
  63. "flow",
  64. "control flow"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "async-each",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/paulmillr/async-each.git"
  72. },
  73. "version": "1.0.6"
  74. }