2025-04-24 17:03:28 +08:00

72 lines
1.7 KiB
JSON

{
"_args": [
[
"pause-stream@0.0.11",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "pause-stream@0.0.11",
"_id": "pause-stream@0.0.11",
"_inBundle": false,
"_integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
"_location": "/pause-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pause-stream@0.0.11",
"name": "pause-stream",
"escapedName": "pause-stream",
"rawSpec": "0.0.11",
"saveSpec": null,
"fetchSpec": "0.0.11"
},
"_requiredBy": [
"/formstream"
],
"_resolved": "https://registry.nlark.com/pause-stream/download/pause-stream-0.0.11.tgz",
"_spec": "0.0.11",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "dominictarr.com"
},
"bugs": {
"url": "https://github.com/dominictarr/pause-stream/issues"
},
"dependencies": {
"through": "~2.3"
},
"description": "a ThroughStream that strictly buffers all readable events when paused.",
"devDependencies": {
"stream-spec": "~0.2.0",
"stream-tester": "0.0.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/dominictarr/pause-stream#readme",
"keywords": [
"stream",
"pipe",
"pause",
"drain",
"buffer"
],
"license": [
"MIT",
"Apache2"
],
"main": "index.js",
"name": "pause-stream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/pause-stream.git"
},
"scripts": {
"test": "node test/index.js && node test/pause-end.js"
},
"version": "0.0.11"
}