package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "p-limit@2.3.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-limit@2.3.0",
  10. "_id": "p-limit@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=",
  13. "_location": "/p-limit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-limit@2.3.0",
  19. "name": "p-limit",
  20. "escapedName": "p-limit",
  21. "rawSpec": "2.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.0"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/copy-webpack-plugin/p-locate",
  28. "/import-local/p-locate",
  29. "/p-locate",
  30. "/sass-graph/p-locate",
  31. "/terser-webpack-plugin/p-locate",
  32. "/webpack-dev-server/p-locate"
  33. ],
  34. "_resolved": "https://registry.nlark.com/p-limit/download/p-limit-2.3.0.tgz?cache=0&sync_timestamp=1628812766275&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-limit%2Fdownload%2Fp-limit-2.3.0.tgz",
  35. "_spec": "2.3.0",
  36. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/p-limit/issues"
  44. },
  45. "dependencies": {
  46. "p-try": "^2.0.0"
  47. },
  48. "description": "Run multiple promise-returning & async functions with limited concurrency",
  49. "devDependencies": {
  50. "ava": "^1.2.1",
  51. "delay": "^4.1.0",
  52. "in-range": "^1.0.0",
  53. "random-int": "^1.0.0",
  54. "time-span": "^2.0.0",
  55. "tsd-check": "^0.3.0",
  56. "xo": "^0.24.0"
  57. },
  58. "engines": {
  59. "node": ">=6"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "funding": "https://github.com/sponsors/sindresorhus",
  66. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  67. "keywords": [
  68. "promise",
  69. "limit",
  70. "limited",
  71. "concurrency",
  72. "throttle",
  73. "throat",
  74. "rate",
  75. "batch",
  76. "ratelimit",
  77. "task",
  78. "queue",
  79. "async",
  80. "await",
  81. "promises",
  82. "bluebird"
  83. ],
  84. "license": "MIT",
  85. "name": "p-limit",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/sindresorhus/p-limit.git"
  89. },
  90. "scripts": {
  91. "test": "xo && ava && tsd-check"
  92. },
  93. "version": "2.3.0"
  94. }