1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/tests/registry/npm/minipass-pipeline/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

59 lines
1.6 KiB
JSON

{
"name": "minipass-pipeline",
"dist-tags": {
"latest": "1.2.4"
},
"versions": {
"1.2.4": {
"name": "minipass-pipeline",
"version": "1.2.4",
"description": "create a pipeline of streams using Minipass",
"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"
},
"engines": {
"node": ">=8"
},
"gitHead": "ead0263f019a9ec1eeb6db5da34c62479bb0a967",
"_id": "minipass-pipeline@1.2.4",
"_nodeVersion": "14.2.0",
"_npmVersion": "7.0.0-beta",
"dist": {
"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
"shasum": "68472f79711c084657c067c5c6ad93cddea8214c",
"tarball": "http://localhost:4260/minipass-pipeline/minipass-pipeline-1.2.4.tgz",
"fileCount": 4,
"unpackedSize": 7004
},
"directories": {},
"_hasShrinkwrap": false
}
},
"description": "create a pipeline of streams using Minipass",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"license": "ISC",
"readmeFilename": "README.md"
}