1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
| {
| "_args": [
| [
| "stream-wormhole@1.1.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "stream-wormhole@1.1.0",
| "_id": "stream-wormhole@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
| "_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",
| "/egg-multipart",
| "/koa-onerror"
| ],
| "_resolved": "https://registry.npmjs.org/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
| "_spec": "1.1.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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"
| }
|
|