| 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
 | | { |  |   "name": "mississippi", |  |   "version": "3.0.0", |  |   "description": "a collection of useful streams", |  |   "main": "index.js", |  |   "scripts": { |  |     "test": "echo \"Error: no test specified\" && exit 1" |  |   }, |  |   "author": "max ogden", |  |   "license": "BSD-2-Clause", |  |   "dependencies": { |  |     "concat-stream": "^1.5.0", |  |     "duplexify": "^3.4.2", |  |     "end-of-stream": "^1.1.0", |  |     "flush-write-stream": "^1.0.0", |  |     "from2": "^2.1.0", |  |     "parallel-transform": "^1.1.0", |  |     "pump": "^3.0.0", |  |     "pumpify": "^1.3.3", |  |     "stream-each": "^1.1.0", |  |     "through2": "^2.0.0" |  |   }, |  |   "devDependencies": {}, |  |   "repository": { |  |     "type": "git", |  |     "url": "git+https://github.com/maxogden/mississippi.git" |  |   }, |  |   "engines": { |  |     "node": ">=4.0.0" |  |   }, |  |   "bugs": { |  |     "url": "https://github.com/maxogden/mississippi/issues" |  |   }, |  |   "homepage": "https://github.com/maxogden/mississippi#readme" |  | } | 
 |