You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.5 KiB
70 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"exit-on-epipe@1.0.1",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_from": "exit-on-epipe@1.0.1",
|
|
"_id": "exit-on-epipe@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-C92S6H1ShdJn2qgXHQ6wYVlolpI=",
|
|
"_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.npm.taobao.org/exit-on-epipe/download/exit-on-epipe-1.0.1.tgz",
|
|
"_spec": "1.0.1",
|
|
"_where": "D:\\project\\cashier",
|
|
"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"
|
|
}
|
|
|