mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
npm packages - keywords
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-api",
|
"name": "dbgate-api",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
|
|
||||||
"homepage": "https://dbgate.org/",
|
"homepage": "https://dbgate.org/",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -12,6 +12,19 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
|
|
||||||
|
"keywords": [
|
||||||
|
"sql",
|
||||||
|
"mssql",
|
||||||
|
"mssql",
|
||||||
|
"postgresql",
|
||||||
|
"csv",
|
||||||
|
"excel",
|
||||||
|
"json",
|
||||||
|
"import",
|
||||||
|
"export",
|
||||||
|
"dbgate"
|
||||||
|
],
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dbgate-engines": "^1.0.0",
|
"dbgate-engines": "^1.0.0",
|
||||||
"dbgate-sqltree": "^1.0.0",
|
"dbgate-sqltree": "^1.0.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dbgate-engines",
|
"name": "dbgate-engines",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "./index.d.ts",
|
"typings": "./index.d.ts",
|
||||||
|
|
||||||
@@ -13,6 +13,14 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
|
|
||||||
|
"keywords": [
|
||||||
|
"sql",
|
||||||
|
"mssql",
|
||||||
|
"mssql",
|
||||||
|
"postgresql",
|
||||||
|
"dbgate"
|
||||||
|
],
|
||||||
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"dbgate-types": "^1.0.0",
|
"dbgate-types": "^1.0.0",
|
||||||
"@types/lodash": "^4.14.149",
|
"@types/lodash": "^4.14.149",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"name": "dbgate-sqltree",
|
"name": "dbgate-sqltree",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
@@ -13,6 +13,15 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
|
|
||||||
|
"keywords": [
|
||||||
|
"sql",
|
||||||
|
"mssql",
|
||||||
|
"mssql",
|
||||||
|
"postgresql",
|
||||||
|
"query",
|
||||||
|
"dbgate"
|
||||||
|
],
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "yarn build",
|
"prepare": "yarn build",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"name": "dbgate-tools",
|
"name": "dbgate-tools",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
@@ -13,6 +13,11 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
|
|
||||||
|
"keywords": [
|
||||||
|
"sql",
|
||||||
|
"dbgate"
|
||||||
|
],
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "yarn build",
|
"prepare": "yarn build",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"name": "dbgate-types",
|
"name": "dbgate-types",
|
||||||
|
|
||||||
"homepage": "https://dbgate.org/",
|
"homepage": "https://dbgate.org/",
|
||||||
@@ -11,6 +11,10 @@
|
|||||||
"author": "Jan Prochazka",
|
"author": "Jan Prochazka",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
|
|
||||||
|
"keywords": [
|
||||||
|
"dbgate"
|
||||||
|
],
|
||||||
|
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"main": "",
|
"main": "",
|
||||||
"typeScriptVersion": "2.8"
|
"typeScriptVersion": "2.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user