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

81 lines
2.1 KiB
JSON

{
"_args": [
[
"stream-wormhole@1.1.0",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "stream-wormhole@1.1.0",
"_id": "stream-wormhole@1.1.0",
"_inBundle": false,
"_integrity": "sha1-MAr/Rs7VU8/sZCoFJRiFQXaTwz0=",
"_location": "/stream-wormhole",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stream-wormhole@1.1.0",
"name": "stream-wormhole",
"escapedName": "stream-wormhole",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/ali-oss"
],
"_resolved": "https://registry.nlark.com/stream-wormhole/download/stream-wormhole-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "fengmk2",
"email": "m@fengmk2.com",
"url": "http://fengmk2.com"
},
"bugs": {
"url": "https://github.com/node-modules/stream-wormhole/issues",
"email": "m@fengmk2.com"
},
"ci": {
"version": "4, 6, 8, 10"
},
"dependencies": {},
"description": "Pipe ReadStream to a wormhole",
"devDependencies": {
"autod": "*",
"egg-ci": "^1.0.2",
"eslint": "3",
"eslint-config-egg": "3",
"istanbul": "*",
"mocha": "*",
"thunk-mocha": "^1.0.3"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/node-modules/stream-wormhole",
"keywords": [
"stream-wormhole",
"wormhole",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "stream-wormhole",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/stream-wormhole.git",
"web": "https://github.com/node-modules/stream-wormhole"
},
"scripts": {
"ci": "npm run lint && npm run test-cov",
"lint": "eslint *.js test",
"test": "npm run lint && mocha test/*.test.js -r thunk-mocha",
"test-cov": "istanbul cover _mocha -- test/*.test.js -r thunk-mocha"
},
"version": "1.1.0"
}