24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"name": "minipass",
|
|
"version": "2.3.4",
|
|
"description": "minimal implementation of a PassThrough stream",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.2",
|
|
"yallist": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"end-of-stream": "^1.4.0",
|
|
"tap": "^12.0.1",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/minipass.git"
|
|
},
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC",
|
|
"files": [
|
|
"index.js"
|
|
]
|
|
} |