summaryrefslogtreecommitdiff
path: root/node_modules/gulp-util/node_modules/readable-stream/package.json
blob: b550f6ce48af4c233849a4f62045d3254679756a (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
{
  "name": "readable-stream",
  "version": "1.0.34",
  "description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
  "main": "readable.js",
  "dependencies": {
    "core-util-is": "~1.0.0",
    "isarray": "0.0.1",
    "string_decoder": "~0.10.x",
    "inherits": "~2.0.1"
  },
  "devDependencies": {
    "tap": "~0.2.6"
  },
  "scripts": {
    "test": "tap test/simple/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/readable-stream"
  },
  "keywords": [
    "readable",
    "stream",
    "pipe"
  ],
  "browser": {
    "util": false
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "MIT"
}