readline-transform
Version:
Transform stream to read line-by-line and write a string
44 lines (43 loc) • 920 B
JSON
{
"name": "readline-transform",
"version": "2.0.0",
"description": "Transform stream to read line-by-line and write a string",
"main": "index.js",
"types": "index.d.ts",
"exports": {
".": {
"import": {
"default": "./index.mjs",
"types": "./index.d.ts"
},
"require": "./index.js"
}
},
"scripts": {
"test": "mocha",
"ci_test": "nyc npm test"
},
"keywords": [
"stream",
"transform",
"readline",
"byline"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tilfin/readline-transform.git"
},
"bugs": {
"url": "https://github.com/tilfin/readline-transform/issues"
},
"homepage": "https://github.com/tilfin/readline-transform#readme",
"author": "Toshimitsu Takahashi",
"license": "MIT",
"devDependencies": {
"mocha": "^10.8.2",
"nyc": "^17.1.0"
},
"engines": {
"node": ">=18"
}
}