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
{
"_args": [
[
"exit-on-epipe@1.0.1",
"E:\\changfa\\crscd-view"
]
],
"_from": "exit-on-epipe@1.0.1",
"_id": "exit-on-epipe@1.0.1",
"_inBundle": false,
"_integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==",
"_location": "/exit-on-epipe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "exit-on-epipe@1.0.1",
"name": "exit-on-epipe",
"escapedName": "exit-on-epipe",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/adler-32",
"/codepage",
"/crc-32",
"/xlsx"
],
"_resolved": "https://registry.npmjs.org/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "E:\\changfa\\crscd-view",
"author": {
"name": "sheetjs"
},
"bugs": {
"url": "https://github.com/SheetJS/node-exit-on-epipe/issues"
},
"dependencies": {},
"description": "Cleanly exit process on EPIPE",
"devDependencies": {
"mocha": "~2.5.3"
},
"engines": {
"node": ">=0.8"
},
"files": [
"exit-on-epipe.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/SheetJS/node-exit-on-epipe#readme",
"keywords": [
"epipe",
"pipe",
"error",
"exit"
],
"license": "Apache-2.0",
"main": "./exit-on-epipe",
"name": "exit-on-epipe",
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/node-exit-on-epipe.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.1"
}