package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "p-limit@^3.1.0",
  3. "_id": "p-limit@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6. "_location": "/p-limit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "p-limit@^3.1.0",
  12. "name": "p-limit",
  13. "escapedName": "p-limit",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/terser-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  22. "_shasum": "e1daccbe78d0d1388ca18c64fea38e3e57e3706b",
  23. "_spec": "p-limit@^3.1.0",
  24. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/terser-webpack-plugin",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/p-limit/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "yocto-queue": "^0.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Run multiple promise-returning & async functions with limited concurrency",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "delay": "^4.4.0",
  42. "in-range": "^2.0.0",
  43. "random-int": "^2.0.1",
  44. "time-span": "^4.0.0",
  45. "tsd": "^0.13.1",
  46. "xo": "^0.35.0"
  47. },
  48. "engines": {
  49. "node": ">=10"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "funding": "https://github.com/sponsors/sindresorhus",
  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 && tsd"
  82. },
  83. "version": "3.1.0"
  84. }