mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 05:33:59 +00:00
plugins - use compiled version by default, zero dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-plugin-csv",
|
"name": "dbgate-plugin-csv",
|
||||||
"main": "src/backend/index.js",
|
"main": "dist/backend.js",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"homepage": "https://dbgate.org",
|
"homepage": "https://dbgate.org",
|
||||||
"description": "CSV import/export plugin for DbGate",
|
"description": "CSV import/export plugin for DbGate",
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
"dbgateplugin"
|
"dbgateplugin"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"src",
|
|
||||||
"dist",
|
"dist",
|
||||||
"icon.svg"
|
"icon.svg"
|
||||||
],
|
],
|
||||||
@@ -32,11 +31,8 @@
|
|||||||
"plugout": "dbgate-plugout dbgate-plugin-csv",
|
"plugout": "dbgate-plugout dbgate-plugin-csv",
|
||||||
"prepublishOnly": "yarn build"
|
"prepublishOnly": "yarn build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
|
||||||
"lodash": "^4.17.20",
|
|
||||||
"csv": "^5.3.2"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"csv": "^5.3.2",
|
||||||
"dbgate-plugin-tools": "^1.0.7",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-plugin-excel",
|
"name": "dbgate-plugin-excel",
|
||||||
"main": "src/backend/index.js",
|
"main": "dist/backend.js",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"description": "MS Excel import/export plugin for DbGate",
|
"description": "MS Excel import/export plugin for DbGate",
|
||||||
"homepage": "https://dbgate.org",
|
"homepage": "https://dbgate.org",
|
||||||
@@ -19,7 +19,6 @@
|
|||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"src",
|
|
||||||
"icon.svg"
|
"icon.svg"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -32,11 +31,9 @@
|
|||||||
"plugout": "dbgate-plugout dbgate-plugin-excel",
|
"plugout": "dbgate-plugout dbgate-plugin-excel",
|
||||||
"prepublishOnly": "yarn build"
|
"prepublishOnly": "yarn build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
|
||||||
"lodash": "^4.17.20",
|
|
||||||
"xlsx": "^0.16.8"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"lodash": "^4.17.20",
|
||||||
|
"xlsx": "^0.16.8",
|
||||||
"dbgate-plugin-tools": "^1.0.7",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
"webpack-cli": "^3.3.11"
|
"webpack-cli": "^3.3.11"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-plugin-mongo",
|
"name": "dbgate-plugin-mongo",
|
||||||
"main": "src/backend/index.js",
|
"main": "dist/backend.js",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"src",
|
|
||||||
"icon.svg"
|
"icon.svg"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -34,9 +33,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-plugin-tools": "^1.0.7",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
"webpack-cli": "^3.3.11"
|
"webpack-cli": "^3.3.11",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"dbgate-tools": "^4.1.1",
|
"dbgate-tools": "^4.1.1",
|
||||||
"is-promise": "^4.0.0",
|
"is-promise": "^4.0.0",
|
||||||
"mongodb": "^3.6.5",
|
"mongodb": "^3.6.5",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-plugin-mssql",
|
"name": "dbgate-plugin-mssql",
|
||||||
"main": "src/backend/index.js",
|
"main": "dist/backend.js",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"homepage": "https://dbgate.org",
|
"homepage": "https://dbgate.org",
|
||||||
"description": "MS SQL connect plugin for DbGate",
|
"description": "MS SQL connect plugin for DbGate",
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"src",
|
|
||||||
"icon.svg"
|
"icon.svg"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -34,9 +33,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-plugin-tools": "^1.0.7",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
"webpack-cli": "^3.3.11"
|
"webpack-cli": "^3.3.11",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"dbgate-tools": "^4.1.1",
|
"dbgate-tools": "^4.1.1",
|
||||||
"tedious": "^9.2.3",
|
"tedious": "^9.2.3",
|
||||||
"async-lock": "^1.2.6"
|
"async-lock": "^1.2.6"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-plugin-mysql",
|
"name": "dbgate-plugin-mysql",
|
||||||
"main": "src/backend/index.js",
|
"main": "dist/backend.js",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"homepage": "https://dbgate.org",
|
"homepage": "https://dbgate.org",
|
||||||
"description": "MySQL connect plugin for DbGate",
|
"description": "MySQL connect plugin for DbGate",
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"src",
|
|
||||||
"icon.svg"
|
"icon.svg"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -34,9 +33,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-plugin-tools": "^1.0.7",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
"webpack-cli": "^3.3.11"
|
"webpack-cli": "^3.3.11",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@verycrazydog/mysql-parser": "^1.2.0",
|
"@verycrazydog/mysql-parser": "^1.2.0",
|
||||||
"dbgate-tools": "^4.1.1",
|
"dbgate-tools": "^4.1.1",
|
||||||
"mysql2": "^2.2.5"
|
"mysql2": "^2.2.5"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-plugin-postgres",
|
"name": "dbgate-plugin-postgres",
|
||||||
"main": "src/backend/index.js",
|
"main": "dist/backend.js",
|
||||||
"version": "4.1.1",
|
"version": "4.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "PostgreSQL connector plugin for DbGate",
|
"description": "PostgreSQL connector plugin for DbGate",
|
||||||
@@ -17,7 +17,6 @@
|
|||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"src",
|
|
||||||
"icon.svg"
|
"icon.svg"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -33,9 +32,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-plugin-tools": "^1.0.7",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
"webpack-cli": "^3.3.11"
|
"webpack-cli": "^3.3.11",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"dbgate-tools": "^4.1.1",
|
"dbgate-tools": "^4.1.1",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"pg": "^7.17.0",
|
"pg": "^7.17.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user