package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "async-each@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "async-each@1.0.1",
  9. "_id": "async-each@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
  12. "_location": "/async-each",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "async-each@1.0.1",
  18. "name": "async-each",
  19. "escapedName": "async-each",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular/compiler-cli/chokidar",
  26. "/chokidar",
  27. "/watchpack/chokidar",
  28. "/webpack-dev-server/chokidar"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Paul Miller",
  35. "url": "http://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. "homepage": "https://github.com/paulmillr/async-each/",
  43. "keywords": [
  44. "async",
  45. "forEach",
  46. "each",
  47. "map",
  48. "asynchronous",
  49. "iteration",
  50. "iterate",
  51. "loop",
  52. "parallel",
  53. "concurrent",
  54. "array",
  55. "flow",
  56. "control flow"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "async-each",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/paulmillr/async-each.git"
  64. },
  65. "version": "1.0.1"
  66. }