aboutsummaryrefslogtreecommitdiff
path: root/node_modules/destroy/package.json
diff options
context:
space:
mode:
authorWaref Haque <warefhaque@Warefs-MacBook-Pro.local>2016-07-17 20:24:49 +0000
committerWaref Haque <warefhaque@Warefs-MacBook-Pro.local>2016-07-17 20:24:49 +0000
commite58943c3e620f05937656fdde032254ae3373f36 (patch)
tree77072aa55efa1753c8c8ae584669cf3589551268 /node_modules/destroy/package.json
parent55098c767afb0b119aaeda330eaedba5c1a87dc3 (diff)
redirect commit
Diffstat (limited to 'node_modules/destroy/package.json')
-rw-r--r--node_modules/destroy/package.json105
1 files changed, 105 insertions, 0 deletions
diff --git a/node_modules/destroy/package.json b/node_modules/destroy/package.json
new file mode 100644
index 0000000..08e54a6
--- /dev/null
+++ b/node_modules/destroy/package.json
@@ -0,0 +1,105 @@
+{
+ "_args": [
+ [
+ {
+ "name": "destroy",
+ "raw": "destroy@~1.0.4",
+ "rawSpec": "~1.0.4",
+ "scope": null,
+ "spec": ">=1.0.4 <1.1.0",
+ "type": "range"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/send"
+ ]
+ ],
+ "_from": "destroy@>=1.0.4 <1.1.0",
+ "_id": "destroy@1.0.4",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/destroy",
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "destroy",
+ "raw": "destroy@~1.0.4",
+ "rawSpec": "~1.0.4",
+ "scope": null,
+ "spec": ">=1.0.4 <1.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/send"
+ ],
+ "_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
+ "_shasum": "978857442c44749e4206613e37946205826abd80",
+ "_shrinkwrap": null,
+ "_spec": "destroy@~1.0.4",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/send",
+ "author": {
+ "email": "me@jongleberry.com",
+ "name": "Jonathan Ong",
+ "url": "http://jongleberry.com"
+ },
+ "bugs": {
+ "url": "https://github.com/stream-utils/destroy/issues"
+ },
+ "contributors": [
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "Douglas Christopher Wilson"
+ }
+ ],
+ "dependencies": {},
+ "description": "destroy a stream if possible",
+ "devDependencies": {
+ "istanbul": "0.4.2",
+ "mocha": "2.3.4"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "978857442c44749e4206613e37946205826abd80",
+ "tarball": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"
+ },
+ "files": [
+ "index.js",
+ "LICENSE"
+ ],
+ "gitHead": "86edea01456f5fa1027f6a47250c34c713cbcc3b",
+ "homepage": "https://github.com/stream-utils/destroy",
+ "keywords": [
+ "stream",
+ "streams",
+ "destroy",
+ "cleanup",
+ "leak",
+ "fd"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "email": "jonathanrichardong@gmail.com",
+ "name": "jongleberry"
+ },
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ }
+ ],
+ "name": "destroy",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "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.4"
+}