1dcbe651b2f7b9c93042bfb940e82114440f42b9
[aai/esr-gui.git] /
1 {
2   "name": "unpipe",
3   "description": "Unpipe a stream from all destinations",
4   "version": "1.0.0",
5   "author": {
6     "name": "Douglas Christopher Wilson",
7     "email": "doug@somethingdoug.com"
8   },
9   "license": "MIT",
10   "repository": {
11     "type": "git",
12     "url": "https://github.com/stream-utils/unpipe"
13   },
14   "devDependencies": {
15     "istanbul": "0.3.15",
16     "mocha": "2.2.5",
17     "readable-stream": "1.1.13"
18   },
19   "files": [
20     "HISTORY.md",
21     "LICENSE",
22     "README.md",
23     "index.js"
24   ],
25   "engines": {
26     "node": ">= 0.8"
27   },
28   "scripts": {
29     "test": "mocha --reporter spec --bail --check-leaks test/",
30     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
31     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
32   },
33   "gitHead": "d2df901c06487430e78dca62b6edb8bb2fc5e99d",
34   "bugs": {
35     "url": "https://github.com/stream-utils/unpipe/issues"
36   },
37   "homepage": "https://github.com/stream-utils/unpipe",
38   "_id": "unpipe@1.0.0",
39   "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
40   "_from": "unpipe@>=1.0.0 <1.1.0",
41   "_npmVersion": "1.4.28",
42   "_npmUser": {
43     "name": "dougwilson",
44     "email": "doug@somethingdoug.com"
45   },
46   "maintainers": [
47     {
48       "name": "dougwilson",
49       "email": "doug@somethingdoug.com"
50     }
51   ],
52   "dist": {
53     "shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
54     "tarball": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
55   },
56   "directories": {},
57   "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
58 }