Spaces:
Running
Running
{ | |
"name": "textlinestream", | |
"version": "1.1.1", | |
"description": "Split a Text Stream into a Line Stream, using the Stream API", | |
"type": "module", | |
"source": "src/main.mjs", | |
"umd:main": "dist/textlinestream.umd.js", | |
"unpkg": "dist/textlinestream.umd.js", | |
"browser": "dist/textlinestream.umd.js", | |
"jsdelivr": "dist/textlinestream.umd.js", | |
"module": "dist/textlinestream.es.mjs", | |
"main": "dist/textlinestream.cjs.js", | |
"exports": { | |
"require": "./dist/textlinestream.cjs.js", | |
"default": "./dist/textlinestream.es.mjs" | |
}, | |
"node": ">=14.16", | |
"scripts": { | |
"build": "rollup -c", | |
"test": "tap test/*.mjs" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/chrispahm/textlinestream.git" | |
}, | |
"bugs": { | |
"url": "http://github.com/chrispahm/textlinestream/issues" | |
}, | |
"author": "Christoph Pahmeyer <[email protected]>", | |
"license": "MIT", | |
"devDependencies": { | |
"@rollup/plugin-commonjs": "^22.0.1", | |
"@rollup/plugin-node-resolve": "^13.3.0", | |
"rollup": "^2.77.0", | |
"tap": "^16.3.0" | |
} | |
} | |