package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "p-limit@2.2.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "p-limit@2.2.2",
  9. "_id": "p-limit@2.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
  12. "_location": "/p-limit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-limit@2.2.2",
  18. "name": "p-limit",
  19. "escapedName": "p-limit",
  20. "rawSpec": "2.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.2"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/p-locate",
  26. "/@angular-devkit/build-angular/terser-webpack-plugin/p-locate",
  27. "/copy-webpack-plugin",
  28. "/p-locate"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
  31. "_spec": "2.2.2",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/p-limit/issues"
  40. },
  41. "dependencies": {
  42. "p-try": "^2.0.0"
  43. },
  44. "description": "Run multiple promise-returning & async functions with limited concurrency",
  45. "devDependencies": {
  46. "ava": "^1.2.1",
  47. "delay": "^4.1.0",
  48. "in-range": "^1.0.0",
  49. "random-int": "^1.0.0",
  50. "time-span": "^2.0.0",
  51. "tsd-check": "^0.3.0",
  52. "xo": "^0.24.0"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "index.js",
  59. "index.d.ts"
  60. ],
  61. "funding": "https://github.com/sponsors/sindresorhus",
  62. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  63. "keywords": [
  64. "promise",
  65. "limit",
  66. "limited",
  67. "concurrency",
  68. "throttle",
  69. "throat",
  70. "rate",
  71. "batch",
  72. "ratelimit",
  73. "task",
  74. "queue",
  75. "async",
  76. "await",
  77. "promises",
  78. "bluebird"
  79. ],
  80. "license": "MIT",
  81. "name": "p-limit",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/p-limit.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava && tsd-check"
  88. },
  89. "version": "2.2.2"
  90. }