package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.3",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "async-each@1.0.3",
  10. "_id": "async-each@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
  13. "_location": "/async-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "async-each@1.0.3",
  19. "name": "async-each",
  20. "escapedName": "async-each",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/cpx/chokidar",
  27. "/watchpack-chokidar2/chokidar",
  28. "/webpack-dev-server/chokidar"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
  31. "_spec": "1.0.3",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Paul Miller",
  35. "url": "https://paulmillr.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/paulmillr/async-each/issues"
  39. },
  40. "dependencies": {},
  41. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  42. "files": [
  43. "index.js"
  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://github.com/paulmillr/async-each.git"
  67. },
  68. "version": "1.0.3"
  69. }