package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "p-limit@^1.1.0",
  3. "_id": "p-limit@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
  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. "/p-locate"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
  22. "_shasum": "0e92b6bedcb59f022c13d0f1949dc82d15909f1c",
  23. "_spec": "p-limit@^1.1.0",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\p-locate",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-limit/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "p-try": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Run multiple promise-returning & async functions with limited concurrency",
  39. "devDependencies": {
  40. "ava": "*",
  41. "delay": "^2.0.0",
  42. "in-range": "^1.0.0",
  43. "random-int": "^1.0.0",
  44. "time-span": "^2.0.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  54. "keywords": [
  55. "promise",
  56. "limit",
  57. "limited",
  58. "concurrency",
  59. "throttle",
  60. "throat",
  61. "rate",
  62. "batch",
  63. "ratelimit",
  64. "task",
  65. "queue",
  66. "async",
  67. "await",
  68. "promises",
  69. "bluebird"
  70. ],
  71. "license": "MIT",
  72. "name": "p-limit",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/p-limit.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "1.2.0"
  81. }