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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
{
"name": "fs-minipass",
"description": "fs read and write streams based on minipass",
"dist-tags": {
"latest": "3.0.3"
},
"versions": {
"2.1.0": {
"name": "fs-minipass",
"version": "2.1.0",
"main": "index.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/fs-minipass.git"
},
"bugs": {
"url": "https://github.com/npm/fs-minipass/issues"
},
"description": "fs read and write streams based on minipass",
"dependencies": {
"minipass": "^3.0.0"
},
"devDependencies": {
"mutate-fs": "^2.0.1",
"tap": "^14.6.4"
},
"tap": {
"check-coverage": true
},
"engines": {
"node": ">= 8"
},
"gitHead": "4995b5fd182fb95959ad5572dee5ccc2f31b5b21",
"_id": "fs-minipass@2.1.0",
"_nodeVersion": "13.4.0",
"_npmVersion": "6.13.6",
"dist": {
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
"shasum": "7f5036fdbf12c63c169190cbe4199c852271f9fb",
"tarball": "http://localhost:4260/fs-minipass/fs-minipass-2.1.0.tgz",
"fileCount": 4,
"unpackedSize": 14089
},
"directories": {},
"_hasShrinkwrap": false
},
"3.0.3": {
"name": "fs-minipass",
"version": "3.0.3",
"main": "lib/index.js",
"scripts": {
"test": "tap",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},
"author": {
"name": "GitHub Inc."
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/fs-minipass.git"
},
"bugs": {
"url": "https://github.com/npm/fs-minipass/issues"
},
"description": "fs read and write streams based on minipass",
"dependencies": {
"minipass": "^7.0.3"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.18.0",
"mutate-fs": "^2.1.1",
"tap": "^16.3.2"
},
"tap": {
"check-coverage": true,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"publish": "true"
},
"_id": "fs-minipass@3.0.3",
"gitHead": "8348d32797eadf1bad05fae1d8ba2af3da53cd44",
"_nodeVersion": "18.17.0",
"_npmVersion": "9.8.1",
"dist": {
"integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==",
"shasum": "79a85981c4dc120065e96f62086bf6f9dc26cc54",
"tarball": "http://localhost:4260/fs-minipass/fs-minipass-3.0.3.tgz",
"fileCount": 4,
"unpackedSize": 14413,
"attestations": {
"url": "http://localhost:4260/attestations/fs-minipass@3.0.3",
"provenance": {
"predicateType": "https://slsa.dev/provenance/v1"
}
}
},
"directories": {},
"_hasShrinkwrap": false
}
},
"homepage": "https://github.com/npm/fs-minipass#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/fs-minipass.git"
},
"author": {
"name": "GitHub Inc."
},
"bugs": {
"url": "https://github.com/npm/fs-minipass/issues"
},
"license": "ISC",
"readmeFilename": "README.md"
}
|