You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "p-limit@2.3.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "p-limit@2.3.0",
  9. "_id": "p-limit@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  12. "_location": "/p-limit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "p-limit@2.3.0",
  18. "name": "p-limit",
  19. "escapedName": "p-limit",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/p-locate"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  28. "_spec": "2.3.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/p-limit/issues"
  37. },
  38. "dependencies": {
  39. "p-try": "^2.0.0"
  40. },
  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. }