s-flatten
Version:
A flatten function for Web Streams
32 lines (31 loc) • 679 B
JSON
{
"name": "s-flatten",
"version": "1.0.1",
"description": "A flatten function for Web Streams",
"keywords": [
"web streams",
"streams",
"flatten",
"flat",
"TransformStream"
],
"homepage": "https://github.com/trevorah/s-flatten#readme",
"bugs": {
"url": "https://github.com/trevorah/s-flatten/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trevorah/s-flatten.git"
},
"license": "MIT",
"author": "Andy Trevorah <andy@trevorah.net>",
"type": "module",
"main": "index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"scripts": {
"test": "node --test"
}
}