aboutsummaryrefslogtreecommitdiff
path: root/node_modules/through2/package.json
blob: 0e4636c1ec10806074193f0baad680c4d2b8c302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_args": [
    [
      {
        "raw": "through2@^2.0.1",
        "scope": null,
        "escapedName": "through2",
        "name": "through2",
        "rawSpec": "^2.0.1",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "through2@>=2.0.1 <3.0.0",
  "_id": "through2@2.0.1",
  "_inCache": true,
  "_location": "/through2",
  "_nodeVersion": "5.5.0",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/through2-2.0.1.tgz_1454928418348_0.7339043114334345"
  },
  "_npmUser": {
    "name": "rvagg",
    "email": "rod@vagg.org"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "process-nextick-args": "1.0.7",
    "string_decoder": "0.10.31",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "raw": "through2@^2.0.1",
    "scope": null,
    "escapedName": "through2",
    "name": "through2",
    "rawSpec": "^2.0.1",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/",
    "/cloneable-readable",
    "/gulp-debug",
    "/gulp-json-transform",
    "/gulp-sourcemaps",
    "/gulp-tar",
    "/gulp-typescript",
    "/gulp-util",
    "/gulp-zip",
    "/through2-filter",
    "/vinyl-fs"
  ],
  "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
  "_shasum": "384e75314d49f32de12eebb8136b8eb6b5d59da9",
  "_shrinkwrap": null,
  "_spec": "through2@^2.0.1",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Rod Vagg",
    "email": "r@va.gg",
    "url": "https://github.com/rvagg"
  },
  "bugs": {
    "url": "https://github.com/rvagg/through2/issues"
  },
  "dependencies": {
    "readable-stream": "~2.0.0",
    "xtend": "~4.0.0"
  },
  "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  "devDependencies": {
    "bl": "~0.9.4",
    "faucet": "0.0.1",
    "stream-spigot": "~3.0.5",
    "tape": "~4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "384e75314d49f32de12eebb8136b8eb6b5d59da9",
    "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
  },
  "gitHead": "6d52a1b77db13a741f2708cd5854a198e4ae3072",
  "homepage": "https://github.com/rvagg/through2#readme",
  "keywords": [
    "stream",
    "streams2",
    "through",
    "transform"
  ],
  "license": "MIT",
  "main": "through2.js",
  "maintainers": [
    {
      "name": "rvagg",
      "email": "rod@vagg.org"
    },
    {
      "name": "bryce",
      "email": "bryce@ravenwall.com"
    }
  ],
  "name": "through2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rvagg/through2.git"
  },
  "scripts": {
    "test": "node test/test.js | faucet",
    "test-local": "brtapsauce-local test/basic-test.js"
  },
  "version": "2.0.1"
}