package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "p-limit@^2.2.0",
  3. "_id": "p-limit@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=",
  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. "/p-locate",
  20. "/yargs/p-locate"
  21. ],
  22. "_resolved": "https://registry.nlark.com/p-limit/download/p-limit-2.3.0.tgz?cache=0&sync_timestamp=1628813055527&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-limit%2Fdownload%2Fp-limit-2.3.0.tgz",
  23. "_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
  24. "_spec": "p-limit@^2.2.0",
  25. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/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": "^2.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Run multiple promise-returning & async functions with limited concurrency",
  40. "devDependencies": {
  41. "ava": "^1.2.1",
  42. "delay": "^4.1.0",
  43. "in-range": "^1.0.0",
  44. "random-int": "^1.0.0",
  45. "time-span": "^2.0.0",
  46. "tsd-check": "^0.3.0",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  58. "keywords": [
  59. "promise",
  60. "limit",
  61. "limited",
  62. "concurrency",
  63. "throttle",
  64. "throat",
  65. "rate",
  66. "batch",
  67. "ratelimit",
  68. "task",
  69. "queue",
  70. "async",
  71. "await",
  72. "promises",
  73. "bluebird"
  74. ],
  75. "license": "MIT",
  76. "name": "p-limit",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/p-limit.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd-check"
  83. },
  84. "version": "2.3.0"
  85. }