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

55 lines
1.5 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "stdout-stream@^1.4.0",
2023-12-18 13:12:25 +08:00
"_id": "stdout-stream@1.4.1",
"_inBundle": false,
"_integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
"_location": "/stdout-stream",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"core-util-is": "1.0.3",
2023-12-18 13:12:25 +08:00
"inherits": "2.0.4",
"process-nextick-args": "2.0.1",
"safe-buffer": "5.1.2",
"util-deprecate": "1.0.2"
},
"_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": "stdout-stream@^1.4.0",
2023-12-18 13:12:25 +08:00
"name": "stdout-stream",
"escapedName": "stdout-stream",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.4.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.4.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/node-sass"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/stdout-stream/-/stdout-stream-1.4.1.tgz",
"_shasum": "5ac174cdd5cd726104aa0c0b2bd83815d8d535de",
"_spec": "stdout-stream@^1.4.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\node-sass",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/mafintosh/stdout-stream/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"readable-stream": "^2.0.1"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Non-blocking stdout stream",
"devDependencies": {
"tape": "~2.12.3"
},
"homepage": "https://github.com/mafintosh/stdout-stream#readme",
"license": "MIT",
"name": "stdout-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/stdout-stream.git"
},
"scripts": {
"test": "tape test/index.js"
},
"version": "1.4.1"
}