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.
 
 
 
 
 
 

71 lines
1.8 KiB

{
"_from": "destroy@1.0.3",
"_id": "destroy@1.0.3",
"_inBundle": false,
"_integrity": "sha1-tDO0ck5x/YVR2YhRdIUcX8N34sk=",
"_location": "/destroy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "destroy@1.0.3",
"name": "destroy",
"escapedName": "destroy",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/express/send",
"/serve-static/send"
],
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz",
"_shasum": "b433b4724e71fd8551d9885174851c5fc377e2c9",
"_spec": "destroy@1.0.3",
"_where": "/var/www/htdocs/coze/socket/node_modules/express/node_modules/send",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/destroy/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "destroy a stream if possible",
"devDependencies": {
"istanbul": "0",
"mocha": "1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stream-utils/destroy#readme",
"keywords": [
"stream",
"streams",
"destroy",
"cleanup",
"leak",
"fd"
],
"license": "MIT",
"name": "destroy",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/destroy.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "1.0.3"
}