second
[josuexyz/.git] / node_modules / unpipe / package.json
1 {
2   "_args": [
3     [
4       "unpipe@1.0.0",
5       "/home/josuer08/josuexyz/node_modules/raw-body"
6     ]
7   ],
8   "_from": "unpipe@1.0.0",
9   "_id": "unpipe@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/unpipe",
13   "_npmUser": {
14     "email": "doug@somethingdoug.com",
15     "name": "dougwilson"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "unpipe",
21     "raw": "unpipe@1.0.0",
22     "rawSpec": "1.0.0",
23     "scope": null,
24     "spec": "1.0.0",
25     "type": "version"
26   },
27   "_requiredBy": [
28     "/finalhandler",
29     "/raw-body"
30   ],
31   "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
32   "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
33   "_shrinkwrap": null,
34   "_spec": "unpipe@1.0.0",
35   "_where": "/home/josuer08/josuexyz/node_modules/raw-body",
36   "author": {
37     "email": "doug@somethingdoug.com",
38     "name": "Douglas Christopher Wilson"
39   },
40   "bugs": {
41     "url": "https://github.com/stream-utils/unpipe/issues"
42   },
43   "dependencies": {},
44   "description": "Unpipe a stream from all destinations",
45   "devDependencies": {
46     "istanbul": "0.3.15",
47     "mocha": "2.2.5",
48     "readable-stream": "1.1.13"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
53     "tarball": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
54   },
55   "engines": {
56     "node": ">= 0.8"
57   },
58   "files": [
59     "HISTORY.md",
60     "LICENSE",
61     "README.md",
62     "index.js"
63   ],
64   "gitHead": "d2df901c06487430e78dca62b6edb8bb2fc5e99d",
65   "homepage": "https://github.com/stream-utils/unpipe",
66   "license": "MIT",
67   "maintainers": [
68     {
69       "name": "dougwilson",
70       "email": "doug@somethingdoug.com"
71     }
72   ],
73   "name": "unpipe",
74   "optionalDependencies": {},
75   "readme": "ERROR: No README data found!",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/stream-utils/unpipe.git"
79   },
80   "scripts": {
81     "test": "mocha --reporter spec --bail --check-leaks test/",
82     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
83     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
84   },
85   "version": "1.0.0"
86 }