UNPKG

791 BJSONView Raw
1{
2 "name": "through2",
3 "version": "1.0.0",
4 "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
5 "main": "through2.js",
6 "scripts": {
7 "test": "node test/test.js",
8 "test-local": "brtapsauce-local test/basic-test.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/rvagg/through2.git"
13 },
14 "keywords": [
15 "stream",
16 "streams2",
17 "through",
18 "transform"
19 ],
20 "author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
21 "license": "MIT",
22 "dependencies": {
23 "readable-stream": "~1.1.10",
24 "xtend": "~2.1.1"
25 },
26 "devDependencies": {
27 "tape": "~2.3.0",
28 "bl": "~0.6.0",
29 "stream-spigot": "~3.0.1",
30 "brtapsauce": "~0.2.2"
31 },
32 "publishConfig": {
33 "tag": "1.0"
34 }
35}