summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/package.json
blob: 5d6541fa4a9980ebb2d111cdeca9324795ed0c5a (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
{
  "_from": "through2@^2.0.0",
  "_id": "through2@2.0.3",
  "_inBundle": false,
  "_integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
  "_location": "/npm-profile/make-fetch-happen/mississippi/through2",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "through2@^2.0.0",
    "name": "through2",
    "escapedName": "through2",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/npm-profile/make-fetch-happen/mississippi"
  ],
  "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  "_spec": "through2@^2.0.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi",
  "author": {
    "name": "Rod Vagg",
    "email": "r@va.gg",
    "url": "https://github.com/rvagg"
  },
  "bugs": {
    "url": "https://github.com/rvagg/through2/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "readable-stream": "^2.1.5",
    "xtend": "~4.0.1"
  },
  "deprecated": false,
  "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  "devDependencies": {
    "bl": "~1.1.2",
    "faucet": "0.0.1",
    "stream-spigot": "~3.0.5",
    "tape": "~4.6.2"
  },
  "homepage": "https://github.com/rvagg/through2#readme",
  "keywords": [
    "stream",
    "streams2",
    "through",
    "transform"
  ],
  "license": "MIT",
  "main": "through2.js",
  "name": "through2",
  "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.3"
}