UNPKG

sqldump-to

Version:

Stream SQL dump to newline delimited json

52 lines (51 loc) 1.09 kB
{ "name": "sqldump-to", "version": "1.0.3", "description": "Stream SQL dump to newline delimited json", "main": "index.js", "homepage": "https://github.com/arjunmehta/sqldump-to", "repository": { "type": "git", "url": "git://github.com/arjunmehta/sqldump-to.git" }, "bugs": { "url": "https://github.com/arjunmehta/sqldump-to/issues" }, "scripts": { "test-lint": "eslint ./ --ext js", "test": "npm run test-lint && mocha ./test/index" }, "bin": { "sqldump-to": "cli.js" }, "engines": ">=10", "author": "Arjun Mehta", "license": "MIT", "dependencies": { "json5": "^2.1.0", "mkdirp": "^1.0.4", "split2": "^3.1.1", "yargs": "^13.2.4" }, "devDependencies": { "benchmark": "^2.1.4", "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3", "mocha": "^8.1.3" }, "keywords": [ "sql", "dump", "mysql", "newline delimited", "json", "mariadb", "table", "columns", "schema", "stream", "command", "sqldump" ] }