030c9ce7854e29c7779afec2fd84af551abfeebd
[VSoRC/.git] / node_modules / unpipe / package.json
1 {
2   "_from": "unpipe@1.0.0",
3   "_id": "unpipe@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
6   "_location": "/unpipe",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "unpipe@1.0.0",
12     "name": "unpipe",
13     "escapedName": "unpipe",
14     "rawSpec": "1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "1.0.0"
17   },
18   "_requiredBy": [
19     "/finalhandler",
20     "/raw-body"
21   ],
22   "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
23   "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
24   "_spec": "unpipe@1.0.0",
25   "_where": "/home/josuer08/Documents/web/node_modules/raw-body",
26   "author": {
27     "name": "Douglas Christopher Wilson",
28     "email": "doug@somethingdoug.com"
29   },
30   "bugs": {
31     "url": "https://github.com/stream-utils/unpipe/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Unpipe a stream from all destinations",
36   "devDependencies": {
37     "istanbul": "0.3.15",
38     "mocha": "2.2.5",
39     "readable-stream": "1.1.13"
40   },
41   "engines": {
42     "node": ">= 0.8"
43   },
44   "files": [
45     "HISTORY.md",
46     "LICENSE",
47     "README.md",
48     "index.js"
49   ],
50   "homepage": "https://github.com/stream-utils/unpipe#readme",
51   "license": "MIT",
52   "name": "unpipe",
53   "repository": {
54     "type": "git",
55     "url": "git+https://github.com/stream-utils/unpipe.git"
56   },
57   "scripts": {
58     "test": "mocha --reporter spec --bail --check-leaks test/",
59     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
60     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
61   },
62   "version": "1.0.0"
63 }