Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
761 B

{
"name": "ndjson",
"version": "1.5.0",
"description": "streaming newline delimited json parser + serializer",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"bin": {
"ndjson": "cli.js"
},
"author": "max ogden",
"license": "BSD-3-Clause",
"dependencies": {
"json-stringify-safe": "^5.0.1",
"minimist": "^1.2.0",
"split2": "^2.1.0",
"through2": "^2.0.3"
},
"devDependencies": {
"concat-stream": "^1.5.0",
"tape": "^4.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/maxogden/ndjson.git"
},
"bugs": {
"url": "https://github.com/maxogden/ndjson/issues"
},
"homepage": "https://github.com/maxogden/ndjson",
"keywords": [
"ndjson",
"ldjson"
]
}