1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/tests/registry/npm/minipass-pipeline/registry.json

60 lines
1.6 KiB
JSON
Raw Normal View History

{
"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"
}