Files
2025-11-28 19:45:44 -07:00

16 lines
453 B
JSON

{
"name": "json-stream",
"version": "1.0.0",
"description": "New line-delimeted JSON parser with a stream interface",
"author": "Maciej Małecki <me@mmalecki.com>",
"main": "./lib/json-stream",
"scripts": {
"test": "node test/pipe-test.js && node test/json-stream-test.js && node test/throw-in-readable-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mmalecki/json-stream.git"
},
"license": "MIT"
}