Initial commit
[yaffs-website] / node_modules / glob-stream / node_modules / through2 / package.json
1 {
2   "_args": [
3     [
4       "through2@^0.6.1",
5       "/var/www/yaffs/node_modules/glob-stream"
6     ]
7   ],
8   "_from": "through2@>=0.6.1 <0.7.0",
9   "_id": "through2@0.6.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob-stream/through2",
13   "_npmUser": {
14     "email": "bryce@ravenwall.com",
15     "name": "bryce"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "through2",
21     "raw": "through2@^0.6.1",
22     "rawSpec": "^0.6.1",
23     "scope": null,
24     "spec": ">=0.6.1 <0.7.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/glob-stream"
29   ],
30   "_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
31   "_shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
32   "_shrinkwrap": null,
33   "_spec": "through2@^0.6.1",
34   "_where": "/var/www/yaffs/node_modules/glob-stream",
35   "author": {
36     "email": "r@va.gg",
37     "name": "Rod Vagg",
38     "url": "https://github.com/rvagg"
39   },
40   "bugs": {
41     "url": "https://github.com/rvagg/through2/issues"
42   },
43   "dependencies": {
44     "readable-stream": ">=1.0.33-1 <1.1.0-0",
45     "xtend": ">=4.0.0 <4.1.0-0"
46   },
47   "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
48   "devDependencies": {
49     "bl": ">=0.9.0 <0.10.0-0",
50     "stream-spigot": ">=3.0.4 <3.1.0-0",
51     "tape": ">=2.14.0 <2.15.0-0"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
56     "tarball": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
57   },
58   "gitHead": "ba4a87875f2c82323c10023e36f4ae4b386c1bf8",
59   "homepage": "https://github.com/rvagg/through2",
60   "keywords": [
61     "stream",
62     "streams2",
63     "through",
64     "transform"
65   ],
66   "license": "MIT",
67   "main": "through2.js",
68   "maintainers": [
69     {
70       "name": "rvagg",
71       "email": "rod@vagg.org"
72     },
73     {
74       "name": "bryce",
75       "email": "bryce@ravenwall.com"
76     }
77   ],
78   "name": "through2",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git+https://github.com/rvagg/through2.git"
84   },
85   "scripts": {
86     "test": "node test/test.js",
87     "test-local": "brtapsauce-local test/basic-test.js"
88   },
89   "version": "0.6.5"
90 }