root / HServer / 00.Server / 00.Program / node_modules / unpipe / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.75 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"unpipe@1.0.0",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "unpipe@1.0.0", |
9 |
"_id": "unpipe@1.0.0", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", |
12 |
"_location": "/unpipe", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "unpipe@1.0.0", |
18 |
"name": "unpipe", |
19 |
"escapedName": "unpipe", |
20 |
"rawSpec": "1.0.0", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "1.0.0" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/finalhandler",
|
26 |
"/raw-body"
|
27 |
], |
28 |
"_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", |
29 |
"_spec": "1.0.0", |
30 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
31 |
"author": {
|
32 |
"name": "Douglas Christopher Wilson", |
33 |
"email": "doug@somethingdoug.com" |
34 |
}, |
35 |
"bugs": {
|
36 |
"url": "https://github.com/stream-utils/unpipe/issues" |
37 |
}, |
38 |
"description": "Unpipe a stream from all destinations", |
39 |
"devDependencies": {
|
40 |
"istanbul": "0.3.15", |
41 |
"mocha": "2.2.5", |
42 |
"readable-stream": "1.1.13" |
43 |
}, |
44 |
"engines": {
|
45 |
"node": ">= 0.8" |
46 |
}, |
47 |
"files": [
|
48 |
"HISTORY.md",
|
49 |
"LICENSE",
|
50 |
"README.md",
|
51 |
"index.js"
|
52 |
], |
53 |
"homepage": "https://github.com/stream-utils/unpipe#readme", |
54 |
"license": "MIT", |
55 |
"name": "unpipe", |
56 |
"repository": {
|
57 |
"type": "git", |
58 |
"url": "git+https://github.com/stream-utils/unpipe.git" |
59 |
}, |
60 |
"scripts": {
|
61 |
"test": "mocha --reporter spec --bail --check-leaks test/", |
62 |
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", |
63 |
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" |
64 |
}, |
65 |
"version": "1.0.0" |
66 |
} |