1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/registry/npm/p-limit/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

74 lines
2.1 KiB
JSON

{
"name": "p-limit",
"description": "Run multiple promise-returning & async functions with limited concurrency",
"dist-tags": {
"latest": "2.3.0"
},
"versions": {
"2.3.0": {
"name": "p-limit",
"version": "2.3.0",
"description": "Run multiple promise-returning & async functions with limited concurrency",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-limit.git"
},
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd-check"
},
"dependencies": {
"p-try": "^2.0.0"
},
"devDependencies": {
"ava": "^1.2.1",
"delay": "^4.1.0",
"in-range": "^1.0.0",
"random-int": "^1.0.0",
"time-span": "^2.0.0",
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
},
"gitHead": "a11f02bc5c04490b7c3de2663d866c211fb915ea",
"bugs": {
"url": "https://github.com/sindresorhus/p-limit/issues"
},
"_id": "p-limit@2.3.0",
"_nodeVersion": "10.19.0",
"_npmVersion": "6.13.4",
"dist": {
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
"tarball": "http://localhost:4260/p-limit/p-limit-2.3.0.tgz",
"fileCount": 5,
"unpackedSize": 7390
},
"directories": {},
"_hasShrinkwrap": false
}
},
"homepage": "https://github.com/sindresorhus/p-limit#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-limit.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/p-limit/issues"
},
"license": "MIT",
"readmeFilename": "readme.md"
}