mysql-parse
Version:
Parse a mysql connection string and return access parameters that can be fed to the mysql or mysqldump command line client.
31 lines (30 loc) • 712 B
JSON
{
"name": "mysql-parse",
"version": "3.0.2",
"description": "Parse a mysql connection string and return access parameters that can be fed to the mysql or mysqldump command line client.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"bin": {
"mysql-parse": "bin.js"
},
"repository": {
"type": "git",
"url": "https://code.on.nilsnh.no/nilsnh/mysql-parse"
},
"keywords": [
"mysql",
"connection-string",
"mysqldump"
],
"author": "Nils Norman Haukås <licensing@nilsnh.no> (https://nilsnh.no/)",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"node": ">=20"
},
"devDependencies": {
"prettier": "3.6.2"
}
}