1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/p-limit/package.json

86 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "p-limit@^2.0.0",
"_id": "p-limit@2.3.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
2023-12-18 13:12:25 +08:00
"_location": "/p-limit",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "p-limit@^2.0.0",
2023-12-18 13:12:25 +08:00
"name": "p-limit",
"escapedName": "p-limit",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/p-locate",
"/pkg-dir/p-locate"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
"_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
"_spec": "p-limit@^2.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\p-locate",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/p-limit/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"p-try": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Run multiple promise-returning & async functions with limited concurrency",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"ava": "^1.2.1",
"delay": "^4.1.0",
2023-12-18 13:12:25 +08:00
"in-range": "^1.0.0",
"random-int": "^1.0.0",
"time-span": "^2.0.0",
2024-01-16 21:26:16 +08:00
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
2023-12-18 13:12:25 +08:00
},
"engines": {
2024-01-16 21:26:16 +08:00
"node": ">=6"
2023-12-18 13:12:25 +08:00
},
"files": [
2024-01-16 21:26:16 +08:00
"index.js",
"index.d.ts"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"funding": "https://github.com/sponsors/sindresorhus",
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/sindresorhus/p-limit#readme",
"keywords": [
"promise",
"limit",
"limited",
"concurrency",
"throttle",
"throat",
"rate",
"batch",
"ratelimit",
"task",
"queue",
"async",
"await",
"promises",
"bluebird"
],
"license": "MIT",
"name": "p-limit",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/p-limit.git"
},
"scripts": {
2024-01-16 21:26:16 +08:00
"test": "xo && ava && tsd-check"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "2.3.0"
2023-12-18 13:12:25 +08:00
}