json-stream-parser
Version:
Transform stream allow to transform JSON string fragments separated by end of line into javascript objects
28 lines (27 loc) • 689 B
JSON
{
"name": "json-stream-parser",
"version": "1.3.0",
"description": "Transform stream allow to transform JSON string fragments separated by end of line into javascript objects",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/FranckErnewein/json-stream-parser.git"
},
"keywords": [
"stream",
"JSON",
"Transform"
],
"author": "Franck Ernewein",
"license": "MIT",
"bugs": {
"url": "https://github.com/FranckErnewein/json-stream-parser/issues"
},
"homepage": "https://github.com/FranckErnewein/json-stream-parser",
"devDependencies": {
"chai": "^3.0.0"
}
}