package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.3",
  5. "E:\\amr1.0\\AMR"
  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. "/watchpack-chokidar2/chokidar",
  27. "/webpack-dev-server/chokidar"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
  30. "_spec": "1.0.3",
  31. "_where": "E:\\amr1.0\\AMR",
  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. "homepage": "https://github.com/paulmillr/async-each/",
  45. "keywords": [
  46. "async",
  47. "forEach",
  48. "each",
  49. "map",
  50. "asynchronous",
  51. "iteration",
  52. "iterate",
  53. "loop",
  54. "parallel",
  55. "concurrent",
  56. "array",
  57. "flow",
  58. "control flow"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "async-each",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/paulmillr/async-each.git"
  66. },
  67. "version": "1.0.3"
  68. }