json-dam
Version:
Fill in a json stream with a dam of data!
37 lines (36 loc) • 755 B
JSON
{
"name": "json-dam",
"version": "1.0.0",
"description": "Fill in a json stream with a dam of data!",
"main": "index.js",
"bin": {
"json-dam": "cli.js"
},
"scripts": {
"test": "standard && tap test/**.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thekemkid/json-dam.git"
},
"keywords": [
"JSON",
"Stream",
"JSONStream",
"NDJson"
],
"author": "Glen Keane",
"license": "MIT",
"bugs": {
"url": "https://github.com/thekemkid/json-dam/issues"
},
"homepage": "https://github.com/thekemkid/json-dam#readme",
"dependencies": {
"callback-stream": "^1.1.0",
"ndjson": "^1.5.0"
},
"devDependencies": {
"standard": "^8.6.0",
"tap": "^8.0.1"
}
}