package.json (2635B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "destroy@~1.0.4", 6 "scope": null, 7 "escapedName": "destroy", 8 "name": "destroy", 9 "rawSpec": "~1.0.4", 10 "spec": ">=1.0.4 <1.1.0", 11 "type": "range" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/send" 14 ] 15 ], 16 "_from": "destroy@>=1.0.4 <1.1.0", 17 "_id": "destroy@1.0.4", 18 "_inCache": true, 19 "_location": "/destroy", 20 "_npmUser": { 21 "name": "dougwilson", 22 "email": "doug@somethingdoug.com" 23 }, 24 "_npmVersion": "1.4.28", 25 "_phantomChildren": {}, 26 "_requested": { 27 "raw": "destroy@~1.0.4", 28 "scope": null, 29 "escapedName": "destroy", 30 "name": "destroy", 31 "rawSpec": "~1.0.4", 32 "spec": ">=1.0.4 <1.1.0", 33 "type": "range" 34 }, 35 "_requiredBy": [ 36 "/send" 37 ], 38 "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", 39 "_shasum": "978857442c44749e4206613e37946205826abd80", 40 "_shrinkwrap": null, 41 "_spec": "destroy@~1.0.4", 42 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/send", 43 "author": { 44 "name": "Jonathan Ong", 45 "email": "me@jongleberry.com", 46 "url": "http://jongleberry.com" 47 }, 48 "bugs": { 49 "url": "https://github.com/stream-utils/destroy/issues" 50 }, 51 "contributors": [ 52 { 53 "name": "Douglas Christopher Wilson", 54 "email": "doug@somethingdoug.com" 55 } 56 ], 57 "dependencies": {}, 58 "description": "destroy a stream if possible", 59 "devDependencies": { 60 "istanbul": "0.4.2", 61 "mocha": "2.3.4" 62 }, 63 "directories": {}, 64 "dist": { 65 "shasum": "978857442c44749e4206613e37946205826abd80", 66 "tarball": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz" 67 }, 68 "files": [ 69 "index.js", 70 "LICENSE" 71 ], 72 "gitHead": "86edea01456f5fa1027f6a47250c34c713cbcc3b", 73 "homepage": "https://github.com/stream-utils/destroy", 74 "keywords": [ 75 "stream", 76 "streams", 77 "destroy", 78 "cleanup", 79 "leak", 80 "fd" 81 ], 82 "license": "MIT", 83 "maintainers": [ 84 { 85 "name": "jongleberry", 86 "email": "jonathanrichardong@gmail.com" 87 }, 88 { 89 "name": "dougwilson", 90 "email": "doug@somethingdoug.com" 91 } 92 ], 93 "name": "destroy", 94 "optionalDependencies": {}, 95 "readme": "ERROR: No README data found!", 96 "repository": { 97 "type": "git", 98 "url": "git+https://github.com/stream-utils/destroy.git" 99 }, 100 "scripts": { 101 "test": "mocha --reporter spec", 102 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", 103 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" 104 }, 105 "version": "1.0.4" 106 }