jsonl
Version:
Transform a stream of JSON into a stream of Line Delimited JSON
29 lines (28 loc) • 566 B
JSON
{
"name": "jsonl",
"version": "1.1.2",
"description": "Transform a stream of JSON into a stream of Line Delimited JSON",
"author": "Stephen Sawchuk <sawchuk@gmail.com> (http://stephenplusplus.com)",
"main": "index.js",
"repository": "stephenplusplus/jsonl",
"files": [
"index.js",
"LICENSE"
],
"keywords": [
"json",
"stream",
"newline"
],
"dependencies": {
"jsonparse": "0.0.6",
"through2": "^0.6.3"
},
"devDependencies": {
"mocha": "^2.0.1"
},
"scripts": {
"test": "mocha"
},
"license": "MIT"
}