Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « mute-stream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56ebb363b925110a7c2f53d6f366724b9a4309ca (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
{
  "name": "mute-stream",
  "version": "0.0.8",
  "main": "mute.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "tap": "^12.1.1"
  },
  "scripts": {
    "test": "tap test/*.js --cov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/mute-stream"
  },
  "keywords": [
    "mute",
    "stream",
    "pipe"
  ],
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "description": "Bytes go in, but they don't come out (when muted).",
  "files": [
    "mute.js"
  ]
}