2026-07-19 13:44:11 -07:00
|
|
|
{
|
|
|
|
|
"name": "@push-stream-std/stream-to-push-stream",
|
2026-07-20 12:01:16 -07:00
|
|
|
"version": "1.0.1",
|
2026-07-19 13:44:11 -07:00
|
|
|
"description": "Convert Node.js streams to push-streams",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.js"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "node --test test/",
|
|
|
|
|
"bench": "node bench/index.js",
|
|
|
|
|
"lint": "node --check index.js test/*.js"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"push-stream",
|
|
|
|
|
"stream",
|
|
|
|
|
"convert"
|
|
|
|
|
],
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.0.0"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.js",
|
|
|
|
|
"bench/",
|
|
|
|
|
"README.md",
|
|
|
|
|
"LICENSE"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://hub.kl1.tenere.ai/api/packages/push-stream-std/npm/"
|
|
|
|
|
}
|
|
|
|
|
}
|