package.json 1.8 KB

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