1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "stream-wormhole@^1.0.4",
- "_id": "stream-wormhole@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
- "_location": "/stream-wormhole",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stream-wormhole@^1.0.4",
- "name": "stream-wormhole",
- "escapedName": "stream-wormhole",
- "rawSpec": "^1.0.4",
- "saveSpec": null,
- "fetchSpec": "^1.0.4"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
- "_shasum": "300aff46ced553cfec642a05251885417693c33d",
- "_spec": "stream-wormhole@^1.0.4",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
- "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"
- },
- "bundleDependencies": false,
- "ci": {
- "version": "4, 6, 8, 10"
- },
- "dependencies": {},
- "deprecated": false,
- "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"
- }
|