Initial commit
[yaffs-website] / node_modules / through2 / package.json
1 {
2   "_args": [
3     [
4       "through2@^2.0.0",
5       "/var/www/yaffs/node_modules/gulp-util"
6     ]
7   ],
8   "_from": "through2@>=2.0.0 <3.0.0",
9   "_id": "through2@2.0.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/through2",
13   "_nodeVersion": "7.2.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/through2-2.0.3.tgz_1480373529377_0.264686161885038"
17   },
18   "_npmUser": {
19     "email": "rod@vagg.org",
20     "name": "rvagg"
21   },
22   "_npmVersion": "3.10.9",
23   "_phantomChildren": {
24     "buffer-shims": "1.0.0",
25     "core-util-is": "1.0.2",
26     "inherits": "2.0.3",
27     "process-nextick-args": "1.0.7",
28     "string_decoder": "0.10.31",
29     "util-deprecate": "1.0.2"
30   },
31   "_requested": {
32     "name": "through2",
33     "raw": "through2@^2.0.0",
34     "rawSpec": "^2.0.0",
35     "scope": null,
36     "spec": ">=2.0.0 <3.0.0",
37     "type": "range"
38   },
39   "_requiredBy": [
40     "/gulp-sass",
41     "/gulp-util"
42   ],
43   "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
44   "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
45   "_shrinkwrap": null,
46   "_spec": "through2@^2.0.0",
47   "_where": "/var/www/yaffs/node_modules/gulp-util",
48   "author": {
49     "email": "r@va.gg",
50     "name": "Rod Vagg",
51     "url": "https://github.com/rvagg"
52   },
53   "bugs": {
54     "url": "https://github.com/rvagg/through2/issues"
55   },
56   "dependencies": {
57     "readable-stream": "^2.1.5",
58     "xtend": "~4.0.1"
59   },
60   "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
61   "devDependencies": {
62     "bl": "~1.1.2",
63     "faucet": "0.0.1",
64     "stream-spigot": "~3.0.5",
65     "tape": "~4.6.2"
66   },
67   "directories": {},
68   "dist": {
69     "shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
70     "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz"
71   },
72   "gitHead": "4383b10b2cb6a32ae215760715b317513abe609f",
73   "homepage": "https://github.com/rvagg/through2#readme",
74   "keywords": [
75     "stream",
76     "streams2",
77     "through",
78     "transform"
79   ],
80   "license": "MIT",
81   "main": "through2.js",
82   "maintainers": [
83     {
84       "name": "rvagg",
85       "email": "rod@vagg.org"
86     },
87     {
88       "name": "bryce",
89       "email": "bryce@ravenwall.com"
90     }
91   ],
92   "name": "through2",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/rvagg/through2.git"
98   },
99   "scripts": {
100     "test": "node test/test.js | faucet",
101     "test-local": "brtapsauce-local test/basic-test.js"
102   },
103   "version": "2.0.3"
104 }