gulp-etl-mysql-adapter
Version:
Extract data from mysql into gulp-etl Message Stream JSON
64 lines • 1.46 kB
JSON
{
"name": "gulp-etl-mysql-adapter",
"version": "1.0.7",
"repository": "https://github.com/gulpetl/gulp-etl-mysql-adapter",
"description": "Extract data from mysql into gulp-etl Message Stream JSON",
"main": "dist/js/plugin.js",
"typings": "dist/types/plugin.d.ts",
"files": [
"dist",
"mysql_src.*"
],
"author": "peterl@sbcotton.com",
"license": "MIT",
"keywords": [
"gulpfriendly",
"mysql",
"sql",
"gulp",
"gulp-etl",
"gulpetl",
"vinyl",
"adapter",
"etl",
"data",
"node-red"
],
"node-red": {
"nodes": {
"mysql.src": "mysql_src.js"
}
},
"homepage": "https://gulpetl.com",
"dependencies": {
"from2": "^2.3.0",
"gulp-buffer": "0.0.2",
"gulp-error-handle": "^1.0.1",
"loglevel": "^1.9.2",
"merge": "^2.1.1",
"mysql2": "^3.11.1",
"pkginfo": "^0.4.1",
"plugin-error": "^2.0.1",
"through2": "^3.0.2",
"vinyl": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/node": "^20.16.5",
"@types/vinyl": "^2.0.12",
"gulp": "^4.0.2",
"jest": "^24.9.0",
"jest-spec-reporter": "^1.0.19",
"rimraf": "^6.0.1",
"ts-jest": "^24.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc",
"prebuild": "rimraf --glob dist/*",
"clean": "rimraf --glob dist/*",
"test": "jest",
"bump": "npm version patch && git push --tags origin master"
}
}