package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "p-limit@1.2.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "p-limit@1.2.0",
  9. "_id": "p-limit@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
  12. "_location": "/p-limit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-limit@1.2.0",
  18. "name": "p-limit",
  19. "escapedName": "p-limit",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/p-locate"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  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. "dependencies": {
  39. "p-try": "^1.0.0"
  40. },
  41. "description": "Run multiple promise-returning & async functions with limited concurrency",
  42. "devDependencies": {
  43. "ava": "*",
  44. "delay": "^2.0.0",
  45. "in-range": "^1.0.0",
  46. "random-int": "^1.0.0",
  47. "time-span": "^2.0.0",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  57. "keywords": [
  58. "promise",
  59. "limit",
  60. "limited",
  61. "concurrency",
  62. "throttle",
  63. "throat",
  64. "rate",
  65. "batch",
  66. "ratelimit",
  67. "task",
  68. "queue",
  69. "async",
  70. "await",
  71. "promises",
  72. "bluebird"
  73. ],
  74. "license": "MIT",
  75. "name": "p-limit",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/p-limit.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "1.2.0"
  84. }