You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
995 B
42 lines
995 B
5 years ago
|
{
|
||
|
"name": "minipass",
|
||
|
"version": "3.1.1",
|
||
|
"description": "minimal implementation of a PassThrough stream",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"yallist": "^4.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"end-of-stream": "^1.4.0",
|
||
|
"tap": "^14.6.5",
|
||
|
"through2": "^2.0.3"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap",
|
||
|
"preversion": "npm test",
|
||
|
"postversion": "npm publish --tag=next",
|
||
|
"postpublish": "git push origin --follow-tags"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/isaacs/minipass.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"passthrough",
|
||
|
"stream"
|
||
|
],
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"license": "ISC",
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"tap": {
|
||
|
"check-coverage": true
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"__npminstall_done": "Fri Jan 03 2020 18:02:09 GMT+0800 (GMT+08:00)",
|
||
|
"_from": "minipass@3.1.1",
|
||
|
"_resolved": "https://registry.npm.taobao.org/minipass/download/minipass-3.1.1.tgz"
|
||
|
}
|