summaryrefslogtreecommitdiff
path: root/tests/registry/npm/minipass-flush/registry.json
blob: 52ddc966dcde19cf367283015be3acdfa5aec839 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "name": "minipass-flush",
  "dist-tags": {
    "latest": "1.0.5"
  },
  "versions": {
    "1.0.5": {
      "name": "minipass-flush",
      "version": "1.0.5",
      "description": "A Minipass stream that calls a flush function before emitting 'end'",
      "author": {
        "name": "Isaac Z. Schlueter",
        "email": "i@izs.me",
        "url": "https://izs.me"
      },
      "license": "ISC",
      "scripts": {
        "test": "tap",
        "snap": "tap",
        "preversion": "npm test",
        "postversion": "npm publish",
        "postpublish": "git push origin --follow-tags"
      },
      "tap": {
        "check-coverage": true
      },
      "devDependencies": {
        "tap": "^14.6.9"
      },
      "dependencies": {
        "minipass": "^3.0.0"
      },
      "main": "index.js",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/isaacs/minipass-flush.git"
      },
      "engines": {
        "node": ">= 8"
      },
      "gitHead": "9625266c18ca9d14bb13f85dfcdf8cb67763b14e",
      "bugs": {
        "url": "https://github.com/isaacs/minipass-flush/issues"
      },
      "_id": "minipass-flush@1.0.5",
      "_nodeVersion": "12.8.1",
      "_npmVersion": "6.12.0-next.0",
      "dist": {
        "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
        "shasum": "82e7135d7e89a50ffe64610a787953c4c4cbb373",
        "tarball": "http://localhost:4260/minipass-flush/minipass-flush-1.0.5.tgz",
        "fileCount": 4,
        "unpackedSize": 3771
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "description": "A Minipass stream that calls a flush function before emitting 'end'",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "license": "ISC",
  "readmeFilename": "README.md",
  "homepage": "https://github.com/isaacs/minipass-flush#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/minipass-flush.git"
  },
  "bugs": {
    "url": "https://github.com/isaacs/minipass-flush/issues"
  }
}