代码拉取完成,页面将自动刷新
{
"name": "gethue",
"version": "4.10.0",
"description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
"keywords": [
"Query Editor",
"SQL Editor",
"SQL",
"SQL Components",
"SQL Autocomplete",
"SQL Parsers",
"SQL Scratchpad"
],
"homepage": "http://gethue.com",
"repository": {
"type": "git",
"url": "https://github.com/cloudera/hue"
},
"author": "Gethue.com",
"contributors": [
"Johan Ahlen <[email protected]>"
],
"license": "Apache-2.0",
"private": false,
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@gethue/sql-formatter": "4.0.3",
"axios": "0.21.1",
"clipboard": "1.7.1",
"core-js": "^3.4.2",
"d3": "5.7.0",
"d3v3": "1.0.3",
"dropzone": "5.5.1",
"file-saver": "^2.0.2",
"filesize": "4.0.0",
"jquery": "3.5.1",
"jquery-contextmenu": "^2.9.0",
"jquery-form": "4.2.2",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.12.1",
"jquery.cookie": "1.4.1",
"knockout": "3.5.1",
"knockout-sortable": "1.2.0",
"knockout-switch-case": "2.1.0",
"knockout.mapping": "2.4.3",
"knockout.validation": "2.0.3",
"localforage": "1.7.3",
"lodash": "4.17.21",
"luxon": "1.25.0",
"medium-editor": "5.23.3",
"mustache": "4.1.0",
"page": "1.8.6",
"plotly.js-dist": "1.45.3",
"qs": "6.9.4",
"regenerator-runtime": "^0.13.3",
"removeNPMAbsolutePaths": "^1.0.4",
"sanitize-html": "^2.1.2",
"select2": "3.5.1",
"selectize": "0.12.6",
"selectize-plugin-clear": "0.0.3",
"sprintf-js": "1.1.2",
"vue": "3.0.11",
"vue-custom-element": "3.2.14",
"vue3-datepicker": "^0.2.4"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/node": "7.14.2",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.0",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.14.4",
"@babel/preset-typescript": "7.13.0",
"@types/file-saver": "^2.0.1",
"@types/jest": "26.0.0",
"@types/jquery": "3.5.0",
"@types/knockout": "3.4.67",
"@types/lodash": "^4.14.161",
"@types/luxon": "1.25.0",
"@types/qs": "6.9.4",
"@types/sanitize-html": "1.27.0",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"@vue/compiler-sfc": "3.0.11",
"@vue/test-utils": "^2.0.0-rc.1",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-jscs": "3.0.0-beta1",
"babel-loader": "8.2.2",
"babel-plugin-module-resolver": "4.1.0",
"babel-preset-typescript-vue3": "2.0.12",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "5.2.6",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.10.0",
"expose-loader": "3.0.0",
"grunt": "1.4.1",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"jsdom": "16.6.0",
"less": "4.1.1",
"less-loader": "9.0.0",
"lesshint": "6.3.7",
"license-checker": "25.0.1",
"load-grunt-tasks": "5.1.0",
"markdown": "0.5.0",
"prettier": "2.3.0",
"sass": "1.34.0",
"sass-loader": "11.1.1",
"source-map-loader": "3.0.0",
"style-loader": "2.0.0",
"stylelint": "13.13.1",
"stylelint-config-standard": "22.0.0",
"stylelint-scss": "3.19.0",
"ts-jest": "26.5.6",
"ts-loader": "9.2.2",
"typescript": "4.3.2",
"util": "0.12.4",
"vti": "0.0.24",
"vue-jest": "5.0.0-alpha.10",
"vue-loader": "16.2.0",
"webpack": "5.38.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-bundle-tracker": "1.0.0",
"webpack-cli": "4.7.0"
},
"scripts": {
"devinstall": "npm cache clean && npm install && npm prune",
"webpack": "webpack --config webpack.config.js",
"webpack-login": "webpack --config webpack.config.login.js",
"webpack-workers": "webpack --config webpack.config.workers.js",
"webpack-npm": "webpack --config webpack.config.npm.js",
"publish-gethue": "make sql-all-parsers && npm run webpack-npm && cd npm_dist && npm publish",
"dev": "webpack --watch --config webpack.config.js -d eval",
"dev-login": "webpack --config webpack.config.login.js --watch -d eval",
"dev-workers": "webpack --config webpack.config.workers.js --watch -d eval",
"dev-webpack-npm": "webpack --config webpack.config.npm.js --watch -d eval",
"less": "./node_modules/.bin/grunt less",
"less-dev": "./node_modules/.bin/grunt watch",
"style-lint": "stylelint \"desktop/core/src/desktop/static/desktop/less/**/*.less\" \"desktop/core/src/desktop/js/**/*.scss\"",
"style-lint-fix": "npm run style-lint -- --fix",
"lint-vue-template": "vti diagnostics",
"lint": "eslint desktop/core/src/desktop/js tools/sql-docs tools/jison",
"lint-debug": "npm run lint -- --debug",
"lint-fix": "npm run lint -- --fix",
"test": "jest",
"test-coverage": "jest --coverage",
"test-dev": "jest --watch",
"test-clearCache": "jest --clearCache",
"check-license": "node ./tools/license/checkLicenses.js",
"check-absolute-paths": "node ./tools/detect-absolute-paths/detectAbsolutePaths.js"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。