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: ed53d9002cf5d65e8dbe09eddfc82f0aa2ba48cf (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
{
  "_from": "mute-stream@~0.0.4",
  "_id": "mute-stream@0.0.8",
  "_inBundle": false,
  "_integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
  "_location": "/mute-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mute-stream@~0.0.4",
    "name": "mute-stream",
    "escapedName": "mute-stream",
    "rawSpec": "~0.0.4",
    "saveSpec": null,
    "fetchSpec": "~0.0.4"
  },
  "_requiredBy": [
    "/read"
  ],
  "_resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
  "_shasum": "1630c42b2251ff81e2a283de96a5497ea92e5e0d",
  "_spec": "mute-stream@~0.0.4",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/read",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/mute-stream/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Bytes go in, but they don't come out (when muted).",
  "devDependencies": {
    "tap": "^12.1.1"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "mute.js"
  ],
  "homepage": "https://github.com/isaacs/mute-stream#readme",
  "keywords": [
    "mute",
    "stream",
    "pipe"
  ],
  "license": "ISC",
  "main": "mute.js",
  "name": "mute-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/mute-stream.git"
  },
  "scripts": {
    "test": "tap test/*.js --cov"
  },
  "version": "0.0.8"
}