package.json 2.1 KB

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