isa-stream
Version:
Ducktype if something is a Node.js compatible stream
33 lines (32 loc) • 696 B
JSON
{
"name": "isa-stream",
"version": "1.1.3",
"description": "Ducktype if something is a Node.js compatible stream",
"main": "index.js",
"scripts": {
"test": "tap test --100"
},
"repository": {
"type": "git",
"url": "https://github.com/iarna/isa-stream.git"
},
"keywords": [
"isa",
"ducktype",
"stream",
"readable-stream"
],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
"license": "ISC",
"bugs": {
"url": "https://github.com/iarna/isa-stream/issues"
},
"homepage": "https://github.com/iarna/isa-stream",
"files": [
"index.js"
],
"devDependencies": {
"minipass": "^2.3.5",
"tap": "^12.1.1"
}
}