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.

111 lines
3.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "p-limit@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/p-locate"
  6. ]
  7. ],
  8. "_from": "p-limit@>=2.0.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "p-limit@2.2.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/p-limit",
  14. "_nodeVersion": "10.16.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/p-limit_2.2.1_1566154339491_0.7648657346726373"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "p-limit",
  27. "raw": "p-limit@^2.0.0",
  28. "rawSpec": "^2.0.0",
  29. "scope": null,
  30. "spec": ">=2.0.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/p-locate"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
  37. "_shasum": "aa07a788cc3151c939b5131f63570f0dd2009537",
  38. "_shrinkwrap": null,
  39. "_spec": "p-limit@^2.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/p-locate",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/p-limit/issues"
  48. },
  49. "dependencies": {
  50. "p-try": "^2.0.0"
  51. },
  52. "description": "Run multiple promise-returning & async functions with limited concurrency",
  53. "devDependencies": {
  54. "ava": "^1.2.1",
  55. "delay": "^4.1.0",
  56. "in-range": "^1.0.0",
  57. "random-int": "^1.0.0",
  58. "time-span": "^2.0.0",
  59. "tsd-check": "^0.3.0",
  60. "xo": "^0.24.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "fileCount": 5,
  65. "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
  66. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWZ5kCRA9TVsSAnZWagAANJkP/R+DHfpqOGtMlgnN1n1N\noxY2KhgWvaUzZW4SnkTFqGE/pQBj+5azCtTfApoV39jKVthAAkBtsQsfJSww\nn8Zlc9iMmPPnIFw4pACZImecOcDoNCXneako74IMyfsNC/sVrkeLPkGOcL67\nTHI/6TkCii/59WW5a+B8CN9pWjE2iS5KgJQECQGK4X/mAryLsim0zIL6XDEi\nXBLdMZ31kFmQwRYRVCuzhQU3Te0d7AnUNoTZJex4jN6addDyZ9DJq4tdE81A\nfOg61RM6b8LR96oS+Q/thkB8pvRFDAuRxx/7aDLn6n1qbuoIzrhwIasZCriM\ndz99uc//Qkyg4l3A38fj1y0nWVF/d31HZfbQ1KYllYgx5JBWm0kaNDcV8OeN\njaVnsWaWoaK3QdXTqnIpfhZQUUxLBxcwAzoaErpKK7GNEiFjIRwUHyPwxvCX\n/DyyjhlgrJYMu+Mr2bEtajMeQo8P5PNLTGfC36lqps2+Om6xN051t0LdsRNL\nSQLrbUO4EOqsLgDLvJ26bbTFMd5mrIlULRHV7ptuScOMg1UAGEYXdZ9tBdXj\nM3Lqvu2gX7kOC/Ux1IEFnqzNRUB4Lno6T1V+qdFO/+Vs9GXR2NUp+8U0KcmP\nGlV3rvXenL+J+OUcijd7WIdHgfoT0sBhjBNzBbpspBJBKer/pUXxgVEGfcZS\nNM20\r\n=gCXI\r\n-----END PGP SIGNATURE-----\r\n",
  67. "shasum": "aa07a788cc3151c939b5131f63570f0dd2009537",
  68. "tarball": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
  69. "unpackedSize": 6691
  70. },
  71. "engines": {
  72. "node": ">=6"
  73. },
  74. "gitHead": "056c0f3674041b90ecfb69c808ec1b910eb1e993",
  75. "homepage": "https://github.com/sindresorhus/p-limit#readme",
  76. "keywords": [
  77. "async",
  78. "await",
  79. "batch",
  80. "bluebird",
  81. "concurrency",
  82. "limit",
  83. "limited",
  84. "promise",
  85. "promises",
  86. "queue",
  87. "rate",
  88. "ratelimit",
  89. "task",
  90. "throat",
  91. "throttle"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "sindresorhus",
  97. "email": "sindresorhus@gmail.com"
  98. }
  99. ],
  100. "name": "p-limit",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/p-limit.git"
  106. },
  107. "scripts": {
  108. "test": "xo && ava && tsd-check"
  109. },
  110. "version": "2.2.1"
  111. }