1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/async-each/package.json

71 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "async-each@^1.0.1",
"_id": "async-each@1.0.6",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==",
2023-12-18 13:12:25 +08:00
"_location": "/async-each",
"_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": "async-each@^1.0.1",
2023-12-18 13:12:25 +08:00
"name": "async-each",
"escapedName": "async-each",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/watchpack-chokidar2/chokidar",
"/webpack-dev-server/chokidar"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/async-each/-/async-each-1.0.6.tgz",
"_shasum": "52f1d9403818c179b7561e11a5d1b77eb2160e77",
"_spec": "async-each@^1.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\watchpack-chokidar2\\node_modules\\chokidar",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Paul Miller",
"url": "https://paulmillr.com/"
},
"bugs": {
"url": "https://github.com/paulmillr/async-each/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
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
"files": [
"index.js"
],
2024-01-16 21:26:16 +08:00
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/paulmillr/async-each/",
"keywords": [
"async",
"forEach",
"each",
"map",
"asynchronous",
"iteration",
"iterate",
"loop",
"parallel",
"concurrent",
"array",
"flow",
"control flow"
],
"license": "MIT",
"main": "index.js",
"name": "async-each",
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/paulmillr/async-each.git"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.0.6"
2023-12-18 13:12:25 +08:00
}