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

package.json « minipass-json-stream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19d1f358fce6213c3c40ce25c8e2fec03e1ec831 (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
{
  "name": "minipass-json-stream",
  "version": "1.0.1",
  "description": "Like JSONStream, but using Minipass streams",
  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
  "license": "MIT",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "tap": {
    "check-coverage": true
  },
  "devDependencies": {
    "JSONStream": "^1.3.5",
    "tap": "^14.6.9"
  },
  "dependencies": {
    "jsonparse": "^1.3.1",
    "minipass": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/minipass-json-stream.git"
  },
  "keywords": [
    "stream",
    "json",
    "parse",
    "minipass",
    "JSONStream"
  ],
  "files": [
    "index.js"
  ]
}