package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "p-limit@1.2.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "p-limit@1.2.0",
  10. "_id": "p-limit@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Y/OtIaXtUPr4/YpMv1pCL5L5ed0rumAaAeBSj12F+bSlMdys7i8oQF/GUJmfpTS/QoaRrS/k6pma29haJpsMng==",
  13. "_location": "/p-limit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "p-limit@1.2.0",
  19. "name": "p-limit",
  20. "escapedName": "p-limit",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/p-locate"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/p-limit/issues"
  38. },
  39. "dependencies": {
  40. "p-try": "^1.0.0"
  41. },
  42. "description": "Run multiple promise-returning & async functions with limited concurrency",
  43. "devDependencies": {
  44. "ava": "*",
  45. "delay": "^2.0.0",
  46. "in-range": "^1.0.0",
  47. "random-int": "^1.0.0",
  48. "time-span": "^2.0.0",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  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"
  83. },
  84. "version": "1.2.0"
  85. }