package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "async-each@^1.0.1",
  3. "_id": "async-each@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==",
  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. "/webpack-dev-server/chokidar"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz",
  23. "_shasum": "b727dbf87d7651602f06f4d4ac387f47d91b0cbf",
  24. "_spec": "async-each@^1.0.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\watchpack-chokidar2\\node_modules\\chokidar",
  26. "author": {
  27. "name": "Paul Miller",
  28. "url": "https://paulmillr.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/paulmillr/async-each/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
  37. "files": [
  38. "index.js"
  39. ],
  40. "homepage": "https://github.com/paulmillr/async-each/",
  41. "keywords": [
  42. "async",
  43. "forEach",
  44. "each",
  45. "map",
  46. "asynchronous",
  47. "iteration",
  48. "iterate",
  49. "loop",
  50. "parallel",
  51. "concurrent",
  52. "array",
  53. "flow",
  54. "control flow"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "async-each",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/paulmillr/async-each.git"
  62. },
  63. "version": "1.0.3"
  64. }