hexo/node_modules/stream-wormhole/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "stream-wormhole",
"version": "1.1.0",
"description": "Pipe ReadStream to a wormhole",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "npm run lint && mocha test/*.test.js -r thunk-mocha",
"test-cov": "istanbul cover _mocha -- test/*.test.js -r thunk-mocha",
"lint": "eslint *.js test",
"ci": "npm run lint && npm run test-cov"
},
"dependencies": {},
"devDependencies": {
"autod": "*",
"egg-ci": "^1.0.2",
"eslint": "3",
"eslint-config-egg": "3",
"istanbul": "*",
"mocha": "*",
"thunk-mocha": "^1.0.3"
},
"homepage": "https://github.com/node-modules/stream-wormhole",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/stream-wormhole.git",
"web": "https://github.com/node-modules/stream-wormhole"
},
"bugs": {
"url": "https://github.com/node-modules/stream-wormhole/issues",
"email": "m@fengmk2.com"
},
"keywords": [
"stream-wormhole",
"wormhole",
"stream"
],
"engines": {
"node": ">=4.0.0"
},
"ci": {
"version": "4, 6, 8, 10"
},
"author": "fengmk2 <m@fengmk2.com> (http://fengmk2.com)",
"license": "MIT"
}