Version 1
[yaffs-website] / node_modules / duplexer / package.json
1 {
2   "_args": [
3     [
4       "duplexer@^0.1.1",
5       "/var/www/yaffs/node_modules/gzip-size"
6     ]
7   ],
8   "_from": "duplexer@>=0.1.1 <0.2.0",
9   "_id": "duplexer@0.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/duplexer",
13   "_npmUser": {
14     "email": "raynos2@gmail.com",
15     "name": "raynos"
16   },
17   "_npmVersion": "1.2.18",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "duplexer",
21     "raw": "duplexer@^0.1.1",
22     "rawSpec": "^0.1.1",
23     "scope": null,
24     "spec": ">=0.1.1 <0.2.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/gzip-size"
29   ],
30   "_resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
31   "_shasum": "ace6ff808c1ce66b57d1ebf97977acb02334cfc1",
32   "_shrinkwrap": null,
33   "_spec": "duplexer@^0.1.1",
34   "_where": "/var/www/yaffs/node_modules/gzip-size",
35   "author": {
36     "email": "raynos2@gmail.com",
37     "name": "Raynos"
38   },
39   "bugs": {
40     "email": "raynos2@gmail.com",
41     "url": "https://github.com/Raynos/duplexer/issues"
42   },
43   "contributors": [
44     {
45       "name": "Jake Verbaten"
46     }
47   ],
48   "dependencies": {},
49   "description": "Creates a duplex stream",
50   "devDependencies": {
51     "tape": "0.3.3",
52     "through": "~0.1.4"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "ace6ff808c1ce66b57d1ebf97977acb02334cfc1",
57     "tarball": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz"
58   },
59   "homepage": "https://github.com/Raynos/duplexer",
60   "keywords": [],
61   "licenses": [
62     {
63       "type": "MIT",
64       "url": "http://github.com/Raynos/duplexer/raw/master/LICENSE"
65     }
66   ],
67   "main": "index",
68   "maintainers": [
69     {
70       "name": "raynos",
71       "email": "raynos2@gmail.com"
72     },
73     {
74       "name": "dominictarr",
75       "email": "dominic.tarr@gmail.com"
76     }
77   ],
78   "name": "duplexer",
79   "optionalDependencies": {},
80   "readme": "# duplexer\n\n[![build status][1]][2] [![dependency status][3]][4]\n\n[![browser support][5]][6]\n\nCreates a duplex stream\n\nTaken from [event-stream][7]\n\n## duplex (writeStream, readStream)\n\nTakes a writable stream and a readable stream and makes them appear as a readable writable stream.\n\nIt is assumed that the two streams are connected to each other in some way.\n\n## Example\n\n```js\nvar grep = cp.exec('grep Stream')\n\nduplex(grep.stdin, grep.stdout)\n```\n\n## Installation\n\n`npm install duplexer`\n\n## Tests\n\n`npm test`\n\n## Contributors\n\n - Dominictarr\n - Raynos\n - samccone\n\n## MIT Licenced\n\n  [1]: https://secure.travis-ci.org/Raynos/duplexer.png\n  [2]: https://travis-ci.org/Raynos/duplexer\n  [3]: https://david-dm.org/Raynos/duplexer.png\n  [4]: https://david-dm.org/Raynos/duplexer\n  [5]: https://ci.testling.com/Raynos/duplexer.png\n  [6]: https://ci.testling.com/Raynos/duplexer\n  [7]: https://github.com/dominictarr/event-stream#duplex-writestream-readstream\n",
81   "readmeFilename": "README.md",
82   "repository": {
83     "type": "git",
84     "url": "git://github.com/Raynos/duplexer.git"
85   },
86   "scripts": {
87     "test": "node test"
88   },
89   "testling": {
90     "browsers": [
91       "chrome/22..latest",
92       "chrome/canary",
93       "firefox/16..latest",
94       "firefox/nightly",
95       "ie/8..latest",
96       "ipad/6.0..latest",
97       "iphone/6.0..latest",
98       "opera/12..latest",
99       "opera/next",
100       "safari/5.1..latest"
101     ],
102     "files": "test/index.js"
103   },
104   "version": "0.1.1"
105 }