package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "/p-locate",
  20. "/pkg-dir/p-locate",
  21. "/react-dev-utils/p-locate",
  22. "/webpack-dev-server/p-locate"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  25. "_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
  26. "_spec": "p-limit@^2.2.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\p-locate",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/p-limit/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "p-try": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Run multiple promise-returning & async functions with limited concurrency",
  42. "devDependencies": {
  43. "ava": "^1.2.1",
  44. "delay": "^4.1.0",
  45. "in-range": "^1.0.0",
  46. "random-int": "^1.0.0",
  47. "time-span": "^2.0.0",
  48. "tsd-check": "^0.3.0",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "funding": "https://github.com/sponsors/sindresorhus",
  59. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  60. "keywords": [
  61. "promise",
  62. "limit",
  63. "limited",
  64. "concurrency",
  65. "throttle",
  66. "throat",
  67. "rate",
  68. "batch",
  69. "ratelimit",
  70. "task",
  71. "queue",
  72. "async",
  73. "await",
  74. "promises",
  75. "bluebird"
  76. ],
  77. "license": "MIT",
  78. "name": "p-limit",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/sindresorhus/p-limit.git"
  82. },
  83. "scripts": {
  84. "test": "xo && ava && tsd-check"
  85. },
  86. "version": "2.3.0"
  87. }