1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/end-of-stream/package.json

60 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "end-of-stream@~0.1.5",
2023-12-18 13:12:25 +08:00
"_id": "end-of-stream@0.1.5",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-go5TQkd0YRXYhX+Lc3UrXkoKU5j+m72jEP5lHWr2Nh82L8wfZtH8toKgcg4T10o23ELIMGXQdwCbl+qAXIPDrw==",
2023-12-18 13:12:25 +08:00
"_location": "/end-of-stream",
"_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": "end-of-stream@~0.1.5",
2023-12-18 13:12:25 +08:00
"name": "end-of-stream",
"escapedName": "end-of-stream",
2024-01-16 21:26:16 +08:00
"rawSpec": "~0.1.5",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "~0.1.5"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/orchestrator"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-0.1.5.tgz",
"_shasum": "8e177206c3c80837d85632e8b9359dfe8b2f6eaf",
"_spec": "end-of-stream@~0.1.5",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\orchestrator",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Mathias Buus",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/end-of-stream/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"once": "~1.3.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
"homepage": "https://github.com/mafintosh/end-of-stream",
"keywords": [
"stream",
"streams",
"callback",
"finish",
"close",
"end",
"wait"
],
"license": "MIT",
"main": "index.js",
"name": "end-of-stream",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/end-of-stream.git"
},
"scripts": {
"test": "node test.js"
},
"version": "0.1.5"
}