mysql2-import
Version:
Import .sql into a MySQL database with Node.
47 lines (46 loc) • 1.2 kB
JSON
{
"author": "mar0xy",
"bugs": {
"url": "https://github.com/mar0xy/mysql2-import/issues"
},
"bundleDependencies": false,
"dependencies": {
"mysql2": "^2.2.5"
},
"deprecated": false,
"description": "Import .sql into a MySQL database with Node.",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-string-replace": "^1.3.1",
"mocha": "^7.1.0",
"nyc": "^15.0.0"
},
"engines": {
"node": ">5.0.0"
},
"homepage": "https://github.com/mar0xy/mysql2-import#readme",
"keywords": [
"nodejs",
"mysql",
"textfiles",
"import",
"sql"
],
"license": "MIT",
"main": "mysql-import.js",
"name": "mysql2-import",
"repository": {
"type": "git",
"url": "git+https://github.com/mar0xy/mysql2-import.git"
},
"scripts": {
"build": "grunt",
"test": "node_modules/.bin/nyc --reporter=html --reporter=text node_modules/.bin/mocha ./test/test.js --timeout 15000",
"memory-test": "node_modules/.bin/mocha ./test/memory-stress-test.js --timeout 0",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"version": "5.0.22"
}