diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..f80b398
--- /dev/null
+++ b/.env.development
@@ -0,0 +1,7 @@
+NODE_ENV = development
+
+//VUE_APP_BASEURL = 'http://huhang-admin.mujiwork.cn'
+
+VUE_APP_BASEURL = '/api'
+
+VUE_APP_CDN = './'
\ No newline at end of file
diff --git a/.env.muji b/.env.muji
new file mode 100644
index 0000000..317310f
--- /dev/null
+++ b/.env.muji
@@ -0,0 +1,7 @@
+NODE_ENV = muji
+
+//VUE_APP_BASEURL = 'http://huhang-admin.mujiwork.cn'
+
+VUE_APP_BASEURL = 'https://hadmin.mujiwork.cn/'
+
+VUE_APP_CDN = 'http://cdn.mujiwork.com/huhang/pc/'
diff --git a/.env.production b/.env.production
new file mode 100644
index 0000000..eadc4a6
--- /dev/null
+++ b/.env.production
@@ -0,0 +1,7 @@
+NODE_ENV = production
+
+//VUE_APP_BASEURL = 'http://huhang-admin.mujiwork.cn'
+
+VUE_APP_BASEURL = ''
+
+VUE_APP_CDN = 'https://img.novots.com/huhang/pc/'
diff --git a/.env.test b/.env.test
new file mode 100644
index 0000000..1b95597
--- /dev/null
+++ b/.env.test
@@ -0,0 +1,7 @@
+NODE_ENV = test
+
+//VUE_APP_BASEURL = 'http://huhang-admin.mujiwork.cn'
+
+VUE_APP_BASEURL = 'https://hadmin.mujiwork.cn/'
+
+VUE_APP_CDN = 'http://cdn.mujiwork.com/huhang/pc/'
diff --git a/.eslintrc.js b/.eslintrc.js
new file mode 100644
index 0000000..b41eddd
--- /dev/null
+++ b/.eslintrc.js
@@ -0,0 +1,14 @@
+// @see https://eslint.bootcss.com/docs/rules/
+
+module.exports = {
+ rules: {
+ "vue/multi-word-component-names": "off"
+ },
+ parserOptions: {
+ parser: "babel-eslint",
+ ecmaVersion: 2017,
+ sourceType: "module",
+ allowImportExportEverywhere: true,
+ codeFrame: false, // 关闭解析错误提示
+ }
+};
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..403adbc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+.DS_Store
+node_modules
+/dist
+
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/babel.config.js b/babel.config.js
new file mode 100644
index 0000000..e955840
--- /dev/null
+++ b/babel.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ presets: [
+ '@vue/cli-plugin-babel/preset'
+ ]
+}
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000..4aafc5f
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,19 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "esnext",
+ "baseUrl": "./",
+ "moduleResolution": "node",
+ "paths": {
+ "@/*": [
+ "src/*"
+ ]
+ },
+ "lib": [
+ "esnext",
+ "dom",
+ "dom.iterable",
+ "scripthost"
+ ]
+ }
+}
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..ee3f3e4
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,11038 @@
+{
+ "name": "website",
+ "version": "0.1.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "website",
+ "version": "0.1.0",
+ "dependencies": {
+ "core-js": "^3.8.3",
+ "vue": "^2.6.14"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.16",
+ "@babel/eslint-parser": "^7.12.16",
+ "@vue/cli-plugin-babel": "~5.0.0",
+ "@vue/cli-plugin-eslint": "~5.0.0",
+ "@vue/cli-service": "~5.0.0",
+ "eslint": "^7.32.0",
+ "eslint-plugin-vue": "^8.0.3",
+ "sass": "^1.69.5",
+ "vue-template-compiler": "^2.6.14"
+ }
+ },
+ "node_modules/@aashutoshrathi/word-wrap": {
+ "version": "1.2.6",
+ "resolved": "https://registry.npmmirror.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@achrinza/node-ipc": {
+ "version": "9.2.8",
+ "resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.8.tgz",
+ "integrity": "sha512-DSzEEkbMYbAUVlhy7fg+BzccoRuSQzqHbIPGxGv19OJ2WKwS3/9ChAnQcII4g+GujcHhyJ8BUuOVAx/S5uAfQg==",
+ "dev": true,
+ "dependencies": {
+ "@node-ipc/js-queue": "2.0.3",
+ "event-pubsub": "4.3.0",
+ "js-message": "1.0.7"
+ },
+ "engines": {
+ "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
+ }
+ },
+ "node_modules/@ampproject/remapping": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.1.tgz",
+ "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.23.5.tgz",
+ "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/highlight": "^7.23.4",
+ "chalk": "^2.4.2"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.23.5.tgz",
+ "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.23.5.tgz",
+ "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==",
+ "dev": true,
+ "dependencies": {
+ "@ampproject/remapping": "^2.2.0",
+ "@babel/code-frame": "^7.23.5",
+ "@babel/generator": "^7.23.5",
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helpers": "^7.23.5",
+ "@babel/parser": "^7.23.5",
+ "@babel/template": "^7.22.15",
+ "@babel/traverse": "^7.23.5",
+ "@babel/types": "^7.23.5",
+ "convert-source-map": "^2.0.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.2.3",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/eslint-parser": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz",
+ "integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==",
+ "dev": true,
+ "dependencies": {
+ "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
+ "eslint-visitor-keys": "^2.1.0",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.11.0",
+ "eslint": "^7.5.0 || ^8.0.0"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.23.5.tgz",
+ "integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.23.5",
+ "@jridgewell/gen-mapping": "^0.3.2",
+ "@jridgewell/trace-mapping": "^0.3.17",
+ "jsesc": "^2.5.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-annotate-as-pure": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
+ "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
+ "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.15"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",
+ "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.22.9",
+ "@babel/helper-validator-option": "^7.22.15",
+ "browserslist": "^4.21.9",
+ "lru-cache": "^5.1.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-create-class-features-plugin": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.5.tgz",
+ "integrity": "sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
+ "@babel/helper-optimise-call-expression": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
+ "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "regexpu-core": "^5.3.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-define-polyfill-provider": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz",
+ "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.22.6",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "debug": "^4.1.1",
+ "lodash.debounce": "^4.0.8",
+ "resolve": "^1.14.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/@babel/helper-environment-visitor": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.23.0",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.22.15",
+ "@babel/types": "^7.23.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
+ "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-member-expression-to-functions": {
+ "version": "7.23.0",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
+ "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.23.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
+ "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.15"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
+ "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-simple-access": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/helper-validator-identifier": "^7.22.20"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-optimise-call-expression": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
+ "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-remap-async-to-generator": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
+ "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-wrap-function": "^7.22.20"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-replace-supers": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
+ "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-member-expression-to-functions": "^7.22.15",
+ "@babel/helper-optimise-call-expression": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
+ "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
+ "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.22.6",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
+ "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
+ "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-wrap-function": {
+ "version": "7.22.20",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
+ "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-function-name": "^7.22.5",
+ "@babel/template": "^7.22.15",
+ "@babel/types": "^7.22.19"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.5.tgz",
+ "integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.22.15",
+ "@babel/traverse": "^7.23.5",
+ "@babel/types": "^7.23.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.23.4.tgz",
+ "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.22.20",
+ "chalk": "^2.4.2",
+ "js-tokens": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.5.tgz",
+ "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
+ "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
+ "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/plugin-transform-optional-chaining": "^7.23.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
+ }
+ },
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz",
+ "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-class-properties": {
+ "version": "7.18.6",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
+ "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
+ "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.18.6",
+ "@babel/helper-plugin-utils": "^7.18.6"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-decorators": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.5.tgz",
+ "integrity": "sha512-6IsY8jOeWibsengGlWIezp7cuZEFzNlAghFpzh9wiZwhQ42/hRcPnY/QV9HJoKTlujupinSlnQPiEy/u2C1ZfQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.23.5",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/plugin-syntax-decorators": "^7.23.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
+ "version": "7.21.0-placeholder-for-preset-env.2",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-static-block": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-decorators": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz",
+ "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-export-namespace-from": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-assertions": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
+ "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-attributes": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
+ "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-jsx": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
+ "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-private-property-in-object": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
+ "version": "7.18.6",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
+ "@babel/helper-plugin-utils": "^7.18.6"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-arrow-functions": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
+ "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.4.tgz",
+ "integrity": "sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-remap-async-to-generator": "^7.22.20",
+ "@babel/plugin-syntax-async-generators": "^7.8.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-async-to-generator": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
+ "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-remap-async-to-generator": "^7.22.20"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
+ "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-block-scoping": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
+ "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-class-properties": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
+ "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-class-static-block": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
+ "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.12.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-classes": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz",
+ "integrity": "sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-optimise-call-expression": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-computed-properties": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
+ "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/template": "^7.22.15"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-destructuring": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
+ "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dotall-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
+ "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
+ "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-dynamic-import": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
+ "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
+ "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
+ "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-for-of": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz",
+ "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-function-name": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
+ "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-json-strings": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
+ "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
+ "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
+ "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
+ "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-amd": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
+ "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
+ "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-simple-access": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz",
+ "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-hoist-variables": "^7.22.5",
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-validator-identifier": "^7.22.20"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-umd": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
+ "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.23.3",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
+ "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-new-target": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
+ "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
+ "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-numeric-separator": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
+ "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz",
+ "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.23.3",
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-transform-parameters": "^7.23.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-object-super": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
+ "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-replace-supers": "^7.22.20"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
+ "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-optional-chaining": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
+ "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-parameters": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
+ "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-private-methods": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
+ "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
+ "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-annotate-as-pure": "^7.22.5",
+ "@babel/helper-create-class-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-property-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
+ "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-regenerator": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
+ "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "regenerator-transform": "^0.15.2"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-reserved-words": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
+ "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-runtime": {
+ "version": "7.23.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz",
+ "integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
+ "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-spread": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
+ "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-sticky-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
+ "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-template-literals": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
+ "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
+ "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
+ "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
+ "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
+ "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
+ "version": "7.23.3",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
+ "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/preset-env": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.23.5.tgz",
+ "integrity": "sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==",
+ "dev": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.23.5",
+ "@babel/helper-compilation-targets": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-validator-option": "^7.23.5",
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.3",
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
+ "@babel/plugin-syntax-import-assertions": "^7.23.3",
+ "@babel/plugin-syntax-import-attributes": "^7.23.3",
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
+ "@babel/plugin-transform-arrow-functions": "^7.23.3",
+ "@babel/plugin-transform-async-generator-functions": "^7.23.4",
+ "@babel/plugin-transform-async-to-generator": "^7.23.3",
+ "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
+ "@babel/plugin-transform-block-scoping": "^7.23.4",
+ "@babel/plugin-transform-class-properties": "^7.23.3",
+ "@babel/plugin-transform-class-static-block": "^7.23.4",
+ "@babel/plugin-transform-classes": "^7.23.5",
+ "@babel/plugin-transform-computed-properties": "^7.23.3",
+ "@babel/plugin-transform-destructuring": "^7.23.3",
+ "@babel/plugin-transform-dotall-regex": "^7.23.3",
+ "@babel/plugin-transform-duplicate-keys": "^7.23.3",
+ "@babel/plugin-transform-dynamic-import": "^7.23.4",
+ "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
+ "@babel/plugin-transform-export-namespace-from": "^7.23.4",
+ "@babel/plugin-transform-for-of": "^7.23.3",
+ "@babel/plugin-transform-function-name": "^7.23.3",
+ "@babel/plugin-transform-json-strings": "^7.23.4",
+ "@babel/plugin-transform-literals": "^7.23.3",
+ "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
+ "@babel/plugin-transform-member-expression-literals": "^7.23.3",
+ "@babel/plugin-transform-modules-amd": "^7.23.3",
+ "@babel/plugin-transform-modules-commonjs": "^7.23.3",
+ "@babel/plugin-transform-modules-systemjs": "^7.23.3",
+ "@babel/plugin-transform-modules-umd": "^7.23.3",
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
+ "@babel/plugin-transform-new-target": "^7.23.3",
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
+ "@babel/plugin-transform-numeric-separator": "^7.23.4",
+ "@babel/plugin-transform-object-rest-spread": "^7.23.4",
+ "@babel/plugin-transform-object-super": "^7.23.3",
+ "@babel/plugin-transform-optional-catch-binding": "^7.23.4",
+ "@babel/plugin-transform-optional-chaining": "^7.23.4",
+ "@babel/plugin-transform-parameters": "^7.23.3",
+ "@babel/plugin-transform-private-methods": "^7.23.3",
+ "@babel/plugin-transform-private-property-in-object": "^7.23.4",
+ "@babel/plugin-transform-property-literals": "^7.23.3",
+ "@babel/plugin-transform-regenerator": "^7.23.3",
+ "@babel/plugin-transform-reserved-words": "^7.23.3",
+ "@babel/plugin-transform-shorthand-properties": "^7.23.3",
+ "@babel/plugin-transform-spread": "^7.23.3",
+ "@babel/plugin-transform-sticky-regex": "^7.23.3",
+ "@babel/plugin-transform-template-literals": "^7.23.3",
+ "@babel/plugin-transform-typeof-symbol": "^7.23.3",
+ "@babel/plugin-transform-unicode-escapes": "^7.23.3",
+ "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
+ "@babel/plugin-transform-unicode-regex": "^7.23.3",
+ "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
+ "babel-plugin-polyfill-corejs2": "^0.4.6",
+ "babel-plugin-polyfill-corejs3": "^0.8.5",
+ "babel-plugin-polyfill-regenerator": "^0.5.3",
+ "core-js-compat": "^3.31.0",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/preset-modules": {
+ "version": "0.1.6-no-external-plugins",
+ "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/@babel/regjsgen": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmmirror.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
+ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
+ "dev": true
+ },
+ "node_modules/@babel/runtime": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.23.5.tgz",
+ "integrity": "sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==",
+ "dev": true,
+ "dependencies": {
+ "regenerator-runtime": "^0.14.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.22.15",
+ "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.22.15.tgz",
+ "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.22.13",
+ "@babel/parser": "^7.22.15",
+ "@babel/types": "^7.22.15"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.5.tgz",
+ "integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.23.5",
+ "@babel/generator": "^7.23.5",
+ "@babel/helper-environment-visitor": "^7.22.20",
+ "@babel/helper-function-name": "^7.23.0",
+ "@babel/helper-hoist-variables": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/parser": "^7.23.5",
+ "@babel/types": "^7.23.5",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.23.5",
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.23.5.tgz",
+ "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.23.4",
+ "@babel/helper-validator-identifier": "^7.22.20",
+ "to-fast-properties": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@discoveryjs/json-ext": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmmirror.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
+ "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "0.4.3",
+ "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
+ "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.1.1",
+ "espree": "^7.3.0",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^3.13.1",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "13.23.0",
+ "resolved": "https://registry.npmmirror.com/globals/-/globals-13.23.0.tgz",
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@hapi/hoek": {
+ "version": "9.3.0",
+ "resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz",
+ "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
+ "dev": true
+ },
+ "node_modules/@hapi/topo": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz",
+ "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
+ "dev": true,
+ "dependencies": {
+ "@hapi/hoek": "^9.0.0"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
+ "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
+ "dev": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.0",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
+ "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/set-array": "^1.0.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
+ "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz",
+ "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/source-map": {
+ "version": "0.3.5",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.5.tgz",
+ "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.20",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
+ "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ }
+ },
+ "node_modules/@leichtgewicht/ip-codec": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
+ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
+ "dev": true
+ },
+ "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
+ "version": "5.1.1-v1",
+ "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
+ "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
+ "dev": true,
+ "dependencies": {
+ "eslint-scope": "5.1.1"
+ }
+ },
+ "node_modules/@node-ipc/js-queue": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
+ "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==",
+ "dev": true,
+ "dependencies": {
+ "easy-stack": "1.0.1"
+ },
+ "engines": {
+ "node": ">=1.0.0"
+ }
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@polka/url": {
+ "version": "1.0.0-next.24",
+ "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.24.tgz",
+ "integrity": "sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==",
+ "dev": true
+ },
+ "node_modules/@sideway/address": {
+ "version": "4.1.4",
+ "resolved": "https://registry.npmmirror.com/@sideway/address/-/address-4.1.4.tgz",
+ "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
+ "dev": true,
+ "dependencies": {
+ "@hapi/hoek": "^9.0.0"
+ }
+ },
+ "node_modules/@sideway/formula": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz",
+ "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
+ "dev": true
+ },
+ "node_modules/@sideway/pinpoint": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
+ "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
+ "dev": true
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz",
+ "integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^3.0.0",
+ "error-stack-parser": "^2.0.6",
+ "string-width": "^4.2.3",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-3.0.0.tgz",
+ "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@soda/get-current-script": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz",
+ "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==",
+ "dev": true
+ },
+ "node_modules/@trysound/sax": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
+ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/@types/body-parser": {
+ "version": "1.19.5",
+ "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.5.tgz",
+ "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
+ "dev": true,
+ "dependencies": {
+ "@types/connect": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/bonjour": {
+ "version": "3.5.13",
+ "resolved": "https://registry.npmmirror.com/@types/bonjour/-/bonjour-3.5.13.tgz",
+ "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/connect": {
+ "version": "3.4.38",
+ "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz",
+ "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/connect-history-api-fallback": {
+ "version": "1.5.4",
+ "resolved": "https://registry.npmmirror.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
+ "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
+ "dev": true,
+ "dependencies": {
+ "@types/express-serve-static-core": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/eslint": {
+ "version": "8.44.8",
+ "resolved": "https://registry.npmmirror.com/@types/eslint/-/eslint-8.44.8.tgz",
+ "integrity": "sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==",
+ "dev": true,
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ }
+ },
+ "node_modules/@types/eslint-scope": {
+ "version": "3.7.7",
+ "resolved": "https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
+ "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
+ "dev": true,
+ "dependencies": {
+ "@types/eslint": "*",
+ "@types/estree": "*"
+ }
+ },
+ "node_modules/@types/estree": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
+ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
+ "dev": true
+ },
+ "node_modules/@types/express": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.21.tgz",
+ "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^4.17.33",
+ "@types/qs": "*",
+ "@types/serve-static": "*"
+ }
+ },
+ "node_modules/@types/express-serve-static-core": {
+ "version": "4.17.41",
+ "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz",
+ "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*",
+ "@types/send": "*"
+ }
+ },
+ "node_modules/@types/html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
+ "dev": true
+ },
+ "node_modules/@types/http-errors": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.4.tgz",
+ "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
+ "dev": true
+ },
+ "node_modules/@types/http-proxy": {
+ "version": "1.17.14",
+ "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.14.tgz",
+ "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/json-schema": {
+ "version": "7.0.15",
+ "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "dev": true
+ },
+ "node_modules/@types/mime": {
+ "version": "1.3.5",
+ "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz",
+ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
+ "dev": true
+ },
+ "node_modules/@types/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmmirror.com/@types/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
+ "dev": true
+ },
+ "node_modules/@types/node": {
+ "version": "20.10.3",
+ "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.10.3.tgz",
+ "integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==",
+ "dev": true,
+ "dependencies": {
+ "undici-types": "~5.26.4"
+ }
+ },
+ "node_modules/@types/node-forge": {
+ "version": "1.3.10",
+ "resolved": "https://registry.npmmirror.com/@types/node-forge/-/node-forge-1.3.10.tgz",
+ "integrity": "sha512-y6PJDYN4xYBxwd22l+OVH35N+1fCYWiuC3aiP2SlXVE6Lo7SS+rSx9r89hLxrP4pn6n1lBGhHJ12pj3F3Mpttw==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/normalize-package-data": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmmirror.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
+ "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
+ "dev": true
+ },
+ "node_modules/@types/parse-json": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz",
+ "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
+ "dev": true
+ },
+ "node_modules/@types/qs": {
+ "version": "6.9.10",
+ "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.10.tgz",
+ "integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==",
+ "dev": true
+ },
+ "node_modules/@types/range-parser": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz",
+ "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
+ "dev": true
+ },
+ "node_modules/@types/retry": {
+ "version": "0.12.0",
+ "resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz",
+ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
+ "dev": true
+ },
+ "node_modules/@types/send": {
+ "version": "0.17.4",
+ "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.4.tgz",
+ "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
+ "dev": true,
+ "dependencies": {
+ "@types/mime": "^1",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/serve-index": {
+ "version": "1.9.4",
+ "resolved": "https://registry.npmmirror.com/@types/serve-index/-/serve-index-1.9.4.tgz",
+ "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
+ "dev": true,
+ "dependencies": {
+ "@types/express": "*"
+ }
+ },
+ "node_modules/@types/serve-static": {
+ "version": "1.15.5",
+ "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.5.tgz",
+ "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/http-errors": "*",
+ "@types/mime": "*",
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/sockjs": {
+ "version": "0.3.36",
+ "resolved": "https://registry.npmmirror.com/@types/sockjs/-/sockjs-0.3.36.tgz",
+ "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/ws": {
+ "version": "8.5.10",
+ "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.10.tgz",
+ "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@vue/babel-helper-vue-jsx-merge-props": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz",
+ "integrity": "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==",
+ "dev": true
+ },
+ "node_modules/@vue/babel-helper-vue-transform-on": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.5.tgz",
+ "integrity": "sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==",
+ "dev": true
+ },
+ "node_modules/@vue/babel-plugin-jsx": {
+ "version": "1.1.5",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz",
+ "integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.22.5",
+ "@babel/plugin-syntax-jsx": "^7.22.5",
+ "@babel/template": "^7.22.5",
+ "@babel/traverse": "^7.22.5",
+ "@babel/types": "^7.22.5",
+ "@vue/babel-helper-vue-transform-on": "^1.1.5",
+ "camelcase": "^6.3.0",
+ "html-tags": "^3.3.1",
+ "svg-tags": "^1.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-plugin-transform-vue-jsx": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz",
+ "integrity": "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-imports": "^7.0.0",
+ "@babel/plugin-syntax-jsx": "^7.2.0",
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
+ "html-tags": "^2.0.0",
+ "lodash.kebabcase": "^4.1.1",
+ "svg-tags": "^1.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz",
+ "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@vue/babel-preset-app": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-preset-app/-/babel-preset-app-5.0.8.tgz",
+ "integrity": "sha512-yl+5qhpjd8e1G4cMXfORkkBlvtPCIgmRf3IYCWYDKIQ7m+PPa5iTm4feiNmCMD6yGqQWMhhK/7M3oWGL9boKwg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/core": "^7.12.16",
+ "@babel/helper-compilation-targets": "^7.12.16",
+ "@babel/helper-module-imports": "^7.12.13",
+ "@babel/plugin-proposal-class-properties": "^7.12.13",
+ "@babel/plugin-proposal-decorators": "^7.12.13",
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
+ "@babel/plugin-syntax-jsx": "^7.12.13",
+ "@babel/plugin-transform-runtime": "^7.12.15",
+ "@babel/preset-env": "^7.12.16",
+ "@babel/runtime": "^7.12.13",
+ "@vue/babel-plugin-jsx": "^1.0.3",
+ "@vue/babel-preset-jsx": "^1.1.2",
+ "babel-plugin-dynamic-import-node": "^2.3.3",
+ "core-js": "^3.8.3",
+ "core-js-compat": "^3.8.3",
+ "semver": "^7.3.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "*",
+ "core-js": "^3",
+ "vue": "^2 || ^3.2.13"
+ },
+ "peerDependenciesMeta": {
+ "core-js": {
+ "optional": true
+ },
+ "vue": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@vue/babel-preset-app/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@vue/babel-preset-app/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@vue/babel-preset-app/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/@vue/babel-preset-jsx": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz",
+ "integrity": "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==",
+ "dev": true,
+ "dependencies": {
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
+ "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
+ "@vue/babel-sugar-composition-api-inject-h": "^1.4.0",
+ "@vue/babel-sugar-composition-api-render-instance": "^1.4.0",
+ "@vue/babel-sugar-functional-vue": "^1.4.0",
+ "@vue/babel-sugar-inject-h": "^1.4.0",
+ "@vue/babel-sugar-v-model": "^1.4.0",
+ "@vue/babel-sugar-v-on": "^1.4.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0",
+ "vue": "*"
+ },
+ "peerDependenciesMeta": {
+ "vue": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@vue/babel-sugar-composition-api-inject-h": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz",
+ "integrity": "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-sugar-composition-api-render-instance": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz",
+ "integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-sugar-functional-vue": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz",
+ "integrity": "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-sugar-inject-h": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz",
+ "integrity": "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-sugar-v-model": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz",
+ "integrity": "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0",
+ "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
+ "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
+ "camelcase": "^5.0.0",
+ "html-tags": "^2.0.0",
+ "svg-tags": "^1.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-sugar-v-model/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@vue/babel-sugar-v-model/node_modules/html-tags": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz",
+ "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/@vue/babel-sugar-v-on": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz",
+ "integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0",
+ "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
+ "camelcase": "^5.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@vue/babel-sugar-v-on/node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/@vue/cli-overlay": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz",
+ "integrity": "sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==",
+ "dev": true
+ },
+ "node_modules/@vue/cli-plugin-babel": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-babel/-/cli-plugin-babel-5.0.8.tgz",
+ "integrity": "sha512-a4qqkml3FAJ3auqB2kN2EMPocb/iu0ykeELwed+9B1c1nQ1HKgslKMHMPavYx3Cd/QAx2mBD4hwKBqZXEI/CsQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/core": "^7.12.16",
+ "@vue/babel-preset-app": "^5.0.8",
+ "@vue/cli-shared-utils": "^5.0.8",
+ "babel-loader": "^8.2.2",
+ "thread-loader": "^3.0.0",
+ "webpack": "^5.54.0"
+ },
+ "peerDependencies": {
+ "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
+ }
+ },
+ "node_modules/@vue/cli-plugin-eslint": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-5.0.8.tgz",
+ "integrity": "sha512-d11+I5ONYaAPW1KyZj9GlrV/E6HZePq5L5eAF5GgoVdu6sxr6bDgEoxzhcS1Pk2eh8rn1MxG/FyyR+eCBj/CNg==",
+ "dev": true,
+ "dependencies": {
+ "@vue/cli-shared-utils": "^5.0.8",
+ "eslint-webpack-plugin": "^3.1.0",
+ "globby": "^11.0.2",
+ "webpack": "^5.54.0",
+ "yorkie": "^2.0.0"
+ },
+ "peerDependencies": {
+ "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
+ "eslint": ">=7.5.0"
+ }
+ },
+ "node_modules/@vue/cli-plugin-router": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-router/-/cli-plugin-router-5.0.8.tgz",
+ "integrity": "sha512-Gmv4dsGdAsWPqVijz3Ux2OS2HkMrWi1ENj2cYL75nUeL+Xj5HEstSqdtfZ0b1q9NCce+BFB6QnHfTBXc/fCvMg==",
+ "dev": true,
+ "dependencies": {
+ "@vue/cli-shared-utils": "^5.0.8"
+ },
+ "peerDependencies": {
+ "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
+ }
+ },
+ "node_modules/@vue/cli-plugin-vuex": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.8.tgz",
+ "integrity": "sha512-HSYWPqrunRE5ZZs8kVwiY6oWcn95qf/OQabwLfprhdpFWAGtLStShjsGED2aDpSSeGAskQETrtR/5h7VqgIlBA==",
+ "dev": true,
+ "peerDependencies": {
+ "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
+ }
+ },
+ "node_modules/@vue/cli-service": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-service/-/cli-service-5.0.8.tgz",
+ "integrity": "sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-compilation-targets": "^7.12.16",
+ "@soda/friendly-errors-webpack-plugin": "^1.8.0",
+ "@soda/get-current-script": "^1.0.2",
+ "@types/minimist": "^1.2.0",
+ "@vue/cli-overlay": "^5.0.8",
+ "@vue/cli-plugin-router": "^5.0.8",
+ "@vue/cli-plugin-vuex": "^5.0.8",
+ "@vue/cli-shared-utils": "^5.0.8",
+ "@vue/component-compiler-utils": "^3.3.0",
+ "@vue/vue-loader-v15": "npm:vue-loader@^15.9.7",
+ "@vue/web-component-wrapper": "^1.3.0",
+ "acorn": "^8.0.5",
+ "acorn-walk": "^8.0.2",
+ "address": "^1.1.2",
+ "autoprefixer": "^10.2.4",
+ "browserslist": "^4.16.3",
+ "case-sensitive-paths-webpack-plugin": "^2.3.0",
+ "cli-highlight": "^2.1.10",
+ "clipboardy": "^2.3.0",
+ "cliui": "^7.0.4",
+ "copy-webpack-plugin": "^9.0.1",
+ "css-loader": "^6.5.0",
+ "css-minimizer-webpack-plugin": "^3.0.2",
+ "cssnano": "^5.0.0",
+ "debug": "^4.1.1",
+ "default-gateway": "^6.0.3",
+ "dotenv": "^10.0.0",
+ "dotenv-expand": "^5.1.0",
+ "fs-extra": "^9.1.0",
+ "globby": "^11.0.2",
+ "hash-sum": "^2.0.0",
+ "html-webpack-plugin": "^5.1.0",
+ "is-file-esm": "^1.0.0",
+ "launch-editor-middleware": "^2.2.1",
+ "lodash.defaultsdeep": "^4.6.1",
+ "lodash.mapvalues": "^4.6.0",
+ "mini-css-extract-plugin": "^2.5.3",
+ "minimist": "^1.2.5",
+ "module-alias": "^2.2.2",
+ "portfinder": "^1.0.26",
+ "postcss": "^8.2.6",
+ "postcss-loader": "^6.1.1",
+ "progress-webpack-plugin": "^1.0.12",
+ "ssri": "^8.0.1",
+ "terser-webpack-plugin": "^5.1.1",
+ "thread-loader": "^3.0.0",
+ "vue-loader": "^17.0.0",
+ "vue-style-loader": "^4.1.3",
+ "webpack": "^5.54.0",
+ "webpack-bundle-analyzer": "^4.4.0",
+ "webpack-chain": "^6.5.1",
+ "webpack-dev-server": "^4.7.3",
+ "webpack-merge": "^5.7.3",
+ "webpack-virtual-modules": "^0.4.2",
+ "whatwg-fetch": "^3.6.2"
+ },
+ "bin": {
+ "vue-cli-service": "bin/vue-cli-service.js"
+ },
+ "engines": {
+ "node": "^12.0.0 || >= 14.0.0"
+ },
+ "peerDependencies": {
+ "vue-template-compiler": "^2.0.0",
+ "webpack-sources": "*"
+ },
+ "peerDependenciesMeta": {
+ "cache-loader": {
+ "optional": true
+ },
+ "less-loader": {
+ "optional": true
+ },
+ "pug-plain-loader": {
+ "optional": true
+ },
+ "raw-loader": {
+ "optional": true
+ },
+ "sass-loader": {
+ "optional": true
+ },
+ "stylus-loader": {
+ "optional": true
+ },
+ "vue-template-compiler": {
+ "optional": true
+ },
+ "webpack-sources": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@vue/cli-shared-utils": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz",
+ "integrity": "sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==",
+ "dev": true,
+ "dependencies": {
+ "@achrinza/node-ipc": "^9.2.5",
+ "chalk": "^4.1.2",
+ "execa": "^1.0.0",
+ "joi": "^17.4.0",
+ "launch-editor": "^2.2.1",
+ "lru-cache": "^6.0.0",
+ "node-fetch": "^2.6.7",
+ "open": "^8.0.2",
+ "ora": "^5.3.0",
+ "read-pkg": "^5.1.1",
+ "semver": "^7.3.4",
+ "strip-ansi": "^6.0.0"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@vue/cli-shared-utils/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/@vue/compiler-sfc": {
+ "version": "2.7.15",
+ "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-2.7.15.tgz",
+ "integrity": "sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==",
+ "dependencies": {
+ "@babel/parser": "^7.18.4",
+ "postcss": "^8.4.14",
+ "source-map": "^0.6.1"
+ }
+ },
+ "node_modules/@vue/component-compiler-utils": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
+ "integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==",
+ "dev": true,
+ "dependencies": {
+ "consolidate": "^0.15.1",
+ "hash-sum": "^1.0.2",
+ "lru-cache": "^4.1.2",
+ "merge-source-map": "^1.1.0",
+ "postcss": "^7.0.36",
+ "postcss-selector-parser": "^6.0.2",
+ "source-map": "~0.6.1",
+ "vue-template-es2015-compiler": "^1.9.0"
+ },
+ "optionalDependencies": {
+ "prettier": "^1.18.2 || ^2.0.0"
+ }
+ },
+ "node_modules/@vue/component-compiler-utils/node_modules/hash-sum": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
+ "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
+ "dev": true
+ },
+ "node_modules/@vue/component-compiler-utils/node_modules/lru-cache": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz",
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
+ "dev": true,
+ "dependencies": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ }
+ },
+ "node_modules/@vue/component-compiler-utils/node_modules/picocolors": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
+ "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
+ "dev": true
+ },
+ "node_modules/@vue/component-compiler-utils/node_modules/postcss": {
+ "version": "7.0.39",
+ "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
+ "dev": true,
+ "dependencies": {
+ "picocolors": "^0.2.1",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@vue/component-compiler-utils/node_modules/yallist": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
+ "dev": true
+ },
+ "node_modules/@vue/vue-loader-v15": {
+ "name": "vue-loader",
+ "version": "15.11.1",
+ "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-15.11.1.tgz",
+ "integrity": "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==",
+ "dev": true,
+ "dependencies": {
+ "@vue/component-compiler-utils": "^3.1.0",
+ "hash-sum": "^1.0.2",
+ "loader-utils": "^1.1.0",
+ "vue-hot-reload-api": "^2.3.0",
+ "vue-style-loader": "^4.1.0"
+ },
+ "peerDependencies": {
+ "css-loader": "*",
+ "webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0"
+ },
+ "peerDependenciesMeta": {
+ "cache-loader": {
+ "optional": true
+ },
+ "prettier": {
+ "optional": true
+ },
+ "vue-template-compiler": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@vue/vue-loader-v15/node_modules/hash-sum": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
+ "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
+ "dev": true
+ },
+ "node_modules/@vue/web-component-wrapper": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",
+ "integrity": "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==",
+ "dev": true
+ },
+ "node_modules/@webassemblyjs/ast": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.6.tgz",
+ "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/helper-numbers": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6"
+ }
+ },
+ "node_modules/@webassemblyjs/floating-point-hex-parser": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
+ "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
+ "dev": true
+ },
+ "node_modules/@webassemblyjs/helper-api-error": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
+ "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
+ "dev": true
+ },
+ "node_modules/@webassemblyjs/helper-buffer": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz",
+ "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==",
+ "dev": true
+ },
+ "node_modules/@webassemblyjs/helper-numbers": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
+ "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/floating-point-hex-parser": "1.11.6",
+ "@webassemblyjs/helper-api-error": "1.11.6",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/helper-wasm-bytecode": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz",
+ "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==",
+ "dev": true
+ },
+ "node_modules/@webassemblyjs/helper-wasm-section": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz",
+ "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-buffer": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.11.6"
+ }
+ },
+ "node_modules/@webassemblyjs/ieee754": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz",
+ "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==",
+ "dev": true,
+ "dependencies": {
+ "@xtuc/ieee754": "^1.2.0"
+ }
+ },
+ "node_modules/@webassemblyjs/leb128": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz",
+ "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==",
+ "dev": true,
+ "dependencies": {
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@webassemblyjs/utf8": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz",
+ "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==",
+ "dev": true
+ },
+ "node_modules/@webassemblyjs/wasm-edit": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz",
+ "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-buffer": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/helper-wasm-section": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.11.6",
+ "@webassemblyjs/wasm-opt": "1.11.6",
+ "@webassemblyjs/wasm-parser": "1.11.6",
+ "@webassemblyjs/wast-printer": "1.11.6"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-gen": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz",
+ "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/ieee754": "1.11.6",
+ "@webassemblyjs/leb128": "1.11.6",
+ "@webassemblyjs/utf8": "1.11.6"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-opt": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz",
+ "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-buffer": "1.11.6",
+ "@webassemblyjs/wasm-gen": "1.11.6",
+ "@webassemblyjs/wasm-parser": "1.11.6"
+ }
+ },
+ "node_modules/@webassemblyjs/wasm-parser": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz",
+ "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@webassemblyjs/helper-api-error": "1.11.6",
+ "@webassemblyjs/helper-wasm-bytecode": "1.11.6",
+ "@webassemblyjs/ieee754": "1.11.6",
+ "@webassemblyjs/leb128": "1.11.6",
+ "@webassemblyjs/utf8": "1.11.6"
+ }
+ },
+ "node_modules/@webassemblyjs/wast-printer": {
+ "version": "1.11.6",
+ "resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz",
+ "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==",
+ "dev": true,
+ "dependencies": {
+ "@webassemblyjs/ast": "1.11.6",
+ "@xtuc/long": "4.2.2"
+ }
+ },
+ "node_modules/@xtuc/ieee754": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
+ "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
+ "dev": true
+ },
+ "node_modules/@xtuc/long": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz",
+ "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
+ "dev": true
+ },
+ "node_modules/accepts": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
+ "dev": true,
+ "dependencies": {
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.11.2",
+ "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.11.2.tgz",
+ "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-import-assertions": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmmirror.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
+ "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
+ "dev": true,
+ "peerDependencies": {
+ "acorn": "^8"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.3.0.tgz",
+ "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/address": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
+ "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/ajv-formats": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz",
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^8.0.0"
+ },
+ "peerDependencies": {
+ "ajv": "^8.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ajv": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/ajv-formats/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/ajv-formats/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/ajv-keywords": {
+ "version": "3.5.2",
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
+ "dev": true,
+ "peerDependencies": {
+ "ajv": "^6.9.1"
+ }
+ },
+ "node_modules/ansi-colors": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz",
+ "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
+ "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/ansi-html-community": {
+ "version": "0.0.8",
+ "resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
+ "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
+ "dev": true,
+ "engines": [
+ "node >= 0.8.0"
+ ],
+ "bin": {
+ "ansi-html": "bin/ansi-html"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/any-promise": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
+ "dev": true
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arch": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz",
+ "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
+ "dev": true
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dev": true,
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/array-flatten": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-2.1.2.tgz",
+ "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
+ "dev": true
+ },
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/astral-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/astral-regex/-/astral-regex-2.0.0.tgz",
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/async": {
+ "version": "2.6.4",
+ "resolved": "https://registry.npmmirror.com/async/-/async-2.6.4.tgz",
+ "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
+ "dev": true,
+ "dependencies": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "node_modules/at-least-node": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz",
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/autoprefixer": {
+ "version": "10.4.16",
+ "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.16.tgz",
+ "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.10",
+ "caniuse-lite": "^1.0.30001538",
+ "fraction.js": "^4.3.6",
+ "normalize-range": "^0.1.2",
+ "picocolors": "^1.0.0",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "bin": {
+ "autoprefixer": "bin/autoprefixer"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/babel-loader": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-8.3.0.tgz",
+ "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
+ "dev": true,
+ "dependencies": {
+ "find-cache-dir": "^3.3.1",
+ "loader-utils": "^2.0.0",
+ "make-dir": "^3.1.0",
+ "schema-utils": "^2.6.5"
+ },
+ "engines": {
+ "node": ">= 8.9"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0",
+ "webpack": ">=2"
+ }
+ },
+ "node_modules/babel-loader/node_modules/loader-utils": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz",
+ "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
+ "dev": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "dev": true,
+ "dependencies": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs2": {
+ "version": "0.4.6",
+ "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz",
+ "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.22.6",
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
+ "semver": "^6.3.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-corejs3": {
+ "version": "0.8.6",
+ "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz",
+ "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.4.3",
+ "core-js-compat": "^3.33.1"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/babel-plugin-polyfill-regenerator": {
+ "version": "0.5.3",
+ "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz",
+ "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-define-polyfill-provider": "^0.4.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true
+ },
+ "node_modules/batch": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz",
+ "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
+ "dev": true
+ },
+ "node_modules/big.js": {
+ "version": "5.2.2",
+ "resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz",
+ "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
+ "dev": true,
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/binary-extensions": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/bl": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
+ "dev": true,
+ "dependencies": {
+ "buffer": "^5.5.0",
+ "inherits": "^2.0.4",
+ "readable-stream": "^3.4.0"
+ }
+ },
+ "node_modules/bluebird": {
+ "version": "3.7.2",
+ "resolved": "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz",
+ "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
+ "dev": true
+ },
+ "node_modules/body-parser": {
+ "version": "1.20.1",
+ "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz",
+ "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
+ "dev": true,
+ "dependencies": {
+ "bytes": "3.1.2",
+ "content-type": "~1.0.4",
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "destroy": "1.2.0",
+ "http-errors": "2.0.0",
+ "iconv-lite": "0.4.24",
+ "on-finished": "2.4.1",
+ "qs": "6.11.0",
+ "raw-body": "2.5.1",
+ "type-is": "~1.6.18",
+ "unpipe": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8",
+ "npm": "1.2.8000 || >= 1.4.16"
+ }
+ },
+ "node_modules/body-parser/node_modules/bytes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/body-parser/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/body-parser/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/bonjour-service": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.1.1.tgz",
+ "integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
+ "dev": true,
+ "dependencies": {
+ "array-flatten": "^2.1.2",
+ "dns-equal": "^1.0.0",
+ "fast-deep-equal": "^3.1.3",
+ "multicast-dns": "^7.2.5"
+ }
+ },
+ "node_modules/boolbase": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
+ "dev": true
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browserslist": {
+ "version": "4.22.2",
+ "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.22.2.tgz",
+ "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==",
+ "dev": true,
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001565",
+ "electron-to-chromium": "^1.4.601",
+ "node-releases": "^2.0.14",
+ "update-browserslist-db": "^1.0.13"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/buffer": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
+ "dev": true,
+ "dependencies": {
+ "base64-js": "^1.3.1",
+ "ieee754": "^1.1.13"
+ }
+ },
+ "node_modules/buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
+ "dev": true
+ },
+ "node_modules/bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.5.tgz",
+ "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.2",
+ "get-intrinsic": "^1.2.1",
+ "set-function-length": "^1.1.1"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camel-case": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-4.1.2.tgz",
+ "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
+ "dev": true,
+ "dependencies": {
+ "pascal-case": "^3.1.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/caniuse-api": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
+ "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.0.0",
+ "caniuse-lite": "^1.0.0",
+ "lodash.memoize": "^4.1.2",
+ "lodash.uniq": "^4.5.0"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001566",
+ "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz",
+ "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==",
+ "dev": true
+ },
+ "node_modules/case-sensitive-paths-webpack-plugin": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
+ "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/chokidar": {
+ "version": "3.5.3",
+ "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
+ "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
+ "dev": true,
+ "dependencies": {
+ "anymatch": "~3.1.2",
+ "braces": "~3.0.2",
+ "glob-parent": "~5.1.2",
+ "is-binary-path": "~2.1.0",
+ "is-glob": "~4.0.1",
+ "normalize-path": "~3.0.0",
+ "readdirp": "~3.6.0"
+ },
+ "engines": {
+ "node": ">= 8.10.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.2"
+ }
+ },
+ "node_modules/chokidar/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/chrome-trace-event": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
+ "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0"
+ }
+ },
+ "node_modules/ci-info": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmmirror.com/ci-info/-/ci-info-1.6.0.tgz",
+ "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==",
+ "dev": true
+ },
+ "node_modules/clean-css": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.3.tgz",
+ "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==",
+ "dev": true,
+ "dependencies": {
+ "source-map": "~0.6.0"
+ },
+ "engines": {
+ "node": ">= 10.0"
+ }
+ },
+ "node_modules/cli-cursor": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
+ "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
+ "dev": true,
+ "dependencies": {
+ "restore-cursor": "^3.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cli-highlight": {
+ "version": "2.1.11",
+ "resolved": "https://registry.npmmirror.com/cli-highlight/-/cli-highlight-2.1.11.tgz",
+ "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "highlight.js": "^10.7.1",
+ "mz": "^2.4.0",
+ "parse5": "^5.1.1",
+ "parse5-htmlparser2-tree-adapter": "^6.0.0",
+ "yargs": "^16.0.0"
+ },
+ "bin": {
+ "highlight": "bin/highlight"
+ },
+ "engines": {
+ "node": ">=8.0.0",
+ "npm": ">=5.0.0"
+ }
+ },
+ "node_modules/cli-highlight/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cli-highlight/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cli-highlight/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/cli-highlight/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/cli-highlight/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cli-highlight/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cli-spinners": {
+ "version": "2.9.2",
+ "resolved": "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.9.2.tgz",
+ "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clipboardy": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-2.3.0.tgz",
+ "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
+ "dev": true,
+ "dependencies": {
+ "arch": "^2.1.1",
+ "execa": "^1.0.0",
+ "is-wsl": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmmirror.com/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "dev": true,
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "node_modules/clone": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz",
+ "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/clone-deep": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz",
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
+ "dev": true,
+ "dependencies": {
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clone-deep/node_modules/is-plain-object": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
+ "dev": true,
+ "dependencies": {
+ "isobject": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
+ "dev": true
+ },
+ "node_modules/colord": {
+ "version": "2.9.3",
+ "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
+ "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
+ "dev": true
+ },
+ "node_modules/colorette": {
+ "version": "2.0.20",
+ "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
+ "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
+ "dev": true
+ },
+ "node_modules/commander": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
+ "dev": true,
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
+ "dev": true
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dev": true,
+ "dependencies": {
+ "mime-db": ">= 1.43.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/compression": {
+ "version": "1.7.4",
+ "resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.4.tgz",
+ "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
+ "dev": true,
+ "dependencies": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.16",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.2",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/compression/node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "dev": true
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "node_modules/connect-history-api-fallback": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
+ "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/consolidate": {
+ "version": "0.15.1",
+ "resolved": "https://registry.npmmirror.com/consolidate/-/consolidate-0.15.1.tgz",
+ "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==",
+ "deprecated": "Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog",
+ "dev": true,
+ "dependencies": {
+ "bluebird": "^3.1.1"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.4",
+ "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
+ "dev": true,
+ "dependencies": {
+ "safe-buffer": "5.2.1"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/content-type": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/convert-source-map": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
+ "dev": true
+ },
+ "node_modules/cookie": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz",
+ "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookie-signature": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
+ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
+ "dev": true
+ },
+ "node_modules/copy-webpack-plugin": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz",
+ "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==",
+ "dev": true,
+ "dependencies": {
+ "fast-glob": "^3.2.7",
+ "glob-parent": "^6.0.1",
+ "globby": "^11.0.3",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^3.1.1",
+ "serialize-javascript": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^5.1.0"
+ }
+ },
+ "node_modules/copy-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/core-js": {
+ "version": "3.33.3",
+ "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.33.3.tgz",
+ "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==",
+ "hasInstallScript": true
+ },
+ "node_modules/core-js-compat": {
+ "version": "3.33.3",
+ "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.33.3.tgz",
+ "integrity": "sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.22.1"
+ }
+ },
+ "node_modules/core-util-is": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
+ "dev": true
+ },
+ "node_modules/cosmiconfig": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
+ "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
+ "dev": true,
+ "dependencies": {
+ "@types/parse-json": "^4.0.0",
+ "import-fresh": "^3.2.1",
+ "parse-json": "^5.0.0",
+ "path-type": "^4.0.0",
+ "yaml": "^1.10.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "dev": true,
+ "dependencies": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ },
+ "engines": {
+ "node": ">=4.8"
+ }
+ },
+ "node_modules/cross-spawn/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/css-declaration-sorter": {
+ "version": "6.4.1",
+ "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
+ "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.0.9"
+ }
+ },
+ "node_modules/css-loader": {
+ "version": "6.8.1",
+ "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.8.1.tgz",
+ "integrity": "sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==",
+ "dev": true,
+ "dependencies": {
+ "icss-utils": "^5.1.0",
+ "postcss": "^8.4.21",
+ "postcss-modules-extract-imports": "^3.0.0",
+ "postcss-modules-local-by-default": "^4.0.3",
+ "postcss-modules-scope": "^3.0.0",
+ "postcss-modules-values": "^4.0.0",
+ "postcss-value-parser": "^4.2.0",
+ "semver": "^7.3.8"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/css-loader/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/css-loader/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/css-minimizer-webpack-plugin": {
+ "version": "3.4.1",
+ "resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz",
+ "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==",
+ "dev": true,
+ "dependencies": {
+ "cssnano": "^5.0.6",
+ "jest-worker": "^27.0.2",
+ "postcss": "^8.3.5",
+ "schema-utils": "^4.0.0",
+ "serialize-javascript": "^6.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "@parcel/css": {
+ "optional": true
+ },
+ "clean-css": {
+ "optional": true
+ },
+ "csso": {
+ "optional": true
+ },
+ "esbuild": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ }
+ },
+ "node_modules/css-select": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz",
+ "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
+ "dev": true,
+ "dependencies": {
+ "boolbase": "^1.0.0",
+ "css-what": "^6.0.1",
+ "domhandler": "^4.3.1",
+ "domutils": "^2.8.0",
+ "nth-check": "^2.0.1"
+ }
+ },
+ "node_modules/css-tree": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz",
+ "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
+ "dev": true,
+ "dependencies": {
+ "mdn-data": "2.0.14",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/css-what": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
+ "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/cssesc": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
+ "dev": true,
+ "bin": {
+ "cssesc": "bin/cssesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/cssnano": {
+ "version": "5.1.15",
+ "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-5.1.15.tgz",
+ "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
+ "dev": true,
+ "dependencies": {
+ "cssnano-preset-default": "^5.2.14",
+ "lilconfig": "^2.0.3",
+ "yaml": "^1.10.2"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/cssnano-preset-default": {
+ "version": "5.2.14",
+ "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
+ "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
+ "dev": true,
+ "dependencies": {
+ "css-declaration-sorter": "^6.3.1",
+ "cssnano-utils": "^3.1.0",
+ "postcss-calc": "^8.2.3",
+ "postcss-colormin": "^5.3.1",
+ "postcss-convert-values": "^5.1.3",
+ "postcss-discard-comments": "^5.1.2",
+ "postcss-discard-duplicates": "^5.1.0",
+ "postcss-discard-empty": "^5.1.1",
+ "postcss-discard-overridden": "^5.1.0",
+ "postcss-merge-longhand": "^5.1.7",
+ "postcss-merge-rules": "^5.1.4",
+ "postcss-minify-font-values": "^5.1.0",
+ "postcss-minify-gradients": "^5.1.1",
+ "postcss-minify-params": "^5.1.4",
+ "postcss-minify-selectors": "^5.2.1",
+ "postcss-normalize-charset": "^5.1.0",
+ "postcss-normalize-display-values": "^5.1.0",
+ "postcss-normalize-positions": "^5.1.1",
+ "postcss-normalize-repeat-style": "^5.1.1",
+ "postcss-normalize-string": "^5.1.0",
+ "postcss-normalize-timing-functions": "^5.1.0",
+ "postcss-normalize-unicode": "^5.1.1",
+ "postcss-normalize-url": "^5.1.0",
+ "postcss-normalize-whitespace": "^5.1.1",
+ "postcss-ordered-values": "^5.1.3",
+ "postcss-reduce-initial": "^5.1.2",
+ "postcss-reduce-transforms": "^5.1.0",
+ "postcss-svgo": "^5.1.0",
+ "postcss-unique-selectors": "^5.1.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/cssnano-utils": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
+ "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/csso": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz",
+ "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
+ "dev": true,
+ "dependencies": {
+ "css-tree": "^1.1.2"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/csstype": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.2.tgz",
+ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
+ },
+ "node_modules/de-indent": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
+ "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
+ "dev": true
+ },
+ "node_modules/debounce": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/debounce/-/debounce-1.2.1.tgz",
+ "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
+ "dev": true
+ },
+ "node_modules/debug": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "node_modules/deepmerge": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-1.5.2.tgz",
+ "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/default-gateway": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-6.0.3.tgz",
+ "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
+ "dev": true,
+ "dependencies": {
+ "execa": "^5.0.0"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/default-gateway/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/default-gateway/node_modules/get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/default-gateway/node_modules/is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/default-gateway/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/defaults": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz",
+ "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
+ "dev": true,
+ "dependencies": {
+ "clone": "^1.0.2"
+ }
+ },
+ "node_modules/define-data-property": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.1.tgz",
+ "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.2.1",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/define-lazy-prop": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
+ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/define-properties": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
+ "dev": true,
+ "dependencies": {
+ "define-data-property": "^1.0.1",
+ "has-property-descriptors": "^1.0.0",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/depd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/destroy": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8",
+ "npm": "1.2.8000 || >= 1.4.16"
+ }
+ },
+ "node_modules/detect-node": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/detect-node/-/detect-node-2.1.0.tgz",
+ "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
+ "dev": true
+ },
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/dns-equal": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/dns-equal/-/dns-equal-1.0.0.tgz",
+ "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==",
+ "dev": true
+ },
+ "node_modules/dns-packet": {
+ "version": "5.6.1",
+ "resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-5.6.1.tgz",
+ "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
+ "dev": true,
+ "dependencies": {
+ "@leichtgewicht/ip-codec": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/dom-converter": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz",
+ "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
+ "dev": true,
+ "dependencies": {
+ "utila": "~0.4"
+ }
+ },
+ "node_modules/dom-serializer": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz",
+ "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
+ "dev": true,
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.2.0",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/domelementtype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
+ "dev": true
+ },
+ "node_modules/domhandler": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz",
+ "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
+ "dev": true,
+ "dependencies": {
+ "domelementtype": "^2.2.0"
+ },
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/domutils": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz",
+ "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
+ "dev": true,
+ "dependencies": {
+ "dom-serializer": "^1.0.1",
+ "domelementtype": "^2.2.0",
+ "domhandler": "^4.2.0"
+ }
+ },
+ "node_modules/dot-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz",
+ "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
+ "dev": true,
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/dotenv": {
+ "version": "10.0.0",
+ "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-10.0.0.tgz",
+ "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/dotenv-expand": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
+ "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
+ "dev": true
+ },
+ "node_modules/duplexer": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
+ "dev": true
+ },
+ "node_modules/easy-stack": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/easy-stack/-/easy-stack-1.0.1.tgz",
+ "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+ "dev": true
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.4.603",
+ "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.603.tgz",
+ "integrity": "sha512-Dvo5OGjnl7AZTU632dFJtWj0uJK835eeOVQIuRcmBmsFsTNn3cL05FqOyHAfGQDIoHfLhyJ1Tya3PJ0ceMz54g==",
+ "dev": true
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
+ },
+ "node_modules/emojis-list": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz",
+ "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/encodeurl": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
+ "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/enhanced-resolve": {
+ "version": "5.15.0",
+ "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz",
+ "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==",
+ "dev": true,
+ "dependencies": {
+ "graceful-fs": "^4.2.4",
+ "tapable": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/enquirer": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmmirror.com/enquirer/-/enquirer-2.4.1.tgz",
+ "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-colors": "^4.1.1",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/entities": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
+ "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
+ "dev": true
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dev": true,
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/error-stack-parser": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmmirror.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
+ "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
+ "dev": true,
+ "dependencies": {
+ "stackframe": "^1.3.4"
+ }
+ },
+ "node_modules/es-module-lexer": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz",
+ "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==",
+ "dev": true
+ },
+ "node_modules/escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
+ "dev": true
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "7.32.0",
+ "resolved": "https://registry.npmmirror.com/eslint/-/eslint-7.32.0.tgz",
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "7.12.11",
+ "@eslint/eslintrc": "^0.4.3",
+ "@humanwhocodes/config-array": "^0.5.0",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.0.1",
+ "doctrine": "^3.0.0",
+ "enquirer": "^2.3.5",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^5.1.1",
+ "eslint-utils": "^2.1.0",
+ "eslint-visitor-keys": "^2.0.0",
+ "espree": "^7.3.1",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^5.1.2",
+ "globals": "^13.6.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^3.13.1",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "progress": "^2.0.0",
+ "regexpp": "^3.1.0",
+ "semver": "^7.2.1",
+ "strip-ansi": "^6.0.0",
+ "strip-json-comments": "^3.1.0",
+ "table": "^6.0.9",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-vue": {
+ "version": "8.7.1",
+ "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz",
+ "integrity": "sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==",
+ "dev": true,
+ "dependencies": {
+ "eslint-utils": "^3.0.0",
+ "natural-compare": "^1.4.0",
+ "nth-check": "^2.0.1",
+ "postcss-selector-parser": "^6.0.9",
+ "semver": "^7.3.5",
+ "vue-eslint-parser": "^8.0.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/eslint-plugin-vue/node_modules/eslint-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-3.0.0.tgz",
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^2.0.0"
+ },
+ "engines": {
+ "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=5"
+ }
+ },
+ "node_modules/eslint-plugin-vue/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-vue/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-plugin-vue/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/eslint-scope": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
+ "dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^4.1.1"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/eslint-utils": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-2.1.0.tgz",
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-webpack-plugin": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmmirror.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz",
+ "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==",
+ "dev": true,
+ "dependencies": {
+ "@types/eslint": "^7.29.0 || ^8.4.1",
+ "jest-worker": "^28.0.2",
+ "micromatch": "^4.0.5",
+ "normalize-path": "^3.0.0",
+ "schema-utils": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "eslint": "^7.0.0 || ^8.0.0",
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/jest-worker": {
+ "version": "28.1.3",
+ "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-28.1.3.tgz",
+ "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ }
+ },
+ "node_modules/eslint-webpack-plugin/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/@babel/code-frame": {
+ "version": "7.12.11",
+ "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.12.11.tgz",
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/highlight": "^7.10.4"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/eslint/node_modules/globals": {
+ "version": "13.23.0",
+ "resolved": "https://registry.npmmirror.com/globals/-/globals-13.23.0.tgz",
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/eslint/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint/node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/eslint/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/espree": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmmirror.com/espree/-/espree-7.3.1.tgz",
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^7.4.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^1.3.0"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/espree/node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "dev": true,
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esquery/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esrecurse/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/event-pubsub": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/event-pubsub/-/event-pubsub-4.3.0.tgz",
+ "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/eventemitter3": {
+ "version": "4.0.7",
+ "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz",
+ "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
+ "dev": true
+ },
+ "node_modules/events": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.x"
+ }
+ },
+ "node_modules/execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/express": {
+ "version": "4.18.2",
+ "resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz",
+ "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
+ "dev": true,
+ "dependencies": {
+ "accepts": "~1.3.8",
+ "array-flatten": "1.1.1",
+ "body-parser": "1.20.1",
+ "content-disposition": "0.5.4",
+ "content-type": "~1.0.4",
+ "cookie": "0.5.0",
+ "cookie-signature": "1.0.6",
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "finalhandler": "1.2.0",
+ "fresh": "0.5.2",
+ "http-errors": "2.0.0",
+ "merge-descriptors": "1.0.1",
+ "methods": "~1.1.2",
+ "on-finished": "2.4.1",
+ "parseurl": "~1.3.3",
+ "path-to-regexp": "0.1.7",
+ "proxy-addr": "~2.0.7",
+ "qs": "6.11.0",
+ "range-parser": "~1.2.1",
+ "safe-buffer": "5.2.1",
+ "send": "0.18.0",
+ "serve-static": "1.15.0",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "type-is": "~1.6.18",
+ "utils-merge": "1.0.1",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+ },
+ "node_modules/express/node_modules/array-flatten": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
+ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
+ "dev": true
+ },
+ "node_modules/express/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/express/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "node_modules/fast-glob": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
+ "node_modules/fast-glob/node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "node_modules/fastq": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.15.0.tgz",
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "dev": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/faye-websocket": {
+ "version": "0.11.4",
+ "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz",
+ "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
+ "dev": true,
+ "dependencies": {
+ "websocket-driver": ">=0.5.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/figures": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz",
+ "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==",
+ "dev": true,
+ "dependencies": {
+ "escape-string-regexp": "^1.0.5"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/finalhandler": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.2.0.tgz",
+ "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
+ "dev": true,
+ "dependencies": {
+ "debug": "2.6.9",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "on-finished": "2.4.1",
+ "parseurl": "~1.3.3",
+ "statuses": "2.0.1",
+ "unpipe": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/finalhandler/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/finalhandler/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "dev": true,
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/flat": {
+ "version": "5.0.2",
+ "resolved": "https://registry.npmmirror.com/flat/-/flat-5.0.2.tgz",
+ "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==",
+ "dev": true,
+ "bin": {
+ "flat": "cli.js"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
+ "dev": true,
+ "dependencies": {
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.3",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.9",
+ "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.2.9.tgz",
+ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
+ "dev": true
+ },
+ "node_modules/follow-redirects": {
+ "version": "1.15.3",
+ "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.3.tgz",
+ "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ },
+ "peerDependenciesMeta": {
+ "debug": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fraction.js": {
+ "version": "4.3.7",
+ "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
+ "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
+ "dev": true,
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/fresh": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fs-extra": {
+ "version": "9.1.0",
+ "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz",
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
+ "dev": true,
+ "dependencies": {
+ "at-least-node": "^1.0.0",
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/fs-monkey": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/fs-monkey/-/fs-monkey-1.0.5.tgz",
+ "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==",
+ "dev": true
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "dev": true
+ },
+ "node_modules/functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
+ "dev": true
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
+ "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.2",
+ "has-proto": "^1.0.1",
+ "has-symbols": "^1.0.3",
+ "hasown": "^2.0.0"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "dev": true,
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "dev": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/glob-to-regexp": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
+ "dev": true
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/gopd": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.1.3"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "dev": true
+ },
+ "node_modules/gzip-size": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
+ "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
+ "dev": true,
+ "dependencies": {
+ "duplexer": "^0.1.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/handle-thing": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz",
+ "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
+ "dev": true
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/has-property-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
+ "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
+ "dev": true,
+ "dependencies": {
+ "get-intrinsic": "^1.2.2"
+ }
+ },
+ "node_modules/has-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.1.tgz",
+ "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/hash-sum": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz",
+ "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
+ "dev": true
+ },
+ "node_modules/hasown": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.0.tgz",
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/he": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
+ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
+ "dev": true,
+ "bin": {
+ "he": "bin/he"
+ }
+ },
+ "node_modules/highlight.js": {
+ "version": "10.7.3",
+ "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-10.7.3.tgz",
+ "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
+ "dev": true,
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/hosted-git-info": {
+ "version": "2.8.9",
+ "resolved": "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
+ "dev": true
+ },
+ "node_modules/hpack.js": {
+ "version": "2.1.6",
+ "resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz",
+ "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
+ "dev": true,
+ "dependencies": {
+ "inherits": "^2.0.1",
+ "obuf": "^1.0.0",
+ "readable-stream": "^2.0.1",
+ "wbuf": "^1.1.0"
+ }
+ },
+ "node_modules/hpack.js/node_modules/readable-stream": {
+ "version": "2.3.8",
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
+ "dev": true,
+ "dependencies": {
+ "core-util-is": "~1.0.0",
+ "inherits": "~2.0.3",
+ "isarray": "~1.0.0",
+ "process-nextick-args": "~2.0.0",
+ "safe-buffer": "~5.1.1",
+ "string_decoder": "~1.1.1",
+ "util-deprecate": "~1.0.1"
+ }
+ },
+ "node_modules/hpack.js/node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "dev": true
+ },
+ "node_modules/hpack.js/node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "dev": true,
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
+ "node_modules/html-entities": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-2.4.0.tgz",
+ "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==",
+ "dev": true
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
+ "dev": true
+ },
+ "node_modules/html-minifier-terser": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==",
+ "dev": true,
+ "dependencies": {
+ "camel-case": "^4.1.2",
+ "clean-css": "^5.2.2",
+ "commander": "^8.3.0",
+ "he": "^1.2.0",
+ "param-case": "^3.0.4",
+ "relateurl": "^0.2.7",
+ "terser": "^5.10.0"
+ },
+ "bin": {
+ "html-minifier-terser": "cli.js"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/html-tags": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
+ "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/html-webpack-plugin": {
+ "version": "5.5.3",
+ "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz",
+ "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==",
+ "dev": true,
+ "dependencies": {
+ "@types/html-minifier-terser": "^6.0.0",
+ "html-minifier-terser": "^6.0.2",
+ "lodash": "^4.17.21",
+ "pretty-error": "^4.0.0",
+ "tapable": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^5.20.0"
+ }
+ },
+ "node_modules/htmlparser2": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz",
+ "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
+ "dev": true,
+ "dependencies": {
+ "domelementtype": "^2.0.1",
+ "domhandler": "^4.0.0",
+ "domutils": "^2.5.2",
+ "entities": "^2.0.0"
+ }
+ },
+ "node_modules/http-deceiver": {
+ "version": "1.2.7",
+ "resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz",
+ "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
+ "dev": true
+ },
+ "node_modules/http-errors": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
+ "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
+ "dev": true,
+ "dependencies": {
+ "depd": "2.0.0",
+ "inherits": "2.0.4",
+ "setprototypeof": "1.2.0",
+ "statuses": "2.0.1",
+ "toidentifier": "1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/http-parser-js": {
+ "version": "0.5.8",
+ "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.8.tgz",
+ "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
+ "dev": true
+ },
+ "node_modules/http-proxy": {
+ "version": "1.18.1",
+ "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz",
+ "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
+ "dev": true,
+ "dependencies": {
+ "eventemitter3": "^4.0.0",
+ "follow-redirects": "^1.0.0",
+ "requires-port": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/http-proxy-middleware": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz",
+ "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==",
+ "dev": true,
+ "dependencies": {
+ "@types/http-proxy": "^1.17.8",
+ "http-proxy": "^1.18.1",
+ "is-glob": "^4.0.1",
+ "is-plain-obj": "^3.0.0",
+ "micromatch": "^4.0.2"
+ },
+ "engines": {
+ "node": ">=12.0.0"
+ },
+ "peerDependencies": {
+ "@types/express": "^4.17.13"
+ },
+ "peerDependenciesMeta": {
+ "@types/express": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.17.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/icss-utils": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz",
+ "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/ieee754": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
+ "dev": true
+ },
+ "node_modules/ignore": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz",
+ "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/immutable": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.4.tgz",
+ "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==",
+ "dev": true
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "node_modules/ipaddr.js": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.1.0.tgz",
+ "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "dev": true
+ },
+ "node_modules/is-binary-path": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
+ "dev": true,
+ "dependencies": {
+ "binary-extensions": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-ci": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/is-ci/-/is-ci-1.2.1.tgz",
+ "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==",
+ "dev": true,
+ "dependencies": {
+ "ci-info": "^1.5.0"
+ },
+ "bin": {
+ "is-ci": "bin.js"
+ }
+ },
+ "node_modules/is-core-module": {
+ "version": "2.13.1",
+ "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz",
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
+ "dev": true,
+ "dependencies": {
+ "hasown": "^2.0.0"
+ }
+ },
+ "node_modules/is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
+ "dev": true,
+ "bin": {
+ "is-docker": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-file-esm": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/is-file-esm/-/is-file-esm-1.0.0.tgz",
+ "integrity": "sha512-rZlaNKb4Mr8WlRu2A9XdeoKgnO5aA53XdPHgCKVyCrQ/rWi89RET1+bq37Ru46obaQXeiX4vmFIm1vks41hoSA==",
+ "dev": true,
+ "dependencies": {
+ "read-pkg-up": "^7.0.1"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-interactive": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/is-interactive/-/is-interactive-1.0.0.tgz",
+ "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-plain-obj": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
+ "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/is-plain-object": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-unicode-supported": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
+ "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "dev": true,
+ "dependencies": {
+ "is-docker": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/isarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
+ "dev": true
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "node_modules/isobject": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz",
+ "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/javascript-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz",
+ "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
+ "dev": true
+ },
+ "node_modules/jest-worker": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz",
+ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/jest-worker/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/joi": {
+ "version": "17.11.0",
+ "resolved": "https://registry.npmmirror.com/joi/-/joi-17.11.0.tgz",
+ "integrity": "sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==",
+ "dev": true,
+ "dependencies": {
+ "@hapi/hoek": "^9.0.0",
+ "@hapi/topo": "^5.0.0",
+ "@sideway/address": "^4.1.3",
+ "@sideway/formula": "^3.0.1",
+ "@sideway/pinpoint": "^2.0.0"
+ }
+ },
+ "node_modules/js-message": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmmirror.com/js-message/-/js-message-1.0.7.tgz",
+ "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.6.0"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true
+ },
+ "node_modules/js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "dev": true,
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true
+ },
+ "node_modules/json-parse-better-errors": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
+ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
+ "dev": true
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "node_modules/json5": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
+ "dev": true,
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonfile": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
+ "dev": true,
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
+ "node_modules/kind-of": {
+ "version": "6.0.3",
+ "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",
+ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/klona": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
+ "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/launch-editor": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.6.1.tgz",
+ "integrity": "sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==",
+ "dev": true,
+ "dependencies": {
+ "picocolors": "^1.0.0",
+ "shell-quote": "^1.8.1"
+ }
+ },
+ "node_modules/launch-editor-middleware": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmmirror.com/launch-editor-middleware/-/launch-editor-middleware-2.6.1.tgz",
+ "integrity": "sha512-Fg/xYhf7ARmRp40n18wIfJyuAMEjXo67Yull7uF7d0OJ3qA4EYJISt1XfPPn69IIJ5jKgQwzcg6DqHYo95LL/g==",
+ "dev": true,
+ "dependencies": {
+ "launch-editor": "^2.6.1"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lilconfig": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "dev": true
+ },
+ "node_modules/loader-runner": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz",
+ "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.11.5"
+ }
+ },
+ "node_modules/loader-utils": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
+ "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
+ "dev": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/loader-utils/node_modules/json5": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
+ "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
+ "dev": true,
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ }
+ },
+ "node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "dev": true
+ },
+ "node_modules/lodash.debounce": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
+ "dev": true
+ },
+ "node_modules/lodash.defaultsdeep": {
+ "version": "4.6.1",
+ "resolved": "https://registry.npmmirror.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz",
+ "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==",
+ "dev": true
+ },
+ "node_modules/lodash.kebabcase": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmmirror.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
+ "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==",
+ "dev": true
+ },
+ "node_modules/lodash.mapvalues": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmmirror.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
+ "integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==",
+ "dev": true
+ },
+ "node_modules/lodash.memoize": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
+ "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
+ "dev": true
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "node_modules/lodash.truncate": {
+ "version": "4.4.2",
+ "resolved": "https://registry.npmmirror.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
+ "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==",
+ "dev": true
+ },
+ "node_modules/lodash.uniq": {
+ "version": "4.5.0",
+ "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
+ "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
+ "dev": true
+ },
+ "node_modules/log-symbols": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-4.1.0.tgz",
+ "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^4.1.0",
+ "is-unicode-supported": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/log-symbols/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/log-symbols/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/log-symbols/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/log-symbols/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/log-symbols/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/log-symbols/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/log-update": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/log-update/-/log-update-2.3.0.tgz",
+ "integrity": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==",
+ "dev": true,
+ "dependencies": {
+ "ansi-escapes": "^3.0.0",
+ "cli-cursor": "^2.0.0",
+ "wrap-ansi": "^3.0.1"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/ansi-regex": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-3.0.1.tgz",
+ "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/cli-cursor": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-2.1.0.tgz",
+ "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==",
+ "dev": true,
+ "dependencies": {
+ "restore-cursor": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/is-fullwidth-code-point": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
+ "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/mimic-fn": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-1.2.0.tgz",
+ "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/onetime": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/onetime/-/onetime-2.0.1.tgz",
+ "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==",
+ "dev": true,
+ "dependencies": {
+ "mimic-fn": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/restore-cursor": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-2.0.0.tgz",
+ "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==",
+ "dev": true,
+ "dependencies": {
+ "onetime": "^2.0.0",
+ "signal-exit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/string-width": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/string-width/-/string-width-2.1.1.tgz",
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
+ "dev": true,
+ "dependencies": {
+ "is-fullwidth-code-point": "^2.0.0",
+ "strip-ansi": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/strip-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
+ "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/log-update/node_modules/wrap-ansi": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz",
+ "integrity": "sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==",
+ "dev": true,
+ "dependencies": {
+ "string-width": "^2.1.1",
+ "strip-ansi": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/lower-case": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz",
+ "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
+ "dev": true,
+ "dependencies": {
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^3.0.2"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dev": true,
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/mdn-data": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz",
+ "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
+ "dev": true
+ },
+ "node_modules/media-typer": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/memfs": {
+ "version": "3.5.3",
+ "resolved": "https://registry.npmmirror.com/memfs/-/memfs-3.5.3.tgz",
+ "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==",
+ "dev": true,
+ "dependencies": {
+ "fs-monkey": "^1.0.4"
+ },
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/merge-descriptors": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==",
+ "dev": true
+ },
+ "node_modules/merge-source-map": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/merge-source-map/-/merge-source-map-1.1.0.tgz",
+ "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==",
+ "dev": true,
+ "dependencies": {
+ "source-map": "^0.6.1"
+ }
+ },
+ "node_modules/merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
+ "dev": true
+ },
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/methods": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz",
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "dev": true,
+ "dependencies": {
+ "braces": "^3.0.2",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/mime": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "dev": true,
+ "bin": {
+ "mime": "cli.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "dev": true,
+ "dependencies": {
+ "mime-db": "1.52.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/mini-css-extract-plugin": {
+ "version": "2.7.6",
+ "resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz",
+ "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==",
+ "dev": true,
+ "dependencies": {
+ "schema-utils": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ }
+ },
+ "node_modules/minimalistic-assert": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
+ "dev": true
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true
+ },
+ "node_modules/minipass": {
+ "version": "3.3.6",
+ "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/minipass/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/mkdirp": {
+ "version": "0.5.6",
+ "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
+ "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
+ "dev": true,
+ "dependencies": {
+ "minimist": "^1.2.6"
+ },
+ "bin": {
+ "mkdirp": "bin/cmd.js"
+ }
+ },
+ "node_modules/module-alias": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.2.3.tgz",
+ "integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==",
+ "dev": true
+ },
+ "node_modules/mrmime": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-1.0.1.tgz",
+ "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "node_modules/multicast-dns": {
+ "version": "7.2.5",
+ "resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-7.2.5.tgz",
+ "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
+ "dev": true,
+ "dependencies": {
+ "dns-packet": "^5.2.2",
+ "thunky": "^1.0.2"
+ },
+ "bin": {
+ "multicast-dns": "cli.js"
+ }
+ },
+ "node_modules/mz": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
+ "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
+ "dev": true,
+ "dependencies": {
+ "any-promise": "^1.0.0",
+ "object-assign": "^4.0.1",
+ "thenify-all": "^1.0.0"
+ }
+ },
+ "node_modules/nanoid": {
+ "version": "3.3.7",
+ "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
+ "bin": {
+ "nanoid": "bin/nanoid.cjs"
+ },
+ "engines": {
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
+ }
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/neo-async": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
+ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
+ "dev": true
+ },
+ "node_modules/nice-try": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmmirror.com/nice-try/-/nice-try-1.0.5.tgz",
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
+ "dev": true
+ },
+ "node_modules/no-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz",
+ "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
+ "dev": true,
+ "dependencies": {
+ "lower-case": "^2.0.2",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/node-fetch": {
+ "version": "2.7.0",
+ "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
+ "dev": true,
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/node-forge": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz",
+ "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6.13.0"
+ }
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.14",
+ "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.14.tgz",
+ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
+ "dev": true
+ },
+ "node_modules/normalize-package-data": {
+ "version": "2.5.0",
+ "resolved": "https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
+ "dev": true,
+ "dependencies": {
+ "hosted-git-info": "^2.1.4",
+ "resolve": "^1.10.0",
+ "semver": "2 || 3 || 4 || 5",
+ "validate-npm-package-license": "^3.0.1"
+ }
+ },
+ "node_modules/normalize-package-data/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-range": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
+ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/normalize-url": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz",
+ "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/nth-check": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
+ "dev": true,
+ "dependencies": {
+ "boolbase": "^1.0.0"
+ }
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.13.1",
+ "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.1.tgz",
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
+ "dev": true
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.5.tgz",
+ "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.5",
+ "define-properties": "^1.2.1",
+ "has-symbols": "^1.0.3",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/obuf": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz",
+ "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
+ "dev": true
+ },
+ "node_modules/on-finished": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+ "dev": true,
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dev": true,
+ "dependencies": {
+ "mimic-fn": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/open": {
+ "version": "8.4.2",
+ "resolved": "https://registry.npmmirror.com/open/-/open-8.4.2.tgz",
+ "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
+ "dev": true,
+ "dependencies": {
+ "define-lazy-prop": "^2.0.0",
+ "is-docker": "^2.1.1",
+ "is-wsl": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/opener": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz",
+ "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
+ "dev": true,
+ "bin": {
+ "opener": "bin/opener-bin.js"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz",
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
+ "dev": true,
+ "dependencies": {
+ "@aashutoshrathi/word-wrap": "^1.2.3",
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/ora": {
+ "version": "5.4.1",
+ "resolved": "https://registry.npmmirror.com/ora/-/ora-5.4.1.tgz",
+ "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
+ "dev": true,
+ "dependencies": {
+ "bl": "^4.1.0",
+ "chalk": "^4.1.0",
+ "cli-cursor": "^3.1.0",
+ "cli-spinners": "^2.5.0",
+ "is-interactive": "^1.0.0",
+ "is-unicode-supported": "^0.1.0",
+ "log-symbols": "^4.1.0",
+ "strip-ansi": "^6.0.0",
+ "wcwidth": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/ora/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ora/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/ora/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/ora/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/ora/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ora/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-retry": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz",
+ "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/retry": "0.12.0",
+ "retry": "^0.13.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/param-case": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz",
+ "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
+ "dev": true,
+ "dependencies": {
+ "dot-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/parse5/-/parse5-5.1.1.tgz",
+ "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
+ "dev": true
+ },
+ "node_modules/parse5-htmlparser2-tree-adapter": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
+ "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
+ "dev": true,
+ "dependencies": {
+ "parse5": "^6.0.1"
+ }
+ },
+ "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
+ "dev": true
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/pascal-case": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz",
+ "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
+ "dev": true,
+ "dependencies": {
+ "no-case": "^3.0.4",
+ "tslib": "^2.0.3"
+ }
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true
+ },
+ "node_modules/path-to-regexp": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
+ "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
+ "dev": true
+ },
+ "node_modules/path-type": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/portfinder": {
+ "version": "1.0.32",
+ "resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz",
+ "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==",
+ "dev": true,
+ "dependencies": {
+ "async": "^2.6.4",
+ "debug": "^3.2.7",
+ "mkdirp": "^0.5.6"
+ },
+ "engines": {
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/portfinder/node_modules/debug": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "^2.1.1"
+ }
+ },
+ "node_modules/postcss": {
+ "version": "8.4.32",
+ "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.32.tgz",
+ "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==",
+ "dependencies": {
+ "nanoid": "^3.3.7",
+ "picocolors": "^1.0.0",
+ "source-map-js": "^1.0.2"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14"
+ }
+ },
+ "node_modules/postcss-calc": {
+ "version": "8.2.4",
+ "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz",
+ "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
+ "dev": true,
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.9",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.2"
+ }
+ },
+ "node_modules/postcss-colormin": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
+ "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "caniuse-api": "^3.0.0",
+ "colord": "^2.9.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-convert-values": {
+ "version": "5.1.3",
+ "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
+ "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-comments": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
+ "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-duplicates": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
+ "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-empty": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
+ "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-discard-overridden": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
+ "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-loader": {
+ "version": "6.2.1",
+ "resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-6.2.1.tgz",
+ "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==",
+ "dev": true,
+ "dependencies": {
+ "cosmiconfig": "^7.0.0",
+ "klona": "^2.0.5",
+ "semver": "^7.3.5"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "postcss": "^7.0.0 || ^8.0.1",
+ "webpack": "^5.0.0"
+ }
+ },
+ "node_modules/postcss-loader/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/postcss-loader/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/postcss-loader/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/postcss-merge-longhand": {
+ "version": "5.1.7",
+ "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
+ "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0",
+ "stylehacks": "^5.1.1"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-merge-rules": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
+ "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "caniuse-api": "^3.0.0",
+ "cssnano-utils": "^3.1.0",
+ "postcss-selector-parser": "^6.0.5"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-font-values": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
+ "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-gradients": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
+ "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
+ "dev": true,
+ "dependencies": {
+ "colord": "^2.9.1",
+ "cssnano-utils": "^3.1.0",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-params": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
+ "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "cssnano-utils": "^3.1.0",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-minify-selectors": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
+ "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
+ "dev": true,
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.5"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-modules-extract-imports": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
+ "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-modules-local-by-default": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
+ "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
+ "dev": true,
+ "dependencies": {
+ "icss-utils": "^5.0.0",
+ "postcss-selector-parser": "^6.0.2",
+ "postcss-value-parser": "^4.1.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-modules-scope": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
+ "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==",
+ "dev": true,
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.4"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-modules-values": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
+ "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
+ "dev": true,
+ "dependencies": {
+ "icss-utils": "^5.0.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >= 14"
+ },
+ "peerDependencies": {
+ "postcss": "^8.1.0"
+ }
+ },
+ "node_modules/postcss-normalize-charset": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
+ "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
+ "dev": true,
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-display-values": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
+ "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-positions": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
+ "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-repeat-style": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
+ "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-string": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
+ "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-timing-functions": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
+ "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-unicode": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
+ "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-url": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
+ "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
+ "dev": true,
+ "dependencies": {
+ "normalize-url": "^6.0.1",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-normalize-whitespace": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
+ "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-ordered-values": {
+ "version": "5.1.3",
+ "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
+ "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
+ "dev": true,
+ "dependencies": {
+ "cssnano-utils": "^3.1.0",
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-reduce-initial": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
+ "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "caniuse-api": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-reduce-transforms": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
+ "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-selector-parser": {
+ "version": "6.0.13",
+ "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
+ "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
+ "dev": true,
+ "dependencies": {
+ "cssesc": "^3.0.0",
+ "util-deprecate": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/postcss-svgo": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
+ "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
+ "dev": true,
+ "dependencies": {
+ "postcss-value-parser": "^4.2.0",
+ "svgo": "^2.7.0"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-unique-selectors": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
+ "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
+ "dev": true,
+ "dependencies": {
+ "postcss-selector-parser": "^6.0.5"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/postcss-value-parser": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
+ "dev": true
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/prettier": {
+ "version": "2.8.8",
+ "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz",
+ "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
+ "dev": true,
+ "optional": true,
+ "bin": {
+ "prettier": "bin-prettier.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/pretty-error": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz",
+ "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
+ "dev": true,
+ "dependencies": {
+ "lodash": "^4.17.20",
+ "renderkid": "^3.0.0"
+ }
+ },
+ "node_modules/process-nextick-args": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
+ "dev": true
+ },
+ "node_modules/progress": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/progress-webpack-plugin": {
+ "version": "1.0.16",
+ "resolved": "https://registry.npmmirror.com/progress-webpack-plugin/-/progress-webpack-plugin-1.0.16.tgz",
+ "integrity": "sha512-sdiHuuKOzELcBANHfrupYo+r99iPRyOnw15qX+rNlVUqXGfjXdH4IgxriKwG1kNJwVswKQHMdj1hYZMcb9jFaA==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^2.1.0",
+ "figures": "^2.0.0",
+ "log-update": "^2.3.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "dev": true,
+ "dependencies": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/proxy-addr/node_modules/ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/pseudomap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz",
+ "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==",
+ "dev": true
+ },
+ "node_modules/pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dev": true,
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/qs": {
+ "version": "6.11.0",
+ "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
+ "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
+ "dev": true,
+ "dependencies": {
+ "side-channel": "^1.0.4"
+ },
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true
+ },
+ "node_modules/randombytes": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
+ "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
+ "dev": true,
+ "dependencies": {
+ "safe-buffer": "^5.1.0"
+ }
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/raw-body": {
+ "version": "2.5.1",
+ "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.1.tgz",
+ "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
+ "dev": true,
+ "dependencies": {
+ "bytes": "3.1.2",
+ "http-errors": "2.0.0",
+ "iconv-lite": "0.4.24",
+ "unpipe": "1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/raw-body/node_modules/bytes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/read-pkg": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmmirror.com/read-pkg/-/read-pkg-5.2.0.tgz",
+ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
+ "dev": true,
+ "dependencies": {
+ "@types/normalize-package-data": "^2.4.0",
+ "normalize-package-data": "^2.5.0",
+ "parse-json": "^5.0.0",
+ "type-fest": "^0.6.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/read-pkg-up": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmmirror.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
+ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.1.0",
+ "read-pkg": "^5.2.0",
+ "type-fest": "^0.8.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/read-pkg-up/node_modules/type-fest": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.8.1.tgz",
+ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/readable-stream": {
+ "version": "3.6.2",
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
+ "dev": true,
+ "dependencies": {
+ "inherits": "^2.0.3",
+ "string_decoder": "^1.1.1",
+ "util-deprecate": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/readdirp": {
+ "version": "3.6.0",
+ "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
+ "dev": true,
+ "dependencies": {
+ "picomatch": "^2.2.1"
+ },
+ "engines": {
+ "node": ">=8.10.0"
+ }
+ },
+ "node_modules/regenerate": {
+ "version": "1.4.2",
+ "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
+ "dev": true
+ },
+ "node_modules/regenerate-unicode-properties": {
+ "version": "10.1.1",
+ "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
+ "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
+ "dev": true,
+ "dependencies": {
+ "regenerate": "^1.4.2"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regenerator-runtime": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
+ "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
+ "dev": true
+ },
+ "node_modules/regenerator-transform": {
+ "version": "0.15.2",
+ "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
+ "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/runtime": "^7.8.4"
+ }
+ },
+ "node_modules/regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmmirror.com/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/regexpu-core": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.3.2.tgz",
+ "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/regjsgen": "^0.8.0",
+ "regenerate": "^1.4.2",
+ "regenerate-unicode-properties": "^10.1.0",
+ "regjsparser": "^0.9.1",
+ "unicode-match-property-ecmascript": "^2.0.0",
+ "unicode-match-property-value-ecmascript": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/regjsparser": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz",
+ "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
+ "dev": true,
+ "dependencies": {
+ "jsesc": "~0.5.0"
+ },
+ "bin": {
+ "regjsparser": "bin/parser"
+ }
+ },
+ "node_modules/regjsparser/node_modules/jsesc": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
+ "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
+ "dev": true,
+ "bin": {
+ "jsesc": "bin/jsesc"
+ }
+ },
+ "node_modules/relateurl": {
+ "version": "0.2.7",
+ "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz",
+ "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/renderkid": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-3.0.0.tgz",
+ "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==",
+ "dev": true,
+ "dependencies": {
+ "css-select": "^4.1.3",
+ "dom-converter": "^0.2.0",
+ "htmlparser2": "^6.1.0",
+ "lodash": "^4.17.21",
+ "strip-ansi": "^6.0.1"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-from-string": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
+ "dev": true
+ },
+ "node_modules/resolve": {
+ "version": "1.22.8",
+ "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
+ "dev": true,
+ "dependencies": {
+ "is-core-module": "^2.13.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/restore-cursor": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz",
+ "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
+ "dev": true,
+ "dependencies": {
+ "onetime": "^5.1.0",
+ "signal-exit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/retry": {
+ "version": "0.13.1",
+ "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz",
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "dev": true
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true
+ },
+ "node_modules/sass": {
+ "version": "1.69.5",
+ "resolved": "https://registry.npmmirror.com/sass/-/sass-1.69.5.tgz",
+ "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==",
+ "dev": true,
+ "dependencies": {
+ "chokidar": ">=3.0.0 <4.0.0",
+ "immutable": "^4.0.0",
+ "source-map-js": ">=0.6.2 <2.0.0"
+ },
+ "bin": {
+ "sass": "sass.js"
+ },
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/schema-utils": {
+ "version": "2.7.1",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-2.7.1.tgz",
+ "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.5",
+ "ajv": "^6.12.4",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 8.9.0"
+ }
+ },
+ "node_modules/select-hose": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz",
+ "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
+ "dev": true
+ },
+ "node_modules/selfsigned": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.4.1.tgz",
+ "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==",
+ "dev": true,
+ "dependencies": {
+ "@types/node-forge": "^1.3.0",
+ "node-forge": "^1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/send": {
+ "version": "0.18.0",
+ "resolved": "https://registry.npmmirror.com/send/-/send-0.18.0.tgz",
+ "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
+ "dev": true,
+ "dependencies": {
+ "debug": "2.6.9",
+ "depd": "2.0.0",
+ "destroy": "1.2.0",
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "etag": "~1.8.1",
+ "fresh": "0.5.2",
+ "http-errors": "2.0.0",
+ "mime": "1.6.0",
+ "ms": "2.1.3",
+ "on-finished": "2.4.1",
+ "range-parser": "~1.2.1",
+ "statuses": "2.0.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/send/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/send/node_modules/debug/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/send/node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "dev": true
+ },
+ "node_modules/serialize-javascript": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz",
+ "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==",
+ "dev": true,
+ "dependencies": {
+ "randombytes": "^2.1.0"
+ }
+ },
+ "node_modules/serve-index": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz",
+ "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
+ "dev": true,
+ "dependencies": {
+ "accepts": "~1.3.4",
+ "batch": "0.6.1",
+ "debug": "2.6.9",
+ "escape-html": "~1.0.3",
+ "http-errors": "~1.6.2",
+ "mime-types": "~2.1.17",
+ "parseurl": "~1.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/serve-index/node_modules/depd": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz",
+ "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-index/node_modules/http-errors": {
+ "version": "1.6.3",
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz",
+ "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
+ "dev": true,
+ "dependencies": {
+ "depd": "~1.1.2",
+ "inherits": "2.0.3",
+ "setprototypeof": "1.1.0",
+ "statuses": ">= 1.4.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-index/node_modules/inherits": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
+ "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
+ "dev": true
+ },
+ "node_modules/serve-index/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/serve-index/node_modules/setprototypeof": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz",
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
+ "dev": true
+ },
+ "node_modules/serve-index/node_modules/statuses": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
+ "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-static": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz",
+ "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
+ "dev": true,
+ "dependencies": {
+ "encodeurl": "~1.0.2",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.3",
+ "send": "0.18.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/set-function-length": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.1.1.tgz",
+ "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
+ "dev": true,
+ "dependencies": {
+ "define-data-property": "^1.1.1",
+ "get-intrinsic": "^1.2.1",
+ "gopd": "^1.0.1",
+ "has-property-descriptors": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/setprototypeof": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
+ "dev": true
+ },
+ "node_modules/shallow-clone": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz",
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
+ "dev": true,
+ "dependencies": {
+ "kind-of": "^6.0.2"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/shell-quote": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz",
+ "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
+ "dev": true
+ },
+ "node_modules/side-channel": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "get-intrinsic": "^1.0.2",
+ "object-inspect": "^1.9.0"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
+ "dev": true
+ },
+ "node_modules/sirv": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.3.tgz",
+ "integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==",
+ "dev": true,
+ "dependencies": {
+ "@polka/url": "^1.0.0-next.20",
+ "mrmime": "^1.0.0",
+ "totalist": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slice-ansi": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-4.0.0.tgz",
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "astral-regex": "^2.0.0",
+ "is-fullwidth-code-point": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/slice-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/sockjs": {
+ "version": "0.3.24",
+ "resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz",
+ "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
+ "dev": true,
+ "dependencies": {
+ "faye-websocket": "^0.11.3",
+ "uuid": "^8.3.2",
+ "websocket-driver": "^0.7.4"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-js": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "dev": true,
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/spdx-correct": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.2.0.tgz",
+ "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
+ "dev": true,
+ "dependencies": {
+ "spdx-expression-parse": "^3.0.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-exceptions": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
+ "dev": true
+ },
+ "node_modules/spdx-expression-parse": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "dev": true,
+ "dependencies": {
+ "spdx-exceptions": "^2.1.0",
+ "spdx-license-ids": "^3.0.0"
+ }
+ },
+ "node_modules/spdx-license-ids": {
+ "version": "3.0.16",
+ "resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz",
+ "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==",
+ "dev": true
+ },
+ "node_modules/spdy": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmmirror.com/spdy/-/spdy-4.0.2.tgz",
+ "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^4.1.0",
+ "handle-thing": "^2.0.0",
+ "http-deceiver": "^1.2.7",
+ "select-hose": "^2.0.0",
+ "spdy-transport": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/spdy-transport": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz",
+ "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^4.1.0",
+ "detect-node": "^2.0.4",
+ "hpack.js": "^2.1.6",
+ "obuf": "^1.1.2",
+ "readable-stream": "^3.0.6",
+ "wbuf": "^1.7.3"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
+ "dev": true
+ },
+ "node_modules/ssri": {
+ "version": "8.0.1",
+ "resolved": "https://registry.npmmirror.com/ssri/-/ssri-8.0.1.tgz",
+ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
+ "dev": true,
+ "dependencies": {
+ "minipass": "^3.1.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/stable": {
+ "version": "0.1.8",
+ "resolved": "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz",
+ "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
+ "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility",
+ "dev": true
+ },
+ "node_modules/stackframe": {
+ "version": "1.3.4",
+ "resolved": "https://registry.npmmirror.com/stackframe/-/stackframe-1.3.4.tgz",
+ "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
+ "dev": true
+ },
+ "node_modules/statuses": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/string_decoder": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "dev": true,
+ "dependencies": {
+ "safe-buffer": "~5.2.0"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/strip-indent": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-2.0.0.tgz",
+ "integrity": "sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/stylehacks": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
+ "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.21.4",
+ "postcss-selector-parser": "^6.0.4"
+ },
+ "engines": {
+ "node": "^10 || ^12 || >=14.0"
+ },
+ "peerDependencies": {
+ "postcss": "^8.2.15"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/svg-tags": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz",
+ "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
+ "dev": true
+ },
+ "node_modules/svgo": {
+ "version": "2.8.0",
+ "resolved": "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz",
+ "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
+ "dev": true,
+ "dependencies": {
+ "@trysound/sax": "0.2.0",
+ "commander": "^7.2.0",
+ "css-select": "^4.1.3",
+ "css-tree": "^1.1.3",
+ "csso": "^4.2.0",
+ "picocolors": "^1.0.0",
+ "stable": "^0.1.8"
+ },
+ "bin": {
+ "svgo": "bin/svgo"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/svgo/node_modules/commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/table": {
+ "version": "6.8.1",
+ "resolved": "https://registry.npmmirror.com/table/-/table-6.8.1.tgz",
+ "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^8.0.1",
+ "lodash.truncate": "^4.4.2",
+ "slice-ansi": "^4.0.0",
+ "string-width": "^4.2.3",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/table/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/table/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/tapable": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
+ "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/terser": {
+ "version": "5.25.0",
+ "resolved": "https://registry.npmmirror.com/terser/-/terser-5.25.0.tgz",
+ "integrity": "sha512-we0I9SIsfvNUMP77zC9HG+MylwYYsGFSBG8qm+13oud2Yh+O104y614FRbyjpxys16jZwot72Fpi827YvGzuqg==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/source-map": "^0.3.3",
+ "acorn": "^8.8.2",
+ "commander": "^2.20.0",
+ "source-map-support": "~0.5.20"
+ },
+ "bin": {
+ "terser": "bin/terser"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/terser-webpack-plugin": {
+ "version": "5.3.9",
+ "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz",
+ "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/trace-mapping": "^0.3.17",
+ "jest-worker": "^27.4.5",
+ "schema-utils": "^3.1.1",
+ "serialize-javascript": "^6.0.1",
+ "terser": "^5.16.8"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^5.1.0"
+ },
+ "peerDependenciesMeta": {
+ "@swc/core": {
+ "optional": true
+ },
+ "esbuild": {
+ "optional": true
+ },
+ "uglify-js": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/terser/node_modules/commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
+ "dev": true
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "node_modules/thenify": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
+ "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
+ "dev": true,
+ "dependencies": {
+ "any-promise": "^1.0.0"
+ }
+ },
+ "node_modules/thenify-all": {
+ "version": "1.6.0",
+ "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
+ "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
+ "dev": true,
+ "dependencies": {
+ "thenify": ">= 3.1.0 < 4"
+ },
+ "engines": {
+ "node": ">=0.8"
+ }
+ },
+ "node_modules/thread-loader": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmmirror.com/thread-loader/-/thread-loader-3.0.4.tgz",
+ "integrity": "sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==",
+ "dev": true,
+ "dependencies": {
+ "json-parse-better-errors": "^1.0.2",
+ "loader-runner": "^4.1.0",
+ "loader-utils": "^2.0.0",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.27.0 || ^5.0.0"
+ }
+ },
+ "node_modules/thread-loader/node_modules/loader-utils": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz",
+ "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
+ "dev": true,
+ "dependencies": {
+ "big.js": "^5.2.2",
+ "emojis-list": "^3.0.0",
+ "json5": "^2.1.2"
+ },
+ "engines": {
+ "node": ">=8.9.0"
+ }
+ },
+ "node_modules/thread-loader/node_modules/schema-utils": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/thunky": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz",
+ "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
+ "dev": true
+ },
+ "node_modules/to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/toidentifier": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/totalist": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
+ "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
+ "dev": true
+ },
+ "node_modules/tslib": {
+ "version": "2.6.2",
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz",
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "dev": true
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.6.0.tgz",
+ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/type-is": {
+ "version": "1.6.18",
+ "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
+ "dev": true,
+ "dependencies": {
+ "media-typer": "0.3.0",
+ "mime-types": "~2.1.24"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/undici-types": {
+ "version": "5.26.5",
+ "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
+ "dev": true
+ },
+ "node_modules/unicode-canonical-property-names-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-ecmascript": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
+ "dev": true,
+ "dependencies": {
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
+ "unicode-property-aliases-ecmascript": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-match-property-value-ecmascript": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
+ "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/unicode-property-aliases-ecmascript": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
+ "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/universalify": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 10.0.0"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.0.13",
+ "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
+ "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
+ "dev": true,
+ "dependencies": {
+ "escalade": "^3.1.1",
+ "picocolors": "^1.0.0"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/util-deprecate": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
+ "dev": true
+ },
+ "node_modules/utila": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmmirror.com/utila/-/utila-0.4.0.tgz",
+ "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==",
+ "dev": true
+ },
+ "node_modules/utils-merge": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
+ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/uuid": {
+ "version": "8.3.2",
+ "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz",
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
+ "dev": true,
+ "bin": {
+ "uuid": "dist/bin/uuid"
+ }
+ },
+ "node_modules/v8-compile-cache": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
+ "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==",
+ "dev": true
+ },
+ "node_modules/validate-npm-package-license": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
+ "dev": true,
+ "dependencies": {
+ "spdx-correct": "^3.0.0",
+ "spdx-expression-parse": "^3.0.0"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/vue": {
+ "version": "2.7.15",
+ "resolved": "https://registry.npmmirror.com/vue/-/vue-2.7.15.tgz",
+ "integrity": "sha512-a29fsXd2G0KMRqIFTpRgpSbWaNBK3lpCTOLuGLEDnlHWdjB8fwl6zyYZ8xCrqkJdatwZb4mGHiEfJjnw0Q6AwQ==",
+ "dependencies": {
+ "@vue/compiler-sfc": "2.7.15",
+ "csstype": "^3.1.0"
+ }
+ },
+ "node_modules/vue-eslint-parser": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz",
+ "integrity": "sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^4.3.2",
+ "eslint-scope": "^7.0.0",
+ "eslint-visitor-keys": "^3.1.0",
+ "espree": "^9.0.0",
+ "esquery": "^1.4.0",
+ "lodash": "^4.17.21",
+ "semver": "^7.3.5"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": ">=6.0.0"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
+ "dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/espree": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/vue-eslint-parser/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/vue-hot-reload-api": {
+ "version": "2.3.4",
+ "resolved": "https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
+ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
+ "dev": true
+ },
+ "node_modules/vue-loader": {
+ "version": "17.3.1",
+ "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-17.3.1.tgz",
+ "integrity": "sha512-nmVu7KU8geOyzsStyyaxID/uBGDMS8BkPXb6Lu2SNkMawriIbb+hYrNtgftHMKxOSkjjjTF5OSSwPo3KP59egg==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^4.1.0",
+ "hash-sum": "^2.0.0",
+ "watchpack": "^2.4.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.1.0 || ^5.0.0-0"
+ },
+ "peerDependenciesMeta": {
+ "@vue/compiler-sfc": {
+ "optional": true
+ },
+ "vue": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vue-loader/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/vue-loader/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/vue-loader/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/vue-loader/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/vue-loader/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/vue-loader/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/vue-style-loader": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
+ "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==",
+ "dev": true,
+ "dependencies": {
+ "hash-sum": "^1.0.2",
+ "loader-utils": "^1.0.2"
+ }
+ },
+ "node_modules/vue-style-loader/node_modules/hash-sum": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
+ "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
+ "dev": true
+ },
+ "node_modules/vue-template-compiler": {
+ "version": "2.7.15",
+ "resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.15.tgz",
+ "integrity": "sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==",
+ "dev": true,
+ "dependencies": {
+ "de-indent": "^1.0.2",
+ "he": "^1.2.0"
+ }
+ },
+ "node_modules/vue-template-es2015-compiler": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmmirror.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz",
+ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
+ "dev": true
+ },
+ "node_modules/watchpack": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.0.tgz",
+ "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==",
+ "dev": true,
+ "dependencies": {
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.1.2"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/wbuf": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz",
+ "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
+ "dev": true,
+ "dependencies": {
+ "minimalistic-assert": "^1.0.0"
+ }
+ },
+ "node_modules/wcwidth": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz",
+ "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
+ "dev": true,
+ "dependencies": {
+ "defaults": "^1.0.3"
+ }
+ },
+ "node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
+ "dev": true
+ },
+ "node_modules/webpack": {
+ "version": "5.89.0",
+ "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.89.0.tgz",
+ "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==",
+ "dev": true,
+ "dependencies": {
+ "@types/eslint-scope": "^3.7.3",
+ "@types/estree": "^1.0.0",
+ "@webassemblyjs/ast": "^1.11.5",
+ "@webassemblyjs/wasm-edit": "^1.11.5",
+ "@webassemblyjs/wasm-parser": "^1.11.5",
+ "acorn": "^8.7.1",
+ "acorn-import-assertions": "^1.9.0",
+ "browserslist": "^4.14.5",
+ "chrome-trace-event": "^1.0.2",
+ "enhanced-resolve": "^5.15.0",
+ "es-module-lexer": "^1.2.1",
+ "eslint-scope": "5.1.1",
+ "events": "^3.2.0",
+ "glob-to-regexp": "^0.4.1",
+ "graceful-fs": "^4.2.9",
+ "json-parse-even-better-errors": "^2.3.1",
+ "loader-runner": "^4.2.0",
+ "mime-types": "^2.1.27",
+ "neo-async": "^2.6.2",
+ "schema-utils": "^3.2.0",
+ "tapable": "^2.1.1",
+ "terser-webpack-plugin": "^5.3.7",
+ "watchpack": "^2.4.0",
+ "webpack-sources": "^3.2.3"
+ },
+ "bin": {
+ "webpack": "bin/webpack.js"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "peerDependenciesMeta": {
+ "webpack-cli": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-bundle-analyzer": {
+ "version": "4.10.1",
+ "resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.1.tgz",
+ "integrity": "sha512-s3P7pgexgT/HTUSYgxJyn28A+99mmLq4HsJepMPzu0R8ImJc52QNqaFYW1Z2z2uIb1/J3eYgaAWVpaC+v/1aAQ==",
+ "dev": true,
+ "dependencies": {
+ "@discoveryjs/json-ext": "0.5.7",
+ "acorn": "^8.0.4",
+ "acorn-walk": "^8.0.0",
+ "commander": "^7.2.0",
+ "debounce": "^1.2.1",
+ "escape-string-regexp": "^4.0.0",
+ "gzip-size": "^6.0.0",
+ "html-escaper": "^2.0.2",
+ "is-plain-object": "^5.0.0",
+ "opener": "^1.5.2",
+ "picocolors": "^1.0.0",
+ "sirv": "^2.0.3",
+ "ws": "^7.3.1"
+ },
+ "bin": {
+ "webpack-bundle-analyzer": "lib/bin/analyzer.js"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/webpack-bundle-analyzer/node_modules/commander": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 10"
+ }
+ },
+ "node_modules/webpack-bundle-analyzer/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/webpack-chain": {
+ "version": "6.5.1",
+ "resolved": "https://registry.npmmirror.com/webpack-chain/-/webpack-chain-6.5.1.tgz",
+ "integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==",
+ "dev": true,
+ "dependencies": {
+ "deepmerge": "^1.5.2",
+ "javascript-stringify": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/webpack-dev-middleware": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz",
+ "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==",
+ "dev": true,
+ "dependencies": {
+ "colorette": "^2.0.10",
+ "memfs": "^3.4.3",
+ "mime-types": "^2.1.31",
+ "range-parser": "^1.2.1",
+ "schema-utils": "^4.0.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/webpack-dev-middleware/node_modules/schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ }
+ },
+ "node_modules/webpack-dev-server": {
+ "version": "4.15.1",
+ "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-4.15.1.tgz",
+ "integrity": "sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==",
+ "dev": true,
+ "dependencies": {
+ "@types/bonjour": "^3.5.9",
+ "@types/connect-history-api-fallback": "^1.3.5",
+ "@types/express": "^4.17.13",
+ "@types/serve-index": "^1.9.1",
+ "@types/serve-static": "^1.13.10",
+ "@types/sockjs": "^0.3.33",
+ "@types/ws": "^8.5.5",
+ "ansi-html-community": "^0.0.8",
+ "bonjour-service": "^1.0.11",
+ "chokidar": "^3.5.3",
+ "colorette": "^2.0.10",
+ "compression": "^1.7.4",
+ "connect-history-api-fallback": "^2.0.0",
+ "default-gateway": "^6.0.3",
+ "express": "^4.17.3",
+ "graceful-fs": "^4.2.6",
+ "html-entities": "^2.3.2",
+ "http-proxy-middleware": "^2.0.3",
+ "ipaddr.js": "^2.0.1",
+ "launch-editor": "^2.6.0",
+ "open": "^8.0.9",
+ "p-retry": "^4.5.0",
+ "rimraf": "^3.0.2",
+ "schema-utils": "^4.0.0",
+ "selfsigned": "^2.1.1",
+ "serve-index": "^1.9.1",
+ "sockjs": "^0.3.24",
+ "spdy": "^4.0.2",
+ "webpack-dev-middleware": "^5.3.1",
+ "ws": "^8.13.0"
+ },
+ "bin": {
+ "webpack-dev-server": "bin/webpack-dev-server.js"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ },
+ "peerDependencies": {
+ "webpack": "^4.37.0 || ^5.0.0"
+ },
+ "peerDependenciesMeta": {
+ "webpack": {
+ "optional": true
+ },
+ "webpack-cli": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ajv": {
+ "version": "8.12.0",
+ "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.12.0.tgz",
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "json-schema-traverse": "^1.0.0",
+ "require-from-string": "^2.0.2",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ajv-keywords": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.3"
+ },
+ "peerDependencies": {
+ "ajv": "^8.8.2"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/json-schema-traverse": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
+ "dev": true
+ },
+ "node_modules/webpack-dev-server/node_modules/schema-utils": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.2.0.tgz",
+ "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.9",
+ "ajv": "^8.9.0",
+ "ajv-formats": "^2.1.1",
+ "ajv-keywords": "^5.1.0"
+ },
+ "engines": {
+ "node": ">= 12.13.0"
+ }
+ },
+ "node_modules/webpack-dev-server/node_modules/ws": {
+ "version": "8.14.2",
+ "resolved": "https://registry.npmmirror.com/ws/-/ws-8.14.2.tgz",
+ "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/webpack-merge": {
+ "version": "5.10.0",
+ "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-5.10.0.tgz",
+ "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==",
+ "dev": true,
+ "dependencies": {
+ "clone-deep": "^4.0.1",
+ "flat": "^5.0.2",
+ "wildcard": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/webpack-sources": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz",
+ "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/webpack-virtual-modules": {
+ "version": "0.4.6",
+ "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz",
+ "integrity": "sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==",
+ "dev": true
+ },
+ "node_modules/webpack/node_modules/schema-utils": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
+ "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
+ "dev": true,
+ "dependencies": {
+ "@types/json-schema": "^7.0.8",
+ "ajv": "^6.12.5",
+ "ajv-keywords": "^3.5.2"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/websocket-driver": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz",
+ "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
+ "dev": true,
+ "dependencies": {
+ "http-parser-js": ">=0.5.1",
+ "safe-buffer": ">=5.1.0",
+ "websocket-extensions": ">=0.1.1"
+ },
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/websocket-extensions": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
+ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/whatwg-fetch": {
+ "version": "3.6.19",
+ "resolved": "https://registry.npmmirror.com/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz",
+ "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==",
+ "dev": true
+ },
+ "node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dev": true,
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmmirror.com/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/wildcard": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.1.tgz",
+ "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
+ "dev": true
+ },
+ "node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "node_modules/ws": {
+ "version": "7.5.9",
+ "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.9.tgz",
+ "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.3.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
+ "dev": true
+ },
+ "node_modules/yaml": {
+ "version": "1.10.2",
+ "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "dev": true,
+ "dependencies": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yorkie": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/yorkie/-/yorkie-2.0.0.tgz",
+ "integrity": "sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==",
+ "dev": true,
+ "hasInstallScript": true,
+ "dependencies": {
+ "execa": "^0.8.0",
+ "is-ci": "^1.0.10",
+ "normalize-path": "^1.0.0",
+ "strip-indent": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/yorkie/node_modules/cross-spawn": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-5.1.0.tgz",
+ "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^4.0.1",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ }
+ },
+ "node_modules/yorkie/node_modules/execa": {
+ "version": "0.8.0",
+ "resolved": "https://registry.npmmirror.com/execa/-/execa-0.8.0.tgz",
+ "integrity": "sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^5.0.1",
+ "get-stream": "^3.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/yorkie/node_modules/get-stream": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-3.0.0.tgz",
+ "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/yorkie/node_modules/lru-cache": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz",
+ "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
+ "dev": true,
+ "dependencies": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ }
+ },
+ "node_modules/yorkie/node_modules/normalize-path": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-1.0.0.tgz",
+ "integrity": "sha512-7WyT0w8jhpDStXRq5836AMmihQwq2nrUVQrgjvUo/p/NZf9uy/MeJ246lBJVmWuYXMlJuG9BNZHF0hWjfTbQUA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/yorkie/node_modules/yallist": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
+ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
+ "dev": true
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b82edd2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,60 @@
+{
+ "name": "website",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "serve": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "lint": "vue-cli-service lint",
+ "devBuild": "vue-cli-service build --mode development",
+ "testBuild": "vue-cli-service build --mode test",
+ "prodBuild": "vue-cli-service build --mode production",
+ "mjBuild": "vue-cli-service build --mode muji"
+ },
+ "dependencies": {
+ "axios": "^1.6.2",
+ "babel-polyfill": "^6.26.0",
+ "classlist-polyfill": "^1.2.0",
+ "core-js": "^3.8.3",
+ "element-ui": "^2.15.14",
+ "moment": "^2.29.4",
+ "vue": "^2.6.14",
+ "vue-amap": "^0.5.10",
+ "vue-awesome-swiper": "^4.0.1",
+ "vue-lazyload": "^1.3.3",
+ "vue-meta-info": "^0.1.7",
+ "vue-router": "^3.0.3"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.16",
+ "@babel/eslint-parser": "^7.12.16",
+ "@vue/cli-plugin-babel": "~5.0.0",
+ "@vue/cli-plugin-eslint": "~5.0.0",
+ "@vue/cli-service": "~5.0.0",
+ "eslint": "^7.32.0",
+ "eslint-plugin-vue": "^8.0.3",
+ "sass": "^1.69.5",
+ "sass-loader": "^13.3.2",
+ "vue-template-compiler": "^2.6.14",
+ "swiper": "^2.7.6"
+ },
+ "eslintConfig": {
+ "root": true,
+ "env": {
+ "node": true
+ },
+ "extends": [
+ "plugin:vue/essential",
+ "eslint:recommended"
+ ],
+ "parserOptions": {
+ "parser": "@babel/eslint-parser"
+ },
+ "rules": {}
+ },
+ "browserslist": [
+ "> 1%",
+ "last 2 versions",
+ "not dead"
+ ]
+}
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..d982e52
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,42 @@
+
+
+
+
+ 护航科技股份有限公司】—IT外包|IT服务|IT运维|helpdesk|IT基础架构服务|IT巡检|IT维护
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/App.vue b/src/App.vue
new file mode 100644
index 0000000..b47dcd0
--- /dev/null
+++ b/src/App.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/assets/css/iconfont.css b/src/assets/css/iconfont.css
new file mode 100644
index 0000000..8461e49
--- /dev/null
+++ b/src/assets/css/iconfont.css
@@ -0,0 +1,60 @@
+@font-face {
+ font-family: "iconfont"; /* Project id 2914224 */
+ src: url('//at.alicdn.com/t/font_2914224_y82ol8e100h.woff2?t=1637303909890') format('woff2'),
+ url('//at.alicdn.com/t/font_2914224_y82ol8e100h.woff?t=1637303909890') format('woff'),
+ url('//at.alicdn.com/t/font_2914224_y82ol8e100h.ttf?t=1637303909890') format('truetype'),
+ url('//at.alicdn.com/t/font_2914224_y82ol8e100h.svg?t=1637303909890#iconfont') format('svg');
+ }
+
+ .iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ }
+
+ .icon-hezuoshengtai:before {
+ content: "\e6c3";
+ }
+
+ .icon-jichujiagoupingtai:before {
+ content: "\e6c4";
+ }
+
+ .icon-fuwuguanlitixijianshe:before {
+ content: "\e6c5";
+ }
+
+ .icon-xiangxia:before {
+ content: "\e6c6";
+ }
+
+ .icon-kehuwendangzhongxin:before {
+ content: "\e6c7";
+ }
+
+ .icon-kehuanli:before {
+ content: "\e6c8";
+ }
+
+ .icon-jichengyushishifuwu:before {
+ content: "\e6c9";
+ }
+
+ .icon-ITSS:before {
+ content: "\e6ca";
+ }
+
+ .icon-xinxianquantixijianshe:before {
+ content: "\e6cb";
+ }
+
+ .icon-yunfuwu:before {
+ content: "\e6cc";
+ }
+
+ .icon-ITSSpeixunfuwu:before {
+ content: "\e6cd";
+ }
+
\ No newline at end of file
diff --git a/src/assets/css/index.css b/src/assets/css/index.css
new file mode 100644
index 0000000..2c42efe
--- /dev/null
+++ b/src/assets/css/index.css
@@ -0,0 +1,200 @@
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ /* font-size: 14px; */
+ font-family: Avenir, Helvetica, Arial, sans-serif;
+}
+
+html {
+ height: 100%;
+}
+
+body {
+ height: 100%;
+ min-width: 1080px;
+}
+
+div,
+ul,
+li {
+ box-sizing: border-box;
+}
+
+li {
+ list-style: none;
+}
+
+.main-container {
+ font-size: 0.18rem;
+}
+
+/* .el-menu-item:hover{
+ background-color: #fff!important;
+}
+.el-menu-item:focus{
+ background-color: #fff!important;
+}
+.el-carousel__indicators .is-active .el-carousel__button{
+ background-color: #409eff;
+}
+.el-carousel__indicators .el-carousel__button{
+ background-color: rgba(0, 0, 0, 0.6);
+} */
+
+.el-button {
+ /* position: relative; */
+}
+
+.el-breadcrumb {
+ line-height: 16px !important;
+}
+
+.el-breadcrumb__separator.el-icon {
+ top: -1px;
+}
+
+.admin-container {
+ padding: 20px;
+ background-color: #fff;
+ font-size: 16px;
+}
+
+.el-table th.el-table__cell.is-leaf {
+ background-color: #fafafa;
+}
+
+.table-container .operation .edit {
+ color: #409eff;
+ margin-right: 10px;
+ cursor: pointer;
+}
+
+.table-container .operation .delete {
+ color: #f56c6c;
+ cursor: pointer;
+}
+
+.table-container .pagination {
+ margin-top: 20px;
+ text-align: right;
+ /* overflow: hidden; */
+}
+
+.table-container .pagination .size-box {
+ /* float: right; */
+}
+
+.table-container .pagination .span {
+ font-size: 13px;
+ color: #606266;
+ line-height: 32px;
+}
+
+/* .el-icon svg{
+ font-size: 14px;
+}
+.el-image__error{
+ font-size: 12px!important;
+} */
+
+.amap-icon img {
+ width: 20px;
+}
+
+/* .el-input__inner{
+ height: 28px!important;
+} */
+
+/* .input .el-input__inner {
+ height: 0.6rem;
+}
+
+.select .el-input__inner {
+ height: 0.6rem;
+}
+
+.select .el-input__icon {
+ line-height: 0.6rem !important;
+}
+
+.el-select-dropdown__list .myOption {
+ line-height: 0.6rem !important;
+ height: 0.6rem !important;
+} */
+
+/*
+.select .el-select-dropdown__item{
+ line-height: .6rem!important;
+} */
+.el-overlay {
+ z-index: 999 !important;
+}
+
+.up-img .image-slot-my {
+ width: 100%;
+ height: 100%;
+ line-height: 83px;
+ text-align: center;
+ color: #c0c4cc;
+ background-color: #f5f7fa;
+}
+
+.up-img .el-image {
+ vertical-align: bottom;
+}
+
+.up-img2 .image-slot-my {
+ line-height: 54px;
+}
+
+.slot-my {
+ width: 100%;
+ height: 100%;
+ line-height: 80px;
+ text-align: center;
+ color: #c0c4cc;
+ background-color: #f5f7fa;
+ margin-bottom: 20px;
+}
+
+.tox .tox-dialog-wrap__backdrop {
+ z-index: 99999999999999999;
+}
+
+.tox-tinymce-aux {
+ z-index: 99999999999999 !important;
+}
+
+.htmlEdit img {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+.num{
+ font-family: Impact;
+
+}
+.date-num{
+ font-family: Impact;
+ font-weight: normal;
+}
+.number{
+ font-family: Impact;
+ font-weight: normal;
+}
+.swiper-slide{
+ height: auto!important;
+}
+.swiper-wrapper{
+ height: auto!important;
+ transition: all 0.3s!important;
+}
+.more-gg{
+ text-align: right;
+ color: #606266;
+ /* padding:0 1.2rem; */
+}
+.more-gg span{
+ cursor: pointer;
+ font-size: .36rem;
+}
\ No newline at end of file
diff --git a/src/assets/image/header/nav1.png b/src/assets/image/header/nav1.png
new file mode 100644
index 0000000..77b0eab
Binary files /dev/null and b/src/assets/image/header/nav1.png differ
diff --git a/src/assets/image/header/nav2.png b/src/assets/image/header/nav2.png
new file mode 100644
index 0000000..8c972b9
Binary files /dev/null and b/src/assets/image/header/nav2.png differ
diff --git a/src/assets/image/header/nav3.png b/src/assets/image/header/nav3.png
new file mode 100644
index 0000000..602693e
Binary files /dev/null and b/src/assets/image/header/nav3.png differ
diff --git a/src/assets/image/header/nav4.png b/src/assets/image/header/nav4.png
new file mode 100644
index 0000000..9510030
Binary files /dev/null and b/src/assets/image/header/nav4.png differ
diff --git a/src/assets/image/header/nav5.png b/src/assets/image/header/nav5.png
new file mode 100644
index 0000000..4fe7228
Binary files /dev/null and b/src/assets/image/header/nav5.png differ
diff --git a/src/assets/image/hu_rq.png b/src/assets/image/hu_rq.png
new file mode 100644
index 0000000..2ea108b
Binary files /dev/null and b/src/assets/image/hu_rq.png differ
diff --git a/src/assets/image/icon_r.png b/src/assets/image/icon_r.png
new file mode 100644
index 0000000..d553444
Binary files /dev/null and b/src/assets/image/icon_r.png differ
diff --git a/src/assets/image/index/bg_01.png b/src/assets/image/index/bg_01.png
new file mode 100644
index 0000000..f31eda5
Binary files /dev/null and b/src/assets/image/index/bg_01.png differ
diff --git a/src/assets/image/index/bg_02.png b/src/assets/image/index/bg_02.png
new file mode 100644
index 0000000..2d25449
Binary files /dev/null and b/src/assets/image/index/bg_02.png differ
diff --git a/src/assets/image/index/bg_03.png b/src/assets/image/index/bg_03.png
new file mode 100644
index 0000000..7b3b609
Binary files /dev/null and b/src/assets/image/index/bg_03.png differ
diff --git a/src/assets/image/index/bg_04.png b/src/assets/image/index/bg_04.png
new file mode 100644
index 0000000..4e5759c
Binary files /dev/null and b/src/assets/image/index/bg_04.png differ
diff --git a/src/assets/image/index/bg_05.png b/src/assets/image/index/bg_05.png
new file mode 100644
index 0000000..9fdcd79
Binary files /dev/null and b/src/assets/image/index/bg_05.png differ
diff --git a/src/assets/image/index/bg_06.png b/src/assets/image/index/bg_06.png
new file mode 100644
index 0000000..b73117a
Binary files /dev/null and b/src/assets/image/index/bg_06.png differ
diff --git a/src/assets/image/index/bg_07.png b/src/assets/image/index/bg_07.png
new file mode 100644
index 0000000..f500a36
Binary files /dev/null and b/src/assets/image/index/bg_07.png differ
diff --git a/src/assets/image/index/bg_08.png b/src/assets/image/index/bg_08.png
new file mode 100644
index 0000000..58d909b
Binary files /dev/null and b/src/assets/image/index/bg_08.png differ
diff --git a/src/assets/image/index/bg_09.png b/src/assets/image/index/bg_09.png
new file mode 100644
index 0000000..ee9e374
Binary files /dev/null and b/src/assets/image/index/bg_09.png differ
diff --git a/src/assets/image/index/bg_10.png b/src/assets/image/index/bg_10.png
new file mode 100644
index 0000000..80b706b
Binary files /dev/null and b/src/assets/image/index/bg_10.png differ
diff --git a/src/assets/image/index/icon_01.png b/src/assets/image/index/icon_01.png
new file mode 100644
index 0000000..dad1abe
Binary files /dev/null and b/src/assets/image/index/icon_01.png differ
diff --git a/src/assets/image/index/icon_02.png b/src/assets/image/index/icon_02.png
new file mode 100644
index 0000000..6e090e6
Binary files /dev/null and b/src/assets/image/index/icon_02.png differ
diff --git a/src/assets/image/index/icon_03.png b/src/assets/image/index/icon_03.png
new file mode 100644
index 0000000..e1b7a60
Binary files /dev/null and b/src/assets/image/index/icon_03.png differ
diff --git a/src/assets/image/index/icon_04.png b/src/assets/image/index/icon_04.png
new file mode 100644
index 0000000..5ba91b4
Binary files /dev/null and b/src/assets/image/index/icon_04.png differ
diff --git a/src/assets/image/index/icon_05.png b/src/assets/image/index/icon_05.png
new file mode 100644
index 0000000..5602d7c
Binary files /dev/null and b/src/assets/image/index/icon_05.png differ
diff --git a/src/assets/image/index/icon_06.png b/src/assets/image/index/icon_06.png
new file mode 100644
index 0000000..982819f
Binary files /dev/null and b/src/assets/image/index/icon_06.png differ
diff --git a/src/assets/image/index/icon_07.png b/src/assets/image/index/icon_07.png
new file mode 100644
index 0000000..412dcce
Binary files /dev/null and b/src/assets/image/index/icon_07.png differ
diff --git a/src/assets/image/index/icon_08.png b/src/assets/image/index/icon_08.png
new file mode 100644
index 0000000..3d20ac2
Binary files /dev/null and b/src/assets/image/index/icon_08.png differ
diff --git a/src/assets/image/index/icon_09.png b/src/assets/image/index/icon_09.png
new file mode 100644
index 0000000..4215472
Binary files /dev/null and b/src/assets/image/index/icon_09.png differ
diff --git a/src/assets/image/index/icon_10.png b/src/assets/image/index/icon_10.png
new file mode 100644
index 0000000..1c37525
Binary files /dev/null and b/src/assets/image/index/icon_10.png differ
diff --git a/src/assets/image/index/icon_11.png b/src/assets/image/index/icon_11.png
new file mode 100644
index 0000000..0f916b2
Binary files /dev/null and b/src/assets/image/index/icon_11.png differ
diff --git a/src/assets/image/index/icon_12.png b/src/assets/image/index/icon_12.png
new file mode 100644
index 0000000..159125d
Binary files /dev/null and b/src/assets/image/index/icon_12.png differ
diff --git a/src/assets/image/index/icon_dron.png b/src/assets/image/index/icon_dron.png
new file mode 100644
index 0000000..d5a63c1
Binary files /dev/null and b/src/assets/image/index/icon_dron.png differ
diff --git a/src/assets/image/logo.png b/src/assets/image/logo.png
new file mode 100644
index 0000000..f2bc374
Binary files /dev/null and b/src/assets/image/logo.png differ
diff --git a/src/assets/image/more.png b/src/assets/image/more.png
new file mode 100644
index 0000000..538b270
Binary files /dev/null and b/src/assets/image/more.png differ
diff --git a/src/assets/image/more_tr.png b/src/assets/image/more_tr.png
new file mode 100644
index 0000000..159125d
Binary files /dev/null and b/src/assets/image/more_tr.png differ
diff --git a/src/assets/image/phone.png b/src/assets/image/phone.png
new file mode 100644
index 0000000..2bad4fd
Binary files /dev/null and b/src/assets/image/phone.png differ
diff --git a/src/assets/image/rq.png b/src/assets/image/rq.png
new file mode 100644
index 0000000..1cf9382
Binary files /dev/null and b/src/assets/image/rq.png differ
diff --git a/src/assets/js/eventBus.js b/src/assets/js/eventBus.js
new file mode 100644
index 0000000..d789b33
--- /dev/null
+++ b/src/assets/js/eventBus.js
@@ -0,0 +1,3 @@
+import mitt from 'mitt'
+const emitter = mitt()
+export default emitter
\ No newline at end of file
diff --git a/src/assets/js/fitter.js b/src/assets/js/fitter.js
new file mode 100644
index 0000000..e42e422
--- /dev/null
+++ b/src/assets/js/fitter.js
@@ -0,0 +1,22 @@
+// 获取屏幕宽度
+var winWidth = document.documentElement.offsetWidth || document.body.offsetWidth
+// 获取html跟元素
+var oHtml = document.getElementsByTagName('html')[0]
+// 根据屏幕宽度判断PC或移动端,大于640为PC,反之为移动端
+if(winWidth > 640) {
+ // 计算公式当前屏幕宽度winWidth除以设计稿宽度1920得到屏幕与设计稿的比例,根据比例设置根元素的fontSize,设计稿的100px等于1rem
+ oHtml.style.fontSize = 100 * winWidth / 1680 + 'px'
+} else {
+ oHtml.style.fontSize = 100 * winWidth / 375 + 'px'
+}
+
+// 页面大小发生变化事重新设置
+window.addEventListener('resize', function() {
+ var winWidth = document.documentElement.offsetWidth || document.body.offsetWidth
+ var oHtml = document.getElementsByTagName('html')[0]
+ if(winWidth > 640) {
+ oHtml.style.fontSize = 100 * winWidth / 1680 + 'px'
+ } else {
+ oHtml.style.fontSize = 100 * winWidth / 375 + 'px'
+ }
+})
\ No newline at end of file
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
new file mode 100644
index 0000000..8d0613f
--- /dev/null
+++ b/src/components/Footer.vue
@@ -0,0 +1,167 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Form.vue b/src/components/Form.vue
new file mode 100644
index 0000000..21c4ae8
--- /dev/null
+++ b/src/components/Form.vue
@@ -0,0 +1,207 @@
+
+
+
+ 项目咨询
+ PROJECT CONSULTING
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Header.vue b/src/components/Header.vue
new file mode 100644
index 0000000..cedac5c
--- /dev/null
+++ b/src/components/Header.vue
@@ -0,0 +1,424 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/MainFrom.vue b/src/components/MainFrom.vue
new file mode 100644
index 0000000..a0c7769
--- /dev/null
+++ b/src/components/MainFrom.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
微信扫码查看手机端
+
+
+
+
+
+
+
护航科技股份有限公司严正声明
+
近期,发现不法分子冒用我司名义,通过伪造公章、营业执照,搭建虚假网站、APP,在微信群、QQ群等社交平台实施诈骗,诱骗公众转账。此类行为已涉嫌违反《中华人民共和国刑法》第二百六十六条诈骗罪、第二百八十条伪造、变造、买卖国家机关公文、证件、印章罪之规定,不仅严重侵害我司企业名称权、商标权等合法权益,更对社会公众财产安全造成重大威胁。
+
我司严正声明如下:
+
1、护航科技从没有开发或上线过任何APP软件,任何以“护航科技APP”名义进行谋利的软件,均是骗子,提醒公众切勿上当受骗。
+
2、从未开展任何线上线下资金募集、转账交易活动。
+
3、官方业务仅通过官网(https://www.novots.com/index)及授权机构办理。
+
4、正规业务资金往来均通过企业对公账户,绝不要求私人转账。
+
请公众通过官方渠道核实业务真实性,谨防受骗。如遇可疑情况,请立即报警或联系我司(电话:400-612-6010)。我司将依法追究侵权者法律责任。
+
+
护航科技股份有限公司
+
2025 年4 月 25 日
+
+
+
+
+
+
+
+
diff --git a/src/filters/Filters.js b/src/filters/Filters.js
new file mode 100644
index 0000000..8ca7bda
--- /dev/null
+++ b/src/filters/Filters.js
@@ -0,0 +1,217 @@
+// import state from '@/store/state'
+import moment from 'moment'
+
+//图片加前缀
+// export const ImageCdn = (text) => {
+// return process.env.VUE_APP_CDN_BASEURL + text
+// }
+// 没有数据返回--
+const formatText = (val) => {
+ if (val == '' || val == undefined || val == null) {
+ return '--'
+ }
+ return val
+}
+
+// 没有数据返回0
+const formatZero = (val) => {
+ if (val == '' || val == undefined || val == null) {
+ return 0
+ }
+ return val
+}
+
+const payDate = (val) => {
+ if (val == 7) {
+ return val + '天'
+ }
+ if (val > 7 && val < 40) {
+ return '月'
+ }
+ if (val > 40) {
+ return '年'
+ }
+ return val
+}
+
+const toFixed2 = (val) => {
+ let str = val.toFixed(2)
+ return str
+}
+
+const percent2 = (val) => {
+ if (val == '' || val == undefined || val == null) {
+ return '--'
+ }
+ let str = Math.round(val * 10000) / 100 + '%'
+
+ return str
+}
+
+// 日期格式化年月日
+const formatYYYYMMDD = (value) => {
+ if (!value) {
+ return '--'
+ } else {
+ let str = moment(value).format('YYYY-MM-DD')
+ return str
+ }
+}
+
+// 字符串转数组
+const strArr = (value) => {
+ if (!value) {
+ return '--'
+ } else {
+ let arr = JSON.parse(value)
+ let str = ''
+ arr.map((item, index) => {
+ str += item + '/'
+ })
+ str = str.substring(0, str.length - 1)
+ return str
+ }
+}
+
+const phoneFormat = (value) => {
+ if (!value) {
+ return '--'
+ } else {
+ let str = value
+ return str.substring(0, 3) + '****' + str.substring(7, str.length)
+ }
+}
+
+// 分转元 保留2位小数
+export const toDecimal2 = (num) => {
+ let x = +num / 100
+ var f = parseFloat(x + '')
+ if (isNaN(f)) {
+ return '0'
+ }
+ var f = Math.round(x * 100) / 100
+ var s = f.toString()
+ var rs = s.indexOf('.')
+ if (rs < 0) {
+ rs = s.length
+ s += '.'
+ }
+ while (s.length <= rs + 2) {
+ s += '0'
+ }
+ return s
+}
+
+export const priceUppercase = (money) => {
+ var cnNums = new Array('零', '壹', '贰', '叁', '肆', '伍', '陆', '柒', '捌', '玖') //汉字的数字
+ var cnIntRadice = new Array('', '拾', '佰', '仟') //基本单位
+ var cnIntUnits = new Array('', '万', '亿', '兆') //对应整数部分扩展单位
+ var cnDecUnits = new Array('角', '分', '毫', '厘') //对应小数部分单位
+ //var cnInteger = "整"; //整数金额时后面跟的字符
+ var cnIntLast = '元' //整型完以后的单位
+ var maxNum = 999999999999999.9999 //最大处理的数字
+
+ var IntegerNum //金额整数部分
+ var DecimalNum //金额小数部分
+ var ChineseStr = '' //输出的中文金额字符串
+ var parts //分离金额后用的数组,预定义
+ if (money == '') {
+ return ''
+ }
+ money = parseFloat(money)
+ if (money >= maxNum) {
+ // $.alert('超出最大处理数字');
+ return ''
+ }
+ if (money == 0) {
+ //ChineseStr = cnNums[0]+cnIntLast+cnInteger;
+ ChineseStr = cnNums[0] + cnIntLast
+ //document.getElementById("show").value=ChineseStr;
+ return ChineseStr
+ }
+ money = money.toString() //转换为字符串
+ if (money.indexOf('.') == -1) {
+ IntegerNum = money
+ DecimalNum = ''
+ cnIntLast = '元整'
+ } else {
+ parts = money.split('.')
+ IntegerNum = parts[0]
+ DecimalNum = parts[1].substr(0, 4)
+ }
+ let zeroCount = 0
+ let IntLen = 0
+ let n
+ let p
+ let m
+ let q
+ let decLen = 0
+ if (parseInt(IntegerNum, 10) > 0) {
+ //获取整型部分转换
+ zeroCount = 0
+ IntLen = IntegerNum.length
+ for (var i = 0; i < IntLen; i++) {
+ n = IntegerNum.substr(i, 1)
+ p = IntLen - i - 1
+ q = p / 4
+ m = p % 4
+ if (n == '0') {
+ zeroCount++
+ } else {
+ if (zeroCount > 0) {
+ ChineseStr += cnNums[0]
+ }
+ zeroCount = 0 //归零
+ ChineseStr += cnNums[parseInt(n)] + cnIntRadice[m]
+ }
+ if (m == 0 && zeroCount < 4) {
+ ChineseStr += cnIntUnits[q]
+ }
+ }
+ ChineseStr += cnIntLast
+ //整型部分处理完毕
+ }
+ if (DecimalNum != '') {
+ //小数部分
+ decLen = DecimalNum.length
+ for (i = 0; i < decLen; i++) {
+ n = DecimalNum.substr(i, 1)
+ if (n != '0') {
+ ChineseStr += cnNums[Number(n)] + cnDecUnits[i]
+ }
+ }
+ }
+ if (ChineseStr == '') {
+ //ChineseStr += cnNums[0]+cnIntLast+cnInteger;
+ ChineseStr += cnNums[0] + cnIntLast
+ } /* else if( DecimalNum == '' ){
+ ChineseStr += cnInteger;
+ ChineseStr += cnInteger;
+ } */
+ return ChineseStr
+}
+//删除版本的V字符
+export const deleteV = function(text) {
+ let str = text
+ ? text
+ .replace(' ', '')
+ .replace('V', '')
+ .replace('v', '')
+ : text
+ return text
+}
+
+// 手机号中间加****
+export const telChange = function(tel) {
+ tel = '' + tel
+ let newTel = tel.substr(0, 3) + '****' + tel.substr(7)
+ return newTel
+}
+
+//流程管理图片处理
+const processIcon = function(data, type) {
+ let int = parseInt(data)
+
+}
+
+export { formatText, toFixed2, percent2, formatYYYYMMDD, strArr, phoneFormat, payDate, processIcon, formatZero }
diff --git a/src/http/api.js b/src/http/api.js
new file mode 100644
index 0000000..84dec81
--- /dev/null
+++ b/src/http/api.js
@@ -0,0 +1,281 @@
+// import {Get, Post} from "./request";
+import request from "./axios";
+/** Get请求Url参数拼接 */
+function judgeParam(param) {
+ var str = "?";
+ for (var i in param) {
+ if (param[i] !== -1) {
+ str += i + "=" + param[i] + "&";
+ }
+ }
+ var str2 = str.substring(0, str.length - 1);
+ return str2;
+}
+//blob转化file
+function blobToFile(blob, num, filename) {
+ blob.lastModifiedDate = Date.now();
+ if (!filename) {//若无文件名则取当前时间戳
+ filename = Date.parse(new Date()) + '+' + num + '.jpg';
+ }
+ let file = new File([blob], filename, { type: "image/jpeg", lastModified: Date.now() });
+ // blob.name = fileName;
+ console.log(file)
+ return file;
+};
+const api = {
+ login(body) {
+ return request
+ .post('/api/v1/login', body)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ qiniuToken() {
+ return request
+ .get('/api/v1/token')
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ upImage64(body, num) {
+ let file = blobToFile(body, num)
+ let formData = new FormData();
+ formData.append('file', file);
+ return request
+ .post('/api/v1/image', formData)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ getTable(url, body) {
+ return request
+ .get(`/api/${url}` + judgeParam(body))
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ addData(url, body) {
+ return request
+ .post(`/api/v1/${url}`, body)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ dataInfo(url, body) {
+ return request
+ .get(`/api/v1/${url}/${body}`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ dataEdit(url, body) {
+ return request
+ .patch(`/api/v1/${url}/${body.id}`, body.data)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ dataDelete(url, body) {
+ return request
+ .delete(`/api/v1/${url}/${body}`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ deleteSelect(body) {
+ return request
+ .post(`/api/v1/delete`, body)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ postDate(body) {
+ return request
+ .post(`/api/consult/createConsult`, body)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ services() {
+ return request
+ .get(`/api/pubadvantage/getAdvantageList`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ servicesUp(body) {
+ return request
+ .patch(`/api/v1/services/${body.id}`, body.data)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ getHome() {
+ return request
+ .get(`/api/pubsettingDict/findSettingDcit?ID=1`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ homeUp(body) {
+ return request
+ .patch(`/api/v1/home/195454129470967808`, body)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ boss(body) {
+ return request
+ .patch(`/api/v1/home/195454129470967808`, body)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ // 文档下载
+ download(str, name) {
+ // let name = "123.jpg";
+ let url = str;
+ let suffix = url.substring(url.lastIndexOf("."), url.length);
+ let ajax = new XMLHttpRequest();
+ ajax.open("GET", url, true);
+ ajax.responseType = 'blob';
+ ajax.onload = function (e) {
+ let url = window.URL.createObjectURL(ajax.response);
+ let a = document.createElement('a');
+ a.href = url;
+ a.download = name;
+ a.click()
+ };
+ ajax.send();
+ },
+ // 文档预览
+ wordPreview(url) {
+ let suffix = url.substring(url.lastIndexOf("."), url.length);
+ console.log(suffix)
+ // return
+ if(suffix == '.docx' || suffix == '.ppt' || suffix == '.xls'|| suffix == 'xlsx' || suffix == '.doc' || suffix == '.txt'){
+ var xurl = "https://view.officeapps.live.com/op/view.aspx?src=";
+ xurl += encodeURIComponent(url);
+ var ops = {
+ "_pdf": true, //word/excel文档尝试以pdf方式显示,默认false
+ // "_watermark": "XDOC文档预览", //水印文本,显示水印
+ // "_saveable": false, //是否允许保存PDF,默认true
+ // "_printable": false, //是否允许打印PDF,默认true
+ // "_copyable": false, //是否允许选择复制内容,默认true
+ // "_toolbar": false, //是否显示底部工具条,默认true
+ // "_title": "文档预览", //自定义标题
+ // "_expire": 30, //预览链接有效期,单位分钟,默认永久有效
+ // "_limit": "1,3", //限制页数,如:“5”表示只显示前5页,“2,5”表示从第2页开始的5页,对pdf/doc/docx/ppt/pptx有效
+ };//传入预览参数
+ for (var a in ops) {
+ xurl += "&" + encodeURIComponent(a) + "=" + encodeURIComponent(ops[a]);
+ }
+ window.open(xurl);
+ }else{
+ window.open(url);
+ }
+
+ },
+ numbers(){
+ return request
+ .get(`/api/v1/numbers`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ getBtags(){
+ return request
+ .get(`/api/pubjoin/tag`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ //字符串转base64
+ encode(str) {
+ // 对字符串进行编码
+ var encode = encodeURI(str);
+ // 对编码的字符串转化base64
+ var base64 = btoa(encode);
+ return base64;
+ },
+ // base64转字符串
+ decode(base64) {
+ // 对base64转编码
+ var decode = atob(base64);
+ // 编码转字符串
+ var str = decodeURI(decode);
+ return str;
+ },
+ news(body){
+ return request
+ .get(`/api/pubinfo/findInfo?ID=${body}`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ },
+ seo(){
+ return request
+ .get(`/api/seoHome/findSeoHome?ID=1`)
+ .then((res) => {
+ return res
+ })
+ .catch(function (error) {
+ throw error
+ })
+ }
+}
+export default api
\ No newline at end of file
diff --git a/src/http/axios.js b/src/http/axios.js
new file mode 100644
index 0000000..fd2d2ba
--- /dev/null
+++ b/src/http/axios.js
@@ -0,0 +1,63 @@
+import axios from 'axios';
+import { Message } from 'element-ui';
+// import QS from 'qs'; // 引入qs模块,用来序列化post类型的数据
+const path = process.env.NODE_ENV === 'development' ? '/api' : process.env.VUE_APP_BASEURL;
+// const path =
+const service = axios.create({
+ baseURL: path,
+ timeout: 30000 // 请求超时时间
+});
+
+// service.defaults.headers.common['Authorization'] = 'Bearer ' + window.localStorage.token || ''
+
+service.interceptors.request.use(
+ (config) => {
+
+ config.headers.Authorization = 'Bearer ' + window.localStorage.token || ''
+ // let url = config.url.replace(config.baseURL, '');
+
+ // config.headers = getHeader(url, code)
+ return config
+ },
+ error => {
+ console.log(error)
+ Promise.reject(console.error);
+ }
+)
+service.interceptors.response.use(
+ response => {
+ const res = response.data
+ // console.log(response.data)
+ if(res.code == 1015){
+ // route.push('/login')
+ console.log(window.location.origin)
+ window.location.href = window.location.origin + '/login'
+ // return
+ }
+ if(res.code == 0){
+ return res
+ } else {
+ Message.error(res.msg);
+ return Promise.reject('error')
+ }
+
+
+ // if (res.code === 200) {
+ // return response.data
+ // } else {
+ // if(res.code === 401){
+ // window.localStorage.removeItem('token')
+ // window.localStorage.removeItem('userInfo')
+ // window.location.href = window.location.origin + '/login'
+ // return
+ // }
+ // return Promise.reject('error')
+ // }
+ },
+ error => {
+ return Promise.reject(error)
+ }
+
+)
+
+export default service
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..ee2f583
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,97 @@
+import Vue from 'vue'
+import App from './App.vue'
+import router from './router'
+import 'babel-polyfill';
+import 'classlist-polyfill';
+import ElementUI from 'element-ui';
+import 'element-ui/lib/theme-chalk/index.css'; // 默认主题
+// import "animate.css";
+
+import './assets/css/iconfont.css'
+import './assets/css/index.css'
+import './assets/js/fitter.js'
+import api from './http/api'
+import * as Filters from './filters/Filters'
+Vue.use(ElementUI);
+//图片懒加载插件
+import vueLazy from 'vue-lazyload'
+Vue.use(vueLazy)
+
+// import AmapVue from '@amap/amap-vue'
+// AmapVue.config.key = 'dda7ab288f7fafb799771df908aa1550'
+// AmapVue.config.plugins = [
+// 'AMap.ToolBar',
+// 'AMap.MoveAnimation',
+// // 在此配置你需要预加载的插件,如果不配置,在使用到的时候会自动异步加载
+// ];
+// Vue.use(AmapVue)
+
+import VueAMap from 'vue-amap';
+// import { lazyAMapApiLoaderInstance } from 'vue-amap';
+Vue.use(VueAMap);
+VueAMap.initAMapApiLoader({
+ key: 'dda7ab288f7fafb799771df908aa1550',
+ plugin: ['AMap.Autocomplete', 'AMap.PlaceSearch', 'AMap.Scale', 'AMap.OverView', 'AMap.ToolBar', 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor'],
+ // 默认高德 sdk 版本为 1.4.4
+ v: '1.4.4'
+ });
+// lazyAMapApiLoaderInstance.load().then(() => {
+// // your code ...
+// this.map = new AMap.Map('amapContainer', {
+// center: new AMap.LngLat(121.59996, 31.197646)
+// });
+// });
+
+import MetaInfo from 'vue-meta-info';
+Vue.use(MetaInfo);
+
+Vue.config.productionTip = false;
+
+router.beforeEach((to, from, next) => {
+ // console.log(to)
+ // next();
+ const homeData = window.localStorage.homeData
+
+ if(!homeData){
+ api.getHome().then((res) => {
+ window.localStorage.homeData = JSON.stringify(res.data.resettingDict.settings);
+ next();
+ });
+ } else {
+ // const token = window.localStorage.token
+ // console.log('token', token)
+ // if (!token && to.path != '/login' && to.meta.power) {
+ // next('/login');
+ // } else {
+ // next();
+ // }
+
+ next();
+ }
+
+})
+router.afterEach((to) => {
+ // console.log(to)
+
+ if(to.meta.power){
+ document.title = to.meta.title;
+ }else{
+ document.title = '护航科技'
+
+ }
+ let element = document.getElementById('main-box');
+ if (element) element.scrollIntoView()
+ // console.log(element)
+ // element.scrollIntoView()
+
+})
+
+Object.keys(Filters).forEach((key) => {
+ Vue.filter(key, Filters[key])
+ })
+
+new Vue({
+ router,
+ render: h => h(App)
+}).$mount('#app');
+
diff --git a/src/router/index.js b/src/router/index.js
new file mode 100644
index 0000000..e93f842
--- /dev/null
+++ b/src/router/index.js
@@ -0,0 +1,268 @@
+import Vue from 'vue';
+import Router from 'vue-router';
+
+Vue.use(Router);
+
+export default new Router({
+ mode: 'hash',
+ routes: [
+ {
+ path: '/',
+ redirect: '/index',
+ component: () => import('../components/MainFrom.vue'),
+ meta: { title: '护航科技', proPath: '/index', power: false },
+ children: [
+ {
+ path: '/index',
+ component: () => import('../views/index/index.vue'),
+ meta: { title: '护航科技', proPath: '/index', power: false },
+ },
+ {
+ path: '/index_1',
+ component: () => import('../views/index/childs/index_1/index.vue'),
+ meta: { title: '文档中心', proPath: '/index' },
+ },
+ {
+ path: '/index_2',
+ component: () => import('../views/index/childs/index_2/index.vue'),
+ meta: { title: '企业资质', proPath: '/index' },
+ },
+ {
+ path: '/itService',
+ component: () => import('../views/itService/itService.vue'),
+ meta: { title: '护航-IT服务', proPath: '/itService', power: false },
+ },
+ {
+ path: '/it1',
+ component: () => import('../views/itService/childs/index_1/index.vue'),
+ meta: { title: '护航-IT技术架构服务方案', proPath: '/itService', power: false },
+ },
+ {
+ path: '/it2',
+ component: () => import('../views/itService/childs/index_2/index.vue'),
+ meta: { title: '云服务', proPath: '/itService', power: false },
+ },
+ {
+ path: '/it3',
+ component: () => import('../views/itService/childs/index_3/index.vue'),
+ meta: { title: '护航-ITSS 培训服务', proPath: '/itService', power: false },
+ },
+ {
+ path: '/it4',
+ component: () => import('../views/itService/childs/index_4/index.vue'),
+ meta: { title: '护航-IT 系统集成与实施服务', proPath: '/itService', power: false },
+ },
+ {
+ path: '/it5',
+ component: () => import('../views/itService/childs/index_5/index.vue'),
+ meta: { title: '护航-信息安全体系建设', proPath: '/itService', power: false },
+ },
+ {
+ path: '/it6',
+ component: () => import('../views/itService/childs/index_6/index.vue'),
+ meta: { title: '护航-IT服务', proPath: '/itService', power: false },
+ },
+ {
+ path: '/product',
+ component: () => import('../views/product/product.vue'),
+ meta: { title: '护航-IT 服务管理体系建设', proPath: '/product', power: false },
+ },
+ {
+ path: '/pro1',
+ component: () => import('../views/product/childs/index_1/index.vue'),
+ meta: { title: 'ITSM 管理工具', proPath: '/product', power: false },
+ },
+ {
+ path: '/pro2',
+ component: () => import('../views/product/childs/index_2/index.vue'),
+ meta: { title: 'OA 协同办公工具', proPath: '/product', power: false },
+ },
+ {
+ path: '/pro3',
+ component: () => import('../views/product/childs/index_3/index.vue'),
+ meta: { title: '数字化应用底座', proPath: '/product', power: false },
+ },
+ {
+ path: '/pro4',
+ component: () => import('../views/product/childs/index_4/index.vue'),
+ meta: { title: '配置自动化核查', proPath: '/product', power: false },
+ },
+ {
+ path: '/pro5',
+ component: () => import('../views/product/childs/index_5/index.vue'),
+ meta: { title: '软件成分分析及同源漏洞检测工具', proPath: '/product', power: false },
+ },
+ {
+ path: '/pro6',
+ component: () => import('../views/product/childs/index_6/index.vue'),
+ meta: { title: '软件源代码缺陷检测工具', proPath: '/product', power: false },
+ },
+ {
+ path: '/anonymousLetter',
+ component: () => import('../views/product/childs/anonymousLetter/index.vue'),
+ meta: { title: '飞书平台定制化开发', proPath: '/product', power: false },
+ },
+ {
+ path: '/solution',
+ component: () => import('../views/solution/solution.vue'),
+ meta: { title: '护航-解决方案', proPath: '/solution', power: false },
+ },
+ {
+ path: '/solu1',
+ component: () => import('../views/solution/childs/index_1/index.vue'),
+ meta: { title: '护航-终端运维管理解决方案', proPath: '/solution', power: false },
+ },
+ {
+ path: '/solu2',
+ component: () => import('../views/solution/childs/index_2/index.vue'),
+ meta: { title: '护航-IT 服务管理解决方案', proPath: '/solution', power: false },
+ },
+ {
+ path: '/solu3',
+ component: () => import('../views/solution/childs/index_3/index.vue'),
+ meta: { title: '护航呼叫中心解决方案', proPath: '/solution', power: false },
+ },
+ {
+ path: '/solu4',
+ component: () => import('../views/solution/childs/index_4/index.vue'),
+ meta: { title: '数据中心运维咨询及服务解决方案', proPath: '/solution', power: false },
+ },
+ {
+ path: '/apply',
+ component: () => import('../views/apply/apply.vue'),
+ meta: { title: '护航-应用案例', proPath: '/apply', power: false },
+ },
+ {
+ path: '/app1',
+ component: () => import('../views/apply/childs/index_1/index.vue'),
+ meta: { title: '护航-应用案例', proPath: '/apply', power: false },
+ },
+ {
+ path: '/app2',
+ component: () => import('../views/apply/childs/index_2/index.vue'),
+ meta: { title: '护航-应用案例', proPath: '/apply', power: false },
+ },
+ {
+ path: '/app3',
+ component: () => import('../views/apply/childs/index_3/index.vue'),
+ meta: { title: '护航-应用案例', proPath: '/apply', power: false },
+ },
+ {
+ path: '/app4',
+ component: () => import('../views/apply/childs/index_4/index.vue'),
+ meta: { title: '护航-应用案例', proPath: '/apply', power: false },
+ },
+
+ {
+ path: '/about',
+ component: () => import('../views/about/about.vue'),
+ meta: { title: '关于护航', proPath: '/about', power: false },
+ },
+ {
+ path: '/about_3',
+ component: () => import('../views/about/childs/index_3/index.vue'),
+ meta: { title: '加入我们', proPath: '/about', power: false },
+ },
+ {
+ path: '/about_2',
+ component: () => import('../views/about/childs/index_2/index.vue'),
+ meta: { title: '企业动态', proPath: '/about', power: false },
+ },
+ {
+ path: '/info_detial',
+ component: () => import('../views/about/childs/index_2/childs/index.vue'),
+ meta: { title: '企业动态', proPath: '/about', power: false },
+ },
+ {
+ path: '/about_4',
+ component: () => import('../views/about/childs/index_4/index.vue'),
+ meta: { title: '联系我们', proPath: '/about', power: false },
+ },
+ {
+ path: '/join_info',
+ component: () => import('../views/about/childs/index_3/childs/join_info.vue'),
+ meta: { title: '职位详情', proPath: '/about', power: false },
+ },
+ {
+ path: '/guard',
+ component: () => import('../views/guard/index.vue'),
+ meta: { title: '护航科技代码安全卫士', proPath: '/guard', power: false },
+ },
+ ]
+ },
+ // {
+ // path: '/login',
+ // component: () => import('../views/login/login.vue'),
+ // meta: { title: '登录', power: false },
+ // },
+ // {
+ // path: '/admin',
+ // redirect: '/setIndex',
+ // component: () => import('../admin/components/Main.vue'),
+ // meta: { title: '首页配置', power: true },
+ // children: [{
+ // path: '/cases',
+ // component: () => import('../admin/page/cases/index.vue'),
+ // meta: { title: '优质客户', power: true },
+ // },
+ // {
+ // path: '/offices',
+ // component: () => import('../admin/page/offices/index.vue'),
+ // meta: { title: '文档中心', power: true },
+ // },
+ // {
+ // path: '/companies',
+ // component: () => import('../admin/page/companies/index.vue'),
+ // meta: { title: '企业资质', power: true },
+ // },
+ // {
+ // path: '/infos',
+ // component: () => import('../admin/page/infos/index.vue'),
+ // meta: { title: '公司动态', power: true },
+ // },
+ // {
+ // path: '/partner',
+ // component: () => import('../admin/page/partner/index.vue'),
+ // meta: { title: '合作伙伴', power: true },
+ // },
+ // {
+ // path: '/productes',
+ // component: () => import('../admin/page/productes/index.vue'),
+ // meta: { title: '自有产品', power: true },
+ // },
+ // {
+ // path: '/links',
+ // component: () => import('../admin/page/links/index.vue'),
+ // meta: { title: '友情链接', power: true },
+ // },
+ // {
+ // path: '/solutions',
+ // component: () => import('../admin/page/solutions/index.vue'),
+ // meta: { title: '解决方案', power: true },
+ // },
+ // {
+ // path: '/example',
+ // component: () => import('../admin/page/example/index.vue'),
+ // meta: { title: '例子管理', power: true },
+ // },
+
+ // {
+ // path: '/advantage',
+ // component: () => import('../admin/page/advantage/index.vue'),
+ // meta: { title: '护航科技服务优势', power: true },
+ // },
+ // {
+ // path: '/setIndex',
+ // component: () => import('../admin/page/setIndex/index.vue'),
+ // meta: { title: '首页配置', power: true },
+ // },
+ // {
+ // path: '/joinUs',
+ // component: () => import('../admin/page/Join/index.vue'),
+ // meta: { title: '加入我们', power: true },
+ // },
+
+ // ]
+ // }
+]
+})
\ No newline at end of file
diff --git a/src/views/about/about.scss b/src/views/about/about.scss
new file mode 100644
index 0000000..3fbe8a0
--- /dev/null
+++ b/src/views/about/about.scss
@@ -0,0 +1,514 @@
+.about-container {
+ overflow-x: hidden;
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ }
+ .it-temp1 {
+ // height: 6.48rem;
+ // padding-left: 1.2rem;
+ // display: flex;
+ // align-items: center;
+ position: relative;
+
+ img {
+ // position: absolute;
+ width: 100%;
+ display: block;
+ // height: 100%;
+ // top:0;
+ // left: 0;
+ // z-index: 0;
+ }
+ .title {
+ font-size: 0.6rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.89rem;
+ }
+ .sub-title {
+ font-size: 0.24rem;
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.36rem;
+ }
+ }
+ .index-temp2 {
+ padding: 1rem 1.2rem 0.65rem 1.2rem;
+ // background-color: #f2f2f2;
+ position: relative;
+ img {
+ position: absolute;
+ width: 7.62rem;
+ right: 0;
+ top: 0;
+ z-index: 1;
+ }
+ .content {
+ .title {
+ font-size: 0.24rem;
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.36rem;
+ margin-bottom: 0.2rem;
+ }
+ .text {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #8490aa;
+ line-height: 0.36rem;
+ width: 7.49rem;
+ }
+ }
+ }
+ .index-temp3 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ background-color: #fff;
+ z-index: 0;
+ .bg-img {
+ width: 100%;
+ }
+ }
+ .index-temp4 {
+ padding: 0.8rem 1.2rem 0.65rem 1.2rem;
+ position: relative;
+ .bg-img {
+ position: absolute;
+ z-index: 0;
+ width: 6.51rem;
+ top: 0.6rem;
+ right: 0;
+ }
+ // z-index: 0;
+ .item {
+ background-color: #fff;
+ border-radius: 40px;
+ padding: 0.5rem 0.32rem;
+ box-sizing: border-box;
+ position: relative;
+ z-index: 1;
+ .icon {
+ position: relative;
+ img {
+ width: 0.72rem;
+ position: relative;
+ z-index: 0;
+ }
+ span {
+ display: block;
+ position: absolute;
+ width: 0.72rem;
+ height: 0.72rem;
+ background-color: #78bd3a;
+ border-radius: 0.72rem;
+ top: 0;
+ left: 0.36rem;
+ opacity: 0.09;
+ z-index: 0;
+ }
+ }
+ .title {
+ font-size: 0.28rem;
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.4rem;
+ padding-top: 0.26rem;
+ margin-bottom: 0.48rem;
+ }
+ .text {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.32rem;
+ height: 1.2rem;
+ position: relative;
+ img {
+ position: absolute;
+ width: 0.72rem;
+ bottom: 0;
+ left: 0rem;
+ }
+ }
+ }
+ // .imgList {
+
+ // }
+ }
+
+ .index-temp5 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ // background-color: #fff;
+ .title-sub {
+ margin-bottom: 0rem;
+ }
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ }
+ .block {
+ margin-top: 0.4rem;
+ .small {
+ text-align: center;
+ }
+ .swiper-one {
+ display: flex;
+ position: relative;
+ top: 50%;
+ transform: translateY(-50%);
+ margin: 0 0.6rem;
+ .swiper-item {
+ position: relative;
+ cursor: pointer;
+ flex: 1;
+ div {
+ margin: 0 auto;
+ width: 2.25rem;
+ text-align: center;
+ font-size: 0.18rem;
+ color: #4c4948;
+ line-height: 0.24rem;
+ img {
+ // width: 2.25rem;
+ height: 1.8rem;
+ margin-bottom: 10px;
+ }
+ }
+ }
+ }
+ .swiper-one3 {
+ .swiper-item {
+ cursor: pointer;
+ div {
+ img {
+ width: auto;
+ height: 2.14rem;
+ }
+ }
+ }
+ }
+ .swiper-one4 {
+ .swiper-item {
+ cursor: pointer;
+ div {
+ img {
+ width: auto;
+ height: 2.14rem;
+ }
+ }
+ }
+ }
+ .swiper-one5 {
+ .swiper-item {
+ cursor: pointer;
+ div {
+ img {
+ width: auto;
+ height: 2.14rem;
+ }
+ }
+ }
+ }
+ }
+ }
+ .index-temp6 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ .content {
+ position: relative;
+ // width: 100%;
+ // overflow: auto;
+ // padding-right: 1.2rem;
+ // overflow: hidden;
+ .flex-content {
+ // display: flex;
+ padding-right: 1.2rem;
+ position: relative;
+ // left: 50px;
+ }
+ .scrollbar-demo-item {
+ flex-shrink: 0;
+ width: 4.2rem;
+ height: 3.6rem;
+ padding-right: 0.8rem;
+ padding-left: 0.02rem;
+ }
+ .step {
+ height: 20px;
+ background: #000000;
+ position: absolute;
+ left: 0;
+ width: 100%;
+ top: 1.1rem;
+ }
+ .date-num {
+ position: relative;
+ font-size: 0.48rem;
+ color: #001d2d;
+ line-height: 0.4rem;
+ letter-spacing: 0.01rem;
+ span {
+ // position: absolute;
+ // top: -.4rem;
+ // left: 0;
+ position: relative;
+ left: 2px;
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ background-color: #6eb92c;
+ margin-bottom: 0.2rem;
+ }
+ }
+ .ul-li {
+ padding-right: 50px!important;
+ margin-top: 0.8rem;
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.3rem;
+ text-align: justify;
+ }
+ // ul {
+ // padding-left: 16px;
+ // margin-top: 0.8rem;
+ // li {
+ // list-style: disc;
+ // font-size: 0.18rem;
+ // font-weight: 400;
+ // color: #737373;
+ // line-height: 0.3rem;
+ // }
+ // }
+ }
+ }
+ .index-temp7 {
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ }
+ .content {
+ padding-top: 0.8rem;
+ overflow: hidden;
+ }
+ div {
+ font-size: 0.36rem;
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.44rem;
+ letter-spacing: 0.01rem;
+ margin-bottom: 0.12rem;
+ }
+ img {
+ width: 0.72rem;
+ margin-bottom: 0.12rem;
+ }
+ li {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.3rem;
+ margin-bottom: 0.3rem;
+ }
+ }
+ .index-temp8 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ .block {
+ border-radius: 0.4rem;
+ overflow: hidden;
+ cursor: pointer;
+ padding-bottom: 0.2rem;
+ &:hover {
+ box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
+ }
+ }
+
+ img {
+ width: 100%;
+ margin-bottom: 0.2rem;
+ }
+ .title {
+ font-size: 0.28rem;
+ font-weight: 400;
+ color: #001d2d;
+ padding-left: 0.2rem;
+ margin-bottom: 0.14rem;
+ }
+ .text {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ padding-left: 0.2rem;
+ }
+ .content {
+ margin-top: 0.6rem;
+ position: relative;
+ // width: 100%;
+ // overflow: auto;
+ // padding-right: 1.2rem;
+ .flex-content {
+ display: flex;
+ // padding-right: 1.2rem;
+ }
+ .scrollbar-demo-item {
+ flex-shrink: 0;
+ width: 100%;
+ // height: 3.6rem;
+ // padding-right: .8rem;
+ // padding-left: .02rem;
+ padding-bottom: 0.2rem;
+ }
+
+ .date-num {
+ position: relative;
+ font-size: 0.18rem;
+ color: #001d2d;
+ // line-height: .40rem;
+ letter-spacing: 0.01rem;
+ text-align: center;
+ cursor: pointer;
+ img {
+ width: 100%;
+ // height: 2.84rem;
+ height: 300px;
+ object-fit: contain;
+ margin-bottom: 0.2rem;
+ }
+ span{
+ padding-left: .16rem;
+ padding-right: .1rem;
+ }
+ .title{
+ display: block;
+ text-align: left;
+ font-size: .28rem;
+ height: 1.2rem;
+ font-weight: 500;
+ font-weight: 400;
+ }
+ .text{
+ font-size: .18rem;
+ color: #737373;
+ font-weight: 400;
+ margin-top: .1rem;
+ text-overflow: -o-ellipsis-lastline;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ line-clamp: 2;
+ -webkit-box-orient: vertical;
+ }
+ }
+ }
+ }
+ .index-temp9 {
+ padding: 1rem 1.2rem;
+ padding-bottom: 1.4rem;
+ .block {
+ position: relative;
+ }
+ .num-img {
+ width: 100%;
+ height: auto;
+ position: relative;
+ z-index: 1;
+ margin-bottom: 0.2rem;
+ cursor: pointer;
+ }
+ .title {
+ position: absolute;
+ bottom: 0.8rem;
+ left: 0.3rem;
+ font-size: 0.28rem;
+ font-weight: 500;
+ color: #fff;
+ z-index: 1;
+ }
+
+ .step {
+ width: 0.74rem;
+ }
+ .el-row {
+ margin-bottom: 0.42rem;
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+ }
+}
+::v-deep .el-scrollbar__bar.is-horizontal{
+ height: 30px;
+}
+::v-deep .el-scrollbar__bar{
+ border-radius: 8px;
+ opacity: 1;
+}
+// ::v-deep .is-horizontal .el-scrollbar__thumb{
+// // width: 15%!important;
+// &::after{
+// position: absolute;
+// content: '';
+// // background: url(./images/left.png) no-repeat;
+// left: 15%;
+// width: 30px;
+// height: 30px;
+// top: 0;
+// background-size: 30px 30px;
+// // margin: 14px 0 0 15px;
+// }
+// &::before{
+// position: absolute;
+// content: '';
+// // background: url(./images/right.png) no-repeat;
+// right: 15%;
+// width: 30px;
+// height: 30px;
+// top: 0;
+// background-size: 30px 30px;
+// // margin: 14px 0 0 15px;
+// }
+// }
\ No newline at end of file
diff --git a/src/views/about/about.vue b/src/views/about/about.vue
new file mode 100644
index 0000000..03d133a
--- /dev/null
+++ b/src/views/about/about.vue
@@ -0,0 +1,595 @@
+
+
+
+
+
+
+
+
+
助力企业创新并深化数字转型
+
+ 护航科技股份有限公司(简称:护航科技),成立于 2005 年 7
+ 月,是一家专注于 IT 服务的高科技企业。公司拥有丰富的全国 IT
+ 资源,与多家国内 IT
+ 厂商建立合作伙伴关系,设立了以北京、上海、武汉、广深、厦门 ,
+ 成都为中心,覆盖全国 700 余个主要城市的业务网络。
+ 公司通过 ISO9001、ISO27001、ISO20000、ISO14001、ISO45001 以及 ITSS
+ 成熟度一级等资质认证,致力于为生物医药、金融电信、生产制造、电广传媒、交通能源、互联网、教育、政府
+ / 军队等领域提供专业的 IT 服务。以“专业的 IT
+ 服务管理体系”为核心,并利用高效的人工智能技术和自动化运维工具不断的追求
+ IT
+ 场景的稳定性、安全性、可靠性。帮助行业及企业用户把信息技术应用转化为业务的驱动力,充分挖掘信息技术的能量,获得竞争的优势。
+ 2016
+ 年,护航科技在新三板上市并进入了创新层,由此,护航科技也进入了一个迅猛发展的时期。
+
+
+
+
+
+
+
+
+
+
+
+
+ 护航科技企业文化
+
+
+
+
+
+
+
+
+
+
+
愿景
+
+ 成为客户最信赖、
+ 最具实力的 IT 运营伙伴
+
+
+
+
+
+
+
+
+
+
+
使命
+
+ 为客户提供全方位、高品质的系统运营服务,
+ 帮助客户提高 IT 服务水平和运营效率
+
+
+
+
+
+
+
+
+
+
+
服务宗旨
+
+ 专注、安全、可信赖
+
+
+
+
+
+
+
+
+
+
+ 企业资质
+
+
+
+
+
+
+
+
+
+
{{ list.title }}
+
+
+
+
+
+
+
+
+
+
+ 护航科技发展历程
+
+
+
+
+
+
+
+
+
+
+ {{ item.time }}
+
+
+ {{ item.content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 护航科技服务网络
+
+
+
+
+
+ {{item.ctiy}}
+
+
+
+ 地址:{{item.text}}
+
+ 电话:{{item.phone}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
企业荣誉
+
+
+
+
+
+
+
+
社会招聘
+
+
+
+
+
+
+
+
校园招聘
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/about/childs/index_2/childs/index.scss b/src/views/about/childs/index_2/childs/index.scss
new file mode 100644
index 0000000..743008e
--- /dev/null
+++ b/src/views/about/childs/index_2/childs/index.scss
@@ -0,0 +1,67 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: .8rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content{
+ min-height: 6rem;
+ width: 1000px;
+ margin: auto;
+ margin-top: .6rem;
+ p{
+
+ }
+ }
+ .time{
+ text-align: center;
+ font-size: 18px;
+ color: #737373;
+ }
+ }
+
+}
\ No newline at end of file
diff --git a/src/views/about/childs/index_2/childs/index.vue b/src/views/about/childs/index_2/childs/index.vue
new file mode 100644
index 0000000..b2dc0e3
--- /dev/null
+++ b/src/views/about/childs/index_2/childs/index.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+ 关于护航
+ 企业动态
+ {{ infos.title || "动态详情" }}
+
+
+
+
+
+
+ {{ infos.title || "动态详情" }}
+
+
+
{{infos.CreatedAt | formatYYYYMMDD}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/about/childs/index_2/index.scss b/src/views/about/childs/index_2/index.scss
new file mode 100644
index 0000000..b535d1c
--- /dev/null
+++ b/src/views/about/childs/index_2/index.scss
@@ -0,0 +1,120 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .item{
+ display: flex;
+ padding: .3rem 0;
+ position: relative;
+ border-bottom: 1px solid #DFDFDF;
+ // margin-bottom: .3rem;
+ cursor: pointer;
+ .img{
+ flex: none;
+ width: 2.4rem;
+ height: 1.6rem;
+ img{
+ width: 100%;
+ height: 100%;
+ object-fit:cover
+ }
+ }
+ .decs{
+ flex: auto;
+ padding-left: .2rem;
+ padding-right: 2.4rem;
+ .title{
+ font-size: .28rem;
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .4rem;
+ padding: .06rem .36rem;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ margin-top: .2rem;
+ margin-bottom: .16rem;
+ }
+ .text{
+ font-size: .18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding: 0 .36rem;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ display:-webkit-box;
+ -webkit-box-orient:vertical;
+ -webkit-line-clamp:2; // 2行
+ }
+ }
+ .time{
+ position: absolute;
+ right: 0;
+ bottom: .3rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ // padding-bottom: .2rem;
+ // margin-bottom: .42rem;
+ // &:hover{
+ // box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
+ // }
+
+
+ }
+ .page{
+ text-align: center;
+ padding: .48rem 0;
+ padding-bottom: .8rem;
+ }
+ }
+
+}
\ No newline at end of file
diff --git a/src/views/about/childs/index_2/index.vue b/src/views/about/childs/index_2/index.vue
new file mode 100644
index 0000000..71ba559
--- /dev/null
+++ b/src/views/about/childs/index_2/index.vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+ 关于护航
+ 企业动态
+
+
+
+
+
+
+ 企业动态
+
+
+
+
+
+
+
+
+
+
+
{{item.title}}
+
{{item.subtitle}}
+
+ {{item.CreatedAt}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/about/childs/index_3/childs/join_info.vue b/src/views/about/childs/index_3/childs/join_info.vue
new file mode 100644
index 0000000..ec749fe
--- /dev/null
+++ b/src/views/about/childs/index_3/childs/join_info.vue
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+ 关于护航
+ 加入我们
+ 职位详情
+
+
+
+
+
+
{{info.postionTitle}}
+
工作点:{{info.address}}
+
+
+
投递简历
+
+ {{homeData.describe}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/about/childs/index_3/index.scss b/src/views/about/childs/index_3/index.scss
new file mode 100644
index 0000000..c6f83f4
--- /dev/null
+++ b/src/views/about/childs/index_3/index.scss
@@ -0,0 +1,120 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .2rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: .3rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .content{
+ // padding: 0 3.8rem;
+ .title{
+ display: inline-block;
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .32rem;
+ letter-spacing: .01rem;
+ text-align: center;
+ cursor: pointer;
+ img{
+ width: .68rem;
+ }
+ }
+
+ }
+ .from{
+ margin-top: .4rem;
+ margin-bottom: .4rem;
+ display: flex;
+ .input{
+ flex: auto;
+ padding-right: .16rem;
+ }
+ .button{
+ flex: none;
+ width: 1.98rem;
+ height: 40px;
+ background: #001D2D;
+ border-radius: 4px;
+ text-align: center;
+ line-height: 40px;
+ font-size: 14px;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ cursor: pointer;
+ }
+ }
+ .select{
+ margin-bottom: .6rem;
+
+ }
+ .table-container {
+ padding-bottom: .8rem;
+ .operation {
+ .edit {
+ color: #409eff;
+ }
+ .delete {
+ color: #f56c6c;
+ }
+ }
+ .pagination {
+ margin-top: .4rem;
+ text-align: center;
+ .size-box {
+ // float: right;
+ }
+ .span {
+ font-size: .13rem;
+ color: #606266;
+ line-height: .32rem;
+ }
+ }
+ }
+ .content-join{
+ min-height: 6rem;
+ // width: 1000px;
+ // margin: auto;
+ .title{
+ font-size: .24rem;
+ font-weight: bold;
+ line-height: .6rem;
+ }
+ .base{
+ font-size: .18rem;
+ margin-bottom: .4rem;
+ }
+ }
+ }
+
+}
+
+// .amap-marker-content img{
+// width: 25px;
+// height: 34px;
+// }
+.ready{
+ cursor: pointer;
+ color: #409EFF;
+}
\ No newline at end of file
diff --git a/src/views/about/childs/index_3/index.vue b/src/views/about/childs/index_3/index.vue
new file mode 100644
index 0000000..ca1d64d
--- /dev/null
+++ b/src/views/about/childs/index_3/index.vue
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+
+ 关于护航
+ 加入我们
+
+
+
+
+
+
+
+
+ 社会招聘
+
+
+
+
+
+ 校园招聘
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/about/childs/index_4/index.scss b/src/views/about/childs/index_4/index.scss
new file mode 100644
index 0000000..0925eef
--- /dev/null
+++ b/src/views/about/childs/index_4/index.scss
@@ -0,0 +1,75 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .2rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: .3rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .content{
+ padding: 0 1.8rem;
+ text-align: center;
+ .title{
+ display: inline-block;
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ height: .32rem;
+ line-height: .32rem;
+ letter-spacing: .01rem;
+ text-align: center;
+ cursor: pointer;
+ margin: 0 .3rem;
+ margin-bottom: .4rem;
+ position: relative;
+ img{
+ position: absolute;
+ bottom: -.2rem;
+ width: .68rem;
+ left: 50%;
+ margin-left: -.34rem;
+ }
+ }
+
+ }
+ .contact-us{
+ margin-top: .3rem;
+ .title{
+ font-size: .30rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .52rem;
+
+ }
+ .map{
+ padding: .3rem 0 1rem 0;
+ }
+ }
+ }
+
+}
+
+// .amap-marker-content img{
+// width: 25px;
+// height: 34px;
+// }
diff --git a/src/views/about/childs/index_4/index.vue b/src/views/about/childs/index_4/index.vue
new file mode 100644
index 0000000..0f422ad
--- /dev/null
+++ b/src/views/about/childs/index_4/index.vue
@@ -0,0 +1,234 @@
+
+
+
+
+
+
+
+ 关于护航
+ 联系我们
+
+
+
+
+
+
+
+ {{ item.ctiy }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/about/images/bg.png b/src/views/about/images/bg.png
new file mode 100644
index 0000000..e7015ac
Binary files /dev/null and b/src/views/about/images/bg.png differ
diff --git a/src/views/about/images/icon1.png b/src/views/about/images/icon1.png
new file mode 100644
index 0000000..b84068e
Binary files /dev/null and b/src/views/about/images/icon1.png differ
diff --git a/src/views/about/images/icon2.png b/src/views/about/images/icon2.png
new file mode 100644
index 0000000..bb0321a
Binary files /dev/null and b/src/views/about/images/icon2.png differ
diff --git a/src/views/about/images/icon3.png b/src/views/about/images/icon3.png
new file mode 100644
index 0000000..8505e00
Binary files /dev/null and b/src/views/about/images/icon3.png differ
diff --git a/src/views/about/images/img1.png b/src/views/about/images/img1.png
new file mode 100644
index 0000000..ed033a3
Binary files /dev/null and b/src/views/about/images/img1.png differ
diff --git a/src/views/about/images/img11.png b/src/views/about/images/img11.png
new file mode 100644
index 0000000..d553444
Binary files /dev/null and b/src/views/about/images/img11.png differ
diff --git a/src/views/about/images/img2.png b/src/views/about/images/img2.png
new file mode 100644
index 0000000..e220ac8
Binary files /dev/null and b/src/views/about/images/img2.png differ
diff --git a/src/views/about/images/img3.png b/src/views/about/images/img3.png
new file mode 100644
index 0000000..68ec194
Binary files /dev/null and b/src/views/about/images/img3.png differ
diff --git a/src/views/about/images/img4.png b/src/views/about/images/img4.png
new file mode 100644
index 0000000..e808ed1
Binary files /dev/null and b/src/views/about/images/img4.png differ
diff --git a/src/views/about/images/img5.png b/src/views/about/images/img5.png
new file mode 100644
index 0000000..1c4d0d8
Binary files /dev/null and b/src/views/about/images/img5.png differ
diff --git a/src/views/about/images/img6.png b/src/views/about/images/img6.png
new file mode 100644
index 0000000..61b7a53
Binary files /dev/null and b/src/views/about/images/img6.png differ
diff --git a/src/views/apply/apply.scss b/src/views/apply/apply.scss
new file mode 100644
index 0000000..12616f5
--- /dev/null
+++ b/src/views/apply/apply.scss
@@ -0,0 +1,250 @@
+.it-container{
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .68rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .it-temp1{
+ // height: 7.88rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ // text-align: center;
+ position: relative;
+ // z-index: 1;
+ img{
+ // position: absolute;
+ width: 100%;
+ height: 100%;
+ // top:0;
+ // left: 0;
+ // z-index: 0;
+ position: relative;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #EFEFEF;
+ line-height: .89rem;
+ position: absolute;
+ z-index: 1;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
+ // .sub-title{
+ // font-size: .18rem;
+ // font-weight: 500;
+ // color: #EFEFEF;
+ // line-height: .62rem;
+ // }
+ }
+ .it-temp2{
+ padding: .5rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ cursor: pointer;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ cursor: pointer;
+ .box{
+ position: relative;
+ .logo{
+ position: absolute;
+ right: .8rem;
+ top: -.15rem;
+ width: 1.6rem;
+ }
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .5rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ text-align: justify;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .box{
+ .logo{
+ right: .7rem;
+ }
+ }
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ .apply-list{
+ display: flex;
+ border: 1px solid #DFDFDF;
+ position: relative;
+ margin-bottom: .8rem;
+ .icon{
+ position: absolute;
+ right: 0;
+ top: 0;
+ width: 1.66rem;
+ }
+ .logo{
+ flex:none;
+ width: 3.8rem;
+ height: 1.5rem;
+ img{
+ width: 100%;
+ height: 100%;
+ display: block;
+ object-fit: cover;
+ }
+ }
+ .apply-resc{
+ flex: auto;
+ padding: .26rem .3rem 0 .3rem;
+ .title{
+ font-size: .24rem;
+
+ font-weight: bold;
+ color: #001D2D;
+ margin-bottom: .06rem;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/views/apply/apply.vue b/src/views/apply/apply.vue
new file mode 100644
index 0000000..b84b7a8
--- /dev/null
+++ b/src/views/apply/apply.vue
@@ -0,0 +1,235 @@
+
+
+
+
+
+
+
+
+
+
+ 优质客户
+
+
+
+
+
+
+
+
+
+
+
01
+
{{homeData.customer[0].title}}
+
+
+ {{homeData.customer[0].content}}
+
+
+
+
+
+
+
+
+
+
+
+
02
+
{{homeData.customer[1].title}}
+
+
+ {{homeData.customer[1].content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
{{homeData.customer[2].title}}
+
+
+ {{homeData.customer[2].content}}
+
+
+
+
+
+
+
+
+
+
+
+
04
+
{{homeData.customer[3].title}}
+
+
+ {{homeData.customer[3].content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{item.title}}
+
+ {{item.content}}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/apply/childs/index_1/images/bg.png b/src/views/apply/childs/index_1/images/bg.png
new file mode 100644
index 0000000..349e852
Binary files /dev/null and b/src/views/apply/childs/index_1/images/bg.png differ
diff --git a/src/views/apply/childs/index_1/images/img1.png b/src/views/apply/childs/index_1/images/img1.png
new file mode 100644
index 0000000..8b3c2ba
Binary files /dev/null and b/src/views/apply/childs/index_1/images/img1.png differ
diff --git a/src/views/apply/childs/index_1/images/img2.png b/src/views/apply/childs/index_1/images/img2.png
new file mode 100644
index 0000000..1dd68ce
Binary files /dev/null and b/src/views/apply/childs/index_1/images/img2.png differ
diff --git a/src/views/apply/childs/index_1/images/img3.png b/src/views/apply/childs/index_1/images/img3.png
new file mode 100644
index 0000000..dfbdf7a
Binary files /dev/null and b/src/views/apply/childs/index_1/images/img3.png differ
diff --git a/src/views/apply/childs/index_1/images/img4.png b/src/views/apply/childs/index_1/images/img4.png
new file mode 100644
index 0000000..56f25a2
Binary files /dev/null and b/src/views/apply/childs/index_1/images/img4.png differ
diff --git a/src/views/apply/childs/index_1/index.scss b/src/views/apply/childs/index_1/index.scss
new file mode 100644
index 0000000..5004646
--- /dev/null
+++ b/src/views/apply/childs/index_1/index.scss
@@ -0,0 +1,467 @@
+.it-container {
+ .it-temp1 {
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ .title {
+ font-size: 0.6rem;
+
+ font-weight: 500;
+ color: #ffffff;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: 0.88rem;
+ line-height: 0.88rem;
+ border-radius: 0.26rem;
+ // padding: 0 0.24rem;
+ position: relative;
+ z-index: 1;
+ width: 6.48rem;
+ text-align: center;
+ }
+ }
+ .breadcrumb {
+ padding: 0.6rem 1.2rem 0.4rem 1.2rem;
+ }
+
+ .it-temp2 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ margin-bottom: 0.3rem;
+ }
+ img {
+ display: block;
+ width: 9.65rem;
+ margin: auto;
+ }
+ }
+ .it-temp3 {
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.8rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+ .pro-flex {
+ .item {
+ margin-bottom: 0.4rem;
+ .content {
+ line-height: 0.32rem;
+ // text-align: center;
+ position: relative;
+ // padding-top: .5rem;
+ div {
+ // position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ // text-align: center;
+ font-size: 1.4rem;
+
+ font-weight: bold;
+ color: #eef2fb;
+ z-index: 0;
+ span {
+ position: relative;
+ top: -0.2rem;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 0.5rem;
+ display: inline-flex;
+ // line-height: 1rem;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ img {
+ width: 0.6rem;
+ height: 0.6rem;
+ display: block;
+ }
+ }
+ }
+ & > span {
+ position: relative;
+ z-index: 1;
+ font-size: 0.18rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ text-align: left;
+ // padding-left: 1.3rem;
+ // padding-right: .6rem;
+ display: block;
+ top: -0.3rem;
+ line-height: 0.32rem;
+ }
+ .icon {
+ color: #e1eafd;
+ span {
+ background-color: #e1eafd;
+ }
+ }
+ .icon2 {
+ color: #ecf4e3;
+ span {
+ background-color: #ecf4e3;
+ }
+ }
+ .icon3 {
+ color: #e1eafd;
+ span {
+ background-color: #e1eafd;
+ }
+ }
+ .title {
+ margin-top: -.2rem;
+ font-size: 0.24rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ margin-bottom: .2rem;
+ margin-left: .3rem;
+ }
+ .text {
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-left: .3rem;
+ }
+ }
+ }
+ .pro-top {
+ ul {
+ display: flex;
+ position: relative;
+ left: -0.66rem;
+ padding-left: 0.2rem;
+ li {
+ flex: 1;
+ color: #447ec0;
+ font-size: 0.2rem;
+ text-align: center;
+ }
+ }
+ }
+ .pro-center {
+ img {
+ width: 100%;
+ }
+ }
+ .pro-bottom {
+ ul {
+ display: flex;
+ position: relative;
+ left: 0.5rem;
+ padding-left: 0.2rem;
+ li {
+ flex: 1;
+ color: #447ec0;
+ font-size: 0.2rem;
+ text-align: center;
+ }
+ }
+ }
+ }
+ .img{
+ img{
+ display: block;
+ width: 8rem;
+ margin: auto;
+ margin-top: .2rem;
+ }
+ }
+ }
+
+
+ .it-temp3 {
+ padding: 0.2rem 1.2rem 1rem 1.2rem;
+ position: relative;
+ z-index: 1;
+
+ .text-sub {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ }
+ .bg-img {
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2 {
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub {
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 1.2rem;
+ margin-top: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+
+ .content-list {
+ margin-bottom: 1rem;
+ img {
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item {
+ position: relative;
+ padding-left: 0.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box {
+ position: relative;
+ }
+ .setp {
+ position: absolute;
+ right: 0.2rem;
+ width: 0.24rem;
+ height: 100%;
+ span {
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ margin-bottom: 0.12rem;
+ &:first-child {
+ background-color: #008cd5;
+ }
+ &:last-child {
+ background-color: #ecf4e3;
+ }
+ }
+ }
+ .num {
+ position: absolute;
+ top: -0.66rem;
+ left: -0.64rem;
+ font-size: 0.72rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ opacity: 0.06;
+ }
+ .title {
+ font-size: 0.36rem;
+
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.24rem;
+ letter-spacing: 0.01rem;
+ margin-bottom: 0.2rem;
+ }
+ .sub-title {
+ font-size: 0.2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.32rem;
+ width: 80%;
+ }
+ }
+ .content-item2 {
+ padding-left: 1.8rem;
+ .setp {
+ position: absolute;
+ left: 0.2rem;
+ right: auto;
+ span {
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ margin-bottom: 0.12rem;
+ &:first-child {
+ background-color: #6eb92c;
+ }
+ &:last-child {
+ background-color: #e1eafd;
+ }
+ }
+ }
+ .num {
+ left: -0.6rem;
+ }
+ }
+ }
+ .it-temp5{
+ padding: 0rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .item{
+ margin-bottom: .5rem;
+ .title{
+ line-height: .32rem;
+ // text-align: center;
+ position: relative;
+ padding-top: .5rem;
+ div{
+ position: absolute;
+ width: 100%;
+ left: .38rem;
+ top: 0;
+ // text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ left: .56rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-top: .6rem;
+ padding: .4rem;
+ }
+
+ }
+ // ------------------
+}
diff --git a/src/views/apply/childs/index_1/index.vue b/src/views/apply/childs/index_1/index.vue
new file mode 100644
index 0000000..a3b7ac7
--- /dev/null
+++ b/src/views/apply/childs/index_1/index.vue
@@ -0,0 +1,238 @@
+
+
+
+
+
某知名运动品牌
+
+
+
+ 应用案例
+ 某知名运动品牌
+
+
+
+
+
+ 随着该公司在中国的经营不断扩大,品牌店铺在中国境内最多总数达到8255间,在中国,几乎每个县级以上的城市都有该品牌的销售网点。由于业务的迅速发展IT支持和管理模式已经无法满足当前用户需求,依靠该企业自身的IT团队已不足以支持全国。IT治理成为该公司战略治理中关键的一个方面。
+
+
+
+
+
+
+ 服务方案
+
+
+ 根据该企业的IT现状及业务模式,护航科技将在IT基础架构的运营维护中建立起标准化终端的IT服务管理、项目实施、流程制定、服务管理外包实施。
+
+
+
+
+
+
+
+
+
1
+
+
新店开店支持服务
+
+ 针对全国门店网络的不断扩大,
+ 护航在集团总部建立了呼叫中心,
+ 实现了需求和故障的统一受理和
+ 统一支持
+
+
+
+
+
+
+
+
+
2
+
+
EPOS 系统全国推广服务
+
+ 该企业门店系统共升级了三次,
+ 从起初的POS系统到EPOS1、
+ EPOS2和EPOS3代系统。
+ 护航负责了全国门店从POS到
+ EPOS3代系统的升级切换工作
+
+
+
+
+
+
+
+
+
3
+
+
EPOS全国门店运营支持服务
+
+ 为了确保全国门店IT系统的稳定运行,
+ 避免由于销售系统故障影响店面销售,
+ 并在销售高峰期能够保障全国门店得
+ 到高质量的支持,护航利用MSP平台
+ 增加了服务模式的弹性,有效确保了
+ 销售高峰期时段服务支持效率
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 护航科技服务价值
+
+
+
+
+
+
+
+
+ 1
+
+
保证了IT基础设施、桌面及 后台应用系统的稳定运行
+
+
+
+
+
+
+
+
+ 2
+
+
建立并完善了服务流程,极 大的改善了IT服务的高安全 性和高可用性
+
+
+
+
+
+
+
+
+ 3
+
+
建立了规范的IT监控管理平 台与服务管理平台,根据业 务部门提出的服务级别、质 量、灵活性和成本目标来优 化IT资源
+
+
+
+
+
+
+
+
+ 4
+
+
为IT投资决策提供精确的成 本信息, 有利于提高IT资源的 利用效率, 并提高投入产出、 成本可预见
+
+
+
+
+
+
+
+
+
+
+ 5
+
+
保证了新门店IT基础设施 (桌面和EPOS)能够在 规定时间内完成部署、上 线和培训,从而保障了门 店的如期开业
+
+
+
+
+
+
+
+
+ 6
+
+
将现有的各地业务部门的 IT支持人员进行整合,优 化人员编制,降低IT运营 成本 20%
+
+
+
+
+
+
+
+
+ 7
+
+
使繁杂的IT管理变得标准 而有序,并从以往的被动 式服务转向主动式服务, 有效提升IT服务运作效率
+
+
+
+
+
+
+
+
+ 8
+
+
帮助企业IT管理者掌握IT 服务管理,为企业提供卓 越、完善、超值的IT全方 位规模服务
+
+
+ 查看更多
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/apply/childs/index_2/images/bg.png b/src/views/apply/childs/index_2/images/bg.png
new file mode 100644
index 0000000..6850411
Binary files /dev/null and b/src/views/apply/childs/index_2/images/bg.png differ
diff --git a/src/views/apply/childs/index_2/images/img1.png b/src/views/apply/childs/index_2/images/img1.png
new file mode 100644
index 0000000..2d2acec
Binary files /dev/null and b/src/views/apply/childs/index_2/images/img1.png differ
diff --git a/src/views/apply/childs/index_2/images/img2.png b/src/views/apply/childs/index_2/images/img2.png
new file mode 100644
index 0000000..c265d43
Binary files /dev/null and b/src/views/apply/childs/index_2/images/img2.png differ
diff --git a/src/views/apply/childs/index_2/index.scss b/src/views/apply/childs/index_2/index.scss
new file mode 100644
index 0000000..b6c7eac
--- /dev/null
+++ b/src/views/apply/childs/index_2/index.scss
@@ -0,0 +1,251 @@
+.it-container {
+ .it-temp1 {
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ .title {
+ font-size: 0.6rem;
+
+ font-weight: 500;
+ color: #ffffff;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: 0.88rem;
+ line-height: 0.88rem;
+ border-radius: 0.26rem;
+ // padding: 0 0.24rem;
+ padding: 0 1rem;
+ position: relative;
+ z-index: 1;
+ // width: 6.48rem;
+ text-align: center;
+ }
+ }
+ .breadcrumb {
+ padding: 0.6rem 1.2rem 0.4rem 1.2rem;
+ }
+
+ .it-temp2 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ margin-bottom: 0.3rem;
+ }
+ img {
+ display: block;
+ width: 9.65rem;
+ margin: auto;
+ }
+ }
+ .it-temp3 {
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+
+ .img{
+ img{
+ display: block;
+ width: 11rem;
+ margin: auto;
+ margin-top: .2rem;
+ }
+ }
+ }
+ .it-temp4{
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: left;
+ margin-top: .4rem;
+ }
+ }
+
+ .img{
+ img{
+ display: block;
+ width: 8rem;
+ margin: auto;
+ margin-top: .2rem;
+ }
+ }
+ }
+
+
+ .it-temp5{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .item{
+ margin-bottom: .5rem;
+ .title{
+ line-height: .32rem;
+ // text-align: center;
+ position: relative;
+ padding-top: .5rem;
+ div{
+ position: absolute;
+ width: 100%;
+ left: .38rem;
+ top: 0;
+ // text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ left: .56rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-top: .6rem;
+ padding: .4rem;
+ }
+
+ }
+ // ------------------
+}
diff --git a/src/views/apply/childs/index_2/index.vue b/src/views/apply/childs/index_2/index.vue
new file mode 100644
index 0000000..40a8296
--- /dev/null
+++ b/src/views/apply/childs/index_2/index.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
某大型互联网教育集团
+
+
+
+ 应用案例
+ 某大型互联网教育集团
+
+
+
+
+
+ 该集团以语言培训为核心,拥有短期培训系统、基础教育系统、文化传播系统、科技产业系统、咨询服务系统等多个发展平台,是一家集教育培训、教育产品研发、教育服务等于一体的大型综合性教育科技集团。该集团于2006年9月7日在美国纽约证券交易所成功上市,成为中国大陆首家海外上市的教育培训机构。
+ 护航科技为该集团及全国分支提供应用系统及桌面支持服务、集中式服务台支持服务、桌面运维支持及数据录入服务。
+
+
+
+
+
+
+ 管理机制
+
+
+
+
+
+
+
+
+
+ 整体服务方案设计
+
+
+ 为了确保服务质量,首先对服务交付模式进行调整,建立400热线为基础的统一服务支持模式,在服务交付稳定的基础上,将服务台由北京迁移至武汉。
+ 优化现有的服务流程并将服务策略落地到ITSM系统中,将ITSM系统与呼叫系统对接,形成统一的服务支持平台,提升服务解决效率。
+ 配备符合标准的服务团队提供驻场支持,配备一名专属的服务经理进行管控。
+
+
+
+
+
+
+
+
+
+ 服务价值
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
4
+
公司级质量管理中心定期 进行质量检查
+
+
+
+
+
查看更多
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/apply/childs/index_3/images/bg.png b/src/views/apply/childs/index_3/images/bg.png
new file mode 100644
index 0000000..d164847
Binary files /dev/null and b/src/views/apply/childs/index_3/images/bg.png differ
diff --git a/src/views/apply/childs/index_3/images/img1.png b/src/views/apply/childs/index_3/images/img1.png
new file mode 100644
index 0000000..31e3057
Binary files /dev/null and b/src/views/apply/childs/index_3/images/img1.png differ
diff --git a/src/views/apply/childs/index_3/images/img2.png b/src/views/apply/childs/index_3/images/img2.png
new file mode 100644
index 0000000..8f4bce8
Binary files /dev/null and b/src/views/apply/childs/index_3/images/img2.png differ
diff --git a/src/views/apply/childs/index_3/images/img3.png b/src/views/apply/childs/index_3/images/img3.png
new file mode 100644
index 0000000..52cf30d
Binary files /dev/null and b/src/views/apply/childs/index_3/images/img3.png differ
diff --git a/src/views/apply/childs/index_3/images/img4.png b/src/views/apply/childs/index_3/images/img4.png
new file mode 100644
index 0000000..202c885
Binary files /dev/null and b/src/views/apply/childs/index_3/images/img4.png differ
diff --git a/src/views/apply/childs/index_3/images/img5.png b/src/views/apply/childs/index_3/images/img5.png
new file mode 100644
index 0000000..c131ea9
Binary files /dev/null and b/src/views/apply/childs/index_3/images/img5.png differ
diff --git a/src/views/apply/childs/index_3/index.scss b/src/views/apply/childs/index_3/index.scss
new file mode 100644
index 0000000..e51b0a0
--- /dev/null
+++ b/src/views/apply/childs/index_3/index.scss
@@ -0,0 +1,412 @@
+.it-container {
+ .it-temp1 {
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ .title {
+ font-size: 0.6rem;
+
+ font-weight: 500;
+ color: #ffffff;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: 0.88rem;
+ line-height: 0.88rem;
+ border-radius: 0.26rem;
+ // padding: 0 0.24rem;
+ position: relative;
+ z-index: 1;
+ // width: 6.48rem;
+ padding: 0 1rem;
+ text-align: center;
+ }
+ }
+ .breadcrumb {
+ padding: 0.6rem 1.2rem 0.4rem 1.2rem;
+ }
+
+ .it-temp2 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ margin-bottom: 0.3rem;
+ }
+ img {
+ display: block;
+ width: 9.65rem;
+ margin: auto;
+ }
+ }
+ .it-temp3 {
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.8rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ text-align: left;
+ line-height: .24rem;
+ margin-top: .26rem;
+ }
+ }
+
+ .img{
+ img{
+ display: block;
+ width: 5.3rem;
+ margin: auto;
+ margin-top: .2rem;
+ }
+ }
+ }
+
+
+ .it-temp3 {
+ padding: 0.2rem 1.2rem 1rem 1.2rem;
+ position: relative;
+ z-index: 1;
+
+ .text-sub {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ text-align: center;
+ margin-bottom: 0.8rem;
+ }
+ .bg-img {
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2 {
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub {
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 1.2rem;
+ margin-top: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+
+ .content-list {
+ margin-bottom: 1rem;
+ img {
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item {
+ position: relative;
+ padding-left: 0.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box {
+ position: relative;
+ }
+ .setp {
+ position: absolute;
+ right: 0.2rem;
+ width: 0.24rem;
+ height: 100%;
+ span {
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ margin-bottom: 0.12rem;
+ &:first-child {
+ background-color: #008cd5;
+ }
+ &:last-child {
+ background-color: #ecf4e3;
+ }
+ }
+ }
+ .num {
+ position: absolute;
+ top: -0.66rem;
+ left: -0.64rem;
+ font-size: 0.72rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ opacity: 0.06;
+ }
+ .title {
+ font-size: 0.36rem;
+
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.24rem;
+ letter-spacing: 0.01rem;
+ margin-bottom: 0.2rem;
+ }
+ .sub-title {
+ font-size: 0.2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.32rem;
+ width: 80%;
+ }
+ }
+ .content-item2 {
+ padding-left: 1.8rem;
+ .setp {
+ position: absolute;
+ left: 0.2rem;
+ right: auto;
+ span {
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ margin-bottom: 0.12rem;
+ &:first-child {
+ background-color: #6eb92c;
+ }
+ &:last-child {
+ background-color: #e1eafd;
+ }
+ }
+ }
+ .num {
+ left: -0.6rem;
+ }
+ }
+ }
+ .it-temp5{
+ padding: 0rem 1.2rem 1.3rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+
+ .pro-flex {
+ padding-left: 2rem;
+ .item {
+ margin-bottom: 0.2rem;
+ .content {
+ line-height: 0.32rem;
+ // text-align: center;
+ position: relative;
+ // padding-top: .5rem;
+ .icon {
+ // position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ // text-align: center;
+ font-size: 1.4rem;
+
+ font-weight: bold;
+ color: #eef2fb;
+ z-index: 0;
+ span {
+ position: relative;
+ top: -0.2rem;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 0.5rem;
+ display: inline-flex;
+ // line-height: 1rem;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ img {
+ width: 0.6rem;
+ height: 0.6rem;
+ display: block;
+ }
+ }
+ }
+ // & > span {
+ // position: relative;
+ // z-index: 1;
+ // font-size: 0.18rem;
+ //
+ // font-weight: 500;
+ // color: #001d2d;
+ // text-align: left;
+ // // padding-left: 1.3rem;
+ // // padding-right: .6rem;
+ // display: block;
+ // top: -0.3rem;
+ // line-height: 0.32rem;
+ // }
+ .icon {
+ position: relative;
+ z-index: 0;
+ color: #e1eafd;
+ span {
+ background-color: #e1eafd;
+ }
+ }
+ .icon2 {
+ color: #ecf4e3;
+ span {
+ background-color: #ecf4e3;
+ }
+ }
+ .icon3 {
+ color: #e1eafd;
+ span {
+ background-color: #e1eafd;
+ }
+ }
+ // .title {
+ // margin-top: -.2rem;
+ // font-size: 0.24rem;
+ //
+ // font-weight: 500;
+ // color: #001d2d;
+ // margin-bottom: .2rem;
+ // margin-left: .3rem;
+ // }
+ .text {
+ position: relative;
+ z-index: 1;
+ top: -.3rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-left: .3rem;
+ span{
+ font-size: .24rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .44rem;
+ }
+ }
+ }
+ }
+
+ }
+ .img{
+ img{
+ width: 11rem;
+ display: block;
+ margin: auto;
+ }
+ }
+ .content-div{
+ .title{
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ margin: .6rem 0 .3rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ }
+ }
+ }
+ // ------------------
+}
diff --git a/src/views/apply/childs/index_3/index.vue b/src/views/apply/childs/index_3/index.vue
new file mode 100644
index 0000000..013e9ab
--- /dev/null
+++ b/src/views/apply/childs/index_3/index.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
全球500强大型制造型企业
+
+
+
+ 应用案例
+ 全球500强大型制造型企业
+
+
+
+
+
+ 经过多年的快速发展,该企业迄今在中国已拥有27家本地企业、在60个主要城市设有销售与服务分公司和1.5万名员工,并且业务涵盖研发、生产、销售、服务等多个维度。2008年该企业在中国的订单额超过45亿美元,销售额约41亿美元。
+
+
+
+
+
+
+ 服务方案
+
+
+ 护航科技股份有限公司(简称护航科技)帮助该企业在厦门建立了集中式呼叫中心,实现IT服务从过去的分布式管理完全转变到先进高效的集中式管理模式,该企业员工可以便捷的通过IT服务管理系统、邮件、电话、即时通讯工具等便捷方式获取IT技术支持。
+
+
+
+
+
+
+
+
+
+
+
+ 服务成果
+
+
+ 护航科技帮助该企业(中国)实现IT服务从过去的分布式管理完全转变到更为先进高效的集中式管理模式。
+
+
+
+
+
+
+
+
+
+
1
+
+
+ 服务终端用户数已超过
+ 11000 人
+
+
+
+
+
+
+
+
+
2
+
+
+ 日均case处理量超过
+ 700 个
+
+
+
+
+
+
+
+
+
3
+
+
+ 一线解决率
+ >85%
+
+
+
+
+
+
+
+
+
+
+
极虎病毒事件
+
2010年3月底,该企业公司暴发了一次大规模的网络病毒,短期内上海,天津,西安,武汉,青岛,重庆,南京等多个分公司和生产基地的计算机
+网络服务受到影响。面对这突如其来的异常,护航科技的技术团队调用全国十几个城市的资源,对各个可能有问题的办事处进行电脑检查,查杀感
+染病毒的机器,22日,护航协调了十六名工程师到上海办事处帮忙查杀病毒, 22日到24日,增加了全国巡检,最大程度降低了病毒对用户的影响。
+另一方面项目经理带领热线支持团队大力配合各地区病毒的查杀,各Team Leader都加班加点,协调各项工作。22日,电话量剧增,高峰期一小时
+打进400多个电话,全天电话量近1300个。面对如此多的电话,热线团队表现出了良好的专业素质,将掉线率控制在较低水平,保证了服务水平。
+短短时间内,护航完成了几乎不可能完成的任务,把病毒带来的影响降到了最低程度。此重大故障的及时响应及时解决,得到了该企业(中国)
+公司客户的高度认可。
+
+
查看更多
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/apply/childs/index_4/images/bg.png b/src/views/apply/childs/index_4/images/bg.png
new file mode 100644
index 0000000..c12dd8d
Binary files /dev/null and b/src/views/apply/childs/index_4/images/bg.png differ
diff --git a/src/views/apply/childs/index_4/images/icon1.png b/src/views/apply/childs/index_4/images/icon1.png
new file mode 100644
index 0000000..69a9188
Binary files /dev/null and b/src/views/apply/childs/index_4/images/icon1.png differ
diff --git a/src/views/apply/childs/index_4/images/icon2.png b/src/views/apply/childs/index_4/images/icon2.png
new file mode 100644
index 0000000..a773fa5
Binary files /dev/null and b/src/views/apply/childs/index_4/images/icon2.png differ
diff --git a/src/views/apply/childs/index_4/images/icon3.png b/src/views/apply/childs/index_4/images/icon3.png
new file mode 100644
index 0000000..0bebbb2
Binary files /dev/null and b/src/views/apply/childs/index_4/images/icon3.png differ
diff --git a/src/views/apply/childs/index_4/images/icon4.png b/src/views/apply/childs/index_4/images/icon4.png
new file mode 100644
index 0000000..7cef8fe
Binary files /dev/null and b/src/views/apply/childs/index_4/images/icon4.png differ
diff --git a/src/views/apply/childs/index_4/images/icon5.png b/src/views/apply/childs/index_4/images/icon5.png
new file mode 100644
index 0000000..6a01939
Binary files /dev/null and b/src/views/apply/childs/index_4/images/icon5.png differ
diff --git a/src/views/apply/childs/index_4/images/icon6.png b/src/views/apply/childs/index_4/images/icon6.png
new file mode 100644
index 0000000..b7324de
Binary files /dev/null and b/src/views/apply/childs/index_4/images/icon6.png differ
diff --git a/src/views/apply/childs/index_4/images/img1.png b/src/views/apply/childs/index_4/images/img1.png
new file mode 100644
index 0000000..516ae0d
Binary files /dev/null and b/src/views/apply/childs/index_4/images/img1.png differ
diff --git a/src/views/apply/childs/index_4/index.scss b/src/views/apply/childs/index_4/index.scss
new file mode 100644
index 0000000..2475063
--- /dev/null
+++ b/src/views/apply/childs/index_4/index.scss
@@ -0,0 +1,330 @@
+.it-container {
+ .it-temp1 {
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ .title {
+ font-size: 0.6rem;
+
+ font-weight: 500;
+ color: #ffffff;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: 0.88rem;
+ line-height: 0.88rem;
+ border-radius: 0.26rem;
+ // padding: 0 0.24rem;
+ position: relative;
+ z-index: 1;
+ width: 6.48rem;
+ text-align: center;
+ }
+ }
+ .breadcrumb {
+ padding: 0.6rem 1.2rem 0.4rem 1.2rem;
+ }
+
+ .it-temp2 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ margin-bottom: 0.3rem;
+ }
+ img {
+ display: block;
+ width: 9.65rem;
+ margin: auto;
+ }
+ }
+ .it-temp3 {
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+
+ .item{
+ margin-bottom: .5rem;
+ .title{
+ line-height: .32rem;
+ // text-align: center;
+ position: relative;
+ padding-top: .88rem;
+ div{
+ position: absolute;
+ width: 100%;
+ left: .38rem;
+ top: 0;
+ // text-align: center;
+ font-size: 1.20rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ overflow: hidden;
+ line-height: 1rem;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
+ // line-height: 1rem;
+ float: left;
+ img{
+ width: 0.6rem;
+
+ }
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ left: .56rem;
+ line-height: .32rem;
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .2rem;
+
+ }
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ }
+ .it-temp4{
+ padding: 0.6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ margin-bottom: 0.6rem;
+ span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child {
+ background: #e1eafd;
+ }
+ &:last-child {
+ background: #ecf4e3;
+ }
+ }
+ .text {
+ font-size: 0.18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ // text-align: left;
+ margin-top: .4rem;
+ }
+ }
+
+ .img{
+ img{
+ display: block;
+ width: 9rem;
+ margin: auto;
+ margin-top: .2rem;
+ }
+ }
+ .text{
+ margin-top: .3rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ }
+ }
+
+
+ .it-temp5{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .item{
+ margin-bottom: .5rem;
+ .title{
+ line-height: .32rem;
+ // text-align: center;
+ position: relative;
+ padding-top: .68rem;
+ div{
+ position: absolute;
+ width: 100%;
+ left: .38rem;
+ top: 0;
+ // text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ left: .56rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-top: .6rem;
+ padding: .4rem;
+ }
+
+ }
+ // ------------------
+}
diff --git a/src/views/apply/childs/index_4/index.vue b/src/views/apply/childs/index_4/index.vue
new file mode 100644
index 0000000..c6782ba
--- /dev/null
+++ b/src/views/apply/childs/index_4/index.vue
@@ -0,0 +1,214 @@
+
+
+
+
+
某大型综合类央企
+
+
+
+ 应用案例
+ 某大型综合类央企
+
+
+
+
+
+ 该企业成立于1949年,经过多年的努力,从最初的粮油食品贸易公司发展成为中国领先的农产品、食品领域多元化产品和服务供应商,致力打造从田间到餐桌的全产业链粮油食品企业,建设全服务链的城市综合体,利用不断再生的自然资源为人类提供营养健康的食品、高品质的生活空间及生活服务,贡献于民众生活的富足和社会的繁荣稳定。
+
+
+
+
+
+
+ 项目背景
+
+
+ 根据该企业桌面运维服务外包的特殊性及本次项目需求特点,护航结合以往典型客户服务经验,在运维过程中着重关注以下几个方面:
+
+
+
+
+
+
+
+
+
+
+ 运维交接平滑过渡
+ 保证项目的平滑交接,通过保障 手段来降低由于交接可能导致的 服务质量不稳定的情况
+
+
+
+
+
+
+
+
+
+
+
+
量化 IT 服务
+ 针对IT请求和故障设立不同级别的 响应和解决处理时间,制定人员、 流程KPI考核体系,依据SLA(服 务级别协议)进行交付服务管理
+
+
+
+
+
+
+
+
+
+
+
服务团队人员稳定
+ 通过运维数据分析故障变化趋 势,对高发故障进行针对性管理 与培训,减少故障发生
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
服务团队人员稳定
+ 形成关键岗位组内AB角色备份的 策略,同时公司对项目团队人员 进行备份,双重保障确保服务连 续性
+
+
+
+
+
+
+
+
+
+
+
运维服务可视化
+ 充分利用IT服务管理工具,进行日 常管理,使得管理人员能够实时掌 握当前的服务状态,做到及时干预 及时调整,并提高管理效率,运维 服务可视化
+
+
+
+
+
+
+
+
+
+
+
提高一线解决率
+ 不断总结和分享知识,利用知识 提高解决效率
+
+
+
+
+
+
+
+
+
+
+ 服务方案
+
+
+ 为保障服务及时响应并得到解决,同时能够确保重大故障和VIP服务需求得到及时解决,设计了如下的服务模式:
+
+
+
+
+
+
+ 在充分理解该企业运维服务项目需求的基础上,结合护航科技的服务经验,为了能够做到及时响应及时处理,设计统一热线服务台,充分响应用户需求。
+遵循以ITIL为核心思想的IT服务管理,并以ISO20000、ISO27001和ISO9001为参考标准进行服务。
+
+
+
+
+
+ 服务价值
+
+
+
+
+
+
+
+
+
+
+
3
+
有效克服了信息部门一 线人员的瓶颈问题
+
+
+
+
+
+
+
5
+
整合了的信息资源,优 化了IT系统架构
+
+
+
+
+
+
+
+
+
+
+
+
+
+
2
+
有效融入了护航科技的IT 服务管理理念和管理方法,
+促进了双方的IT服务管理效率
+
+
+
+
+
+
+
4
+
及时解决信息系统的运行故障,保障了信息系统 安全、可靠、高效的运行,降低了财政信息化建 设、运营的成本和风险
+
+
+
+
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/guard/images/bg.jpg b/src/views/guard/images/bg.jpg
new file mode 100644
index 0000000..0d0ce65
Binary files /dev/null and b/src/views/guard/images/bg.jpg differ
diff --git a/src/views/guard/images/guard_01.png b/src/views/guard/images/guard_01.png
new file mode 100644
index 0000000..02d9c24
Binary files /dev/null and b/src/views/guard/images/guard_01.png differ
diff --git a/src/views/guard/images/icon_01.jpg b/src/views/guard/images/icon_01.jpg
new file mode 100644
index 0000000..444cb58
Binary files /dev/null and b/src/views/guard/images/icon_01.jpg differ
diff --git a/src/views/guard/images/icon_02.jpg b/src/views/guard/images/icon_02.jpg
new file mode 100644
index 0000000..36eb788
Binary files /dev/null and b/src/views/guard/images/icon_02.jpg differ
diff --git a/src/views/guard/images/icon_03.jpg b/src/views/guard/images/icon_03.jpg
new file mode 100644
index 0000000..ea62c8c
Binary files /dev/null and b/src/views/guard/images/icon_03.jpg differ
diff --git a/src/views/guard/images/icon_04.png b/src/views/guard/images/icon_04.png
new file mode 100644
index 0000000..6a0546d
Binary files /dev/null and b/src/views/guard/images/icon_04.png differ
diff --git a/src/views/guard/images/logo_list.png b/src/views/guard/images/logo_list.png
new file mode 100644
index 0000000..a042507
Binary files /dev/null and b/src/views/guard/images/logo_list.png differ
diff --git a/src/views/guard/images/page_01.png b/src/views/guard/images/page_01.png
new file mode 100644
index 0000000..dafa7ee
Binary files /dev/null and b/src/views/guard/images/page_01.png differ
diff --git a/src/views/guard/images/page_02.png b/src/views/guard/images/page_02.png
new file mode 100644
index 0000000..30b6d01
Binary files /dev/null and b/src/views/guard/images/page_02.png differ
diff --git a/src/views/guard/images/page_03.png b/src/views/guard/images/page_03.png
new file mode 100644
index 0000000..be6709c
Binary files /dev/null and b/src/views/guard/images/page_03.png differ
diff --git a/src/views/guard/images/page_04.png b/src/views/guard/images/page_04.png
new file mode 100644
index 0000000..f2db947
Binary files /dev/null and b/src/views/guard/images/page_04.png differ
diff --git a/src/views/guard/index.scss b/src/views/guard/index.scss
new file mode 100644
index 0000000..d379620
--- /dev/null
+++ b/src/views/guard/index.scss
@@ -0,0 +1,765 @@
+.it-container {
+ .it-temp1 {
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0px;
+ left: 0;
+ z-index: 0;
+ // object-fit: cover;
+ }
+
+ .hd {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+
+ .bt {
+
+ button+button {
+ margin-left: .5rem;
+ }
+
+ ::v-deep .el-button {
+ padding: .14rem .4rem;
+ font-size: 0.18rem !important;
+ font-weight: 400px!important;
+ letter-spacing: 0.02rem;
+ }
+
+ ::v-deep .el-button--primary {
+ background-color: #008CD5;
+ border-color: #008CD5;
+ }
+ }
+ }
+
+ .title {
+ font-size: .68rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ // background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ margin-bottom: .3rem;
+ letter-spacing: 0.07rem;
+ }
+ .sub-t{
+ font-size: .28rem;
+ color: #FFFFFF;
+ font-weight: 300;
+ letter-spacing: 0.02rem;
+ margin-bottom: .5rem;
+ position: relative;
+ top: 0.2rem;
+ }
+ }
+
+ .breadcrumb {
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2 {
+ margin-top: .3rem;
+
+ .title {
+ font-size: .38rem;
+ font-weight: 700;
+ margin-bottom: .40rem;
+ text-align: center;
+ }
+
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+
+ .temp2-text {
+ font-size: .18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+
+ .it-temp3 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .flex-box {
+ display: flex;
+
+ .item {
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+
+ // justify-content: center;
+ .bg {
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+
+ span {
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+
+ .bg2 {
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+
+ .img-content {
+ .img-box {
+ position: relative;
+ text-align: left;
+
+ img {
+ width: 6.2rem;
+ display: block;
+ margin: .58rem auto;
+ margin-bottom: .26rem;
+ }
+
+ span {
+ font-size: .2rem;
+ display: block;
+
+ color: #737373;
+ line-height: .24rem;
+ // font-weight: bold;
+ }
+
+ .left {
+ left: 1.3rem;
+ top: .6rem;
+ position: absolute;
+ width: 2.2rem;
+ }
+
+ .right {
+ right: 1.1rem;
+ position: absolute;
+ top: .6rem;
+ width: 2.2rem;
+ }
+ }
+
+ .text {
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+ .it-temp4 {
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .flex-box {
+ display: flex;
+
+ .item {
+ flex: 1;
+ position: relative;
+ height: 1rem;
+
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ .bg {
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+
+ span {
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: absolute;
+ z-index: 1;
+ left: 30%;
+ top: 36%;
+ display: block;
+ }
+
+ .bg2 {
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+
+ .img-content {
+ padding: .8rem 0;
+
+ img {
+ width: 100%;
+ display: block;
+ }
+
+
+ }
+
+ .model1 {
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+
+ img {
+ width: 100%;
+ }
+
+ .right {
+ text-align: right;
+
+ .title-sub2 {
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+
+ .text {
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+
+ span {
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ }
+ }
+
+ .text2 {
+ span {
+ margin-bottom: .18rem;
+ }
+ }
+
+ .title-sub2 {
+ span {
+ top: 0.03rem;
+ }
+ }
+ }
+ }
+
+
+ }
+
+ .it-temp5 {
+ padding: 1rem 1.2rem 1.2rem 1.2rem;
+ position: relative;
+ z-index: 1;
+
+ .youshi {
+ display: block;
+ margin: auto;
+ width: 66%;
+ position: relative;
+ left: 0.2rem;
+ }
+
+ .text-sub {
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+
+ .bg-img {
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+
+ .bg-img2 {
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+
+ .title-sub {
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+
+
+ }
+
+ .it-temp6 {
+ padding: 1.2rem;
+ // padding-top: 0rem;
+ position: relative;
+ z-index: 1;
+ background-color: #f0f0f0;
+
+ .text-sub {
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: .8rem;
+ }
+
+ .title-sub {
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .3rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content {
+ // width: 80%;
+ margin: auto;
+
+ .item {
+ background-color: #fff;
+ padding: .4rem .3rem;
+ }
+
+ h3 {
+ font-size: .22rem;
+ font-weight: 700;
+ border-top: 4px solid #001D2D;
+ border-bottom: 1px solid #c8c7c7;
+ line-height: .5rem;
+ color: #333;
+ }
+
+ .text {
+ margin-top: .3rem;
+ line-height: .28rem;
+ color: #737373;
+ font-size: .16rem;
+ height: 1.3rem;
+ }
+
+ li {
+ border: 1px solid #c8c7c7;
+ border-top-right-radius: 6px;
+ border-bottom-right-radius: 6px;
+ display: flex;
+ padding: 0 .3rem;
+ margin-bottom: 0.3rem;
+
+ img {
+ width: 1.2rem;
+ position: relative;
+ top: -20px;
+ }
+
+ .item {
+ display: flex;
+ align-items: center;
+ color: #737373;
+ font-size: .16rem;
+ line-height: 0.26rem;
+
+ span {
+ font-size: .2rem;
+ font-weight: 700;
+ color: #454545
+ }
+ }
+
+ ;
+ }
+ }
+ }
+
+ .it-temp7 {
+ padding: 1.2rem;
+ position: relative;
+ z-index: 1;
+ padding-bottom: .6rem;
+ .title-sub {
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ // margin-bottom: .8rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+ .video{
+ display: flex;
+ justify-content: center;
+ }
+ .table-container {
+ // width: 80%;
+ margin: auto;
+ ::v-deep .el-carousel__container{
+ height: 7rem;
+ }
+ ::v-deep .el-divider__text{
+ font-size: .18rem;
+ }
+ ::v-deep .el-carousel__button{
+ background-color: #737373;
+ }
+ ::v-deep .is-active{
+ .el-carousel__button{
+ background-color: #008CD5;
+ }
+ }
+ // .el-carousel__item:nth-child(2n) {
+ // background-color: #99a9bf;
+ // }
+
+ // .el-carousel__item:nth-child(2n+1) {
+ // background-color: #d3dce6;
+ // }
+ .my-carousel{
+ padding:0 .8rem;
+ margin-top: .8rem;
+ position: relative;
+ .img{
+ width: 100%;
+ height: 100%;
+ }
+ }
+ .item {
+ border: 0.5px solid #e1e8f5;
+ // border-radius: 8px;
+ box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
+ padding: .4rem;
+ ul{
+ height: 4rem;
+ }
+ li{
+ font-size: .16rem;
+ color: #737373;
+ line-height: .3rem;
+ padding-left: .3rem;
+ position: relative;
+ &::before{
+ content: '';
+ width: 0.08rem;
+ height: 0.08rem;
+ background-color: #454545;
+ border-radius: 50%;
+ position: absolute;
+ top: 0.1rem;
+ left: 0;
+ }
+ }
+ }
+
+ table {
+ width: 100%;
+ border-spacing: 0;
+ // border: 1px solid;
+ border-top: 1px solid #c8c7c7;
+ border-left: 1px solid #c8c7c7;
+
+ td {
+ border: 1px solid #c8c7c7;
+ border-top-width: 0;
+ border-left-width: 0;
+ padding: .16rem 0.12rem;
+ color: #737373;
+ font-size: .16rem;
+ }
+ }
+
+ tbody {
+ white-space: nowrap;
+ }
+ }
+ .table-container2{
+ ::v-deep .el-carousel__container{
+ height: 8.5rem;
+ }
+ .my-carousel{
+ height: 80%;
+ }
+ .title-b{
+ text-align: center;
+ margin-top: .2rem;
+ font-size: 0.18rem;
+ color: #454545;
+ }
+ }
+
+ }
+
+ .it-temp8 {
+ padding: 1rem 1.2rem .8rem 1.2rem;
+ position: relative;
+ z-index: 1;
+
+ .logo-list {
+ display: block;
+ margin: auto;
+ margin-top: 0.5rem;
+ }
+
+ .title-sub {
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .temp2-text {
+ font-size: .20rem;
+ width: 80%;
+ margin: auto;
+ font-weight: 400;
+ color: #737373;
+ line-height: .36rem;
+ }
+
+ .content-list {
+
+ .img {
+ width: 100%;
+ display: block;
+ margin-bottom: .2rem;
+ }
+
+ .item {
+ position: relative;
+
+ &>div {
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding-bottom: .26rem;
+ padding-left: .36rem;
+ padding-top: .36rem;
+
+ .title {
+ font-size: .24rem;
+
+ font-weight: 600;
+ color: #001D2D;
+ margin-bottom: .18rem;
+ // line-height: 32px;
+ }
+ }
+
+ span {
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 1rem;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+
+ .item-style {
+ background-color: #ECF4E3;
+ }
+ }
+
+ }
+ }
+
+ // ------------------
+
+ ::v-deep .el-dialog__body {
+ padding: 0;
+ }
+}
\ No newline at end of file
diff --git a/src/views/guard/index.vue b/src/views/guard/index.vue
new file mode 100644
index 0000000..97478e4
--- /dev/null
+++ b/src/views/guard/index.vue
@@ -0,0 +1,448 @@
+
+
+
+
+
+
护航科技代码安全卫士
+
高效全面 精准定位 逐个击破 为您的代码保驾护航
+
+ 下载白皮书 免费试用
+
+
+
+
+
+ 护航产品
+ 护航科技代码安全卫士
+
+
+
+
+
护航科技代码安全卫士
+
+ 基于北京大学多年的研究成果,应用多种国际先进代码分析、深度学习技术,面向组织的源代码检测需求,在不改变组织现有开发、测试流程的前提下,将源代码检测融入企业的研发流程。
+
+ 护航科技代码安全卫士拥有“运行时缺陷检测、大规模代码分析、片段代码分析和缺陷自动挖掘”四大核心技术,能够有效帮助客户在软件开发过程中查找、识别、追踪绝大部分主流编码中的技术漏洞和逻辑漏洞,帮助客户提升抵御网络攻击、强化信息安全等关键能力。
+
+
+
+
+
+
+ 为什么选择护航科技代码安全卫士
+
+
+
+
+
+
+
+ 核心技术
+
+
+
+
+
+
+
+
+
+
+
运行时缺陷检测技术
+
+ 将多种分析技术融合用于海量代码,在检测运行缺陷时,按需进行切片提取,并进行可达性分析等计算,大幅度提高检测效率。
+
+
+
+
+
+
大规模代码分析技术
+
+ 支持增量分析,即当代码进行修改时,只需要分析修改的代码影响的函数和文件即可,同时复用未受影响部分的之前的检测结果。
+
+
+
+
+
+
片段代码分析技术
+
+ 在程序解析,代码分析和缺陷检测阶段使用了多个启发式策略,对代码进行补全,尽可能地弥补缺失的编译信息,完成片段代码的缺陷检测。
+
+
+
+
+
+
缺陷自动挖掘技术
+
+ 基于工具积累的数万条缺钱及其对应代码,依托预先构建的依赖图自动进行缺陷模式的深度学习,发现新的鼓陷模式;使用剪枝算法缩减图规模,解决大规模图匹配的效率问题。
+
+
+
+
+
+
+
+
+
+
+ 技术指标
+
+
+
+
+
+
+
+
+
+
兼容平台
+
+
+ Windows
+ Linux
+
+ 中标麒麟等多种主流通用操作系统开发的源代码的检测
+
+
+
+
+
+
+
+
支持语言
+
+
+ Java
+ C/C++
+ Android
+ PHP
+ JSP
+ HTML
+ C#.net
+ VB.net
+ JavaScript
+ Golang
+ Python
+ Kotlin
+ Scala 等十余种主流开发语言支持
+
+
+
+
+
+
+
安全漏洞
+
+
+ OWASP TOP 10
+ CWE/SANS TOP 25
+ ISO 17961
+ CERT JAVA
+
+ 以及缓冲区溢出、SQL 注入、命令行注入、跨站脚本攻击等
+
+
+
+
+
+
+
+
+
+
+
+
+
+
缺陷类型
+
+
+ CWE
+ CERT JAVA
+ GBT 38674
+ WASC_C/CPP
+
+ 以及内存泄漏、数据越界、空指针解引用、释放非堆内存、返回局部指针等
+
+
+
+
+
+
+
+
编码规则
+
+
+ MISRA 2008
+ MISRA2012
+ GBT34944
+ GBT39412_Java等标准
+
+
+
+
+
+
+
+
流水线集成
+
+
+ 可与持续集成工具Jenkins进行集成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
扩展能力
+
+
+ 自定义检测规则
+ 检测报告
+ 集成接口
+
+
+
+
+
+
+
+
检测效率
+
+
+ Java 550万行/小时
+ C/C++340万行/小时
+
+
+
+
+
+
+
代码规模
+
+
+ 常规扫描超过1千万行
+ 非常规扫描1亿行以上
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 产品界面展示
+
+
+
+
+
+
+
+
系统登录页面
+
+
+
+
+
+
项目管理页面
+
+
+
+
+
+
检测分析页面
+
+
+
+
+
+
检测结果页面
+
+
+
+
+
+
+
+
+
+
+
+
+ 快速了解护航科技代码安全卫士
+
+
+
+
+
+
+
+
+
+ 行业应用
+
+
+
+ 护航科技代码安全卫士是国内领先的具有核心专利技术的软件安全检测工具产品,打破了国外产品在软件缺陷检测和安全漏洞分析领域的垄断地位,成为国内政府、军工、金融、互联网、汽车制造、船舶制造等领域保证代码安全的首选工具。
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/home.vue b/src/views/home.vue
new file mode 100644
index 0000000..efae1aa
--- /dev/null
+++ b/src/views/home.vue
@@ -0,0 +1,10 @@
+
+
+
+
+
+
diff --git a/src/views/index/childs/index_1/images/bg.png b/src/views/index/childs/index_1/images/bg.png
new file mode 100644
index 0000000..3947e80
Binary files /dev/null and b/src/views/index/childs/index_1/images/bg.png differ
diff --git a/src/views/index/childs/index_1/images/icon1.png b/src/views/index/childs/index_1/images/icon1.png
new file mode 100644
index 0000000..5413540
Binary files /dev/null and b/src/views/index/childs/index_1/images/icon1.png differ
diff --git a/src/views/index/childs/index_1/images/icon2.png b/src/views/index/childs/index_1/images/icon2.png
new file mode 100644
index 0000000..ae88fef
Binary files /dev/null and b/src/views/index/childs/index_1/images/icon2.png differ
diff --git a/src/views/index/childs/index_1/index.scss b/src/views/index/childs/index_1/index.scss
new file mode 100644
index 0000000..c3779f4
--- /dev/null
+++ b/src/views/index/childs/index_1/index.scss
@@ -0,0 +1,130 @@
+.it-container {
+ .it-temp1 {
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ }
+ .breadcrumb {
+ padding: 0.6rem 1.2rem 0.2rem 1.2rem;
+ }
+
+ .it-temp2 {
+ padding: 0.3rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .content {
+ // padding: 0 3.8rem;
+ .title {
+ display: inline-block;
+ font-size: 0.28rem;
+
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.32rem;
+ letter-spacing: 0.01rem;
+ text-align: center;
+ cursor: pointer;
+ img {
+ width: 0.68rem;
+ }
+ }
+ }
+ .from {
+ margin-top: 0.4rem;
+ margin-bottom: 0.4rem;
+ display: flex;
+ .input {
+ flex: auto;
+ padding-right: 0.16rem;
+ }
+ .button {
+ flex: none;
+ width: 1.98rem;
+ height: 0.6rem;
+ background: #001d2d;
+ border-radius: 0.08rem;
+ text-align: center;
+ line-height: 0.6rem;
+ font-size: 0.24rem;
+
+ font-weight: 400;
+ color: #ffffff;
+ cursor: pointer;
+ }
+ }
+ .select {
+ margin-bottom: 0.6rem;
+ }
+ .table-container {
+ padding-bottom: 0.8rem;
+ .operation {
+ .edit {
+ color: #409eff;
+ }
+ .delete {
+ color: #f56c6c;
+ }
+ }
+ .pagination {
+ margin-top: 0.4rem;
+ text-align: center;
+ .size-box {
+ // float: right;
+ }
+ .span {
+ font-size: 0.13rem;
+ color: #606266;
+ line-height: 0.32rem;
+ }
+ }
+ }
+ }
+}
+.type-list {
+ color: #737373;
+ font-size: 0.18ren;
+ line-height: 40px;
+ span {
+ margin-right: 0.2rem;
+ color: #001d2d;
+ cursor: pointer;
+ }
+ .active{
+ color: #0091ff;
+ }
+}
+.type-list2 {
+ display: flex;
+ line-height: 40px;
+}
+
+// .amap-marker-content img{
+// width: 25px;
+// height: 34px;
+// }
+
+.tab-btn {
+ line-height: 0.28rem;
+ color: #0091ff;
+ display: inline-block;
+ font-size: 0.18rem;
+ margin-left: 0.1rem;
+ cursor: pointer;
+ img {
+ height: 0.28rem;
+ vertical-align: middle;
+ position: relative;
+ top: -0.02rem;
+ }
+}
diff --git a/src/views/index/childs/index_1/index.vue b/src/views/index/childs/index_1/index.vue
new file mode 100644
index 0000000..b70c312
--- /dev/null
+++ b/src/views/index/childs/index_1/index.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+ 首页
+ 文档中心
+
+
+
+
+
+
+
+
+ 类型:
+ 全部
+ {{item.label}}({{item.number}})
+
+
+
+ 格式:
+ 全部
+
+
+ .jpg
+ PDF
+ World
+ PPT
+ 视频
+
+
+
+
+
+
+
+
+ {{scope.row.UpdatedAt | formatYYYYMMDD}}
+
+
+
+
+
+
+
+ 查看
+
+
+
+ 下载
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/index/childs/index_2/images/bg.png b/src/views/index/childs/index_2/images/bg.png
new file mode 100644
index 0000000..e215af1
Binary files /dev/null and b/src/views/index/childs/index_2/images/bg.png differ
diff --git a/src/views/index/childs/index_2/index.scss b/src/views/index/childs/index_2/index.scss
new file mode 100644
index 0000000..49c2ff7
--- /dev/null
+++ b/src/views/index/childs/index_2/index.scss
@@ -0,0 +1,134 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .2rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: .3rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .content{
+ // padding: 0 3.8rem;
+ .title{
+ display: inline-block;
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .32rem;
+ letter-spacing: .01rem;
+ text-align: center;
+ cursor: pointer;
+ img{
+ width: .68rem;
+ }
+ }
+
+ }
+ .from{
+ margin-top: .4rem;
+ margin-bottom: .4rem;
+ display: flex;
+ .input{
+ flex: auto;
+ padding-right: .16rem;
+ }
+ .button{
+ flex: none;
+ width: 1.98rem;
+ height: .6rem;
+ background: #001D2D;
+ border-radius: .08rem;
+ text-align: center;
+ line-height: .6rem;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ cursor: pointer;
+ }
+ }
+ .select{
+ margin-bottom: .6rem;
+
+ }
+ .table-container {
+ padding-bottom: .8rem;
+ .operation {
+ .edit {
+ color: #409eff;
+ }
+ .delete {
+ color: #f56c6c;
+ }
+ }
+ .pagination {
+ margin-top: .4rem;
+ text-align: center;
+ .size-box {
+ // float: right;
+ }
+ .span {
+ font-size: .13rem;
+ color: #606266;
+ line-height: .32rem;
+ }
+ }
+ }
+ }
+
+}
+
+// .amap-marker-content img{
+// width: 25px;
+// height: 34px;
+// }
+
+.list{
+ text-align: center;
+ margin-top: .6rem;
+
+ .item{
+ // height: 4rem;
+ margin-bottom: .3rem;
+
+ display: block;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ .itemClass{
+ // height: 3rem!important;
+ }
+ img{
+ // width: 2.1rem;
+ height: 2.1rem;
+ }
+ span{
+ display: block;
+ // width: 2.1rem;
+ margin: auto;
+ margin-top: .2rem;
+ // margin-bottom: .47rem;
+ font-size: .18rem;
+ color: #001D2D;
+ height: .6rem;
+ }
+}
\ No newline at end of file
diff --git a/src/views/index/childs/index_2/index.vue b/src/views/index/childs/index_2/index.vue
new file mode 100644
index 0000000..43a3425
--- /dev/null
+++ b/src/views/index/childs/index_2/index.vue
@@ -0,0 +1,238 @@
+
+
+
+
+
+
+
+ 首页
+ 企业资质
+
+
+
+
+
+
+
+
+ 企业资质
+
+
+
+
+
+ 企业荣誉
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/index/index.scss b/src/views/index/index.scss
new file mode 100644
index 0000000..7d108ed
--- /dev/null
+++ b/src/views/index/index.scss
@@ -0,0 +1,774 @@
+.index-container {
+ background-color: #f2f2f2;
+ // padding-left: 1.2rem;
+ .index-temp1 {
+ position: relative;
+ padding-left: 1.2rem;
+ padding-right: 1.2rem;
+ padding-bottom: 0.65rem;
+ background-color: #fff;
+ .bg-img {
+ position: absolute;
+ right: 0;
+ width: 6.72rem;
+ bottom: -2.2rem;
+ }
+ .slogan {
+ font-size: 0.6rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.89rem;
+ margin-top: 1.3rem;
+ }
+ .desc {
+ font-size: 0.20rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.30rem;
+ margin-top: 0.33rem;
+ }
+ .index-nav {
+ margin-top: 1.6rem;
+ overflow: hidden;
+
+ .nav-item {
+ cursor: pointer;
+ float: left;
+ border-radius: 8px;
+ // width: .9rem;
+ // height: .7rem;
+ text-align: center;
+ color: #001d2d;
+ padding: 0.14rem 0.2rem;
+
+ font-weight: 400;
+ margin-right: 0.1rem;
+ i{
+ font-size: .34rem;
+ margin-bottom: 0.1rem;
+ display: inline-block;
+ }
+ div{
+ font-size: 0.20rem;
+ }
+ &:hover{
+ background: #001d2d;
+ color: #fff;
+ }
+ }
+ .active {
+ // background: #001d2d;
+ // color: #fff;
+ }
+ }
+ }
+ .index-temp2 {
+ padding: 0.5rem 1.2rem 0.65rem 1.2rem;
+ background-color: #f2f2f2;
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ }
+ .novots-it-ser {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ margin-top: 0.4rem;
+ .itme {
+ flex: 0 0 33.333%;
+ text-align: center;
+ font-size: 0.24rem;
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.33rem;
+ padding-top: 0.64rem;
+ padding-bottom: 0.4rem;
+ cursor: pointer;
+ &:hover{
+ background: #fff;
+ border-radius: 8px;
+ }
+ i{
+ font-size: 1.2rem;
+ color: #008CD5;
+ }
+ // img {
+ // width: 0.76rem;
+ // }
+ div {
+ margin-top: 0.1rem;
+ font-size: .24rem;
+ }
+ }
+ .active {
+ // background: #fff;
+ // border-radius: 8px;
+ }
+ }
+ }
+ .index-temp3 {
+ padding: 0.5rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ background-color: #fff;
+ height: 8rem;
+ .see-more{
+ position: absolute;
+ bottom: .2rem;
+ right: 1.2rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ cursor: pointer;
+ img{
+ width: .18rem;
+ }
+ }
+ .bg-img {
+ position: absolute;
+ width: 6.7rem;
+ left: 0;
+ // z-index: 1;
+ bottom: -1.43rem;
+ }
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ text-align: right;
+ }
+ .products {
+ padding-top: .8rem;
+ overflow: hidden;
+ .content {
+ float: right;
+ width: 4.8rem;
+ .item {
+ position: relative;
+ padding-bottom: 0.86rem;
+ cursor: pointer;
+ &:hover ul{
+ display: block;
+ }
+ span {
+ position: absolute;
+ top: -0.42rem;
+ left: -0.46rem;
+ font-size: 0.52rem;
+ color: #001d2d;
+ z-index: 0;
+ font-weight: bold;
+ opacity: 0.06;
+ font-family: Impact;
+ }
+ h3 {
+ font-size: 0.24rem;
+ font-weight: 400;
+ color: #001d2d;
+ line-height: 0.24rem;
+ img {
+ width: 0.24rem;
+ margin-left: 0.12rem;
+ position: relative;
+ top: 0.04rem;
+ }
+ }
+ div {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ padding-top: 0.22rem;
+ }
+ ul {
+ padding-top: 0.18rem;
+ // padding-left: 20px;
+ display: none;
+ }
+ li {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ // list-style: disc;
+ margin-bottom: 0.1rem;
+ }
+ }
+ }
+ }
+ }
+ .index-temp4 {
+ padding: 0.5rem 1.2rem 0.65rem 1.2rem;
+ position: relative;
+ // z-index: 0;
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ position: relative;
+ z-index: 10;
+ .sub {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ }
+ .img-dox {
+ width: 3.8rem;
+ height: 1.66rem;
+ position: absolute;
+ right: 0;
+ top: 0;
+ // padding: 0.24rem;
+ // padding-right: 0.2rem;
+ // display: flex;
+ // justify-content: center;
+ // align-items: center;
+ img {
+ width: 100%;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ & > div{
+ padding: .24rem;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ // justify-content: center;
+
+ align-items: center;
+ }
+ div {
+ font-size: 0.24rem;
+ font-weight: bold;
+ color: #ffffff;
+ line-height: 0.3rem;
+ position: relative;
+ z-index: 10;
+
+ // margin-bottom: 0.2rem;
+ }
+ span {
+ display: none;
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 0.24rem;
+ position: relative;
+ z-index: 10;
+ margin-top: .1rem;
+ span{
+ font-size: .2rem;
+ }
+ }
+ &:hover span{
+ display: block;
+ }
+ & > div{
+ background-color: rgba(0,0,0,0.4);
+ }
+ }
+ // text-align: right;
+ }
+ // .imgList {
+ .novots-it-ser {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ margin-top: 0.8rem;
+ .itme {
+ flex: 0 0 33.333%;
+ margin-bottom: .68rem;
+ .item-box{
+ width: 3.8rem;
+ height: 1.66rem;
+ position: relative;
+ margin: auto;
+
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+ & > div{
+ padding: .24rem;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ // justify-content: center;
+
+ align-items: center;
+ }
+ div{
+ position: relative;
+ z-index: 1;
+ // line-height: 1.6rem;
+ color: #fff;
+ font-size: .24rem;
+ font-weight: bold;
+ // padding-left: .24rem;
+ text-align: left;
+ }
+ .item-span {
+ display: none;
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #ffffff;
+ line-height: 0.24rem;
+ position: relative;
+ z-index: 10;
+ margin-top: .1rem;
+ span{
+ font-size: .2rem;
+ }
+ }
+ &:hover span{
+ display: block;
+ }
+ // .item-bg{
+ // background-color: rgba(0,0,0,0.4);
+ // }
+
+ }
+ .left{
+ margin: auto;
+ margin-left: 0;
+
+ }
+ .right{
+ margin: auto;
+ margin-right: 0;
+ }
+ }
+ }
+ // }
+ }
+ .index-temp5 {
+ padding: 0.5rem 1.2rem 0.85rem 1.2rem;
+ position: relative;
+ background-color: #fff;
+
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ position: relative;
+ text-align: right;
+ .sub {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ }
+
+ }
+ .novots-it-ser {
+ display: flex;
+ margin-top: 0.8rem;
+ .itme {
+ flex:1;
+
+ .item-box{
+ overflow: hidden;
+ cursor: pointer;
+ > div{
+ float: left;
+
+ }
+ .left{
+ display: flex;
+ // height: 4rem;
+ align-items: center;
+ padding-top: .5rem;
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .3rem;
+ width: 1.8rem;
+
+ div{
+ font-size: .24rem;
+ span{
+ display: block;
+ width: .6rem;
+ height: .14rem;
+ background-color: #008CD5;
+ overflow: hidden;
+ margin-bottom: .4rem;
+ i{
+ display: block;
+ float: right;
+ height: .14rem;
+ width: .14rem;
+ background-color: #6EB92C;
+ }
+ }
+ }
+ img{
+ display: block;
+ width: .24rem;
+ margin-top: .45rem;
+ }
+ margin-right: .48rem;
+
+ }
+ .right{
+ margin: auto;
+ margin-right: 0;
+ width: 3.6rem;
+ img{
+ width: 3.6rem;
+ // height: 4rem;
+ }
+ }
+
+ }
+ .item-box2{
+ > div{
+ float: right;
+ }
+ }
+
+ }
+ }
+ }
+ .index-temp6 {
+ padding: 0.5rem 1.2rem 0.65rem 1.2rem;
+ position: relative;
+ // background-color: #fff;
+
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ }
+ .block{
+ // height: 2.8rem;
+ margin-top: .4rem;
+ .small{
+ text-align: center;
+ }
+ .swiper-one{
+ display: flex;
+ position: relative;
+ top: 50%;
+ transform: translateY(-50%);
+ margin: 0 .6rem;
+ .swiper-item{
+ position: relative;
+ cursor: pointer;
+ flex: 1;
+ div{
+ margin: 0 auto;
+ width: 2.25rem;
+ text-align: center;
+ font-size: 0.18rem;
+
+ color: #4C4948;
+ line-height: .24rem;
+ cursor: pointer;
+ img{
+ // width: 2.25rem;
+ height: 1.8rem;
+ margin-bottom: 10px;
+ }
+ }
+
+ }
+ }
+ .swiper-one3{
+ .swiper-item{
+ cursor: pointer;
+ div{
+
+ img{
+ width: auto;
+ height: 2.14rem;
+ }
+ }
+
+ }
+ }
+ .swiper-one4{
+ .swiper-item{
+ cursor: pointer;
+ div{
+
+ img{
+ width: auto;
+ height: 2.14rem;
+ }
+ }
+
+ }
+ }
+ .swiper-one5{
+ .swiper-item{
+ cursor: pointer;
+ div{
+ img{
+ width: auto;
+ height: 2.14rem;
+ }
+ }
+ }
+ }
+ }
+ }
+ .index-temp7{
+ padding: 0.5rem 1.2rem 0.65rem 1.2rem;
+ position: relative;
+ background-color: #fff;
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ position: relative;
+ text-align: right;
+ .sub {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ }
+
+ }
+ .block{
+ height: 2.8rem;
+ margin-top: .6rem;
+ .swiper-item{
+ cursor: pointer;
+ display: flex;
+ & > img{
+ flex:none;
+ width: 3.81rem;
+ }
+ & > div{
+ border: 1px solid #DFDFDF;
+ border-left:0 ;
+ flex: 1;
+ padding: .2rem .28rem;
+ position: relative;
+ .name{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ }
+ .Jianjie{
+ font-size: .18rem;
+ margin-top: .22rem;
+ }
+ img{
+ width: 1.66rem;
+ position: absolute;
+ top: 0;
+ right: 0;
+ }
+ }
+ }
+ }
+ .tags{
+ text-align: center;
+ margin-bottom: .5rem;
+ span{
+ margin-right: .48rem;
+ font-size: .18rem;
+ font-weight: 400;
+ color: #737373;
+ height: .24rem;
+ cursor: pointer;
+ &:last-child{
+ margin-right: 0;
+ }
+ }
+
+
+ .active{
+ font-weight: bold;
+ color: #001D2D;
+ }
+ }
+ .img-list{
+ cursor: pointer;
+ // display: flex;
+ .img-class{
+ display: flex;
+ justify-content: center;
+
+ }
+ .img-item{
+ display: flex;
+ flex-wrap:wrap;
+ overflow: hidden;
+ .img-lr{
+ flex: 0 0 20%;
+ text-align: center;
+ // margin-bottom: .3rem;
+ margin-bottom: .3rem;
+ float: left;
+ height: .7rem;
+ width: 2.4rem;
+ text-align: center;
+ img{
+ // width: 80%;
+ // max-width: 100%;
+ height: 100%;
+
+ }
+ }
+ }
+ }
+ }
+ .index-temp8{
+ padding: 0.5rem 1.2rem 0.65rem 1.2rem;
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ position: relative;
+ }
+ .block{
+ .form-item{
+ border-bottom: 1px solid #DADADA;
+ height: .88rem;
+ position: relative;
+ span{
+ font-size: .18rem;
+ font-weight: bold;
+ color: #042030;
+ position: absolute;
+ line-height: .88rem;
+ left: 0;
+ top: 0;
+ display: inline-block;
+
+ i{
+ position: relative;
+ color: #E02020;
+ margin-right: .04rem;
+ }
+ }
+ input{
+ width: 100%;
+ height: 100%;
+ border: 0;
+ background-color: rgba(0,0,0,0);
+ text-indent: 1.25rem;
+ outline: none;
+ }
+ }
+ }
+ }
+ .index-temp9{
+ padding: 0.5rem 1.2rem 0.65rem 1.2rem;
+ position: relative;
+ // background-color: #fff;
+ .see-more{
+ // position: absolute;
+ // bottom: .2rem;
+ // right: 1.2rem;
+ text-align: center;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-top: .2rem;
+ span{
+ cursor: pointer;
+ }
+ img{
+ width: .18rem;
+ }
+ }
+ .hu-it {
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001d2d;
+ line-height: 0.62rem;
+ position: relative;
+ }
+ .content{
+ margin-top: .6rem;
+ position: relative;
+ // width: 100%;
+ // overflow: auto;
+ // padding-right: 1.2rem;
+ .flex-content{
+ display: flex;
+ // padding-right: 1.2rem;
+ }
+ .scrollbar-demo-item{
+ flex-shrink: 0;
+ width: 100%;
+ // height: 3.6rem;
+ // padding-right: .8rem;
+ // padding-left: .02rem;
+ padding-bottom: .2rem;
+ }
+
+ .date-num{
+ position: relative;
+ font-size: .18rem;
+ color: #001D2D;
+ // line-height: .40rem;
+ letter-spacing: 0.01rem;
+ text-align: center;
+ cursor: pointer;
+ img{
+ width: 100%;
+ // height: 2.84rem;
+ height: 300px;
+ object-fit: contain;
+ margin-bottom: .2rem;
+ }
+ span{
+ padding-left: .16rem;
+ padding-right: .1rem;
+ }
+ .title{
+ display: block;
+ text-align: left;
+ font-size: .28rem;
+ height: 1.2rem;
+ font-weight: 500;
+
+ font-weight: 400;
+ }
+ .text{
+ font-size: .18rem;
+ color: #737373;
+
+ font-weight: 400;
+ margin-top: .1rem;
+ text-overflow: -o-ellipsis-lastline;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ line-clamp: 2;
+ -webkit-box-orient: vertical;
+ }
+ }
+
+
+ }
+
+ }
+ }
\ No newline at end of file
diff --git a/src/views/index/index.vue b/src/views/index/index.vue
new file mode 100644
index 0000000..cc17a32
--- /dev/null
+++ b/src/views/index/index.vue
@@ -0,0 +1,828 @@
+
+
+
+
+
成为客户最信赖 最具实力的IT合作伙伴
+
+ 为客户提供全方位、高品质的系统运营服务,
+ 帮助客户提高IT服务水平和运营效率
+
+
+
+
+
+ 护航服务
+ NOVOTS SERVICES
+
+
+
+
+
+
+ 查看更多
+
+
+ 护航自有产品
+ NOVOTS PRODUCTS
+
+
+
+
+
01
+
+
+ {{homeData.canpinList[0].title}}
+
+
+
+
{{homeData.canpinList[0].subtitle}}
+
+ {{homeData.canpinList[0].content}}
+
+
+
+
+
+
02
+
+
+ {{homeData.canpinList[1].title}}
+
+
+
+
{{homeData.canpinList[1].subtitle}}
+
+ {{homeData.canpinList[1].content}}
+
+
+
+
+
+
+
+ 护航科技服务优势
+ NOVOTS SERVICE ADVANTAGE
+
+
+
+
+
+
{{ servicesList[0].title }}
+
{{ servicesList[0].content }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 特色解决方案
+ FEATURED SOLUTIONS
+
深入场景 为客户量身制定 IT 服务解决方案
+
+
+
+
+
+
+
+
+
+ {{homeData.caseList[0].title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{homeData.caseList[1].title}}
+
+
+
+
+
+
+
+
+
+ 企业资质
+ QUALIFICATION
+
+
+
+
+
+
+
+
+
{{ list.title }}
+
+
+
+
+
+
+
+
+
+
+ 优质客户
+ QUALITY CUSTOMER
+
+
+ 不断的追求 IT
+ 场景的稳定性、安全性、可靠性。帮助行业及企业用户把信息技术应用转化为业务的驱动力,充分挖掘信息技术的能量,获得竞争的优势
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
+ {{ item.content }}
+
+
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 企业动态
+ ENTREPRISE'S NEWS
+
+
+
+
查看更多
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/itService/childs/index_1/images/bg.png b/src/views/itService/childs/index_1/images/bg.png
new file mode 100644
index 0000000..1b79aee
Binary files /dev/null and b/src/views/itService/childs/index_1/images/bg.png differ
diff --git a/src/views/itService/childs/index_1/images/bg2.png b/src/views/itService/childs/index_1/images/bg2.png
new file mode 100644
index 0000000..7f7d168
Binary files /dev/null and b/src/views/itService/childs/index_1/images/bg2.png differ
diff --git a/src/views/itService/childs/index_1/images/img1.png b/src/views/itService/childs/index_1/images/img1.png
new file mode 100644
index 0000000..9445a01
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img1.png differ
diff --git a/src/views/itService/childs/index_1/images/img11.png b/src/views/itService/childs/index_1/images/img11.png
new file mode 100644
index 0000000..d553444
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img11.png differ
diff --git a/src/views/itService/childs/index_1/images/img12.png b/src/views/itService/childs/index_1/images/img12.png
new file mode 100644
index 0000000..2db125e
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img12.png differ
diff --git a/src/views/itService/childs/index_1/images/img2.png b/src/views/itService/childs/index_1/images/img2.png
new file mode 100644
index 0000000..a10a1c7
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img2.png differ
diff --git a/src/views/itService/childs/index_1/images/img3.png b/src/views/itService/childs/index_1/images/img3.png
new file mode 100644
index 0000000..f4ac0b1
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img3.png differ
diff --git a/src/views/itService/childs/index_1/images/img4.png b/src/views/itService/childs/index_1/images/img4.png
new file mode 100644
index 0000000..7ae31d9
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img4.png differ
diff --git a/src/views/itService/childs/index_1/images/img5.png b/src/views/itService/childs/index_1/images/img5.png
new file mode 100644
index 0000000..e0c1a34
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img5.png differ
diff --git a/src/views/itService/childs/index_1/images/img6.png b/src/views/itService/childs/index_1/images/img6.png
new file mode 100644
index 0000000..1d2a268
Binary files /dev/null and b/src/views/itService/childs/index_1/images/img6.png differ
diff --git a/src/views/itService/childs/index_1/index.scss b/src/views/itService/childs/index_1/index.scss
new file mode 100644
index 0000000..9032bce
--- /dev/null
+++ b/src/views/itService/childs/index_1/index.scss
@@ -0,0 +1,374 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .3rem;
+ margin-bottom: .4rem;
+ }
+ .content{
+ img{
+ width: 100%;
+ }
+ .item{
+ font-size: .18rem;
+
+ color: #737373;
+ line-height: .3rem;
+ div{
+ padding: .2rem .3rem .2rem .4rem;
+ border-radius: .06rem;
+ border: 1px dashed #0B83C6;
+ margin-bottom: .3rem;
+ // width: 4.4rem;
+ li{
+ // list-style: disc;
+ position: relative;
+ &::before{
+ content: "";
+ background-color: #71B5DB;
+ width: 4px;
+ height: 4px;
+ position: absolute;
+ border-radius: 2px;
+ left: -.14rem;
+ top: .13rem;
+ }
+ }
+ }
+ }
+ }
+ }
+ .it-temp3{
+ padding: .6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ .bg-img{
+ position: absolute;
+ width: 6.48rem;
+ height: auto;
+ top: 1.60rem;
+ left: 0;
+ z-index: 0;
+ }
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .bg{
+ width: 100%;
+ }
+ .item{
+ background-color: #fff;
+ border-radius: .4rem;
+ padding: .12rem;
+ position: relative;
+ .icon{
+ width: .74rem;
+ margin-left: .32rem;
+ }
+ span{
+ font-size: .52rem;
+ font-weight: bold;
+ position: absolute;
+ right: -33px;
+ top: 1.6rem;
+ transform: translateX(50%);
+ }
+ }
+ .title{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .40rem;
+ padding: .26rem 0;
+ padding-left: .3rem;
+
+ }
+ .text{
+ padding-top: .12rem;
+ padding-left: .42rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ height: 3rem;
+ position: relative;
+ img{
+ position: absolute;
+ bottom: .4rem;
+ left: .3rem;
+ width: .74rem;
+ }
+ }
+
+ }
+ .it-temp4{
+ padding: 0rem 1.2rem .5rem 1.2rem;
+ padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .5rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .title-sub2{
+ text-align: left;
+ font-size: .24rem;
+ span{
+ top: .04rem;
+ }
+ }
+ .item{
+ .title{
+ line-height: .32rem;
+ // text-align: center;
+ position: relative;
+ padding-top: .36rem;
+ div{
+ position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: left;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ left: .3rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .model1{
+ margin-top: 1rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ line-height: .6rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ span{
+ font-weight: 500;
+ font-size: .28rem;
+ color: #001D2D;
+ }
+ }
+ }
+ margin-bottom: .5rem;
+ }
+ .model2{
+ .img{
+ margin-top: .3rem;
+ position: relative;
+ img{
+ width: 90%;
+ margin-left: 5%;
+ }
+
+ .text{
+ position: absolute;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .30rem;
+ bottom: 2rem;
+ .title{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ margin-bottom: .1rem;
+ }
+ }
+ }
+ }
+ }
+ .it-temp5{
+ padding:0rem 1.2rem 1.2rem 1.2rem;
+ margin-top: -1rem;
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .4rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .number{
+ font-size: .6rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ line-height: .89rem;
+ letter-spacing: .01rem;
+ position: relative;
+ top: .26rem;
+ }
+ .title{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ position: relative;
+ top: -.08rem;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .30rem;
+ }
+ }
+}
+.model-fangan{
+ position: relative;
+ top: -1.2rem;
+}
\ No newline at end of file
diff --git a/src/views/itService/childs/index_1/index.vue b/src/views/itService/childs/index_1/index.vue
new file mode 100644
index 0000000..0a68a5b
--- /dev/null
+++ b/src/views/itService/childs/index_1/index.vue
@@ -0,0 +1,311 @@
+
+
+
+
+
IT 基础架构服务
+
+
+
+ IT 服务
+ IT 基础架构服务
+
+
+
+
+
+ IT 基础架构通过客户端设备,服务器,网络系统(路由器,交换机),管理设备(上网行为管理),综合布线系统,桌面系统环境,存储系统,操作系统等一系列应用部署,打造 IT 系统架构,实现高效协作,有效支撑决策,实现多维度矩阵管控,无边界的应用信息
+
+
+
+
+
+
+
+
+
+
+ 迫切需要建立科学的管理模式。将公司特色的管理经验固化为具体的工作规范和流程,同时充分吸收国内外先进的管理思想和管理成果
+ 该管理模式主要包括,组织架构、IT投资、服务与运营等重点业务领域的管理模式,并建立一套绩效监控指标体系作为保证
+
+
+
+
+ 要求从传统职能管理转变为流程管理
+ 将业务的审核与决策点定位于业务流程执行,缩短信息沟通渠道和时间
+ 提高对顾客和市场的反应速度,全面提升核心竞争力,从而使企业快速实现发展战略目标
+
+
+
+
+ 尽可能实现最大化增值,减少无效的不增值活动,实现最大限度优化整体流程的目标
+
+
+
+
+ 建立合理的IT组织,实现公司整体资源优化配备,降低管理费用和成本
+ 通过优化组织,提高整体业务运营的效率和效果
+ 提高整体业务流程上的人员服务能力
+
+
+
+
+ 加强风险控制,建立完整的成本核算手段和控制体系,从而实现对管理模式与优化后的管理流程进行有效的支撑与集成
+
+
+
+
+
+
+
+
+
+
+
+ 方案组成
+
+
+
+
+
+
+
+ IT 基础架构服务
+
+
+
=
+
+
+
+
+
+
+ 基础架构建设
+
+
+
+
+
+
+ 网络和网络设备运维
+ 服务器和存储运行维护
+ 系统软件运行维护
+ 应用软件运行维护
+ IT资产管理服务
+ 基础架构监控服务
+
+
+
+
+
+
+ 用户终端建设
+
+
+
+
+
+
+ 桌面端软件支持服务
+ 桌面端硬件支持服务
+ IMAC 服务
+ 桌面端防病毒服务
+ 终端安全管理
+ 终端交付服务
+
+
+
+
+
+
+ 智能呼叫中心
+
+
+
+
+ 设备管理
+ 数据/存储/容灾管理
+ 业务管理
+ 服务目录
+ 信息安全管理
+ 日常工作管理
+
+
+
+
+
+
+
+
+
+ 方案解码
+
+
+
+
+
+
+
+
+
+
+
+ IT智能服务平台
+
+
+
+ 7*24 小时服务接口,语意化 的智能分析,提升了服务效率,
+ 增加最终使用者的满意度,同时借助专业系统工具的使用,
+ 实现IT服务可视化、可控化和自动化。
+
+
+
+
+
+
+
+
+
+ ITSS 管理工具 - ITSM
+
+
+
+
+
+
+
+ 解救企业IT运营管理中的各种复杂流程,节约企业运营成本
+
+ 基于ITIL4、ITSS、ISO20000等国际,国内标准,云端部署,开通即用,融合业界丰富的IT服务运营实战经验,实现IT服务可视,可控,可管,提升IT服务效力。
+
+
+
+
+
+
+ 特色服务方案
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 方案价值
+
+
+
+
+ 01
+ 专业高效
+
+ 通过护航科技的专业IT服务,
+ 实现IT系统接口统一,专业高效,
+ 运行稳定的整体目标
+
+
+
+ 02
+ 降低运营成本
+
+ 通过IT基础架构建设实现企业业务高效运转,
+ 综合降低企业运营成本,
+ 助力企业业务发展
+
+
+
+ 03
+ 标准化评估
+
+ 建立标准化,流程化,透明化、
+ 数字化的IT管理体系,
+ 实现IT运维结果的可量化,可评估
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/itService/childs/index_2/images/bg.png b/src/views/itService/childs/index_2/images/bg.png
new file mode 100644
index 0000000..58ac2e7
Binary files /dev/null and b/src/views/itService/childs/index_2/images/bg.png differ
diff --git a/src/views/itService/childs/index_2/images/img1.png b/src/views/itService/childs/index_2/images/img1.png
new file mode 100644
index 0000000..07cad7e
Binary files /dev/null and b/src/views/itService/childs/index_2/images/img1.png differ
diff --git a/src/views/itService/childs/index_2/images/img2.png b/src/views/itService/childs/index_2/images/img2.png
new file mode 100644
index 0000000..eee8385
Binary files /dev/null and b/src/views/itService/childs/index_2/images/img2.png differ
diff --git a/src/views/itService/childs/index_2/images/img3.png b/src/views/itService/childs/index_2/images/img3.png
new file mode 100644
index 0000000..814b1f5
Binary files /dev/null and b/src/views/itService/childs/index_2/images/img3.png differ
diff --git a/src/views/itService/childs/index_2/images/img4.png b/src/views/itService/childs/index_2/images/img4.png
new file mode 100644
index 0000000..8aa1230
Binary files /dev/null and b/src/views/itService/childs/index_2/images/img4.png differ
diff --git a/src/views/itService/childs/index_2/images/img5.png b/src/views/itService/childs/index_2/images/img5.png
new file mode 100644
index 0000000..b0a17f4
Binary files /dev/null and b/src/views/itService/childs/index_2/images/img5.png differ
diff --git a/src/views/itService/childs/index_2/index.scss b/src/views/itService/childs/index_2/index.scss
new file mode 100644
index 0000000..48cfbd0
--- /dev/null
+++ b/src/views/itService/childs/index_2/index.scss
@@ -0,0 +1,307 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+ // .sub-title{
+ // font-size: .42rem;
+ // font-weight: 500;
+ // color: #001D2D;
+ // line-height: .62rem;
+ // position: relative;
+ // z-index: 1;
+ // }
+ // .small-title{
+ // position: relative;
+ // z-index: 1;
+ // font-size: .32rem;
+ //
+ // font-weight: 400;
+ // color: #FFFFFF;
+ // line-height: .44rem;
+ // padding: .24rem .3rem;
+ // background: rgba(0, 39, 59, 0.2);
+ // border-radius: 26px;
+ // margin-top: .26rem;
+ // }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ .content{
+ padding-top: .6rem;
+ img{
+ width: 100%;
+ }
+ }
+ }
+ .it-temp3{
+ padding: .6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ .bg-img{
+ position: absolute;
+ width: 6.48rem;
+ height: auto;
+ top: 1.60rem;
+ left: 0;
+ z-index: 0;
+ }
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .bg{
+ width: 100%;
+ }
+ .item{
+ background-color: #fff;
+ border-radius: .4rem;
+ padding: .12rem;
+ .icon{
+ width: .74rem;
+ margin-left: .32rem;
+ }
+ }
+ .title{
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .40rem;
+ padding: .26rem 0 .2rem 0;
+ padding-left: .2rem;
+ p{
+ font-size: .18rem;
+ }
+ }
+ .text{
+ // padding-top: .12rem;
+ padding-left: .32rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ height: 1.8rem;
+ position: relative;
+ img{
+ position: absolute;
+ bottom: .4rem;
+ left: .32rem;
+ width: .74rem;
+ display: block;
+ margin: 0;
+ }
+ }
+
+ }
+ .it-temp4{
+ padding: .6rem 1.2rem .5rem 1.2rem;
+ padding-bottom: 0;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ margin-bottom: .6rem;
+ display: block;
+ }
+ .title-sub2{
+ text-align: left;
+ font-size: .24rem;
+ span{
+ top: .04rem;
+ &:first-child{
+ background: #ECF4E3!important;
+ }
+ }
+ div{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ }
+ }
+ }
+ .it-temp5{
+ padding: 0rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .item{
+ .title{
+ line-height: .32rem;
+ // text-align: center;
+ position: relative;
+ padding-top: .36rem;
+ div{
+ position: absolute;
+ width: 100%;
+ left: .38rem;
+ top: 0;
+ // text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ left: .76rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-top: .6rem;
+ padding: .4rem;
+ }
+
+ }
+
+}
\ No newline at end of file
diff --git a/src/views/itService/childs/index_2/index.vue b/src/views/itService/childs/index_2/index.vue
new file mode 100644
index 0000000..76afcc3
--- /dev/null
+++ b/src/views/itService/childs/index_2/index.vue
@@ -0,0 +1,200 @@
+
+
+
+
+
云服务
+
+
+
+ IT 服务
+ 云服务
+
+
+
+
+
+ 云服务是护航科技以客户信息服务管理成熟度、运维规范成熟度、运维人员技能成熟度、服务价值期望及服务质量管控要求等为需求基准,安排驻场工程师或专家组实地深入地了解客户云计算平台运营、日常维护、人员培养等方面的现状,并根据客户的服务需求,派驻驻场工程师到客户现场对云计算平台运营维护、人员技能提升等提供技术保障的服务。
+
+
+
+
+
+
+
+
+
+ 方案组成
+
+
+
+
+
+
+
+
+ 基于云管理平台和运维能力管理体系,保障企业云服务质量,为客户核心业务系统的平稳运行保驾护航
+
+
+
+
+
+
+
+
+
+
+
+ 依托与云厂商的服务合作,为其企业客户提供私有云/混合云平台搭建、业务应用/数据上云迁移等专项服务
+
+
+
+
+
+
+
+
+
+
+ 基于护航的云服务技术能力和经验,结合云厂商规划能力,为客户提供平台规划,架构设计,选型,优化等专业服务
+
+
+
+
+
+
+
+
+
+ 云服务管理架构
+
+
+
+
+
+ 云资源管理
+
定期(周,月,季度,年度)输出云资源管理报告(如:CPU,内存,存储,网络等)使用情况的总结报表,为容量管理决策提供参考
+
+
+
+ 重大时刻值守
+
+
在任何可能对业务产生重大影响或客户指定的其他重要时刻,提供专业的护航科技值守保障服务
+
+
+
+ 监控与问题处理
+
+
对云平台相关的计算资源进行日常维护和实时监控,对平台的运行和维护现状进行评估分析,重大问题,升级到技术专家团队,提升问题处理效率
+
+
+
+ 云启用和迁移服务
+
+
通过对当前资源负载、基础设施,应用系统和安全管理的综合评估,定制迁移计划并进行实施,相关技术团队保质保量完成迁移
+
+
+
+ 云访问安全管理
+
+
涵盖从安全访问到多因素身份验证,再到策略实施及合规性等各个方面
+
+
+
+
+
+ 云服务优势
+
+
+
+
+
+
+ 全面且深入的资源多维度、多视角、多形式分析,提升资源使用效能,消除资源浪费等难题
+
+
+
+ 基于云管理平台,全面深入用户成熟度评估、用户运营分析与用户高效协同,提升用户体验和满意度
+
+
+
+ 可视化服务产品的全方位运营工作,全局运营数据流建设、可视化服务的运营和用户价值的提升
+
+
+
+ 对内部的工作过程进行全面的管理,制定和优化流程规范,提升内部运营效能
+
+
+
查看更多
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/itService/childs/index_3/images/bg.png b/src/views/itService/childs/index_3/images/bg.png
new file mode 100644
index 0000000..01e40eb
Binary files /dev/null and b/src/views/itService/childs/index_3/images/bg.png differ
diff --git a/src/views/itService/childs/index_3/images/icon.png b/src/views/itService/childs/index_3/images/icon.png
new file mode 100644
index 0000000..bc92c76
Binary files /dev/null and b/src/views/itService/childs/index_3/images/icon.png differ
diff --git a/src/views/itService/childs/index_3/images/icon2.png b/src/views/itService/childs/index_3/images/icon2.png
new file mode 100644
index 0000000..f005110
Binary files /dev/null and b/src/views/itService/childs/index_3/images/icon2.png differ
diff --git a/src/views/itService/childs/index_3/images/img1.png b/src/views/itService/childs/index_3/images/img1.png
new file mode 100644
index 0000000..f64c27e
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img1.png differ
diff --git a/src/views/itService/childs/index_3/images/img10.png b/src/views/itService/childs/index_3/images/img10.png
new file mode 100644
index 0000000..dd84db7
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img10.png differ
diff --git a/src/views/itService/childs/index_3/images/img11.png b/src/views/itService/childs/index_3/images/img11.png
new file mode 100644
index 0000000..4d36009
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img11.png differ
diff --git a/src/views/itService/childs/index_3/images/img2.png b/src/views/itService/childs/index_3/images/img2.png
new file mode 100644
index 0000000..e8d6e71
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img2.png differ
diff --git a/src/views/itService/childs/index_3/images/img3.png b/src/views/itService/childs/index_3/images/img3.png
new file mode 100644
index 0000000..2fedf23
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img3.png differ
diff --git a/src/views/itService/childs/index_3/images/img4.png b/src/views/itService/childs/index_3/images/img4.png
new file mode 100644
index 0000000..d50bbca
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img4.png differ
diff --git a/src/views/itService/childs/index_3/images/img5.png b/src/views/itService/childs/index_3/images/img5.png
new file mode 100644
index 0000000..ee82f98
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img5.png differ
diff --git a/src/views/itService/childs/index_3/images/img6.png b/src/views/itService/childs/index_3/images/img6.png
new file mode 100644
index 0000000..bb2af2b
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img6.png differ
diff --git a/src/views/itService/childs/index_3/images/img7.png b/src/views/itService/childs/index_3/images/img7.png
new file mode 100644
index 0000000..ff4547f
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img7.png differ
diff --git a/src/views/itService/childs/index_3/images/img8.png b/src/views/itService/childs/index_3/images/img8.png
new file mode 100644
index 0000000..a459eb2
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img8.png differ
diff --git a/src/views/itService/childs/index_3/images/img9.png b/src/views/itService/childs/index_3/images/img9.png
new file mode 100644
index 0000000..e759dd2
Binary files /dev/null and b/src/views/itService/childs/index_3/images/img9.png differ
diff --git a/src/views/itService/childs/index_3/index.scss b/src/views/itService/childs/index_3/index.scss
new file mode 100644
index 0000000..3760113
--- /dev/null
+++ b/src/views/itService/childs/index_3/index.scss
@@ -0,0 +1,490 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+ .it-temp3{
+ padding: .6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content{
+ display: flex;
+ img{
+ width: 4.34rem;
+ }
+ .right{
+ flex: auto;
+ padding-left: .88rem;
+ // padding-top: .32rem;
+ display: flex;
+ align-items: center;
+ .title{
+ text-align: center;
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ margin-bottom: .44rem;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .36rem;
+ }
+ .item-text{
+ height: .56rem;
+ text-align: center;
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .56rem;
+ margin-bottom: .32rem;
+ position: relative;
+ span{
+ position: relative;
+ z-index: 1;
+ }
+ img{
+ height: .56rem;
+ width: auto;
+ position: absolute;
+ top: 0;
+ left: 50%;
+ transform: translateX(-55%);
+ z-index: 0;
+ }
+ }
+ }
+ }
+ .pro-flex{
+ margin-top: 1rem;
+ .item{
+ margin-bottom: .4rem;
+ .title{
+ line-height: .32rem;
+ text-align: center;
+ position: relative;
+ // padding-top: .5rem;
+ div{
+ // position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ position: relative;
+ top: -.2rem;
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-flex;
+ // line-height: 1rem;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ img{
+ width: .6rem;
+ height: .6rem;
+ display: block;
+ }
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .2rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ text-align: left;
+ padding-left: 1.26rem;
+ // padding-right: .6rem;
+ display: block;
+ top: -.2rem;
+ line-height: .4rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .pro-top{
+ margin-bottom: .4rem;
+ ul{
+ display: flex;
+ position: relative;
+ left: -.6rem;
+ // padding-left: .2rem;
+ width: calc(100vw - 1rem);
+ padding-right: .36rem;
+ li{
+ flex: 1;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ }
+
+ }
+ }
+ .pro-center{
+ img{
+ width: 100%;
+ }
+ margin-bottom: .4rem;
+ }
+ .pro-bottom{
+ ul{
+ display: flex;
+ position: relative;
+ left: .02rem;
+ padding-left: .68rem;
+ padding-right: .65rem;
+ li{
+ flex: 1;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ }
+ }
+ }
+ }
+ .book{
+ .book-item{
+ display: flex;
+ img{
+ width: 4rem;
+ }
+ .book-content{
+ flex: auto;
+ padding-left: 1.32rem;
+ .title{
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ margin-bottom: .4rem;
+ }
+ .label{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .36rem;
+ }
+ .text{
+ font-size: 18px;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .36rem;
+ margin-bottom: .1rem;
+ }
+ .btn{
+ margin-top: .3rem;
+ cursor: pointer;
+ width: 2.59rem;
+ height: .64rem;
+ background: #008CD5;
+ border-radius: 8px;
+ line-height: .64rem;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ img{
+ vertical-align: middle;
+ width: .36rem;
+ }
+ }
+ }
+ }
+ }
+ // .item{
+ // img{
+ // width: 100%;
+ // }
+ // }
+
+ // .text{
+ // font-size: .18rem;
+ //
+ // font-weight: 400;
+ // color: #737373;
+ // line-height: .6rem;
+ // }
+
+ }
+ .it-temp4{
+ padding: .6rem 1.2rem .5rem 1.2rem;
+ padding-bottom: 0;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ margin-bottom: .6rem;
+ display: block;
+ }
+ .title-sub2{
+ text-align: left;
+ font-size: .24rem;
+ span{
+ top: .04rem;
+ &:first-child{
+ background: #ECF4E3!important;
+ }
+ }
+ div{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ }
+ }
+ }
+ .it-temp5{
+ padding: .6rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .item{
+ .title{
+ line-height: .32rem;
+ text-align: center;
+ position: relative;
+ padding-top: .5rem;
+ & > span {
+ text-align: left;
+ display: block;
+ padding-left: 30%;
+ }
+ div{
+ position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-top: .3rem;
+ padding: 0 .3rem;
+ }
+
+ }
+
+}
\ No newline at end of file
diff --git a/src/views/itService/childs/index_3/index.vue b/src/views/itService/childs/index_3/index.vue
new file mode 100644
index 0000000..613ba17
--- /dev/null
+++ b/src/views/itService/childs/index_3/index.vue
@@ -0,0 +1,472 @@
+
+
+
+
+
+
+
+ IT 服务
+ ITSS 系列培训
+
+
+
+
+
+ 伴随着中国 IT
+ 产业迅猛发展,特别是随着产业融合的日益加快和产业分工的不断深化,IT
+ 新业态和新市场日新月异,人才需求不断出现,IT
+ 教育培训关系到产业创新能力和人才供给保障,对IT
+ 产业可持续发展的重要性越来越大。
+ ITSS是在工信部和信息化部的指导下,由信息技术服务标准(ITSS)工作组组织研究制定的。ITSS(Information
+ Technology Service
+ Standards,信息技术服务标准)是一套体系化的信息技术服务标准库,全面规范了信息技术服务产品及其组成要素,用于指导实施标准化的信息技术服务,以保障其可信赖。
+
+
+
+
+
+ ITSS(IT Service Standards) 助力 IT 服务的发展
+
+
+
+
+
+
+
ITSS 充分吸收了国际各种 IT 管理标准的精华
+
+
+
+
+
ISO20000
+
+
+
+
+
+
ITIL
+
+
+
+
+
+
ESCM
+
+
+
+
+
+
ISO9000
+
+
+
+
+
+
COBIT
+
+
+
+
+
+
……
+
+
+
+
+
+
+ ITSS(Information Technology Service Standards,信息技术服务标准)
+ 是一套体系化的信息技术服务标准库,全面规范了信息技术服务产品及其组成要素,用于指导实施标准化的信息技术服务,以保障其可信赖。
+
+
+
+
+
+
+
+
+
+
+
1
+
+
国内 IT 服务市场逐步扩大, 这对各方都是个讯号!
+
+
+
+
+
+
+
+
2
+
+
对个人来说: 需要把更多的眼光投入到 IT
+ 服务领域的职场
+
+
+
+
+
+
+
+
3
+
+
对企业来说: 需要一套符合中国国情的 IT
+ 服务实现的全面指导办法,包括我们常说的甲方和乙方。
+
+
+
+
+
+
+
+
+
+
+
+
+
4
+
+
对学校来说:
+ 需要与社会紧密结合,借助各方力量调整自己的教育思路
+
+
+
+
+
+
+
+
5
+
+
于国家来说:
+ 需要有一套标准来驱动整个行业的发展,这就是中国 IT
+ 服务标准(ITSS)
+
+
+
+
+
+
+
+
+
+
+
IT 服务工程师课程简介
+
+
+
+ 授课教材
+
+ 《国家信息技术服务标准(ITSS)系列培训- IT
+ 服务工程师培训教材》
+
+
+
+ 发证机构
+
+ 工信部电子技术标准化研究院
+
+
+
+ 培训周期
+
+ 24学时(3天)
+
+
+
+ 培训目的
+
+ 提高 IT 服务工程师的专业能力
+
+
+
+ 培训内容
+
+ 借鉴了国际上先进的 IT 服务体系,依据国内 ITSS 体系标准,
+ 涵盖了信息技术服务相关学科知识,结合国内外 IT
+ 服务行业的最佳实践,对于 IT
+ 服务工作具有非常强的指导意义。
+
+
+
+
+ 报名入口
+
+
+
+
+
+
+
IT 服务经理课程简介
+
+
+
+ 授课教材
+
+ 《国家信息技术服务标准(ITSS)系列培训- IT 服务项目经理培训教材》
+
+
+
+ 发证机构
+
+ 工信部电子技术标准化研究院
+
+
+
+ 培训周期
+
+ 40学时(5天)
+
+
+
+ 培训目的
+
+ 提高 IT 服务项目经理的专业能力
+
+
+
+ 培训内容
+
+ 借鉴了国际上先进的 项目管理知识体系和 IT 服务管理体系,依据国内 ITSS 体系标准, 涵盖 IT 服务相关学科知识,结合国内外 IT 服务行业的最佳实践,遵循 IT 服务项目管理整个生命周期过程对于 IT 服务项目管理具有非常强的指导。
+
+
+
+
+ 报名入口
+
+
+
+
+
查看更多
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/itService/childs/index_4/images/bg.png b/src/views/itService/childs/index_4/images/bg.png
new file mode 100644
index 0000000..626a682
Binary files /dev/null and b/src/views/itService/childs/index_4/images/bg.png differ
diff --git a/src/views/itService/childs/index_4/images/bg2.png b/src/views/itService/childs/index_4/images/bg2.png
new file mode 100644
index 0000000..709a574
Binary files /dev/null and b/src/views/itService/childs/index_4/images/bg2.png differ
diff --git a/src/views/itService/childs/index_4/images/img1.png b/src/views/itService/childs/index_4/images/img1.png
new file mode 100644
index 0000000..52fec71
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img1.png differ
diff --git a/src/views/itService/childs/index_4/images/img10.png b/src/views/itService/childs/index_4/images/img10.png
new file mode 100644
index 0000000..f9a4b5a
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img10.png differ
diff --git a/src/views/itService/childs/index_4/images/img11.png b/src/views/itService/childs/index_4/images/img11.png
new file mode 100644
index 0000000..19e3f21
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img11.png differ
diff --git a/src/views/itService/childs/index_4/images/img2.png b/src/views/itService/childs/index_4/images/img2.png
new file mode 100644
index 0000000..87c0685
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img2.png differ
diff --git a/src/views/itService/childs/index_4/images/img3.png b/src/views/itService/childs/index_4/images/img3.png
new file mode 100644
index 0000000..c3941b0
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img3.png differ
diff --git a/src/views/itService/childs/index_4/images/img4.png b/src/views/itService/childs/index_4/images/img4.png
new file mode 100644
index 0000000..33505c2
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img4.png differ
diff --git a/src/views/itService/childs/index_4/images/img5.png b/src/views/itService/childs/index_4/images/img5.png
new file mode 100644
index 0000000..9718f74
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img5.png differ
diff --git a/src/views/itService/childs/index_4/images/img6.png b/src/views/itService/childs/index_4/images/img6.png
new file mode 100644
index 0000000..fe9375f
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img6.png differ
diff --git a/src/views/itService/childs/index_4/images/img7.png b/src/views/itService/childs/index_4/images/img7.png
new file mode 100644
index 0000000..2589d2f
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img7.png differ
diff --git a/src/views/itService/childs/index_4/images/img8.png b/src/views/itService/childs/index_4/images/img8.png
new file mode 100644
index 0000000..4a03a51
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img8.png differ
diff --git a/src/views/itService/childs/index_4/images/img9.png b/src/views/itService/childs/index_4/images/img9.png
new file mode 100644
index 0000000..55532c4
Binary files /dev/null and b/src/views/itService/childs/index_4/images/img9.png differ
diff --git a/src/views/itService/childs/index_4/index.scss b/src/views/itService/childs/index_4/index.scss
new file mode 100644
index 0000000..4c24472
--- /dev/null
+++ b/src/views/itService/childs/index_4/index.scss
@@ -0,0 +1,432 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+ .it-temp3{
+ padding: .8rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ img{
+ width: 7.2rem;
+ display: block;
+ margin: .8rem auto;
+ }
+ span{
+ font-size: .14rem;
+
+ color: #001D2D;
+
+ display: block;
+ }
+ .left{
+ left: 2.4rem;
+ text-align: right;
+ top: .18rem;
+ position: absolute;
+ }
+ .right{
+ right: 2.4rem;
+ text-align: left;
+ position: absolute;
+ top: .35rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+ .it-temp4{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: absolute;
+ z-index: 1;
+ left: 30%;
+ top: 36%;
+ display: block;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ padding: .8rem 0;
+ img{
+ width: 100%;
+ display: block;
+ }
+
+
+ }
+ .model1{
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ span{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem ;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ }
+ }
+ .text2{
+ span{
+ margin-bottom: .18rem;
+ }
+ }
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+ }
+ }
+
+
+ }
+ .it-temp5{
+ padding: 1rem 1.2rem;
+ padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: .8rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/itService/childs/index_4/index.vue b/src/views/itService/childs/index_4/index.vue
new file mode 100644
index 0000000..46fdaf7
--- /dev/null
+++ b/src/views/itService/childs/index_4/index.vue
@@ -0,0 +1,348 @@
+
+
+
+
+
+
+
+ IT 服务
+ IT 系统集成与实施服务
+
+
+
+
+
+ 通过结构化的综合布线系统和计算机网络技术,将各个分离的设备、功能和信息等集成到相互关联的、统一和协调的系统之中,使资源达到充分共享,实现集中、高效、便利的管理。
+
+
+
+
+
+ IDC 机房运维服务
+
+
+
+
+
+
+
+ 门禁系统
+ 消防系统
+ 配供电系统
+ 泄露检测系统
+ 防火玻璃隔断
+ 集中监控系统
+
+
+ 空调系统
+ 红外防盗系统
+ 视频系统
+ UPS系统
+ 综合布线系统
+ 地板系统
+
+
+
+ 为保障IT基础设备的安全运转,及跨地域多机房管控,可采用集中式机房环境监控解决方案。
+ 机房环境监控系统可对机房进行7x24小时实时监控,对于机房的各种异常进行随时预警,并且实施远程多机房监控。
+
+
+
+
+
+
+ 信息系统规划及建设
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 应用系统规划及建设
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 数据中心规划及建设
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+ 建设弱电工程
+
+
+
+ 弱电系统是企业信息化的基础,通过护航科技模块化的设计与实施经验,为企业打造高稳定的IT基础环境
+
+
+
+
+
+
+
+
+
+
01
+
企业无线覆盖
+
AP 布线、无线 AP、无线控制器等
+
+
+
+
+
+
+
+
+
+
02
+
机房建设
+
+ 集结构、系统、服务及它们之间最优化组合,向客户提供一个,安全、高效的机房环境。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
综合布线
+
+ 综合布线系统、UPS电源系统、空调新风系统、门禁系统、图像监控系统、消防报警系统、防雷接地系统、KVM切换系统等。
+
+
+
+
+
+
+
+
+
+
+
+
04
+
门禁考勤系统
+
+ 门禁考勤系统是企业弱电智能化的基础组建,它具有对人员进出、授权、查询、统计和防盗报警保安等多种功能,还可作为人事管理、考勤管理,可于任何机电设备产品及控制系统联动。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
05
+
PBX系统
+
+ 综合布线系统使话音和数据通信设备、交换机设备、信息管理系统及设备控制系统、安全系统彼此相连,也使这些设备与外部通信网络相连接。
+
+
+
+
+
+
+
+
+
+
+
06
+
安防监控系统
+
+ 安装监控的目的是为了更好的保护我们的财产安全以及出现纠纷或有分歧事件时提供一个良好的视频举证还原现场。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
07
+
防静电地板
+
+ 防静电地板是一种可以将电荷进行耗散的地板,从而让机房不会出现静电的情况,可以更好的保护机房电子设备。
+
+
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/itService/childs/index_5/images/bg.png b/src/views/itService/childs/index_5/images/bg.png
new file mode 100644
index 0000000..835be9b
Binary files /dev/null and b/src/views/itService/childs/index_5/images/bg.png differ
diff --git a/src/views/itService/childs/index_5/images/img1.png b/src/views/itService/childs/index_5/images/img1.png
new file mode 100644
index 0000000..55e275c
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img1.png differ
diff --git a/src/views/itService/childs/index_5/images/img10.png b/src/views/itService/childs/index_5/images/img10.png
new file mode 100644
index 0000000..ddb4649
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img10.png differ
diff --git a/src/views/itService/childs/index_5/images/img2.png b/src/views/itService/childs/index_5/images/img2.png
new file mode 100644
index 0000000..af9074b
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img2.png differ
diff --git a/src/views/itService/childs/index_5/images/img3.png b/src/views/itService/childs/index_5/images/img3.png
new file mode 100644
index 0000000..dbeee5c
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img3.png differ
diff --git a/src/views/itService/childs/index_5/images/img4.png b/src/views/itService/childs/index_5/images/img4.png
new file mode 100644
index 0000000..a9b4182
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img4.png differ
diff --git a/src/views/itService/childs/index_5/images/img5.png b/src/views/itService/childs/index_5/images/img5.png
new file mode 100644
index 0000000..468e613
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img5.png differ
diff --git a/src/views/itService/childs/index_5/images/img6.png b/src/views/itService/childs/index_5/images/img6.png
new file mode 100644
index 0000000..905fd27
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img6.png differ
diff --git a/src/views/itService/childs/index_5/images/img7.png b/src/views/itService/childs/index_5/images/img7.png
new file mode 100644
index 0000000..ccc9af6
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img7.png differ
diff --git a/src/views/itService/childs/index_5/images/img8.png b/src/views/itService/childs/index_5/images/img8.png
new file mode 100644
index 0000000..32cffe6
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img8.png differ
diff --git a/src/views/itService/childs/index_5/images/img9.png b/src/views/itService/childs/index_5/images/img9.png
new file mode 100644
index 0000000..08d3c18
Binary files /dev/null and b/src/views/itService/childs/index_5/images/img9.png differ
diff --git a/src/views/itService/childs/index_5/index.scss b/src/views/itService/childs/index_5/index.scss
new file mode 100644
index 0000000..e58eccf
--- /dev/null
+++ b/src/views/itService/childs/index_5/index.scss
@@ -0,0 +1,532 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+ .it-temp3{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ text-align: left;
+ img{
+ width: 6.2rem;
+ display: block;
+ margin: .58rem auto;
+ margin-bottom: .26rem;
+ }
+ span{
+ font-size: .2rem;
+ display: block;
+
+ color: #737373;
+ line-height: .24rem;
+ // font-weight: bold;
+ }
+ .left{
+ left: 1.3rem;
+ top: .6rem;
+ position: absolute;
+ width: 2.2rem;
+ }
+ .right{
+ right: 1.1rem;
+ position: absolute;
+ top: .6rem;
+ width: 2.2rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+ .it-temp4{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: absolute;
+ z-index: 1;
+ left: 30%;
+ top: 36%;
+ display: block;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ padding: .8rem 0;
+ img{
+ width: 100%;
+ display: block;
+ }
+
+
+ }
+ .model1{
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ span{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem ;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ }
+ }
+ .text2{
+ span{
+ margin-bottom: .18rem;
+ }
+ }
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+ }
+ }
+
+
+ }
+ .it-temp5{
+ padding: .5rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ .it-temp6{
+ padding: .6rem 1.2rem 1rem 1.2rem;
+ padding-top: 0rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: .8rem;
+ }
+
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ display: block;
+ width: 100%;
+ }
+ }
+ .it-temp7{
+ padding: 0rem 1.2rem .8rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content-list{
+
+ .img{
+ width: 100%;
+ display: block;
+ margin-bottom: .2rem;
+ }
+ .item{
+ position: relative;
+ & > div{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding-bottom: .26rem;
+ padding-left: .36rem;
+ padding-top: .36rem;
+ .title{
+ font-size: .24rem;
+
+ font-weight: 600;
+ color: #001D2D;
+ margin-bottom: .18rem;
+ // line-height: 32px;
+ }
+ }
+ span{
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 1rem;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ .item-style{
+ background-color: #ECF4E3;
+ }
+ }
+
+ }
+ }
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/itService/childs/index_5/index.vue b/src/views/itService/childs/index_5/index.vue
new file mode 100644
index 0000000..2a9c0fa
--- /dev/null
+++ b/src/views/itService/childs/index_5/index.vue
@@ -0,0 +1,246 @@
+
+
+
+
+
信息安全体系建设服务
+
+
+
+ IT 服务
+ 信息安全体系建设服务
+
+
+
+
+
+ 护航科技结合多年安全管理经验,将信息安全管理体系、理念、意识、技术和方法与客户实际情况相结合,帮助客户解决切实的信息安全问题,并且为企业打造长效的机制和方法。从管理、技术、人员、过程等多角度定义、建立、实施信息安全管理体系,从多个层面保障企业的信息安全,进而提升企业信息安全的能力。
+
+
+
+
+
+
+
+ 对业务现状、信息资产进行识别,并且进行风险评估
+ 提供安全体检,网站监测,应急响应,企业安全加固服务等安全专家服务
+ 推荐测评机构进行测评,对初测问题进行指导
+
+
+ 采用管理访谈、专家分析、文档审计等多种方式全面深入的识别安全现状与差距
+ 依托资深安全专家丰富的行业经验,基于需求调研、差距分析,设计信息系统等整改建设规划
+ 对客户落实整改方案、部署安全服务及策略、并对安全加固的过程进行指导,全面提升系统整体安全
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
01
+
信息安全风险评估
+
+ 确定风险评估范围 建立风险评估方法 识别与定义评估资产
+ 定义风险危险性与脆弱性
+
+
+
+
+
+
+
+
+
+
+
02
+
信息安全管理策略
+
+ 安全制度管理策略、信息安全组织管理策略、信息资产管理策略人员安全管理策略、物理与环境安全管理策略、通讯与运营管理策略、系统开发与维护管理策略、信息安全事故管理策略
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
信息安全加固服务
+
+ 控制和防范,检测并删除恶意代码加强网络管理与控制、检测未经授权的信息处理活动、设置访问控制管理策略、实施密码策略保护系统文件
+
+
+
+
+
+
+
+
+
+
+
04
+
交付管理
+
+ 软件需求管理程序、项目管理控制程序应用系统安全管理规定、计算机机房管理控制程序
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 体系建设
+
+
+
+ 护航科技信息安全体系建设方法,是基于客户的业务现状和对信息安全的相关要求,依据ISO27001等安全标准,以风险评估为基础,建立风险处置计划,实施信息安全管理体系,明确信息安全策略和目标。在实施过程中建立持续改进的管理机制,不断提高信息安全的管理能力,持续保障业务安全。
+
+
+
+
+
+
+
+
+ 服务价值
+
+
+
+
+
+
+
+
+
演练常态化
+ 基于体系打造全新的演练方式,
提升演练成效
+
+
+
+
+
+
+
+
+
预案结构化
+ 提高应急预案体系的有效性和准确性
+
+
+
+
+
+
+
+
+
+
+
+
+
应急流程化
+ 基于信息安全管理体系,提高安全
事件处置的组织和协调效率
+
+
+
+
+
+
+
+
+
恢复一体化
+ 提升了复杂技术恢复过程
的组织实施效率
+
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/itService/childs/index_6/images/bg.png b/src/views/itService/childs/index_6/images/bg.png
new file mode 100644
index 0000000..b9607ee
Binary files /dev/null and b/src/views/itService/childs/index_6/images/bg.png differ
diff --git a/src/views/itService/childs/index_6/images/bg2.png b/src/views/itService/childs/index_6/images/bg2.png
new file mode 100644
index 0000000..3c8abf4
Binary files /dev/null and b/src/views/itService/childs/index_6/images/bg2.png differ
diff --git a/src/views/itService/childs/index_6/images/img1.png b/src/views/itService/childs/index_6/images/img1.png
new file mode 100644
index 0000000..8e3f61c
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img1.png differ
diff --git a/src/views/itService/childs/index_6/images/img2.png b/src/views/itService/childs/index_6/images/img2.png
new file mode 100644
index 0000000..ab78bcc
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img2.png differ
diff --git a/src/views/itService/childs/index_6/images/img3.png b/src/views/itService/childs/index_6/images/img3.png
new file mode 100644
index 0000000..441e3b4
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img3.png differ
diff --git a/src/views/itService/childs/index_6/images/img4.png b/src/views/itService/childs/index_6/images/img4.png
new file mode 100644
index 0000000..6fbc669
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img4.png differ
diff --git a/src/views/itService/childs/index_6/images/img5.png b/src/views/itService/childs/index_6/images/img5.png
new file mode 100644
index 0000000..d6e123b
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img5.png differ
diff --git a/src/views/itService/childs/index_6/images/img6.png b/src/views/itService/childs/index_6/images/img6.png
new file mode 100644
index 0000000..c51adbd
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img6.png differ
diff --git a/src/views/itService/childs/index_6/images/img7.png b/src/views/itService/childs/index_6/images/img7.png
new file mode 100644
index 0000000..960b777
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img7.png differ
diff --git a/src/views/itService/childs/index_6/images/img8.png b/src/views/itService/childs/index_6/images/img8.png
new file mode 100644
index 0000000..6eb4b1e
Binary files /dev/null and b/src/views/itService/childs/index_6/images/img8.png differ
diff --git a/src/views/itService/childs/index_6/index.scss b/src/views/itService/childs/index_6/index.scss
new file mode 100644
index 0000000..b81ebff
--- /dev/null
+++ b/src/views/itService/childs/index_6/index.scss
@@ -0,0 +1,385 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ justify-content: center;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+ .it-temp3{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ .model1{
+ margin-top: .8rem;
+ margin-bottom: .8rem;
+ img{
+ width: 4.34rem;
+ display: block;
+ margin: auto;
+ }
+ .right{
+ text-align: right;
+ display: flex;
+ justify-content: left;
+ justify-items: center;
+ height: 100%;
+ padding-top: 0.26rem;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ position: relative;
+ margin-bottom: .2rem;
+ overflow-x: hidden;
+ .hr{
+ position: absolute;
+ width: 80%;
+ border-bottom: 1px solid #000;
+ left: 10%;
+ height: .25rem;
+ border-left: 1px solid #000;
+ border-right: 1px solid #000;
+ bottom: .0rem;
+ &::before{
+ position: absolute;
+ content: '';
+ width: 0;
+ height: 0;
+ border-left: .06rem solid transparent;
+ border-bottom: .1rem solid #000;
+ border-right: .06rem solid transparent;
+ left: -.06rem;
+ }
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem ;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ position: relative;
+ &:first-child{
+ margin-left: .0rem;
+ }
+ &::before{
+ position: absolute;
+ content: '';
+ width: 0;
+ height: 0;
+ border-left: .1rem solid #000;
+ border-top: .06rem solid transparent;
+ border-bottom: .06rem solid transparent;
+ right: -.26rem;
+ top: 50%;
+ transform: translateY(-50%);
+ }
+ }
+
+ }
+ .text2{
+ span{
+ margin-bottom: .18rem;
+ }
+ }
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+ .text-sub{
+ font-size: .18rem;
+
+ color: #001D2D;
+ // width: 80%;
+ // border-bottom: 1px solid #000;
+ // margin-left: -10%;
+ padding-right: 8%;
+ }
+ }
+ }
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ text-align: left;
+ img{
+ width: 7.2rem;
+ display: block;
+ margin: .8rem auto;
+ }
+ span{
+ font-size: .14rem;
+ display: block;
+
+ color: #001D2D;
+ line-height: .19rem;
+ }
+ .left{
+ left: 1.3rem;
+ top: .86rem;
+ position: absolute;
+ width: 2.1rem;
+ }
+ .right{
+ right: 1.1rem;
+ position: absolute;
+ top: .96rem;
+ width: 2.1rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+ .it-temp4{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ .bg{
+ position: absolute;
+ right: 0;
+ width: 8.48rem;
+ top: 1rem;
+ }
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .5rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .model1{
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+ img{
+ width: 100%;
+ display: block;
+ position: relative;
+ top: 50%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ margin-bottom: .8rem;
+ }
+
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+
+ }
+ }
+
+
+
+
+ }
+ .it-temp5{
+ padding: 0rem 1.2rem 1rem 1.2rem;
+ position: relative;
+ z-index: 1;
+
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: .6rem;
+
+ img{
+ width: 100%;
+ margin-bottom: .3rem;
+ }
+ p{
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ // padding-bottom: .3rem;
+ line-height: .4rem;
+ }
+
+ }
+
+
+ }
+
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/itService/childs/index_6/index.vue b/src/views/itService/childs/index_6/index.vue
new file mode 100644
index 0000000..c768b07
--- /dev/null
+++ b/src/views/itService/childs/index_6/index.vue
@@ -0,0 +1,180 @@
+
+
+
+
+
ITSM 体系建设服务
+
+
+
+ IT 服务
+ ITSM 体系建设服务
+
+
+
+
+
+ 通过对IT行业体系建设的分析,结合企业的实际情况,以ITIL、ISO20000、ITSS等标准为基础,建立规范标准的IT服务管理体系,实现服务管理的制度化和流程化,为企业IT的自动化、智能化建设奠定基础。
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 基于生命周期的服务管理体系
+
+
+
+
+ 关注如何在标准化的前提下持续提升服务能力
+
+
+
+ 质量理念贯穿于整个服务生命周期
+
+
+
+ 关注在能力提升的同时,同步提升服务质量
+
+
+
+
+
+
+
+
+
+
+
+ ITSS 的特点
+
+
+
+
+
+
+
+
+
+
+
+ 遵从真实的业务实践
+
+
+
+ 护航IT服务管理体系建设服务是在理解企业实际业务要求的基础上,将标准条款要求融入到体系中,强调可操作性和可执行性
+
+
+
+ 成熟的咨询工具包
+
+
+
+ 护航在实际的咨询项目交付过程中,积累了丰富的经验,通过梳理形成一套标准化的自有咨询工具包,将成为企业实例化服务管理体系的有效落地工具
+
+
+
+ 丰富的体系整合经验
+
+
+
+ 依据企业的实际管理需求,可以将国际服务管理标准(ISO20000)和国际信息安全管理标准(ISO27001)、ITSS体系进行整合,确保完整性和适宜性
+
+
+
+ 阶段性的模拟评估
+
+
+
+ 为了确保服务管理体系满足企业的实际管控要求,并满足标准条款要求,护航提供专家模拟评估,确保体系的合规性
+
+
+
+
+
+
+
+
+
+ 服务价值
+
+
+
+
+
+ 通过咨询,帮助企业获得国家认可的IT服务相关认证
+
+
+
+ 建立适合企业的IT服务管理体系
+
+
+
+ 提高企业服务资源利用率
+
+
+
+
+
+ 提升IT管理的标准化与规范化水平,降低风险
+
+
+
+ 提升IT人员对服务的认知
+
+
+
+ 将护航在IT服务领域多年的最佳实践带给客户
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/itService/images/img1.png b/src/views/itService/images/img1.png
new file mode 100644
index 0000000..23e75d9
Binary files /dev/null and b/src/views/itService/images/img1.png differ
diff --git a/src/views/itService/images/img10.png b/src/views/itService/images/img10.png
new file mode 100644
index 0000000..278b680
Binary files /dev/null and b/src/views/itService/images/img10.png differ
diff --git a/src/views/itService/images/img12.png b/src/views/itService/images/img12.png
new file mode 100644
index 0000000..0e2445f
Binary files /dev/null and b/src/views/itService/images/img12.png differ
diff --git a/src/views/itService/images/img13.png b/src/views/itService/images/img13.png
new file mode 100644
index 0000000..64f04a8
Binary files /dev/null and b/src/views/itService/images/img13.png differ
diff --git a/src/views/itService/images/img14.png b/src/views/itService/images/img14.png
new file mode 100644
index 0000000..7decd4a
Binary files /dev/null and b/src/views/itService/images/img14.png differ
diff --git a/src/views/itService/images/img2.png b/src/views/itService/images/img2.png
new file mode 100644
index 0000000..b994b77
Binary files /dev/null and b/src/views/itService/images/img2.png differ
diff --git a/src/views/itService/images/img3.png b/src/views/itService/images/img3.png
new file mode 100644
index 0000000..b1e18ff
Binary files /dev/null and b/src/views/itService/images/img3.png differ
diff --git a/src/views/itService/images/img4.png b/src/views/itService/images/img4.png
new file mode 100644
index 0000000..2935a66
Binary files /dev/null and b/src/views/itService/images/img4.png differ
diff --git a/src/views/itService/images/img5.png b/src/views/itService/images/img5.png
new file mode 100644
index 0000000..9132727
Binary files /dev/null and b/src/views/itService/images/img5.png differ
diff --git a/src/views/itService/images/img6.png b/src/views/itService/images/img6.png
new file mode 100644
index 0000000..58e7303
Binary files /dev/null and b/src/views/itService/images/img6.png differ
diff --git a/src/views/itService/images/img7.png b/src/views/itService/images/img7.png
new file mode 100644
index 0000000..a2001dd
Binary files /dev/null and b/src/views/itService/images/img7.png differ
diff --git a/src/views/itService/images/img8.png b/src/views/itService/images/img8.png
new file mode 100644
index 0000000..ff8d7e7
Binary files /dev/null and b/src/views/itService/images/img8.png differ
diff --git a/src/views/itService/images/img9.png b/src/views/itService/images/img9.png
new file mode 100644
index 0000000..331a4eb
Binary files /dev/null and b/src/views/itService/images/img9.png differ
diff --git a/src/views/itService/itService.scss b/src/views/itService/itService.scss
new file mode 100644
index 0000000..fd7c8dc
--- /dev/null
+++ b/src/views/itService/itService.scss
@@ -0,0 +1,371 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .sub-temp{
+ padding-top: .48rem;
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .68rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .img{
+ width: 10rem;
+ margin: auto;
+ position: relative;
+ img{
+ width: 100%;
+ position: relative;
+ z-index: 0;
+ }
+ .img-text{
+ position: absolute;
+
+ z-index: 1;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ .item{
+ display: flex;
+ height: 50%;
+ padding: 0 .9rem;
+ div{
+ flex: 1;
+ text-align: center;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ text-align: center;
+ }
+ }
+ .item2{
+
+ div{
+ display: block;
+ line-height: 1;
+ span{
+ position: relative;
+ top: 47%;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ }
+ // &:first-child{
+ // justify-content: left;
+ // }
+ // &:last-child{
+ // // justify-content: right;
+ // }
+ }
+ }
+
+ }
+
+ }
+ .descpiton{
+ text-align: center;
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .3rem;
+ padding-top: .73rem;
+ width: 10.4rem;
+ margin: auto;
+ }
+ }
+ .it-temp2{
+ padding: 1rem 1.2rem;
+ padding-bottom: .6rem;
+ position: relative;
+ z-index: 1;
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ cursor: pointer;
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ img{
+ cursor: pointer;
+ width: .26rem;
+ margin-left: .06rem;
+ position: relative;
+ top: 0.01rem;
+ }
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #A7A7A7;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ .it-temp3{
+ padding: 0rem 1.2rem .6rem 1.2rem;
+ padding-top: 0;
+ padding-bottom: .3rem;
+ position: relative;
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: -2.5rem;
+ right: 0;
+ z-index: 0;
+ }
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .bg{
+ width: 100%;
+ }
+ .title{
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .40rem;
+ padding: .26rem 0;
+ padding-left: .1rem;
+
+ }
+ .text{
+ padding-left: .1rem;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #A7A7A7;
+ line-height: .32rem;
+ height: 2.7rem;
+ position: relative;
+ // img{
+ // position: absolute;
+ // bottom: .4rem;
+ // left: .3rem;
+ // width: .74rem;
+ // }
+ }
+ .icon-img{
+ position: absolute;
+ bottom: .4rem;
+ left: .1rem;
+ width: .74rem;
+ }
+ .sub-item{
+ background: #F7F7F7;
+ border-radius: 40px;
+ padding: .12rem;
+ // height: 4.6rem;
+ cursor: pointer;
+ .bg{
+ border-radius: 30px;
+ }
+ &:hover{
+ background: #FFFFFF;
+ box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
+ }
+ }
+ .more{
+ text-align: right;
+ color: #606266;
+ font-size: .3rem;
+ margin-top: .3rem;
+ cursor: pointer;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/views/itService/itService.vue b/src/views/itService/itService.vue
new file mode 100644
index 0000000..5457261
--- /dev/null
+++ b/src/views/itService/itService.vue
@@ -0,0 +1,319 @@
+
+
+
+
+
+
+
+
+
+ 护航科技给您带来的价值
+
+
+
+
+
+
+
+ 护航科技IT管理服务全面覆盖
+ IT咨询、设计、实施、运营和优化等阶段,逐步推动企业实现真正的IT数字转型与变革。护航科技通过业务视角,帮助客户寻找IT价值的突破点,不断融入最新技术和最佳实践,帮助企业达成业务增长目标,最终实现IT与企业共赢。
+
+
+
+
+
+
+
+ 护航科技定制化服务方案
+
+
+
+
+
+
+
+
+
+
+
01
+
+ 云服务
+
+
+
+ 聚焦云平台运维服务,并以此为基础逐步拓展云计算平台项目实施及规划咨询业务,最终形成“一基两翼”的云服务商业模式。
+
+
+
+
+
+
+
+
+
+
+
02
+
+ IT基础架构平台服务
+
+
+
+ IT
+ 基础架构通过客户端设备,服务器,网络系统(路由器,交换机),管理设备(上网行为管理),综合布线系统,桌面系统环境,存储系统,操作系统等,通过一系列应用部署,打造
+ IT
+ 系统架构,实现高效协作,有效支撑决策,实现多维度矩阵管控,实现无边界的信息应用。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
+ IT系统集成与实施服务
+
+
+
+ 通过结构化的综合布线系统和计算机网络技术,将各个分离的设备、功能和信息等集成到相互关联的、统一和协调的系统之中,使资源达到充分共享,实现集中、高效、便利的管理。
+
+
+
+
+
+
+
+
+
+
+
04
+
+ 信息安全体系建设服务
+
+
+
+ 护航科技结合多年安全管理经验,将信息安全管理体系、理念、意识、技术和方法与客户实际情况相结合,帮助客户解决切实的信息安全问题,并且为企业打造长效的机制和方法。从管理、技术、人员、过程等多角度定义、建立、实施信息安全管理体系,从多个层面保障企业的信息安全,进而提升企业信息安全的能力。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
05
+
+ IT服务管理体系建设
+
+
+
+ 通过对IT行业体系建设的分析,结合企业的实际情况,以ITIL、ISO20000、ITSS等标准为基础,建立规范标准的IT服务管理体系,实现服务管理的制度化和流程化,为企业IT的自动化、智能化建设奠定基础。
+
+
+
+
+
+
+
+
+
+
+
06
+
+ ITSS培训服务
+
+
+
+ ITSS是在工信部和信息化部的指导下,由信息技术服务标准(ITSS)工作组组织研究制定的。ITSS(Information
+ Technology Service
+ Standards,信息技术服务标准)是一套体系化的信息技术服务标准库,全面规范了信息技术服务产品及其组成要素,用于指导实施标准化的信息技术服务,以保障其可信赖。
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 服务成功案例
+
+
+
+
+
+
+
+
{{homeData.customer[0].title}}
+
+ {{homeData.customer[0].content}}
+
+
+
+
+
+
+
+
+
+
+
{{homeData.customer[1].title}}
+
+ {{homeData.customer[1].content}}
+
+
+
+
+
+
+
+
+
+
{{homeData.customer[3].title}}
+
+ {{homeData.customer[3].content}}
+
+
+
+
+
+
+
+
查看更多
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/login/assets/images/bg.png b/src/views/login/assets/images/bg.png
new file mode 100644
index 0000000..bd3d104
Binary files /dev/null and b/src/views/login/assets/images/bg.png differ
diff --git a/src/views/login/assets/images/login-bg.svg b/src/views/login/assets/images/login-bg.svg
new file mode 100644
index 0000000..0575b02
--- /dev/null
+++ b/src/views/login/assets/images/login-bg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/views/login/login.vue b/src/views/login/login.vue
new file mode 100644
index 0000000..fabefed
--- /dev/null
+++ b/src/views/login/login.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 登 录
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/anonymousLetter/dist/index.css b/src/views/product/childs/anonymousLetter/dist/index.css
new file mode 100644
index 0000000..656d49f
--- /dev/null
+++ b/src/views/product/childs/anonymousLetter/dist/index.css
@@ -0,0 +1,504 @@
+.it-container .it-temp1 {
+ height: 6.48rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+}
+.it-container .it-temp1 img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ object-fit: cover;
+}
+.it-container .it-temp1 .title {
+ font-size: 0.6rem;
+ text-align: center;
+ font-weight: 500;
+ color: #FFFFFF;
+ line-height: 0.88rem;
+ border-radius: 0.26rem;
+ padding: 0 0.24rem;
+ position: relative;
+ z-index: 1;
+}
+.it-container .it-temp1 .title p {
+ font-size: 0.34rem;
+ color: #FFFFFF;
+ line-height: 0.46rem;
+}
+.it-container .breadcrumb {
+ padding: 0.6rem 1.2rem 0.4rem 1.2rem;
+}
+.it-container .it-temp2 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+}
+.it-container .it-temp2 .temp2-text {
+ font-size: 0.2rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.28rem;
+}
+.it-container .it-temp2 .zs-flex {
+ margin-top: 0.8rem;
+ display: flex;
+ justify-content: space-between;
+}
+.it-container .it-temp2 .zs-flex .zs-item {
+ flex: 1;
+ text-align: center;
+}
+.it-container .it-temp2 .zs-flex .zs-item .zs-item-img {
+ width: 100%;
+ text-align: center;
+}
+.it-container .it-temp2 .zs-flex .zs-item .zs-item-img img {
+ width: 2.5rem;
+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
+}
+.it-container .it-temp2 .zs-flex .zs-item .zs-item-text {
+ color: #737373;
+ font-size: 0.2rem;
+ margin-top: 0.3rem;
+}
+.it-container .it-temp3 {
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+}
+.it-container .it-temp3 .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: 0.62rem;
+ margin-bottom: 0.8rem;
+}
+.it-container .it-temp3 .title-sub span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+}
+.it-container .it-temp3 .title-sub span:first-child {
+ background: #E1EAFD;
+}
+.it-container .it-temp3 .title-sub span:last-child {
+ background: #ECF4E3;
+}
+.it-container .it-temp3 .flex-box {
+ display: flex;
+}
+.it-container .it-temp3 .flex-box .item {
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+}
+.it-container .it-temp3 .flex-box .item .bg {
+ width: 1rem;
+ height: 1rem;
+ border-radius: 0.5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+}
+.it-container .it-temp3 .flex-box .item span {
+ font-size: 0.24rem;
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+}
+.it-container .it-temp3 .flex-box .item .bg2 {
+ background-color: #ECF4E3;
+}
+.it-container .it-temp3 .img-content .img-box {
+ position: relative;
+ text-align: left;
+}
+.it-container .it-temp3 .img-content .img-box img {
+ width: 85%;
+ display: block;
+ margin: 0.58rem auto;
+ margin-bottom: 0.26rem;
+}
+.it-container .it-temp3 .img-content .img-box span {
+ font-size: 0.2rem;
+ display: block;
+ color: #737373;
+ line-height: 0.24rem;
+}
+.it-container .it-temp3 .img-content .img-box .left {
+ left: 1.3rem;
+ top: 0.6rem;
+ position: absolute;
+ width: 2.2rem;
+}
+.it-container .it-temp3 .img-content .img-box .right {
+ right: 1.1rem;
+ position: absolute;
+ top: 0.6rem;
+ width: 2.2rem;
+}
+.it-container .it-temp3 .img-content .text {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ text-align: center;
+}
+.it-container .it-temp4 {
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+}
+.it-container .it-temp4 .title-sub {
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: 0.62rem;
+ margin-bottom: 1.3rem;
+}
+.it-container .it-temp4 .title-sub span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+}
+.it-container .it-temp4 .title-sub span:first-child {
+ background: #E1EAFD;
+}
+.it-container .it-temp4 .title-sub span:last-child {
+ background: #ECF4E3;
+}
+.it-container .it-temp4 .flex-box {
+ display: flex;
+}
+.it-container .it-temp4 .flex-box .item {
+ flex: 1;
+ position: relative;
+ height: 1rem;
+}
+.it-container .it-temp4 .flex-box .item .bg {
+ width: 1rem;
+ height: 1rem;
+ border-radius: 0.5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+}
+.it-container .it-temp4 .flex-box .item span {
+ font-size: 0.24rem;
+ font-weight: 500;
+ color: #001D2D;
+ position: absolute;
+ z-index: 1;
+ left: 30%;
+ top: 36%;
+ display: block;
+}
+.it-container .it-temp4 .flex-box .item .bg2 {
+ background-color: #ECF4E3;
+}
+.it-container .it-temp4 .img-content {
+ padding: 0.8rem 0;
+}
+.it-container .it-temp4 .img-content img {
+ width: 100%;
+ display: block;
+}
+.it-container .it-temp4 .model1 {
+ margin-top: 0.4rem;
+ margin-bottom: 0.8rem;
+}
+.it-container .it-temp4 .model1 img {
+ width: 100%;
+}
+.it-container .it-temp4 .model1 .right {
+ text-align: right;
+}
+.it-container .it-temp4 .model1 .right .title-sub2 {
+ text-align: right;
+ font-size: 0.24rem;
+ margin-bottom: 0.4rem;
+ font-weight: bold;
+ line-height: 1;
+}
+.it-container .it-temp4 .model1 .right .text {
+ font-size: 0.24rem;
+ font-weight: 400;
+ line-height: 0.6rem;
+ letter-spacing: 0.01rem;
+ color: #737373;
+}
+.it-container .it-temp4 .model1 .right .text span {
+ font-size: 0.24rem;
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: 0.3rem;
+ height: 0.6rem;
+ line-height: 0.6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 0.24rem;
+ display: inline-block;
+ margin-left: 0.36rem;
+ margin-bottom: 0.32rem;
+}
+.it-container .it-temp4 .model1 .right .text2 span {
+ margin-bottom: 0.18rem;
+}
+.it-container .it-temp4 .model1 .right .title-sub2 span {
+ top: 0.03rem;
+}
+.it-container .it-temp5 {
+ padding: 0.5rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+}
+.it-container .it-temp5 .text-sub {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+}
+.it-container .it-temp5 .bg-img {
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+}
+.it-container .it-temp5 .bg-img2 {
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+}
+.it-container .it-temp5 .title-sub {
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: 0.62rem;
+ margin-bottom: 0.6rem;
+}
+.it-container .it-temp5 .title-sub span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+}
+.it-container .it-temp5 .title-sub span:first-child {
+ background: #E1EAFD;
+}
+.it-container .it-temp5 .title-sub span:last-child {
+ background: #ECF4E3;
+}
+.it-container .it-temp5 .content-list {
+ margin-bottom: 1rem;
+}
+.it-container .it-temp5 .content-list img {
+ width: 80%;
+ margin-left: 10%;
+}
+.it-container .it-temp5 .content-item {
+ position: relative;
+ padding-left: 0.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+}
+.it-container .it-temp5 .content-item .box {
+ position: relative;
+}
+.it-container .it-temp5 .content-item .setp {
+ position: absolute;
+ right: 0.2rem;
+ width: 0.24rem;
+ height: 100%;
+}
+.it-container .it-temp5 .content-item .setp span {
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ margin-bottom: 0.12rem;
+}
+.it-container .it-temp5 .content-item .setp span:first-child {
+ background-color: #008CD5;
+}
+.it-container .it-temp5 .content-item .setp span:last-child {
+ background-color: #ECF4E3;
+}
+.it-container .it-temp5 .content-item .num {
+ position: absolute;
+ top: -0.66rem;
+ left: -0.64rem;
+ font-size: 0.72rem;
+ font-weight: 500;
+ color: #001D2D;
+ opacity: 0.06;
+}
+.it-container .it-temp5 .content-item .title {
+ font-size: 0.36rem;
+ font-weight: 400;
+ color: #001D2D;
+ line-height: 0.24rem;
+ letter-spacing: 0.01rem;
+ margin-bottom: 0.2rem;
+}
+.it-container .it-temp5 .content-item .sub-title {
+ font-size: 0.2rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.32rem;
+ width: 80%;
+}
+.it-container .it-temp5 .content-item .sub-title span {
+ color: #001D2D;
+}
+.it-container .it-temp5 .content-item2 {
+ padding-left: 1.8rem;
+}
+.it-container .it-temp5 .content-item2 .setp {
+ position: absolute;
+ left: 0.2rem;
+ right: auto;
+}
+.it-container .it-temp5 .content-item2 .setp span {
+ display: block;
+ width: 0.24rem;
+ height: 0.24rem;
+ margin-bottom: 0.12rem;
+}
+.it-container .it-temp5 .content-item2 .setp span:first-child {
+ background-color: #6EB92C;
+}
+.it-container .it-temp5 .content-item2 .setp span:last-child {
+ background-color: #E1EAFD;
+}
+.it-container .it-temp5 .content-item2 .num {
+ left: -0.6rem;
+}
+.it-container .it-temp6 {
+ padding: 0.6rem 1.2rem 1rem 1.2rem;
+ padding-top: 0rem;
+ position: relative;
+ z-index: 1;
+}
+.it-container .it-temp6 .text-sub {
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.24rem;
+ margin-bottom: 0.8rem;
+}
+.it-container .it-temp6 .title-sub {
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: 0.62rem;
+ margin-bottom: 0.3rem;
+}
+.it-container .it-temp6 .title-sub span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+}
+.it-container .it-temp6 .title-sub span:first-child {
+ background: #E1EAFD;
+}
+.it-container .it-temp6 .title-sub span:last-child {
+ background: #ECF4E3;
+}
+.it-container .it-temp6 img {
+ display: block;
+ width: 100%;
+}
+.it-container .it-temp7 {
+ padding: 0rem 1.2rem 0.8rem 1.2rem;
+ position: relative;
+ z-index: 1;
+}
+.it-container .it-temp7 .title-sub {
+ text-align: center;
+ font-size: 0.42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: 0.62rem;
+ margin-bottom: 0.8rem;
+}
+.it-container .it-temp7 .title-sub span {
+ display: inline-block;
+ width: 0.24rem;
+ height: 0.24rem;
+ position: relative;
+ top: -0.02rem;
+}
+.it-container .it-temp7 .title-sub span:first-child {
+ background: #E1EAFD;
+}
+.it-container .it-temp7 .title-sub span:last-child {
+ background: #ECF4E3;
+}
+.it-container .it-temp7 .content-list .img {
+ width: 100%;
+ display: block;
+ margin-bottom: 0.2rem;
+}
+.it-container .it-temp7 .content-list .item {
+ position: relative;
+}
+.it-container .it-temp7 .content-list .item > div {
+ position: relative;
+ z-index: 1;
+ font-size: 0.18rem;
+ font-weight: 400;
+ color: #737373;
+ line-height: 0.32rem;
+ padding-bottom: 0.26rem;
+ padding-left: 0.36rem;
+ padding-top: 0.36rem;
+}
+.it-container .it-temp7 .content-list .item > div .title {
+ font-size: 0.24rem;
+ font-weight: 600;
+ color: #001D2D;
+ margin-bottom: 0.18rem;
+}
+.it-container .it-temp7 .content-list .item span {
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 1rem;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background-color: #E1EAFD;
+ z-index: 0;
+}
+.it-container .it-temp7 .content-list .item .item-style {
+ background-color: #ECF4E3;
+}
\ No newline at end of file
diff --git a/src/views/product/childs/anonymousLetter/images/banner.jpg b/src/views/product/childs/anonymousLetter/images/banner.jpg
new file mode 100644
index 0000000..2416726
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/banner.jpg differ
diff --git a/src/views/product/childs/anonymousLetter/images/img1.png b/src/views/product/childs/anonymousLetter/images/img1.png
new file mode 100644
index 0000000..0dde32c
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img1.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/img2.png b/src/views/product/childs/anonymousLetter/images/img2.png
new file mode 100644
index 0000000..9ba13a7
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img2.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/img3.png b/src/views/product/childs/anonymousLetter/images/img3.png
new file mode 100644
index 0000000..d601a39
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img3.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/img4.png b/src/views/product/childs/anonymousLetter/images/img4.png
new file mode 100644
index 0000000..62e9e3f
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img4.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/img5.png b/src/views/product/childs/anonymousLetter/images/img5.png
new file mode 100644
index 0000000..6a07e30
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img5.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/img6.png b/src/views/product/childs/anonymousLetter/images/img6.png
new file mode 100644
index 0000000..6f0f958
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img6.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/img7.png b/src/views/product/childs/anonymousLetter/images/img7.png
new file mode 100644
index 0000000..c5030f2
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/img7.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/zs_1.png b/src/views/product/childs/anonymousLetter/images/zs_1.png
new file mode 100644
index 0000000..fa64c36
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/zs_1.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/zs_2.png b/src/views/product/childs/anonymousLetter/images/zs_2.png
new file mode 100644
index 0000000..e9b0170
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/zs_2.png differ
diff --git a/src/views/product/childs/anonymousLetter/images/zs_3.png b/src/views/product/childs/anonymousLetter/images/zs_3.png
new file mode 100644
index 0000000..a7de1b7
Binary files /dev/null and b/src/views/product/childs/anonymousLetter/images/zs_3.png differ
diff --git a/src/views/product/childs/anonymousLetter/index.scss b/src/views/product/childs/anonymousLetter/index.scss
new file mode 100644
index 0000000..caa056e
--- /dev/null
+++ b/src/views/product/childs/anonymousLetter/index.scss
@@ -0,0 +1,567 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ object-fit: cover;
+ }
+ .title{
+ font-size: .6rem;
+ text-align: center;
+ font-weight: 500;
+ color: #FFFFFF;
+ // background-color: rgba(0, 39, 59, 0.2);
+ // height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ p{
+ font-size: .34rem;
+ color: #FFFFFF;
+ line-height: .46rem;
+ }
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .20rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .28rem;
+ }
+ .zs-flex{
+ margin-top: 0.8rem;
+ display: flex;
+ justify-content: space-between;
+ .zs-item{
+ flex: 1;
+ text-align: center;
+ .zs-item-img{
+ width: 100%;
+ text-align: center;
+ img{
+ width: 2.5rem;
+ box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
+ }
+ }
+
+ .zs-item-text{
+ color: #737373;
+ font-size: .20rem;
+ margin-top: .3rem;
+ }
+ }
+ }
+ }
+ .it-temp3{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ text-align: left;
+ img{
+ width: 85%;
+ display: block;
+ margin: .58rem auto;
+ margin-bottom: .26rem;
+ }
+ span{
+ font-size: .2rem;
+ display: block;
+
+ color: #737373;
+ line-height: .24rem;
+ // font-weight: bold;
+ }
+ .left{
+ left: 1.3rem;
+ top: .6rem;
+ position: absolute;
+ width: 2.2rem;
+ }
+ .right{
+ right: 1.1rem;
+ position: absolute;
+ top: .6rem;
+ width: 2.2rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+ .it-temp4{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: absolute;
+ z-index: 1;
+ left: 30%;
+ top: 36%;
+ display: block;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ padding: .8rem 0;
+ img{
+ width: 100%;
+ display: block;
+ }
+
+
+ }
+ .model1{
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ span{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem ;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ }
+ }
+ .text2{
+ span{
+ margin-bottom: .18rem;
+ }
+ }
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+ }
+ }
+
+
+ }
+ .it-temp5{
+ padding: .5rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 80%;
+ margin-left: 10%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ span{
+
+ color: #001D2D;
+
+ }
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ .it-temp6{
+ padding: .6rem 1.2rem 1rem 1.2rem;
+ padding-top: 0rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: .8rem;
+ }
+
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ display: block;
+ width: 100%;
+ }
+ }
+ .it-temp7{
+ padding: 0rem 1.2rem .8rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content-list{
+
+ .img{
+ width: 100%;
+ display: block;
+ margin-bottom: .2rem;
+ }
+ .item{
+ position: relative;
+ & > div{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding-bottom: .26rem;
+ padding-left: .36rem;
+ padding-top: .36rem;
+ .title{
+ font-size: .24rem;
+
+ font-weight: 600;
+ color: #001D2D;
+ margin-bottom: .18rem;
+ // line-height: 32px;
+ }
+ }
+ span{
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 1rem;
+ position: absolute;
+ top: 0;
+ left: 0;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ .item-style{
+ background-color: #ECF4E3;
+ }
+ }
+
+ }
+ }
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/anonymousLetter/index.vue b/src/views/product/childs/anonymousLetter/index.vue
new file mode 100644
index 0000000..6c5f3a6
--- /dev/null
+++ b/src/views/product/childs/anonymousLetter/index.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+ 飞书平台定制化开发
+
护航科技是飞书定制化开发的生态合作伙伴,专注于飞书平台的深度定制开
+ 发,涵盖飞书二次功能拓展、飞书小程序应用创新及系统集成开发等全方位
+ 的企业级飞书定制服务
+
+
+
+
+
+ 护航产品
+ 飞书平台定制化开发
+
+
+
+
+
+ 凭借卓越的技术实力与丰富的行业解决方案经验,护航科技已成功打造多个政府机构及大型企业的飞书定制化开发案例,赢得了客户的广泛赞誉与信赖。
+
+
+
+
+
+
+
+ 飞书aPaaS交付服务伙伴
+
+
+
+
+
+
+
+ 飞书People交付服务伙伴
+
+
+
+
+
+
+
+ 飞书Office交付服务伙伴
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 基于飞书平台的开发服务
+
+
+
+
+
+
+
+
+
+
+
01
+
连锁餐饮门店绩效考核
+
+
•提升经营决策效率: 各类标准及奖惩制度可实时更新上传、推送全员。
+
•强化门店管理: 自动生成数据看板和报表;视频方式共享学习。
+
•提高员工积极性: 绩效数据有依据,员工相互监督,自我经营。
+
+
+
+
+
+
+
+
+
+
+
02
+
主数据集成
+
+
•数据同步高效便捷: 数据同步全程自动化,客户无需手动,即可将海量数据导入飞书。
+
•同步情况实时掌握: 准确记录每次数据同步信息,提供可视化日志查询,数据同步后消息通知管理员。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
企业应用集成
+
+
•高效便捷: 全面实现OA与飞书套件功能的打通,审批操作和新闻、公告查询等都可在飞书上进行,满足员工个性化需求,提高工作效率。
+
•省时省力: 无需维护多个应用,统一在飞书平台上管理,充分利用飞书现有功能进行工作协同
+
+
+
+
+
+
+
+
+
+
+
04
+
银企直连
+
+
•方便快捷: 对接银行系统,构建银企 直联能力,提高支付效率。
+
•多端互通: 随时随地掌握支付动态,信息协同快速反应,提升用户体验和办公效率。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
05
+
aPaaS应用集成
+
+
•统一整合工作流: 将线上线下碎片化的工作流程统一整合到前端,减少多系统间的切换,提升工作效率和体验。
+
•管理更透明,过程可穿透: 实现CRM和SRM的有效管理,使业务流程更清晰,管理运营更高效。
+
+
+
+
+
+
+
+
+
+
+
06
+
定制报告生成
+
+
•方便快捷,精准高效: 有效规避手工填写报告费时费力易出错等弊端,提升工作效率。
+
•协作高效,共享及时: 报告链接可选为永久不变,支持在线多人操作。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/index_1/images/bg.jpeg b/src/views/product/childs/index_1/images/bg.jpeg
new file mode 100644
index 0000000..bbe2e9d
Binary files /dev/null and b/src/views/product/childs/index_1/images/bg.jpeg differ
diff --git a/src/views/product/childs/index_1/images/bg2.png b/src/views/product/childs/index_1/images/bg2.png
new file mode 100644
index 0000000..709a574
Binary files /dev/null and b/src/views/product/childs/index_1/images/bg2.png differ
diff --git a/src/views/product/childs/index_1/images/img1.png b/src/views/product/childs/index_1/images/img1.png
new file mode 100644
index 0000000..dfbdf7a
Binary files /dev/null and b/src/views/product/childs/index_1/images/img1.png differ
diff --git a/src/views/product/childs/index_1/images/img2.png b/src/views/product/childs/index_1/images/img2.png
new file mode 100644
index 0000000..d21c425
Binary files /dev/null and b/src/views/product/childs/index_1/images/img2.png differ
diff --git a/src/views/product/childs/index_1/images/img3.png b/src/views/product/childs/index_1/images/img3.png
new file mode 100644
index 0000000..9c3fcb7
Binary files /dev/null and b/src/views/product/childs/index_1/images/img3.png differ
diff --git a/src/views/product/childs/index_1/images/img4.png b/src/views/product/childs/index_1/images/img4.png
new file mode 100644
index 0000000..6db42d9
Binary files /dev/null and b/src/views/product/childs/index_1/images/img4.png differ
diff --git a/src/views/product/childs/index_1/images/img5.png b/src/views/product/childs/index_1/images/img5.png
new file mode 100644
index 0000000..fb81642
Binary files /dev/null and b/src/views/product/childs/index_1/images/img5.png differ
diff --git a/src/views/product/childs/index_1/images/img6.png b/src/views/product/childs/index_1/images/img6.png
new file mode 100644
index 0000000..1ff85d8
Binary files /dev/null and b/src/views/product/childs/index_1/images/img6.png differ
diff --git a/src/views/product/childs/index_1/images/img7.png b/src/views/product/childs/index_1/images/img7.png
new file mode 100644
index 0000000..e5b404b
Binary files /dev/null and b/src/views/product/childs/index_1/images/img7.png differ
diff --git a/src/views/product/childs/index_1/images/img8.png b/src/views/product/childs/index_1/images/img8.png
new file mode 100644
index 0000000..e7d66d6
Binary files /dev/null and b/src/views/product/childs/index_1/images/img8.png differ
diff --git a/src/views/product/childs/index_1/images/img9.png b/src/views/product/childs/index_1/images/img9.png
new file mode 100644
index 0000000..1c6c468
Binary files /dev/null and b/src/views/product/childs/index_1/images/img9.png differ
diff --git a/src/views/product/childs/index_1/index.scss b/src/views/product/childs/index_1/index.scss
new file mode 100644
index 0000000..8f32e95
--- /dev/null
+++ b/src/views/product/childs/index_1/index.scss
@@ -0,0 +1,409 @@
+.pro-container{
+ .pro-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .pro-temp2{
+ padding: .5rem 1.2rem 0rem 1.2rem;
+ .pro-flex{
+ .item{
+ margin-bottom: .4rem;
+ .title{
+ line-height: .32rem;
+ text-align: center;
+ position: relative;
+ // padding-top: .5rem;
+ div{
+ // position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ position: relative;
+ top: -.2rem;
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-flex;
+ // line-height: 1rem;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ img{
+ width: .6rem;
+ height: .6rem;
+ display: block;
+ }
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ text-align: left;
+ padding-left: 1.3rem;
+ // padding-right: .6rem;
+ display: block;
+ top: -.3rem;
+ line-height: .32rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .pro-top{
+ ul{
+ display: flex;
+ position: relative;
+ left: -.66rem;
+ padding-left: .2rem;
+ li{
+ flex: 1;
+ color: #447EC0;
+ font-size: .2rem;
+ text-align: center;
+ }
+
+ }
+ }
+ .pro-center{
+ img{
+ width: 100%;
+ }
+ }
+ .pro-bottom{
+ ul{
+ display: flex;
+ position: relative;
+ left: .5rem;
+ padding-left: .2rem;
+ li{
+ flex: 1;
+ color: #447EC0;
+ font-size: .2rem;
+ text-align: center;
+ }
+ }
+ }
+ }
+ }
+ .pro-temp3{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ img{
+ width: 7.2rem;
+ display: block;
+ margin: .8rem auto;
+ }
+ span{
+ font-size: .14rem;
+
+ color: #001D2D;
+
+ display: block;
+ }
+ .left{
+ left: 2.4rem;
+ text-align: right;
+ top: .18rem;
+ position: absolute;
+ }
+ .right{
+ right: 2.4rem;
+ text-align: left;
+ position: absolute;
+ top: .35rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+
+ .pro-temp5{
+ padding: 1rem 1.2rem;
+ padding-top: 1rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/index_1/index.vue b/src/views/product/childs/index_1/index.vue
new file mode 100644
index 0000000..b6235ae
--- /dev/null
+++ b/src/views/product/childs/index_1/index.vue
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
+ 护航产品
+ ITSM管理工具
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
基于ITIL4和ITSS、 ISO20000等国际、 国内标准
+
+
+
+
+
+
+
+
+ 2
+
+
融合业界丰富的IT服务 运营实战经验
+
+
+
+
+
+
+
+
+ 3
+
+
实现IT服务可视、可控、 可管,提升IT服务效力
+
+
+
+
+
+
+
+
+ 4
+
+
云端部署,开通即用
+
+
+
+
+
+
+
+
+ 服务请求管理
+ 事件管理
+ 问题管理
+ 配置管理
+ 变更管理
+ 发布管理
+
+
+
+
+
+ IT 资产管理
+ 服务级别管理
+ 服务目录管理
+ 知识管理
+ 分析报表
+ 用户管理
+
+
+
+
+
+
+
+
+ 给客户带来的价值
+
+
+
+
+
+
+
+
+
+
+
+
01
+
提升运维效率
+
+ 建立清晰的IT服务支持全局视图;SLA机制加快IT解决问题和履行服务速度;流程平台化提升IT运作效率,减少沟通成本;清晰的服务目录和自动化请求,让服务化繁为简
+
+
+
+
+
+
+
+
+
+
+
02
+
提升服务质量
+
+ KPI报表,量化各项运维数据;自动核算个人运维绩效;高质量服务报告;可视化看板增强运维全面预警及趋势控制
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
提升运营效能
+
+ IT服务事件生命周期管理,更好的客户满意度;将手册化的重复工作尽可能自助化完成,释放运维人员精力
+
+
+
+
+
+
+
+
+
+
+
04
+
降低运维风险
+
+ IT服务化业务全程管控,减少运维天窗和低级错误;提升运维内控与风险管理水平;自动化和流程化相结合,落地SOP,减少人为风险
+
+
+
+
+
+
+
+
+
查看更多
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/index_2/images/bg.png b/src/views/product/childs/index_2/images/bg.png
new file mode 100644
index 0000000..85846dd
Binary files /dev/null and b/src/views/product/childs/index_2/images/bg.png differ
diff --git a/src/views/product/childs/index_2/images/bg2.png b/src/views/product/childs/index_2/images/bg2.png
new file mode 100644
index 0000000..709a574
Binary files /dev/null and b/src/views/product/childs/index_2/images/bg2.png differ
diff --git a/src/views/product/childs/index_2/images/img1.png b/src/views/product/childs/index_2/images/img1.png
new file mode 100644
index 0000000..7fd6dbf
Binary files /dev/null and b/src/views/product/childs/index_2/images/img1.png differ
diff --git a/src/views/product/childs/index_2/images/img2.png b/src/views/product/childs/index_2/images/img2.png
new file mode 100644
index 0000000..1dd68ce
Binary files /dev/null and b/src/views/product/childs/index_2/images/img2.png differ
diff --git a/src/views/product/childs/index_2/images/img3.png b/src/views/product/childs/index_2/images/img3.png
new file mode 100644
index 0000000..d1764b9
Binary files /dev/null and b/src/views/product/childs/index_2/images/img3.png differ
diff --git a/src/views/product/childs/index_2/images/img4.png b/src/views/product/childs/index_2/images/img4.png
new file mode 100644
index 0000000..40ec96a
Binary files /dev/null and b/src/views/product/childs/index_2/images/img4.png differ
diff --git a/src/views/product/childs/index_2/images/img5.png b/src/views/product/childs/index_2/images/img5.png
new file mode 100644
index 0000000..a1ef4d9
Binary files /dev/null and b/src/views/product/childs/index_2/images/img5.png differ
diff --git a/src/views/product/childs/index_2/images/img6.png b/src/views/product/childs/index_2/images/img6.png
new file mode 100644
index 0000000..7b7cf45
Binary files /dev/null and b/src/views/product/childs/index_2/images/img6.png differ
diff --git a/src/views/product/childs/index_2/images/img7.png b/src/views/product/childs/index_2/images/img7.png
new file mode 100644
index 0000000..2043eba
Binary files /dev/null and b/src/views/product/childs/index_2/images/img7.png differ
diff --git a/src/views/product/childs/index_2/index.scss b/src/views/product/childs/index_2/index.scss
new file mode 100644
index 0000000..e58ac7b
--- /dev/null
+++ b/src/views/product/childs/index_2/index.scss
@@ -0,0 +1,420 @@
+.pro-container{
+ .pro-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .pro-temp2{
+ padding: .5rem 1.2rem 0rem 1.2rem;
+ .pro-flex{
+ .item{
+ margin-bottom: .4rem;
+ .title{
+ line-height: .32rem;
+ text-align: center;
+ position: relative;
+ // padding-top: .5rem;
+ div{
+ // position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ position: relative;
+ top: -.2rem;
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-flex;
+ // line-height: 1rem;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ img{
+ width: .6rem;
+ height: .6rem;
+ display: block;
+ }
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ text-align: left;
+ padding-left: .96rem;
+ padding-right: .6rem;
+ display: block;
+ top: -.3rem;
+ line-height: .32rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .pro-top{
+ margin-bottom: .4rem;
+ ul{
+ display: flex;
+ position: relative;
+ left: -.6rem;
+ // padding-left: .2rem;
+ width: calc(100vw - 1rem);
+ padding-right: .36rem;
+ li{
+ flex: 1;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ }
+
+ }
+ }
+ .pro-center{
+ img{
+ width: 100%;
+ }
+ margin-bottom: .4rem;
+ }
+ .pro-bottom{
+ ul{
+ display: flex;
+ position: relative;
+ left: .02rem;
+ padding-left: .68rem;
+ padding-right: .65rem;
+ li{
+ flex: 1;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ }
+ }
+ }
+ }
+ }
+ .pro-temp3{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ display: flex;
+ align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ z-index: 1;
+ margin-left: 30%;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ img{
+ width: 7.2rem;
+ display: block;
+ margin: .8rem auto;
+ }
+ span{
+ font-size: .14rem;
+
+ color: #001D2D;
+
+ display: block;
+ }
+ .left{
+ left: 2.4rem;
+ text-align: right;
+ top: .18rem;
+ position: absolute;
+ }
+ .right{
+ right: 2.4rem;
+ text-align: left;
+ position: absolute;
+ top: .35rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+
+ .pro-temp5{
+ padding: 1rem 1.2rem;
+ padding-top: 1rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/index_2/index.vue b/src/views/product/childs/index_2/index.vue
new file mode 100644
index 0000000..ef67490
--- /dev/null
+++ b/src/views/product/childs/index_2/index.vue
@@ -0,0 +1,183 @@
+
+
+
+
+
+
+
+ 护航产品
+ OA 协同办公工具
+
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
为企业提供外勤、 销售、人事、行政、 项目管理的综合
+ 解决方案
+
+
+
+
+
+
+
+
+ 2
+
+
告别纸质办公,让组织的整体运营流程完全电子化
+
+
+
+
+
+
+
+
+ 3
+
+
电子合同、电子存证、电子档案、电子审批、电子考勤,让一切可查询、可追溯、可推进
+
+
+
+
+
+
+
+
+ 考勤管理
+ 电子审批
+ 绩效考核
+ 报销管理
+ 招聘管理
+ 项目管理
+
+
+
+
+
+ 晋升、调动
+ 销售管理
+ 培训管理
+ 商机管理
+ 员工管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
01
+
让企业在商海中乘风破浪
+
+ 包含流程、知识、人事、沟通、客户、项目、财务等20多个功能模块
+
+
+
+
+
+
+
+
+
+
+
02
+
提升企业管理效力
+
+ “时间就是金钱,效率就是生命”为企业省时间就是在为企业节约成本。协同oa办公软件通过简化工作流程,并加强数据整合方式帮助企业节省了大量办公流程,提高了企业员工的工作效率
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
保障企业信息安全
+
+ 在协同oa办公软件当中,通过加密、授权等方式来把关,保障了企业的信息安全。另外,在功能上,因企业的组织架构和等级,划分共享权限。在协同共享的同时,还能保持机密的保密工作,避免企业机密和人才的流失。
+
+
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/index_3/images/bg.png b/src/views/product/childs/index_3/images/bg.png
new file mode 100644
index 0000000..ad8c342
Binary files /dev/null and b/src/views/product/childs/index_3/images/bg.png differ
diff --git a/src/views/product/childs/index_3/images/bg2.png b/src/views/product/childs/index_3/images/bg2.png
new file mode 100644
index 0000000..709a574
Binary files /dev/null and b/src/views/product/childs/index_3/images/bg2.png differ
diff --git a/src/views/product/childs/index_3/images/img1.png b/src/views/product/childs/index_3/images/img1.png
new file mode 100644
index 0000000..d709bc7
Binary files /dev/null and b/src/views/product/childs/index_3/images/img1.png differ
diff --git a/src/views/product/childs/index_3/images/img10.png b/src/views/product/childs/index_3/images/img10.png
new file mode 100644
index 0000000..d9f0f78
Binary files /dev/null and b/src/views/product/childs/index_3/images/img10.png differ
diff --git a/src/views/product/childs/index_3/images/img11.png b/src/views/product/childs/index_3/images/img11.png
new file mode 100644
index 0000000..0dffcf1
Binary files /dev/null and b/src/views/product/childs/index_3/images/img11.png differ
diff --git a/src/views/product/childs/index_3/images/img12.png b/src/views/product/childs/index_3/images/img12.png
new file mode 100644
index 0000000..afdfe2d
Binary files /dev/null and b/src/views/product/childs/index_3/images/img12.png differ
diff --git a/src/views/product/childs/index_3/images/img2.png b/src/views/product/childs/index_3/images/img2.png
new file mode 100644
index 0000000..79dec45
Binary files /dev/null and b/src/views/product/childs/index_3/images/img2.png differ
diff --git a/src/views/product/childs/index_3/images/img3.png b/src/views/product/childs/index_3/images/img3.png
new file mode 100644
index 0000000..bfc2b8f
Binary files /dev/null and b/src/views/product/childs/index_3/images/img3.png differ
diff --git a/src/views/product/childs/index_3/images/img4.png b/src/views/product/childs/index_3/images/img4.png
new file mode 100644
index 0000000..de42832
Binary files /dev/null and b/src/views/product/childs/index_3/images/img4.png differ
diff --git a/src/views/product/childs/index_3/images/img5.png b/src/views/product/childs/index_3/images/img5.png
new file mode 100644
index 0000000..50b3b2f
Binary files /dev/null and b/src/views/product/childs/index_3/images/img5.png differ
diff --git a/src/views/product/childs/index_3/images/img6.png b/src/views/product/childs/index_3/images/img6.png
new file mode 100644
index 0000000..d9491b3
Binary files /dev/null and b/src/views/product/childs/index_3/images/img6.png differ
diff --git a/src/views/product/childs/index_3/images/img7.png b/src/views/product/childs/index_3/images/img7.png
new file mode 100644
index 0000000..c88c0e2
Binary files /dev/null and b/src/views/product/childs/index_3/images/img7.png differ
diff --git a/src/views/product/childs/index_3/images/img8.png b/src/views/product/childs/index_3/images/img8.png
new file mode 100644
index 0000000..5556883
Binary files /dev/null and b/src/views/product/childs/index_3/images/img8.png differ
diff --git a/src/views/product/childs/index_3/images/img9.png b/src/views/product/childs/index_3/images/img9.png
new file mode 100644
index 0000000..07bfd06
Binary files /dev/null and b/src/views/product/childs/index_3/images/img9.png differ
diff --git a/src/views/product/childs/index_3/index.scss b/src/views/product/childs/index_3/index.scss
new file mode 100644
index 0000000..f3f89a1
--- /dev/null
+++ b/src/views/product/childs/index_3/index.scss
@@ -0,0 +1,592 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ }
+ .it-temp3{
+ padding: .4rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .item-box{
+ img{
+ width: 100%;
+ }
+ text-align: center;
+ .title{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ margin: .08rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding:0 .2rem;
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ img{
+ width: 7.2rem;
+ display: block;
+ margin: .8rem auto;
+ }
+ span{
+ font-size: .14rem;
+
+ color: #001D2D;
+
+ display: block;
+ }
+ .left{
+ left: 2.4rem;
+ text-align: right;
+ top: .18rem;
+ position: absolute;
+ }
+ .right{
+ right: 2.4rem;
+ text-align: left;
+ position: absolute;
+ top: .35rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+
+ .it-temp4{
+ padding: .8rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+ .flex-box{
+ padding-left: 1rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ li{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .68rem;
+ .big{
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: relative;
+ top: .06rem;
+ margin-right: .03rem;
+ }
+ .small{
+ font-size: .24rem;;
+
+ color: #001D2D;
+ }
+ }
+ .indent{
+ padding-left: .6rem;
+ }
+ }
+ .img-content{
+ padding: .8rem 0;
+ img{
+ width: 100%;
+ display: block;
+ }
+
+
+ }
+ .model1{
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ span{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem ;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ }
+ }
+ .text2{
+ span{
+ margin-bottom: .18rem;
+ }
+ }
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+ }
+ }
+
+
+ }
+ .it-temp5{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: 1.5rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ .it-temp6{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+ .item-box{
+ img{
+ width: 100%;
+ }
+ text-align: center;
+ .title{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ margin: .08rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding:0 .2rem;
+ }
+ }
+ .img-content{
+ .img-box{
+ position: relative;
+ img{
+ width: 7.2rem;
+ display: block;
+ margin: .8rem auto;
+ }
+ span{
+ font-size: .14rem;
+
+ color: #001D2D;
+
+ display: block;
+ }
+ .left{
+ left: 2.4rem;
+ text-align: right;
+ top: .18rem;
+ position: absolute;
+ }
+ .right{
+ right: 2.4rem;
+ text-align: left;
+ position: absolute;
+ top: .35rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ }
+ }
+
+
+ }
+ .it-temp7{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ }
+ }
+ .item-box{
+ background-color: #EDF2F6;
+ border-radius: .16rem;
+ padding: .22rem .27rem .22rem .27rem;
+ .title{
+ font-size: .24rem;
+
+ color: #4C4948;
+ text-align: center;
+ }
+ .text{
+ display: flex;
+ flex-wrap: wrap;
+ div{
+ flex: 1 0 25%;
+ padding: .1rem .1rem;
+ span{
+ width: 100%;
+ display: inline-block;
+ background-color: #75A8D8;
+ font-size: .24rem;
+
+ color: #FEFEFE;
+ border-radius: .16rem;
+ text-align: center;
+ line-height: .36rem;
+ }
+ }
+
+
+ }
+ }
+
+ .img{
+ width: 100%;
+ margin-top: .4rem;
+ display: block;
+ }
+
+ }
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/index_3/index.vue b/src/views/product/childs/index_3/index.vue
new file mode 100644
index 0000000..0e411c2
--- /dev/null
+++ b/src/views/product/childs/index_3/index.vue
@@ -0,0 +1,292 @@
+
+
+
+
+
+
+
+ 护航产品
+ 数字化应用底座
+
+
+
+
+
+
+
+ 传统研发面临着哪些挑战?
+
+
+
+
+
+
+
传统研发难以为续
+
+ 企业发展速度快研发速度慢,对于个性化的数字化软件、应用和方案需求,不断提升
+
+
+
+
+
+
+
动辄千万、上亿成本
+
+ 无论自建团队还是外包合作都是以人力开发为主成本日益膨胀
+
+
+
+
+
+
+
交付周期漫长
+
+ 从需求到开发再到上线需要经历一个漫长的过程,往往面临着开发未完成,需求变更的情况,然后重新测试的死循环
+
+
+
+
+
+
+
+
+ “数字化应用底座”人人皆可编程
+
+
像搭建乐高积木一样,搭建数字化软件
+
+
+
+
+
+
+
+
+
+
+ 多
+ ···
+ 适配各数字化场景,搭建无限 应用
+
+
+ 快
+ ···
+ 研发速度提升50~300倍
+
+
+ 好
+ ···
+ 随需定制,所想即所得
+
+
+ 省
+ ···
+ 一次建设,无限应用,成本降低>60%
+
+
+ 易
+ ···
+ 学习成本大幅降低
+ ,财务/人事/行政等均
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
01
+
告别外包商
+
+ 以人/月计算成本,动辄数百万、上千万,沟通、理解的周期长、效率低,交付项目的周期长、可用性差。
+ 编程平台让企业自身的业务人员和管理人员,就能快速完成软件和应用的构建和上线、运营。
+
+
+
+
+
+
+
+
+
+
+
02
+
省掉研发部
+
+ 相对完整的研发部,需要架构、前端、后端、UI、测试、运维、APP等数十人规模。
+ 年成本上千万甚至几千万,数字化应用底座为企业省掉研发软件和应用的时间、效率数十倍提升。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
全场景支持
+
+ 与国内外各个低代码、无代码,可视化搭建平台技术路线和能力完全不同,并非只能支持数据、表单、流程、权限类的简单应用,而是要对任意领域、任意专业、任意行业、任意场景的应用和软件均可支持。
+
+
+
+
+
+
+
+
+
+
+
04
+
无需程序员
+
+ 软件的生成,无需写任何代码,无需程序员参与和支撑,业务人员、管理人员都可以自行通过平台快速、便捷地创建自己的应用。
+
+
+
+
+
+
+
+
+
+
+
+
+ 全场景数字化业务搭建与运营平台
+
+
像搭建乐高积木一样,搭建数字化软件
+
+
+
+
+
+
页面引擎
+
所见即所得,原型即产品
+
+
+
+
+
+
流程引擎
+
面向业务人员的可视化、声明式编程能力
+
+
+
+
+
+
数据引擎
+
声明式数据操作,强大、稳定、扩展性强
+
+
+
+
+
+
+
+ 建设一个底座,生成无限应用
+
+
+
+
+
+
业务应用
+
+
农业
+
医药
+
教育
+
金融
+
法律
+
交通
+
政务
+
······
+
+
+
+
+
+
管理应用
+
+
农业
+
医药
+
教育
+
金融
+
法律
+
交通
+
政务
+
······
+
+
+
+
+
+
查看更多
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/index_4/images/bg.png b/src/views/product/childs/index_4/images/bg.png
new file mode 100644
index 0000000..70fc2f2
Binary files /dev/null and b/src/views/product/childs/index_4/images/bg.png differ
diff --git a/src/views/product/childs/index_4/images/icon1.png b/src/views/product/childs/index_4/images/icon1.png
new file mode 100644
index 0000000..2906ac2
Binary files /dev/null and b/src/views/product/childs/index_4/images/icon1.png differ
diff --git a/src/views/product/childs/index_4/images/icon2.png b/src/views/product/childs/index_4/images/icon2.png
new file mode 100644
index 0000000..d715986
Binary files /dev/null and b/src/views/product/childs/index_4/images/icon2.png differ
diff --git a/src/views/product/childs/index_4/images/icon3.png b/src/views/product/childs/index_4/images/icon3.png
new file mode 100644
index 0000000..0a1aa8f
Binary files /dev/null and b/src/views/product/childs/index_4/images/icon3.png differ
diff --git a/src/views/product/childs/index_4/images/icon4.png b/src/views/product/childs/index_4/images/icon4.png
new file mode 100644
index 0000000..7def5f1
Binary files /dev/null and b/src/views/product/childs/index_4/images/icon4.png differ
diff --git a/src/views/product/childs/index_4/images/icon5.png b/src/views/product/childs/index_4/images/icon5.png
new file mode 100644
index 0000000..fb8c070
Binary files /dev/null and b/src/views/product/childs/index_4/images/icon5.png differ
diff --git a/src/views/product/childs/index_4/images/img1.png b/src/views/product/childs/index_4/images/img1.png
new file mode 100644
index 0000000..3934b92
Binary files /dev/null and b/src/views/product/childs/index_4/images/img1.png differ
diff --git a/src/views/product/childs/index_4/images/img2.png b/src/views/product/childs/index_4/images/img2.png
new file mode 100644
index 0000000..73b6808
Binary files /dev/null and b/src/views/product/childs/index_4/images/img2.png differ
diff --git a/src/views/product/childs/index_4/images/img3.png b/src/views/product/childs/index_4/images/img3.png
new file mode 100644
index 0000000..1cee054
Binary files /dev/null and b/src/views/product/childs/index_4/images/img3.png differ
diff --git a/src/views/product/childs/index_4/images/img4.png b/src/views/product/childs/index_4/images/img4.png
new file mode 100644
index 0000000..c0f421e
Binary files /dev/null and b/src/views/product/childs/index_4/images/img4.png differ
diff --git a/src/views/product/childs/index_4/images/img5.png b/src/views/product/childs/index_4/images/img5.png
new file mode 100644
index 0000000..5556883
Binary files /dev/null and b/src/views/product/childs/index_4/images/img5.png differ
diff --git a/src/views/product/childs/index_4/images/img6.png b/src/views/product/childs/index_4/images/img6.png
new file mode 100644
index 0000000..e99d425
Binary files /dev/null and b/src/views/product/childs/index_4/images/img6.png differ
diff --git a/src/views/product/childs/index_4/images/img7.png b/src/views/product/childs/index_4/images/img7.png
new file mode 100644
index 0000000..63cf1e8
Binary files /dev/null and b/src/views/product/childs/index_4/images/img7.png differ
diff --git a/src/views/product/childs/index_4/images/img8.png b/src/views/product/childs/index_4/images/img8.png
new file mode 100644
index 0000000..1f650f0
Binary files /dev/null and b/src/views/product/childs/index_4/images/img8.png differ
diff --git a/src/views/product/childs/index_4/images/img9.png b/src/views/product/childs/index_4/images/img9.png
new file mode 100644
index 0000000..e7deee4
Binary files /dev/null and b/src/views/product/childs/index_4/images/img9.png differ
diff --git a/src/views/product/childs/index_4/index.scss b/src/views/product/childs/index_4/index.scss
new file mode 100644
index 0000000..4e989e2
--- /dev/null
+++ b/src/views/product/childs/index_4/index.scss
@@ -0,0 +1,392 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ }
+ .sub-title{
+ font-size: .42rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ position: relative;
+ z-index: 1;
+ }
+ .small-title{
+ position: relative;
+ z-index: 1;
+ font-size: .32rem;
+
+ font-weight: 400;
+ color: #FFFFFF;
+ line-height: .44rem;
+ padding: .24rem .3rem;
+ background: rgba(0, 39, 59, 0.2);
+ border-radius: 26px;
+ margin-top: .26rem;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ }
+ .pro-flex{
+ margin-top: 1rem;
+ .item{
+ margin-bottom: .4rem;
+ .title{
+ line-height: .32rem;
+ text-align: center;
+ position: relative;
+ // padding-top: .5rem;
+ div{
+ // position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ position: relative;
+ top: -.2rem;
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-flex;
+ // line-height: 1rem;
+ text-align: center;
+ justify-content: center;
+ align-items: center;
+ img{
+ width: .6rem;
+ height: .6rem;
+ display: block;
+ }
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .2rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ text-align: left;
+ padding-left: 1.26rem;
+ // padding-right: .6rem;
+ display: block;
+ top: -.2rem;
+ line-height: .4rem;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .pro-top{
+ margin-bottom: .4rem;
+ ul{
+ display: flex;
+ position: relative;
+ left: -.6rem;
+ // padding-left: .2rem;
+ width: calc(100vw - 1rem);
+ padding-right: .36rem;
+ li{
+ flex: 1;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ }
+
+ }
+ }
+ .pro-center{
+ img{
+ width: 100%;
+ }
+ margin-bottom: .4rem;
+ }
+ .pro-bottom{
+ ul{
+ display: flex;
+ position: relative;
+ left: .02rem;
+ padding-left: .68rem;
+ padding-right: .65rem;
+ li{
+ flex: 1;
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ }
+ }
+ }
+ }
+ }
+ .it-temp3{
+ padding: .6rem 2rem 0rem 2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 0rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ img{
+ width: 100%;
+ }
+ .text{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding: 0 .5rem;
+ }
+
+ }
+ .it-temp4{
+ padding: 1rem 1.2rem .5rem 1.2rem;
+ padding-bottom: 0;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content{
+ .title{
+ font-size: .24rem;
+
+ font-weight: bold;
+ color: #001D2D;
+ padding-left: .34rem;
+ position: relative;
+ margin-bottom: .5rem;
+ &::after{
+ content: '';
+ width: .24rem;
+ height: .24rem;
+ background-color: #ECF4E3;
+ position: absolute;
+ left: 0;
+ top: .05rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .6rem;
+ padding-left: .34rem;
+ padding-right: 1.4rem;
+ }
+ }
+ .content2{
+
+ text-align: right;
+ .title{
+ padding-right: .34rem;
+ &::after{
+
+ left: auto;
+ right: 0;
+ }
+ }
+ .text{
+
+ padding-left: 1.4rem;
+ padding-right: .34rem;
+ }
+ }
+ }
+ .it-temp5{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ img{
+ width: 92%;
+ display: block;
+ margin: auto;
+ }
+
+ }
+ .it-temp6{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ // padding-bottom: 0;
+ position: relative;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .img-item{
+ position: relative;
+ margin-bottom: .5rem;
+ img{
+ width: 100%;
+
+ }
+
+ span{
+ position: absolute;
+ font-size: .3rem;
+
+ font-weight: bold;
+ color: #FFFFFF;
+ letter-spacing: 1px;
+ left: .4rem;
+ bottom: .26rem;
+ }
+ }
+
+
+ }
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/index_4/index.vue b/src/views/product/childs/index_4/index.vue
new file mode 100644
index 0000000..2bfbeb9
--- /dev/null
+++ b/src/views/product/childs/index_4/index.vue
@@ -0,0 +1,232 @@
+
+
+
+
+
+
+
+ 护航产品
+ 睿安网络安全策略管理平台
+
+
+
+
+
+ Gartner调查发现,经过多年的部署和变更访问控制策略,很多防火墙配置了多达数千条的规则,其中很大一部分是过期,冲突或者冗余,影响了网络
+ 性能和可用性,从而影响业务。随着网络增长,通过人工分析,在合适的网络控制节点部署合适的安全策略是具有挑战性的。网络安全策略管理
+ (NSPM)解决方案可以在动态网络中提供可视化,让策略审计和优化更加高效。 在日常网络运维中,防火墙策略生命周期管理中主要面临以下挑战:
+
+
+
+
+
+
+
+
+
1
+
+
国内 IT 服务市场逐步扩大, 这对各方都是个讯号!
+
+
+
+
+
+
+
+
2
+
+
对个人来说: 需要把更多的眼光投入到 IT
+ 服务领域的职场
+
+
+
+
+
+
+
+
3
+
+
对企业来说: 需要一套符合中国国情的 IT
+ 服务实现的全面指导办法,包括我们常说的甲方和乙方。
+
+
+
+
+
+
+
+
+
+
+
+
+
4
+
+
对学校来说:
+ 需要与社会紧密结合,借助各方力量调整自己的教育思路
+
+
+
+
+
+
+
+
5
+
+
于国家来说:
+ 需要有一套标准来驱动整个行业的发展,这就是中国 IT
+ 服务标准(ITSS)
+
+
+
+
+
+
+
+
+
+
+ 配置自动化核查
+
+
+
+
+ 包括配置状态基线核查和配置安全基线核查。帮助运维人员时刻监控网络安全设备的配置变化情况,发现并报告相对于指定状态基线的配置状态变化,并依据安全防护目标、法规遵从等设定的安全策略标准,报告违规配置。
+
+
+
+
+
+ 策略自动变更
+
+
+
+
+ 平台为开发者提供了API接口,开发者可以根据API接口和企业现有网管和工单审批结合,将策略自动变更加入流程,对多厂商设备实现策略一键式自动下发和回退。
+
+
+
+
+
+ 从传统的人工配置管理,到自动化配置管理
+
+
+
+
+
+
+
降低成本
+
自动化策略管理系统替代传统人工分析,可以避免人为错误,减少运维人员投入,降低企业IT成本
+
+
+
+
+
+
+
+
+
+
+
提高效率
+
自动化策略管理系统可以提高网络安全性和配置效率,将单人维护设备量级提高10倍以上
+
+
+
+
+
+
+
+
+ 多厂商支持
+
+
+
+
+
+
+
+ 全网安全策略可视化
+
+
+
+
+
+
+
+
态势可视化
+
+
+
+
+
+
策略可视化
+
+
+
+
+
+
合规可视化
+
+
+
+
+
+
搜索可视化
+
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/index_5/images/bg.png b/src/views/product/childs/index_5/images/bg.png
new file mode 100644
index 0000000..05ca3ca
Binary files /dev/null and b/src/views/product/childs/index_5/images/bg.png differ
diff --git a/src/views/product/childs/index_5/images/img1.png b/src/views/product/childs/index_5/images/img1.png
new file mode 100644
index 0000000..031035b
Binary files /dev/null and b/src/views/product/childs/index_5/images/img1.png differ
diff --git a/src/views/product/childs/index_5/images/img2.png b/src/views/product/childs/index_5/images/img2.png
new file mode 100644
index 0000000..5af9b7e
Binary files /dev/null and b/src/views/product/childs/index_5/images/img2.png differ
diff --git a/src/views/product/childs/index_5/images/img3.png b/src/views/product/childs/index_5/images/img3.png
new file mode 100644
index 0000000..059581b
Binary files /dev/null and b/src/views/product/childs/index_5/images/img3.png differ
diff --git a/src/views/product/childs/index_5/images/img4.png b/src/views/product/childs/index_5/images/img4.png
new file mode 100644
index 0000000..d3d8711
Binary files /dev/null and b/src/views/product/childs/index_5/images/img4.png differ
diff --git a/src/views/product/childs/index_5/index.scss b/src/views/product/childs/index_5/index.scss
new file mode 100644
index 0000000..8e348e5
--- /dev/null
+++ b/src/views/product/childs/index_5/index.scss
@@ -0,0 +1,250 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: .4rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ display: block;
+ width: 70%;
+ margin: auto;
+ }
+ }
+ .it-temp3{
+ padding: 1rem 0rem 0rem 0rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .img-content{
+ position: relative;
+ img{
+ display: block;
+ width: 100%;
+ position: relative;
+ z-index: 0;
+ }
+ .box{
+ position: absolute;
+ left: 50%;
+ top: 0;
+ transform: translateX(-50%);
+ height: 100%;
+ width: 7.8rem;
+ background-color: #fff;
+ z-index: 1;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ .title{
+ font-size: .36rem;
+
+ font-weight: bold;
+ color: #008CD5;
+ letter-spacing: .01rem;
+ text-align: center;
+ // margin-top: 1rem;
+ margin-bottom: .52rem;
+ }
+ .text{
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .68rem;
+ letter-spacing: .01rem;
+ span{
+ font-size: .36rem;
+ color: #001D2D;
+ }
+ }
+ }
+ }
+ .text-box{
+ padding: .4rem 2.6rem;
+ li{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .38rem;
+ position: relative;
+ span{
+ font-size: .18rem;
+ }
+ &::before{
+ position: absolute;
+ content: '·';
+ color: #0B83C6;
+ font-size: .32rem;
+ left: -.2rem;
+ top: .01rem;
+ }
+ }
+ }
+
+ }
+
+ .it-temp4{
+ padding: .6rem 1.2rem 1rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content-list{
+ margin-bottom: .6rem;
+ img{
+ width: 100%;
+ }
+ .content-item{
+ height: 100%;
+ display: flex;
+ // justify-content: center;
+ align-items: center;
+ li{
+ display: flex;
+ width: 90%;
+ span{
+ width: 1.2rem;
+ flex: none;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .60rem;
+ }
+ div{
+ flex: auto;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .60rem;
+ }
+ }
+ .box{
+ width: 90%;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .60rem;
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ }
+ }
+ }
+ }
+
+ }
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/index_5/index.vue b/src/views/product/childs/index_5/index.vue
new file mode 100644
index 0000000..9a07b0c
--- /dev/null
+++ b/src/views/product/childs/index_5/index.vue
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+ 护航产品
+ 软件成分分析及同源漏洞检测工具
+
+
+
+
+
+
+ 软件成分分析及同源漏洞检测工具功能
+
+
+
+
+
+
+
+ 软件成分分析及同源漏洞检测工具特点
+
+
+
+
+
+
+
亿万级代码漏洞知识库
+
+ 4100 万 个开源项目,83 亿 个开源文
+ 24.61 万 个漏洞项目,极快的 扫描匹配速度
+
+
+
+
+
+
+
+
+ 技术领先、自主可控
+ 万亿级代码漏洞知识库,并持续更新
+ 自主研发率分析
+ 第三方库成分分析,形成知识图谱
+ 漏洞及传播影响分析
+
+
+
+
+ 漏洞评分及组件修复建议
+ 代码版权分析
+ 代码相似度分析
+ 支持代码指纹管理
+ 支“量身定制”及各种开发接口
+
+
+
+
+
+
+
+
+
+ 软件成分分析及同源漏洞检测工具特点
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 面向软件安全保障领域,静态代码分析工具
+ ,于2015年成为拥有通过美国CWE认证 的软件安全检测类产品的公司,
+ 打破静态分析产品国外垄断的局面
+
+
+
+
+
查看更多
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/childs/index_6/images/bg.png b/src/views/product/childs/index_6/images/bg.png
new file mode 100644
index 0000000..ff57a4b
Binary files /dev/null and b/src/views/product/childs/index_6/images/bg.png differ
diff --git a/src/views/product/childs/index_6/images/img1.png b/src/views/product/childs/index_6/images/img1.png
new file mode 100644
index 0000000..129aeda
Binary files /dev/null and b/src/views/product/childs/index_6/images/img1.png differ
diff --git a/src/views/product/childs/index_6/images/img10.png b/src/views/product/childs/index_6/images/img10.png
new file mode 100644
index 0000000..3e42f3b
Binary files /dev/null and b/src/views/product/childs/index_6/images/img10.png differ
diff --git a/src/views/product/childs/index_6/images/img11.png b/src/views/product/childs/index_6/images/img11.png
new file mode 100644
index 0000000..61b4209
Binary files /dev/null and b/src/views/product/childs/index_6/images/img11.png differ
diff --git a/src/views/product/childs/index_6/images/img12.png b/src/views/product/childs/index_6/images/img12.png
new file mode 100644
index 0000000..7d30199
Binary files /dev/null and b/src/views/product/childs/index_6/images/img12.png differ
diff --git a/src/views/product/childs/index_6/images/img13.png b/src/views/product/childs/index_6/images/img13.png
new file mode 100644
index 0000000..3af183f
Binary files /dev/null and b/src/views/product/childs/index_6/images/img13.png differ
diff --git a/src/views/product/childs/index_6/images/img14.png b/src/views/product/childs/index_6/images/img14.png
new file mode 100644
index 0000000..f0f3c14
Binary files /dev/null and b/src/views/product/childs/index_6/images/img14.png differ
diff --git a/src/views/product/childs/index_6/images/img2.png b/src/views/product/childs/index_6/images/img2.png
new file mode 100644
index 0000000..0e5dc2a
Binary files /dev/null and b/src/views/product/childs/index_6/images/img2.png differ
diff --git a/src/views/product/childs/index_6/images/img3.png b/src/views/product/childs/index_6/images/img3.png
new file mode 100644
index 0000000..a7a14ee
Binary files /dev/null and b/src/views/product/childs/index_6/images/img3.png differ
diff --git a/src/views/product/childs/index_6/images/img4.png b/src/views/product/childs/index_6/images/img4.png
new file mode 100644
index 0000000..f4e27c4
Binary files /dev/null and b/src/views/product/childs/index_6/images/img4.png differ
diff --git a/src/views/product/childs/index_6/images/img5.png b/src/views/product/childs/index_6/images/img5.png
new file mode 100644
index 0000000..49cdbfa
Binary files /dev/null and b/src/views/product/childs/index_6/images/img5.png differ
diff --git a/src/views/product/childs/index_6/images/img6.png b/src/views/product/childs/index_6/images/img6.png
new file mode 100644
index 0000000..47c276c
Binary files /dev/null and b/src/views/product/childs/index_6/images/img6.png differ
diff --git a/src/views/product/childs/index_6/images/img7.png b/src/views/product/childs/index_6/images/img7.png
new file mode 100644
index 0000000..a7c5656
Binary files /dev/null and b/src/views/product/childs/index_6/images/img7.png differ
diff --git a/src/views/product/childs/index_6/images/img8.png b/src/views/product/childs/index_6/images/img8.png
new file mode 100644
index 0000000..ec38faf
Binary files /dev/null and b/src/views/product/childs/index_6/images/img8.png differ
diff --git a/src/views/product/childs/index_6/images/img9.png b/src/views/product/childs/index_6/images/img9.png
new file mode 100644
index 0000000..f49fdee
Binary files /dev/null and b/src/views/product/childs/index_6/images/img9.png differ
diff --git a/src/views/product/childs/index_6/index.scss b/src/views/product/childs/index_6/index.scss
new file mode 100644
index 0000000..b29792f
--- /dev/null
+++ b/src/views/product/childs/index_6/index.scss
@@ -0,0 +1,274 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ position: relative;
+ justify-content: center;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content{
+ img{
+ width: 90%;
+ display: block;
+ margin: auto;
+ }
+ .text-box{
+ .title{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .30rem;
+ position: relative;
+ margin-bottom: .1rem;
+ div{
+ position: relative;
+ z-index: 1;
+ }
+ span{
+ display: inline-block;
+ position: absolute;
+ width: .36rem;
+ height: .36rem;
+ border-radius: .36rem;
+ background-color: #ECF4E3;
+ z-index: 0;
+ top: -.09rem;
+ left: -.18rem;
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .3rem;
+ height: 3.2rem;
+ }
+ }
+ .text-box-left{
+ display: flex;
+ justify-content: right;
+ & > div{
+ width: 1.8rem;
+ }
+ }
+ .img-box{
+ .pad-box{
+ display: flex;
+ justify-content: center;
+ padding-left: .5rem;
+ }
+ }
+ }
+ .case-list{
+ margin-top: .8rem;
+ img{
+ width: 100%;
+ display: block;
+ margin-bottom: .2rem;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .34rem;
+ }
+ }
+ .lang-list{
+ margin-top: .8rem;
+ .title{
+ text-align: center;
+ margin-bottom: .6rem;
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ }
+ img{
+ width: 100%;
+ }
+ }
+ }
+ .it-temp3{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 1.6rem;
+ display: block;
+ margin: auto;
+ }
+ .title{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ text-align: center;
+ margin: .26rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ text-align: center;
+ line-height: .32rem;
+ }
+
+
+ }
+
+ .it-temp4{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ }
+ }
+ .it-temp5{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ position: relative;
+ z-index: 1;
+
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ }
+
+
+
+ }
+
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/product/childs/index_6/index.vue b/src/views/product/childs/index_6/index.vue
new file mode 100644
index 0000000..161e8ba
--- /dev/null
+++ b/src/views/product/childs/index_6/index.vue
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+ 护航产品
+ 软件源代码缺陷检测工具
+
+
+
+
+
+
+
+ 软件源代码缺陷检测工具功能情况
+
+
+
+
+
+
+
+
+
+ SQL注入
+ 跨站脚本攻击
+ 密码权限
+ 非法计算
+ 代码安全
+ 线程死锁
+ 0DAY漏洞
+ Cookie安全
+ 远程拒绝服务
+ ......
+
+
+
+
+
+
+
+ GJB-5369规则集
+ GJB-8114规则集
+ MISRA-2004规则集
+ MISRA-2008规则集
+ MISRA-2012规则集
+ ISO-17961规则集
+ CERT规则集(C)
+ CERT规则集(JAVA)
+ ......
+
+
+
+
+
+
+
+
+
+
+ 对软件质量进行预测
+ 评估控制和改善
+
+
+
+
+
+
+
+
+
+ 支持项目中各源代码
+ 文件的相似度分析
+
+
+
+
+
+
+
+
+
+ 内存泄露
+ 变量未初始化使用
+ 使用已释放的内存
+ 数组越界
+ 空指针解引用
+ 资源泄露
+ 释放未分配的内存
+ 无限循环
+ 不可达路径
+ ......
+
+
+
+
+
+ 生成函数控制流图
+ 文件函数调用图
+ 项目函数调用图
+
+
+
+
+
+
+
+
+
+
+ 算法全路径分析,提高检测精度,质量缺陷安全漏洞
+ 架构问题一网打尽,还具备软件质量,覆盖率计算等多项功能
+
+
+
+
+
+ 自定义代码审计规则,助力网络安全等保2.0和ICT供应链安全落地
+
+
+
+
+
+
目前支持的语言
+
+
+
+
+
+
+ 软件源代码缺陷检测工具特色
+
+
+
+
+
+ 智能化
+ 基于大数据的模式自动挖掘技术
+
+
+
+ 高性能
+ 200万行/小时源代码检测效率,支持千万级代码检测
+
+
+
+ 傻瓜式
+
+ 支持编译器智能配置,支持编译不通过即片段代码检测
+
+
+
+
+ 自动化
+
+ 支持与Jenkins集成的增量检测及IDE集成、私有云等多种检测模式
+
+
+
+
+
+
+
+ 全功能
+
+ 运行时缺陷+编码规则+安全漏洞+软件度量+代码克隆分析+软件工程图形逆向生成
+
+
+
+
+ 国产化
+
+ 唯一通过国产化认证及安可联盟,全面支持中标麒麟、银河麒麟、飞腾、
+ 龙芯、申威、WPS等多种环境,支持GJB5369、GJB8114等标准
+
+
+
+
+ 定制化
+
+ 丰富快捷的本地化服务:支持运行时缺陷、编码规则、度量项、开发接口、检测报告等多种定制服务,提供多种SDK开发包
+
+
+
+
+
+
+
+
+ 软件源代码缺陷检测工具操作界面
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 部署方式
+
+
+
+
查看更多
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/product/images/icon.png b/src/views/product/images/icon.png
new file mode 100644
index 0000000..60987e2
Binary files /dev/null and b/src/views/product/images/icon.png differ
diff --git a/src/views/product/images/img1.png b/src/views/product/images/img1.png
new file mode 100644
index 0000000..a32683b
Binary files /dev/null and b/src/views/product/images/img1.png differ
diff --git a/src/views/product/images/img10.png b/src/views/product/images/img10.png
new file mode 100644
index 0000000..860eb4c
Binary files /dev/null and b/src/views/product/images/img10.png differ
diff --git a/src/views/product/images/img11.png b/src/views/product/images/img11.png
new file mode 100644
index 0000000..d553444
Binary files /dev/null and b/src/views/product/images/img11.png differ
diff --git a/src/views/product/images/img2.png b/src/views/product/images/img2.png
new file mode 100644
index 0000000..f4ec7d8
Binary files /dev/null and b/src/views/product/images/img2.png differ
diff --git a/src/views/product/images/img3.png b/src/views/product/images/img3.png
new file mode 100644
index 0000000..ddfb1a3
Binary files /dev/null and b/src/views/product/images/img3.png differ
diff --git a/src/views/product/images/img4.png b/src/views/product/images/img4.png
new file mode 100644
index 0000000..c82a595
Binary files /dev/null and b/src/views/product/images/img4.png differ
diff --git a/src/views/product/images/img5.png b/src/views/product/images/img5.png
new file mode 100644
index 0000000..5f771cf
Binary files /dev/null and b/src/views/product/images/img5.png differ
diff --git a/src/views/product/images/img6.png b/src/views/product/images/img6.png
new file mode 100644
index 0000000..161b1d5
Binary files /dev/null and b/src/views/product/images/img6.png differ
diff --git a/src/views/product/images/img7.png b/src/views/product/images/img7.png
new file mode 100644
index 0000000..5857ec7
Binary files /dev/null and b/src/views/product/images/img7.png differ
diff --git a/src/views/product/images/img8.png b/src/views/product/images/img8.png
new file mode 100644
index 0000000..a773c9c
Binary files /dev/null and b/src/views/product/images/img8.png differ
diff --git a/src/views/product/images/img9.png b/src/views/product/images/img9.png
new file mode 100644
index 0000000..da478a2
Binary files /dev/null and b/src/views/product/images/img9.png differ
diff --git a/src/views/product/product.scss b/src/views/product/product.scss
new file mode 100644
index 0000000..892b319
--- /dev/null
+++ b/src/views/product/product.scss
@@ -0,0 +1,235 @@
+.it-container {
+ position: relative;
+ z-index: 0;
+ .title-sub {
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .68rem;
+
+ span {
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+
+ &:first-child {
+ background: #E1EAFD;
+ }
+
+ &:last-child {
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .it-temp1 {
+ text-align: right;
+ height: 6.48rem;
+ padding-right: 2.3rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: right;
+ position: relative;
+ z-index: 1;
+
+ img {
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ z-index: 0;
+ }
+
+ .title {
+ font-size: .6rem;
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .89rem;
+ position: relative;
+ z-index: 1;
+ padding-top: 1.2rem;
+ }
+
+ .sub-title {
+ position: relative;
+ z-index: 1;
+ background: rgba(255, 255, 255, 0.44);
+ border-radius: 26px;
+ // opacity: 0.44;
+ font-size: .28rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ padding: .18rem .28rem;
+ display: inline-block;
+ margin-top: .1rem;
+ }
+
+ .item {
+ position: absolute;
+ display: flex;
+ bottom: .6rem;
+ width: 82%;
+ left: 9%;
+
+ div {
+ flex: 1;
+ // text-align: center;
+ align-items: center;
+
+ div {
+ background-color: rgba(0, 29, 45, 0.2);
+ border-radius: 20px;
+ width: 2rem;
+ height: 1.26rem;
+ padding: 0 .24rem;
+ margin: auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #DDE1ED;
+ line-height: .32rem;
+ text-shadow: 0px 1px 2px rgba(7, 34, 52, 0.73);
+ text-align: left;
+ }
+ }
+ }
+ }
+
+ .it-temp2 {
+ padding: 1rem 1.2rem;
+
+ .content-list {}
+
+ .sub-item {
+ background: #F7F7F7;
+ border-radius: 40px;
+ padding: .12rem;
+ height: 4.6rem;
+ cursor: pointer;
+
+ &:hover {
+ background: #FFFFFF;
+ box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
+ }
+
+ img {
+ width: 100%;
+ height: auto;
+ margin-bottom: .2rem;
+ }
+ }
+
+ .content-item {
+ position: relative;
+ padding-bottom: .4rem;
+ text-align: center;
+
+ .title {
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ letter-spacing: .01rem;
+ margin-bottom: .1rem;
+ line-height: .3rem;
+ }
+
+ .sub-title {
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding: 0 .2rem;
+ }
+ }
+
+ }
+
+ .it-temp3 {
+ padding: 1rem 1.2rem;
+ padding-top: 0;
+ padding-bottom: .4rem;
+ position: relative;
+
+ .bg-img {
+ position: absolute;
+ right: 0;
+ top: 1rem;
+ width: 6.6rem;
+ // height: 6.8rem;
+
+ }
+
+ .mall-img {
+ width: 100%;
+ height: auto;
+ margin-bottom: .2rem;
+ cursor: pointer;
+ }
+
+ .content-item {
+ position: relative;
+ padding-bottom: .4rem;
+ cursor: pointer;
+
+ // text-align: center;
+ .title {
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ letter-spacing: .01rem;
+ margin-bottom: .1rem;
+ line-height: .3rem;
+ }
+
+ img {
+ width: .74rem;
+ margin-top: .1rem;
+ }
+
+ // .sub-title{
+ // font-size: .18rem;
+ //
+ // font-weight: 400;
+ // color: #737373;
+ // line-height: .32rem;
+ // padding: 0 .2rem;
+ // }
+
+ }
+
+ .mora {
+ text-align: center;
+ font-size: .18rem;
+ font-weight: 400;
+ color: #737373;
+ cursor: pointer;
+
+ img {
+ width: .18rem;
+ margin-left: .02rem;
+ }
+ }
+
+ }
+}
+
+.el-row {
+ margin-bottom: .42rem;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+}
\ No newline at end of file
diff --git a/src/views/product/product.vue b/src/views/product/product.vue
new file mode 100644
index 0000000..8627264
--- /dev/null
+++ b/src/views/product/product.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+ 自有产品列表
+
+
+
+
+
+
+
+
ITSM 管理工具
+
+ 解决企业IT运营管理中的各种复杂流程,节约企业运营成本
+
+
+
+
+
+
+
+
+
配置自动化核查
+
+ 全网安全策略可视化,包括态势可视化,策略可视化,搜索可视化
+
+
+
+
+
+
+
+
+
OA 协同办公工具
+
+ 涵盖客户管理模块、项目管理模块、人力管理模块、流程管理模块,经营报表模块等功能为一体的高效办公应用平台
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 相关解决方案
+
+
+
+
+
+
+
+
终端运维管理解决方案
+
+
+
+
+
+
+
+
+
护航呼叫中心解决方案
+
+
+
+
+
+
+
+
+
IT 服务管理解决方案
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/solution/childs/index_1/images/bg.png b/src/views/solution/childs/index_1/images/bg.png
new file mode 100644
index 0000000..b1350cf
Binary files /dev/null and b/src/views/solution/childs/index_1/images/bg.png differ
diff --git a/src/views/solution/childs/index_1/images/bg2.png b/src/views/solution/childs/index_1/images/bg2.png
new file mode 100644
index 0000000..709a574
Binary files /dev/null and b/src/views/solution/childs/index_1/images/bg2.png differ
diff --git a/src/views/solution/childs/index_1/images/img1.png b/src/views/solution/childs/index_1/images/img1.png
new file mode 100644
index 0000000..d7d28e6
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img1.png differ
diff --git a/src/views/solution/childs/index_1/images/img2.png b/src/views/solution/childs/index_1/images/img2.png
new file mode 100644
index 0000000..1f21a4e
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img2.png differ
diff --git a/src/views/solution/childs/index_1/images/img3.png b/src/views/solution/childs/index_1/images/img3.png
new file mode 100644
index 0000000..0ba2137
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img3.png differ
diff --git a/src/views/solution/childs/index_1/images/img4.png b/src/views/solution/childs/index_1/images/img4.png
new file mode 100644
index 0000000..e19f306
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img4.png differ
diff --git a/src/views/solution/childs/index_1/images/img5.png b/src/views/solution/childs/index_1/images/img5.png
new file mode 100644
index 0000000..6251101
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img5.png differ
diff --git a/src/views/solution/childs/index_1/images/img6.png b/src/views/solution/childs/index_1/images/img6.png
new file mode 100644
index 0000000..3f42fa8
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img6.png differ
diff --git a/src/views/solution/childs/index_1/images/img7.png b/src/views/solution/childs/index_1/images/img7.png
new file mode 100644
index 0000000..b48f02c
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img7.png differ
diff --git a/src/views/solution/childs/index_1/images/img8.png b/src/views/solution/childs/index_1/images/img8.png
new file mode 100644
index 0000000..78ae759
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img8.png differ
diff --git a/src/views/solution/childs/index_1/images/img9.png b/src/views/solution/childs/index_1/images/img9.png
new file mode 100644
index 0000000..e74ad51
Binary files /dev/null and b/src/views/solution/childs/index_1/images/img9.png differ
diff --git a/src/views/solution/childs/index_1/index.scss b/src/views/solution/childs/index_1/index.scss
new file mode 100644
index 0000000..afa8ab9
--- /dev/null
+++ b/src/views/solution/childs/index_1/index.scss
@@ -0,0 +1,380 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: .6rem;
+ }
+ img{
+ display: block;
+ width: 9.65rem;
+ margin: auto;
+ }
+ }
+ .it-temp3{
+ padding: .6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content-list{
+ text-align: center;
+ img{
+ width: 2rem;
+ }
+ .title{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ margin: .2rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ }
+ }
+
+
+
+ }
+
+ .it-temp4{
+ padding: .6rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .flex-box{
+ display: flex;
+ .item{
+ flex: 1;
+ position: relative;
+ height: 1rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ .bg{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ position: absolute;
+ left: 15%;
+ background-color: #E1EAFD;
+ z-index: 0;
+ }
+ span{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ position: absolute;
+ z-index: 1;
+ left: 30%;
+ top: 36%;
+ display: block;
+ }
+ .bg2{
+ background-color: #ECF4E3;
+ }
+
+ }
+ }
+ .img-content{
+ padding: .8rem 0;
+ img{
+ width: 100%;
+ display: block;
+ }
+
+
+ }
+ .model1{
+ margin-top: .4rem;
+ margin-bottom: .8rem;
+ img{
+ width: 100%;
+ }
+ .right{
+ text-align: right;
+ .title-sub2{
+ text-align: right;
+ font-size: .24rem;
+ margin-bottom: .4rem;
+ font-weight: bold;
+ line-height: 1;
+
+ }
+ .text{
+ font-size: .24rem;
+
+ font-weight: 400;
+ line-height: .60rem;
+ letter-spacing: .01rem;
+ color: #737373;
+ span{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ border-radius: .3rem;
+ height: .6rem;
+ line-height: .6rem;
+ border: 1px solid #E1EAFD;
+ padding: 0 .24rem ;
+ display: inline-block;
+ margin-left: .36rem;
+ margin-bottom: .32rem;
+ }
+ }
+ .text2{
+ span{
+ margin-bottom: .18rem;
+ }
+ }
+ .title-sub2{
+ span{
+ top: 0.03rem;
+ }
+ }
+ }
+ }
+
+
+ }
+ .it-temp5{
+ padding: .2rem 1.2rem 1rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .bg{
+ position: absolute;
+ right: 0;
+ top: -.6rem;
+ width: 8.43rem;
+ }
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: .8rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.2rem;
+ margin-top: .6rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/solution/childs/index_1/index.vue b/src/views/solution/childs/index_1/index.vue
new file mode 100644
index 0000000..3e7d234
--- /dev/null
+++ b/src/views/solution/childs/index_1/index.vue
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+
+ 解决方案
+ 终端运维管理解决方案
+
+
+
+
+
+ 企业内部办公终端数量众多,位置分散,需建立高效便捷的管理办法。该方案可以对应用于大规模、多场景的云办公环境(VDI
+ 桌面、VOI 桌面、IDV 桌面),以及传统 PC
+ 电脑桌面,进行统一的桌面操作行为管控,包括桌面上网行为、外设接入、网络安全、程序使用黑白名单,以及桌面远程协助,软硬件资产统一管理与统计查询,实现大规模分散终端
+ \ 桌面日常远程运维与集中监管。
+
+
+
+
+
+
+ 服务内容
+
+
+
+
+
+
+
桌面运维管理
+
+ 终端标准化管理
+ 桌面服务流程管理
+ 桌面服务时间管理
+ 桌面服务时效管理
+ 桌面服务 SOP 化管理
+
+
+
+
+
+
+
终端网络、安全管理
+
+ 终端 IP 地址管理
+ 终端网络准入管理
+ 终端防病毒管理
+ 终端系统安全策略配置
+ 终端桌面加固管理
+ 移动介质安全管理
+
+
+
+
+
+
+
IT资产管理
+
+ IT 资产生命周期管理
+ 软件资产管理
+ 硬件资产管理
+ 资产配置管理(CMDB)
+
+
+
+
+
+
+
应用软件响应支持
+
+ 应用软件终端故障处理
+ 软件参数、数据、全线设置
+ 应用软件作业计划、
+ 例行操作
+
+
+
+
+
+
+
+
+
+
+ 终端运维管理价值
+
+
+
+
+
+
+
+
+
+
+
01
+
无感式用户体验
+
+ 通过集约化,精细化的管理模式,解决用户与IT技术人员对系统逻辑理解的冲突,让用户体验无感化
+
+
+
+
+
+
+
+
+
+
+
02
+
对信息进行安全保护
+
+ 对文档,数据,存储介质等信息源进行保护,通过信息加密处理,防止企业信息泄露,保护企业信息安全,为企业数字化创造安全,稳定的环境
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
降低企业成本, 节约企业资源
+
+ 终端运维管理,实现了信息共享,使用者提出需求,运维人员统一处理问题,并且对问题作出数据分析,节约了人力,降低了企业运营成本,使企业呈现高效化资源节约态势
+
+
+
+
+
+
+
+
+
+
+
04
+
提高企业核心竞争力
+
+ 有效的整合了人力与技术服务资源,并对运维流程进行监督、管理、改进,使运维工作标准化、流程化、透明化、数字化,从而最大化的降低企业运营成本,提升企业核心竞争力
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/solution/childs/index_2/images/bg.png b/src/views/solution/childs/index_2/images/bg.png
new file mode 100644
index 0000000..83c4542
Binary files /dev/null and b/src/views/solution/childs/index_2/images/bg.png differ
diff --git a/src/views/solution/childs/index_2/images/img1.png b/src/views/solution/childs/index_2/images/img1.png
new file mode 100644
index 0000000..2cbf902
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img1.png differ
diff --git a/src/views/solution/childs/index_2/images/img2.png b/src/views/solution/childs/index_2/images/img2.png
new file mode 100644
index 0000000..8b28312
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img2.png differ
diff --git a/src/views/solution/childs/index_2/images/img3.png b/src/views/solution/childs/index_2/images/img3.png
new file mode 100644
index 0000000..2845893
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img3.png differ
diff --git a/src/views/solution/childs/index_2/images/img4.png b/src/views/solution/childs/index_2/images/img4.png
new file mode 100644
index 0000000..f699a16
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img4.png differ
diff --git a/src/views/solution/childs/index_2/images/img5.png b/src/views/solution/childs/index_2/images/img5.png
new file mode 100644
index 0000000..f9bee5e
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img5.png differ
diff --git a/src/views/solution/childs/index_2/images/img6.png b/src/views/solution/childs/index_2/images/img6.png
new file mode 100644
index 0000000..4172121
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img6.png differ
diff --git a/src/views/solution/childs/index_2/images/img7.png b/src/views/solution/childs/index_2/images/img7.png
new file mode 100644
index 0000000..83be83c
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img7.png differ
diff --git a/src/views/solution/childs/index_2/images/img8.png b/src/views/solution/childs/index_2/images/img8.png
new file mode 100644
index 0000000..375366c
Binary files /dev/null and b/src/views/solution/childs/index_2/images/img8.png differ
diff --git a/src/views/solution/childs/index_2/index.scss b/src/views/solution/childs/index_2/index.scss
new file mode 100644
index 0000000..02b88ad
--- /dev/null
+++ b/src/views/solution/childs/index_2/index.scss
@@ -0,0 +1,320 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ // .title{
+ // font-size: .6rem;
+ //
+ // font-weight: 500;
+ // color: #FFFFFF;
+ // background-color: rgba(0, 39, 59, 0.2);
+ // height: .88rem;
+ // line-height: .88rem;
+ // border-radius: .26rem;
+ // padding: 0 .24rem;
+ // position: relative;
+ // z-index: 1;
+ // }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: .6rem;
+ }
+
+ }
+ .sol-temp2{
+ padding: 1rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.3rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ img{
+ cursor: pointer;
+ width: .26rem;
+ margin-left: .06rem;
+ position: relative;
+ top: 0.01rem;
+ }
+ }
+ .sub-title{
+
+ width: 80%;
+ ul{
+ overflow: hidden;
+ margin-top: .3rem;
+ li{
+ float: left;
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #A7A7A7;
+ line-height: .42rem;
+ padding-left: .2rem;
+ position: relative;
+ margin-right: .3rem;
+ span{
+ opacity: 0;
+ font-size: .18rem;
+ }
+ &:after{
+ position: absolute;
+ content: '';
+ width: .08rem;
+ height: .08rem;
+ background-color: #737373;
+ border-radius: .08rem;
+ left: 0;
+ top: 50%;
+ margin-top: -.04rem;
+ }
+ }
+ }
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ .it-temp3{
+ padding: .2rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ }
+
+
+
+ }
+ .it-temp4{
+ padding: .8rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .4rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ }
+
+
+
+ }
+ .it-temp5{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ img{
+ width: 100%;
+ }
+
+
+
+ }
+
+
+
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/solution/childs/index_2/index.vue b/src/views/solution/childs/index_2/index.vue
new file mode 100644
index 0000000..3c23c18
--- /dev/null
+++ b/src/views/solution/childs/index_2/index.vue
@@ -0,0 +1,238 @@
+
+
+
+
+
+
+
+
+ 解决方案
+ IT 服务管理解决方案
+
+
+
+
+
+ 护航科技IT服务管理解决方案是以客户价值为导向,融合ITIL、敏捷开发、知识图谱等技术,基于多年行业深度实践,帮助客户构建优质、高效的IT服务管理体系,助力企业快速掌握运维管理流程,为客户数字化转型持续赋能。
+
+
+
+
+
+ 方案架构
+
+
+
+
+
+
+
+
+ IT 管理轻松时代
+
+
+
+
+
+
+
+
+
+ 护航 IT 服务管理价值
+
+
+
+
+
+
+
+
+
+
+
01
+
+ 准确定位用户需求
+
+
+
+
+
+ IT 服务风险识别
+ IT 服务风险测量
+ IT 服务能力识别
+ IT 服务成熟度识别
+
+
+
+
+
+
+
+
+
+
+
+
02
+
+ 量身定制服务设计
+
+
+
+
+
+ IT 服务测量管理
+ IT 服务流程设计
+ IT 服务架构设计
+ IT 服务标准化
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
+ 精准管理与服务执行
+
+
+
+
+
+ IT 服务人员管理
+ IT 服务规范管理
+ IT 服务效能管理
+ IT 服务保障管理
+
+
+
+
+
+
+
+
+
+
+
+
04
+
+ 快速识别风险规避
+
+
+
+
+
+ IT 服务风险识别
+ IT 服务风险测量
+ IT 服务风险隔离
+ IT 服务风险定性
+ IT 服务风险处置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
05
+
+ 连续有效服务保障
+
+
+
+
+
+ IT 服务满意度监测
+ IT 服务执行监测
+ IT 服务效能监测狗
+ IT 服务成本监测
+
+
+
+
+
+
+
+
+
+
+
+ IT运维服务场景
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/solution/childs/index_3/images/bg.png b/src/views/solution/childs/index_3/images/bg.png
new file mode 100644
index 0000000..0525494
Binary files /dev/null and b/src/views/solution/childs/index_3/images/bg.png differ
diff --git a/src/views/solution/childs/index_3/images/bg2.png b/src/views/solution/childs/index_3/images/bg2.png
new file mode 100644
index 0000000..00cf058
Binary files /dev/null and b/src/views/solution/childs/index_3/images/bg2.png differ
diff --git a/src/views/solution/childs/index_3/images/icon01.png b/src/views/solution/childs/index_3/images/icon01.png
new file mode 100644
index 0000000..3c3aac2
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon01.png differ
diff --git a/src/views/solution/childs/index_3/images/icon02.png b/src/views/solution/childs/index_3/images/icon02.png
new file mode 100644
index 0000000..a737197
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon02.png differ
diff --git a/src/views/solution/childs/index_3/images/icon03.png b/src/views/solution/childs/index_3/images/icon03.png
new file mode 100644
index 0000000..0262a08
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon03.png differ
diff --git a/src/views/solution/childs/index_3/images/icon04.png b/src/views/solution/childs/index_3/images/icon04.png
new file mode 100644
index 0000000..dba03ba
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon04.png differ
diff --git a/src/views/solution/childs/index_3/images/icon05.png b/src/views/solution/childs/index_3/images/icon05.png
new file mode 100644
index 0000000..78b64a4
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon05.png differ
diff --git a/src/views/solution/childs/index_3/images/icon06.png b/src/views/solution/childs/index_3/images/icon06.png
new file mode 100644
index 0000000..034d9cb
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon06.png differ
diff --git a/src/views/solution/childs/index_3/images/icon07.png b/src/views/solution/childs/index_3/images/icon07.png
new file mode 100644
index 0000000..631a5aa
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon07.png differ
diff --git a/src/views/solution/childs/index_3/images/icon08.png b/src/views/solution/childs/index_3/images/icon08.png
new file mode 100644
index 0000000..59929d4
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon08.png differ
diff --git a/src/views/solution/childs/index_3/images/icon09.png b/src/views/solution/childs/index_3/images/icon09.png
new file mode 100644
index 0000000..f978e58
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon09.png differ
diff --git a/src/views/solution/childs/index_3/images/icon10.png b/src/views/solution/childs/index_3/images/icon10.png
new file mode 100644
index 0000000..a165678
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon10.png differ
diff --git a/src/views/solution/childs/index_3/images/icon11.png b/src/views/solution/childs/index_3/images/icon11.png
new file mode 100644
index 0000000..90ad983
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon11.png differ
diff --git a/src/views/solution/childs/index_3/images/icon12.png b/src/views/solution/childs/index_3/images/icon12.png
new file mode 100644
index 0000000..a9af403
Binary files /dev/null and b/src/views/solution/childs/index_3/images/icon12.png differ
diff --git a/src/views/solution/childs/index_3/images/img1.png b/src/views/solution/childs/index_3/images/img1.png
new file mode 100644
index 0000000..c9942a2
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img1.png differ
diff --git a/src/views/solution/childs/index_3/images/img10.png b/src/views/solution/childs/index_3/images/img10.png
new file mode 100644
index 0000000..4d0a585
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img10.png differ
diff --git a/src/views/solution/childs/index_3/images/img11.png b/src/views/solution/childs/index_3/images/img11.png
new file mode 100644
index 0000000..21ae37c
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img11.png differ
diff --git a/src/views/solution/childs/index_3/images/img12.png b/src/views/solution/childs/index_3/images/img12.png
new file mode 100644
index 0000000..2f8c37c
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img12.png differ
diff --git a/src/views/solution/childs/index_3/images/img13.png b/src/views/solution/childs/index_3/images/img13.png
new file mode 100644
index 0000000..b031c80
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img13.png differ
diff --git a/src/views/solution/childs/index_3/images/img14.png b/src/views/solution/childs/index_3/images/img14.png
new file mode 100644
index 0000000..dde3e98
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img14.png differ
diff --git a/src/views/solution/childs/index_3/images/img2.png b/src/views/solution/childs/index_3/images/img2.png
new file mode 100644
index 0000000..4091b16
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img2.png differ
diff --git a/src/views/solution/childs/index_3/images/img3.png b/src/views/solution/childs/index_3/images/img3.png
new file mode 100644
index 0000000..36f6edc
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img3.png differ
diff --git a/src/views/solution/childs/index_3/images/img4.png b/src/views/solution/childs/index_3/images/img4.png
new file mode 100644
index 0000000..9f863e7
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img4.png differ
diff --git a/src/views/solution/childs/index_3/images/img5.png b/src/views/solution/childs/index_3/images/img5.png
new file mode 100644
index 0000000..0e99cf3
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img5.png differ
diff --git a/src/views/solution/childs/index_3/images/img6.png b/src/views/solution/childs/index_3/images/img6.png
new file mode 100644
index 0000000..bcd0efd
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img6.png differ
diff --git a/src/views/solution/childs/index_3/images/img7.png b/src/views/solution/childs/index_3/images/img7.png
new file mode 100644
index 0000000..45beff9
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img7.png differ
diff --git a/src/views/solution/childs/index_3/images/img8.png b/src/views/solution/childs/index_3/images/img8.png
new file mode 100644
index 0000000..70d25d8
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img8.png differ
diff --git a/src/views/solution/childs/index_3/images/img9.png b/src/views/solution/childs/index_3/images/img9.png
new file mode 100644
index 0000000..0072179
Binary files /dev/null and b/src/views/solution/childs/index_3/images/img9.png differ
diff --git a/src/views/solution/childs/index_3/index.scss b/src/views/solution/childs/index_3/index.scss
new file mode 100644
index 0000000..2582aa4
--- /dev/null
+++ b/src/views/solution/childs/index_3/index.scss
@@ -0,0 +1,478 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: .8rem;
+ }
+ .content-list{
+ padding-top: .3rem;
+ }
+ .num-img{
+ width: 1.2rem;
+ height: auto;
+ margin: auto;
+ display: block;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .44rem;
+ letter-spacing: 1px;
+ padding: .15rem 0;
+ text-align: center;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .36rem;
+ text-align: center;
+ span{
+ color: #8490AA;
+ font-size: .2rem;
+ }
+ }
+ .step{
+ width: .74rem;
+ }
+ }
+ // .it-temp2{
+ // padding: 1rem 1.2rem;
+ // .content-list{
+ // padding-top: .3rem;
+ // }
+ // .num-img{
+ // width: .98rem;
+ // height: auto;
+ // }
+ // .title{
+ // font-size: .36rem;
+ //
+ // font-weight: 400;
+ // color: #001D2D;
+ // line-height: .44rem;
+ // letter-spacing: 1px;
+ // padding: .15rem 0;
+ // }
+ // .text{
+ // font-size: .18rem;
+ //
+ // font-weight: 400;
+ // color: #737373;
+ // line-height: .36rem;
+ // height: 2.4rem;
+ // span{
+ // color: #8490AA;
+ // font-size: .2rem;
+ // }
+ // }
+ // .step{
+ // width: .74rem;
+ // }
+
+
+ // }
+ .it-temp3{
+ padding: 0rem 1.2rem 0 1.2rem;
+ padding-bottom: 0;
+ position: relative;
+ z-index: 1;
+ .bg{
+ position: absolute;
+ right: 0;
+ top: -.6rem;
+ width: 8.43rem;
+ }
+ .text-sub{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ text-align: center;
+ margin-bottom: .8rem;
+ }
+ .bg-img{
+ position: absolute;
+ width: 8.48rem;
+ height: auto;
+ top: 0;
+ right: 0;
+ }
+ .bg-img2{
+ position: absolute;
+ width: 7.14rem;
+ left: 0;
+ top: 11rem;
+ }
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: 1.2rem;
+ // margin-top: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ .it-temp4{
+ padding: .8rem 1.2rem .4rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ // margin-top: .4rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content-list{
+ border-radius: 10px;
+ border: 1px solid rgba(0, 29, 45, 0.19);
+ padding: .7rem 0;
+ .title{
+ text-align: center;
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ margin-bottom: .6rem;
+
+ }
+ .left-list li{
+ height: 1rem;
+ text-align: center;
+ position: relative;
+ line-height: 1rem;
+ div{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ }
+ span{
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ border-radius: 1rem;
+ background-color: #E1EAFD;
+ position: absolute;
+ top: 0;
+ z-index: 0;
+ }
+ }
+ .right-list{
+ padding-right: .6rem;
+ // padding-left: .6rem;
+ .child-left li{
+ height: .64rem;
+ // text-align: center;
+ position: relative;
+ line-height: .64rem;
+ margin-bottom: .12rem;
+ div{
+ position: relative;
+ z-index: 1;
+ font-size: .18rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ margin-left: .64rem;
+ }
+ span{
+ display: block;
+ width: .64rem;
+ height: .64rem;
+ border-radius: 1rem;
+ // background-color: #ECF4E3;
+ position: absolute;
+ top: 0;
+ z-index: 0;
+ left: 0;
+ img{
+ width: 100%;
+ }
+ }
+ }
+ }
+
+ }
+ .item-list{
+ margin-bottom: .4rem;
+ }
+ .content-item{
+ padding-top: 1.2rem;
+ .item{
+ img{
+ width: 1.2rem;
+ display: block;
+ margin: auto;
+ }
+ .title{
+ line-height: .32rem;
+ text-align: center;
+ position: relative;
+ padding-top: .5rem;
+
+ div{
+ position: absolute;
+ width: 100%;
+ left: 0;
+ top: 0;
+ text-align: center;
+ font-size: 1.40rem;
+
+ font-weight: bold;
+ color: #EEF2FB;
+ z-index: 0;
+ span{
+ width: 1rem;
+ height: 1rem;
+ border-radius: .5rem;
+ display: inline-block;
+ }
+ }
+ & > span{
+ position: relative;
+ z-index: 1;
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ }
+ .title1{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title2{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ .title3{
+ color:#E1EAFD;
+ span{
+ background-color: #E1EAFD;
+ }
+ }
+ .title4{
+ color:#ECF4E3;
+ span{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ // margin-top: .6rem;
+ padding: .4rem;
+ padding-left: 1rem;
+ }
+ }
+ .call{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 100%;
+ padding-right: .4rem;
+ div{
+ height: 1.2rem;
+ // line-height: 1.2rem;
+ img{
+ float: left;
+ }
+ }
+ .call-left{
+ width: .48rem;
+ position: relative;
+ top: 50%;
+ transform: translateY(-50%);
+ display: inline-block;
+ }
+ .call-center{
+ width: 1.2rem;
+ margin: 0 .54rem;
+ display: inline-block;
+ }
+ .call-right{
+ width: .48rem;
+ position: relative;
+ top: 50%;
+ transform: translateY(-50%);
+ display: inline-block;
+ }
+ }
+ }
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/solution/childs/index_3/index.vue b/src/views/solution/childs/index_3/index.vue
new file mode 100644
index 0000000..7b2d296
--- /dev/null
+++ b/src/views/solution/childs/index_3/index.vue
@@ -0,0 +1,388 @@
+
+
+
+
+
+
+
+
+ 解决方案
+ 护航呼叫中心解决方案
+
+
+
+
+
+ 护航MSP(Multi-tenant service
+ platform)平台主要由IT服务人员、呼叫中心系统和IT服务管理系统组成。为客户提供一个“快速、经济、专业”的服务支持平台,每个企业拥有独立的服务号码和服务资源,为企业提供IT故障在线解决、IT请求在线支持、现场服务派单、满意度调查、IT资产管理等专业服务。
+
+
+
+
+ 快速部署
+ 更少的人力成本,更高的服务效率
+
+
+
+ 三大运行商战略合作
+ 通话稳定,音质清晰的SIP电话,沟通更流畅
+
+
+
+ 完善管理系统
+
+ 详尽的监测体系+智能管理
+ +数据报表全面提升管理效率
+
+
+
+
+
+
+
+
+ 高效客服和精准外呼,覆盖十大行业
+
+
+
+
+
+ 高效客户服务
+
+
+
+
+ 号码轻松接入,服务快速开通
+
+
+
+ 语音导航引导客户自助解决问题
+
+
+
+ 智能路由规则自动分配队伍及坐席
+
+
+
+ 软电话条+来电弹屏实现高效服务
+
+
+
+ 监控+质检+报表解决运营难题
+
+
+
+
+
+
+
+
+ 产品特性
+
+
+
+
+
+
+
+
+ 多种号码接入
+
+
+
+ 队列管理
+
+
+
+ 软垫工具条
+
+
+
+ 通话转接
+
+
+
+ 客服同事
+
+
+
+ 知识库
+
+
+
+
+
+
+
+
+
+
+ 智能路由分配
+
+
+
+ IVR 语音导航
+
+
+
+ 来电弹屏
+
+
+
+ 通话列表跟踪
+
+
+
+ 常用语
+
+
+
+ 新建工单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无需部署,预置呼叫中心所需基本功能分钟级开通立即使用
+
+
+
+
+
+ 精心打造多种功能
+ 轻量但功能强大
+ 轻松助力创新型企业客服团队
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 加入云呼叫中心,赠送工单服务 同行业极具竞争力的资费水平
+ 可低成本获得可靠灵活的热线服务
+
+
+
+
+ 背后强大的资源支持 数据安全可靠
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 与在线客服平台及工单系统完美融合
+ 共享客户中心
+ 全渠道客服一站式接入
+
+
+
+
+
+ 无需一次性高额投入 可按需租用坐席
+ 存储资源弹性扩容,业务高峰期轻松应对
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 终端运维管理价值
+
+
+
+
+
+
+
+
+
+
+
01
+
便捷的智能化服务
+
+ 随需部署,设置灵活,全国各大城市号码自由选择。接听拨打电话便捷、多重功能辅助人工沟通,通话清晰稳定,为客户提供优质的来电体验
+
+
+
+
+
+
+
+
+
+
+
02
+
高效的主动营销
+
+ 外呼数据批量导入,自定义规则自动分配,主动发起外呼任务并提醒。线路稳定,有效触达客户,满足企业外呼或更多营销需求
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
监控&质检&数据一站式管理
+
+ 实时动态监控,保证坐席业务品质;多维度质检分析,拥有全面的统计分析报表,客服动态和客户业务数据一手掌握,轻松解决团队管理和运营决策难题
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/solution/childs/index_4/images/bg.png b/src/views/solution/childs/index_4/images/bg.png
new file mode 100644
index 0000000..cf3a2c2
Binary files /dev/null and b/src/views/solution/childs/index_4/images/bg.png differ
diff --git a/src/views/solution/childs/index_4/images/img1.png b/src/views/solution/childs/index_4/images/img1.png
new file mode 100644
index 0000000..c49ec64
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img1.png differ
diff --git a/src/views/solution/childs/index_4/images/img10.png b/src/views/solution/childs/index_4/images/img10.png
new file mode 100644
index 0000000..2546d9c
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img10.png differ
diff --git a/src/views/solution/childs/index_4/images/img11.png b/src/views/solution/childs/index_4/images/img11.png
new file mode 100644
index 0000000..9866b37
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img11.png differ
diff --git a/src/views/solution/childs/index_4/images/img12.png b/src/views/solution/childs/index_4/images/img12.png
new file mode 100644
index 0000000..282bd8e
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img12.png differ
diff --git a/src/views/solution/childs/index_4/images/img13.png b/src/views/solution/childs/index_4/images/img13.png
new file mode 100644
index 0000000..8dad299
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img13.png differ
diff --git a/src/views/solution/childs/index_4/images/img14.png b/src/views/solution/childs/index_4/images/img14.png
new file mode 100644
index 0000000..9a2b428
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img14.png differ
diff --git a/src/views/solution/childs/index_4/images/img2.png b/src/views/solution/childs/index_4/images/img2.png
new file mode 100644
index 0000000..acbab71
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img2.png differ
diff --git a/src/views/solution/childs/index_4/images/img3.png b/src/views/solution/childs/index_4/images/img3.png
new file mode 100644
index 0000000..5c6c91b
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img3.png differ
diff --git a/src/views/solution/childs/index_4/images/img4.png b/src/views/solution/childs/index_4/images/img4.png
new file mode 100644
index 0000000..5b48d6b
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img4.png differ
diff --git a/src/views/solution/childs/index_4/images/img5.png b/src/views/solution/childs/index_4/images/img5.png
new file mode 100644
index 0000000..b8045f4
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img5.png differ
diff --git a/src/views/solution/childs/index_4/images/img6.png b/src/views/solution/childs/index_4/images/img6.png
new file mode 100644
index 0000000..e298cda
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img6.png differ
diff --git a/src/views/solution/childs/index_4/images/img7.png b/src/views/solution/childs/index_4/images/img7.png
new file mode 100644
index 0000000..4a03d3b
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img7.png differ
diff --git a/src/views/solution/childs/index_4/images/img8.png b/src/views/solution/childs/index_4/images/img8.png
new file mode 100644
index 0000000..4d72dce
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img8.png differ
diff --git a/src/views/solution/childs/index_4/images/img9.png b/src/views/solution/childs/index_4/images/img9.png
new file mode 100644
index 0000000..1fe78dd
Binary files /dev/null and b/src/views/solution/childs/index_4/images/img9.png differ
diff --git a/src/views/solution/childs/index_4/index.scss b/src/views/solution/childs/index_4/index.scss
new file mode 100644
index 0000000..07d60e2
--- /dev/null
+++ b/src/views/solution/childs/index_4/index.scss
@@ -0,0 +1,283 @@
+.it-container{
+ .it-temp1{
+ height: 6.48rem;
+ // padding-left: 2.3rem;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+ img{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ top:0;
+ left: 0;
+ z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+
+ font-weight: 500;
+ color: #FFFFFF;
+ background-color: rgba(0, 39, 59, 0.2);
+ height: .88rem;
+ line-height: .88rem;
+ border-radius: .26rem;
+ padding: 0 .24rem;
+ position: relative;
+ z-index: 1;
+ }
+ }
+ .breadcrumb{
+ padding: .6rem 1.2rem .4rem 1.2rem;
+ }
+
+ .it-temp2{
+ padding: 0rem 1.2rem 0rem 1.2rem;
+ // padding-top: .3rem;
+ position: relative;
+ z-index: 1;
+ .temp2-text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .24rem;
+ margin-bottom: 0rem;
+ }
+ .content-list{
+ img{
+ width: 100%;
+ }
+ .title{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ margin: .2rem 0;
+ padding: 0 .24rem;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding: 0 .24rem;
+ }
+ }
+ }
+
+ .it-temp3{
+ padding: .8rem 1.2rem .8rem 1.2rem;
+ position: relative;
+
+ .title-sub{
+ position: relative;
+ z-index: 1;
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .content-list{
+ text-align: center;
+ img{
+ width: 2rem;
+ }
+ .title{
+ font-size: .24rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .32rem;
+ margin: .2rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ }
+ }
+
+
+
+ }
+ .it-temp4{
+ padding: 0rem 1.2rem .8rem 1.2rem;
+ position: relative;
+ z-index: 1;
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ // margin-top: .4rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ img{
+ width: 100%;
+ }
+ }
+ .it-temp6{
+ padding: 0rem 1.2rem .8rem 1.2rem;
+ padding-top: .3rem;
+ padding-bottom: 0;
+ position: relative;
+ z-index: 1;
+ .bg{
+
+ width: 100%;
+ display: block;
+ margin-bottom: 1rem;
+ }
+
+
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .8rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+
+ .content-list{
+ margin-bottom: 1rem;
+ img{
+ width: 100%;
+ // height: 2.4rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-left:.66rem;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ .box{
+ position: relative;
+ }
+ .setp{
+ position: absolute;
+ right: .2rem;
+ width: .24rem;
+ height: 100%;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #008CD5;
+ }
+ &:last-child{
+ background-color: #ECF4E3;
+ }
+ }
+ }
+ .num{
+ position: absolute;
+ top: -.66rem;
+ left: -.64rem;
+ font-size: .72rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ opacity: .06;
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .24rem;
+ letter-spacing: .01rem;
+ margin-bottom: .2rem;
+ }
+ .sub-title{
+ font-size: .2rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ width: 80%;
+ }
+ }
+ .content-item2{
+ padding-left: 1.8rem;
+ .setp{
+ position: absolute;
+ left: .2rem;
+ right: auto;
+ span{
+ display: block;
+ width: .24rem;
+ height: .24rem;
+ margin-bottom: .12rem;
+ &:first-child{
+ background-color: #6EB92C;
+ }
+ &:last-child{
+ background-color: #E1EAFD;
+ }
+ }
+ }
+ .num{
+ left: -.6rem;
+ }
+ }
+ }
+ // ------------------
+
+
+}
\ No newline at end of file
diff --git a/src/views/solution/childs/index_4/index.vue b/src/views/solution/childs/index_4/index.vue
new file mode 100644
index 0000000..4313ceb
--- /dev/null
+++ b/src/views/solution/childs/index_4/index.vue
@@ -0,0 +1,262 @@
+
+
+
+
+
+
+
+
+ 解决方案
+ 数据中心运维咨询及服务解决方案
+
+
+
+
+
+ 大型企业建有自己的IDC机房,其网络信息部门需要面对许多机房管理的难题,保障业务的稳定性,持续为业务提供服务是网络信息部门的重要任务之一。
+
+
+
+
+
+
+ IDC 运维面临的挑战
+
+
+
+
+
+
+
业务持续
+
+ ・紧急操作的响应
+ ・重大事故的影响
+
+
+
+
+
+
+
SLA 要求
+
+ ・服务需求的增加
+ ・任务的优先级别与响应时间
+
+
+
+
+
+
+
基础设施
+
+ ・高效的电源和空调系统
+ ・降低能源消耗
+
+
+
+
+
+
+
业务部署
+
+ ・快速简单的业务部署
+ ・灵活的IT服务交付
+
+
+
+
+
+
+
+
+
需求整合
+
+ ・时间及效率问题
+ ・跨地区业务支持
+
+
+
+
+
+
+
安全
+
+ ・操作符合标准、规范
+ ・保证数据的完整性和安全性
+
+
+
+
+
+
+
资产
+
+ ・提高资产的利用率
+ ・降低运行成本
+ ・资产数据准确性
+
+
+
+
+
+
+
运维成本
+
+ ・人员培训成本
+ ・质检成本
+ ・与厂商沟通的成本
+
+
+
+
+
+
+
+
+ IDC 运维方案架构
+
+
+
+
+
+
+
+ IDC 运维管理范围
+
+
+
+
+
+
+
+
+ IDC 运维方案优势
+
+
+
+
+
+
+
+
+
+
+
+
01
+
SOP标准化操作
+
+ 以完善的运维服务制度、流程为基础,确定各项运维活动的标准流程和相关岗位设置等,
+ 使运维人员在制度和流程的规范和约束下协同操作
+
+
+
+
+
+
+
+
+
+
+
02
+
以先进、成熟的运维管理平台为手段
+
+ 实现对各类运维事件的全面采集、及时处理与合理分析,实现运行维护工作的智能化和高效率
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
03
+
使数据变得更有价值
+
+ 通过积累大量故障处理、预测规避以及巡检运维等经验组成智能化运维分析的知识库,把数据变成有价值的信息,从而实现数据中心智能化运维监控需求,实现智能决策
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/solution/images/img1.png b/src/views/solution/images/img1.png
new file mode 100644
index 0000000..4d97220
Binary files /dev/null and b/src/views/solution/images/img1.png differ
diff --git a/src/views/solution/images/img10.png b/src/views/solution/images/img10.png
new file mode 100644
index 0000000..d0468fe
Binary files /dev/null and b/src/views/solution/images/img10.png differ
diff --git a/src/views/solution/images/img11.png b/src/views/solution/images/img11.png
new file mode 100644
index 0000000..ddfb1a3
Binary files /dev/null and b/src/views/solution/images/img11.png differ
diff --git a/src/views/solution/images/img12.png b/src/views/solution/images/img12.png
new file mode 100644
index 0000000..d553444
Binary files /dev/null and b/src/views/solution/images/img12.png differ
diff --git a/src/views/solution/images/img2.png b/src/views/solution/images/img2.png
new file mode 100644
index 0000000..23a1e98
Binary files /dev/null and b/src/views/solution/images/img2.png differ
diff --git a/src/views/solution/images/img3.png b/src/views/solution/images/img3.png
new file mode 100644
index 0000000..e71102f
Binary files /dev/null and b/src/views/solution/images/img3.png differ
diff --git a/src/views/solution/images/img4.png b/src/views/solution/images/img4.png
new file mode 100644
index 0000000..b9851aa
Binary files /dev/null and b/src/views/solution/images/img4.png differ
diff --git a/src/views/solution/images/img5.png b/src/views/solution/images/img5.png
new file mode 100644
index 0000000..6b54a63
Binary files /dev/null and b/src/views/solution/images/img5.png differ
diff --git a/src/views/solution/images/img6.png b/src/views/solution/images/img6.png
new file mode 100644
index 0000000..2ef1d54
Binary files /dev/null and b/src/views/solution/images/img6.png differ
diff --git a/src/views/solution/images/img7.png b/src/views/solution/images/img7.png
new file mode 100644
index 0000000..5b32069
Binary files /dev/null and b/src/views/solution/images/img7.png differ
diff --git a/src/views/solution/images/img8.png b/src/views/solution/images/img8.png
new file mode 100644
index 0000000..4eb4cc5
Binary files /dev/null and b/src/views/solution/images/img8.png differ
diff --git a/src/views/solution/images/img9.png b/src/views/solution/images/img9.png
new file mode 100644
index 0000000..a32683b
Binary files /dev/null and b/src/views/solution/images/img9.png differ
diff --git a/src/views/solution/solution.scss b/src/views/solution/solution.scss
new file mode 100644
index 0000000..2131ac4
--- /dev/null
+++ b/src/views/solution/solution.scss
@@ -0,0 +1,168 @@
+.it-container{
+ .title-sub{
+ text-align: center;
+ font-size: .42rem;
+
+ font-weight: 500;
+ color: #001D2D;
+ line-height: .62rem;
+ margin-bottom: .68rem;
+ span{
+ display: inline-block;
+ width: .24rem;
+ height: .24rem;
+ position: relative;
+ top: -0.02rem;
+ &:first-child{
+ background: #E1EAFD;
+ }
+ &:last-child{
+ background: #ECF4E3;
+ }
+ }
+ }
+ .it-temp1{
+ // height: 6.48rem;
+ // display: flex;
+ // align-items: center;
+ // justify-content: center;
+ // text-align: center;
+ // position: relative;
+ // z-index: 1;
+ img{
+ // position: absolute;
+ width: 100%;
+ // height: 100%;
+ // top:0;
+ // left: 0;
+ // z-index: 0;
+ }
+ .title{
+ font-size: .6rem;
+ font-weight: 500;
+ color: #EFEFEF;
+ line-height: .89rem;
+
+ }
+ .sub-title{
+ font-size: .18rem;
+ font-weight: 500;
+ color: #EFEFEF;
+ line-height: .62rem;
+ }
+ }
+ .it-temp2{
+ padding: .8rem 1.2rem 1rem 1.2rem;
+ .content-list{
+ padding-top: .3rem;
+
+ }
+ .num-img{
+ width: .98rem;
+ height: auto;
+
+ }
+ .title{
+ font-size: .36rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ line-height: .44rem;
+ letter-spacing: 1px;
+ padding: .15rem 0;
+ }
+ .text{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .36rem;
+ height: 1.6rem;
+ span{
+ color: #8490AA;
+ font-size: .2rem;
+ }
+ }
+ .step{
+ width: .74rem;
+ }
+
+
+ }
+ .it-temp3{
+ padding: 0rem 1.2rem 1rem 1.2rem;
+ .num-img{
+ width: 100%;
+ height: auto;
+ position: relative;
+ z-index: 1;
+ margin-bottom: .2rem;
+ cursor: pointer;
+ }
+ .title{
+ position: absolute;
+ bottom: .8rem;
+ left: .3rem;
+ font-size: .28rem;
+
+ font-weight: 500;
+ color: #fff;
+ z-index: 1;
+ }
+
+ .step{
+ width: .74rem;
+ }
+ .el-row {
+ margin-bottom: .42rem;
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+
+ }
+ .it-temp4{
+ padding: 0rem 1.2rem 1rem 1.2rem;
+
+
+ .sub-item{
+ background: #F7F7F7;
+ border-radius: 40px;
+ padding: .12rem;
+ height: 4.6rem;
+ cursor: pointer;
+ &:hover{
+ background: #FFFFFF;
+ box-shadow: 0px 10px 40px 0px rgba(0, 49, 75, 0.1);
+ }
+ img{
+ width: 100%;
+ height: auto;
+ margin-bottom: .2rem;
+ }
+ }
+ .content-item{
+ position: relative;
+ padding-bottom: .4rem;
+ text-align: center;
+ .title{
+ font-size: .24rem;
+
+ font-weight: 400;
+ color: #001D2D;
+ letter-spacing: .01rem;
+ margin-bottom: .1rem;
+ line-height: .3rem;
+ }
+ .sub-title{
+ font-size: .18rem;
+
+ font-weight: 400;
+ color: #737373;
+ line-height: .32rem;
+ padding: 0 .2rem;
+ }
+ }
+
+ }
+}
\ No newline at end of file
diff --git a/src/views/solution/solution.vue b/src/views/solution/solution.vue
new file mode 100644
index 0000000..4e4ee3c
--- /dev/null
+++ b/src/views/solution/solution.vue
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+ 护航优势
+
+
+
+
+
+ 核心优势
+
+
+
+ 专注IT服务20年;
+ 累计服务1000+ 企业客户,
+ 其中500 强企业为主要客户
+
+
+
+
+
+
+ 优质解决方案
+
+ 7x24小时随时响应,
+ 提供高效优质的解决方案
+
+
+
+
+
+ 丰富行业资源
+
+
+ 全国共有11 个分支机构,
+ 公司80% 以上为IT交付人员,
+ 全方位满足行业客户需求。
+
+
+
+
+
+
+ 极致的服务体验
+
+
+ 客户满意度98%
+ 200+深度合作客户
+ 99%客户续签率
+
+
+
+
+
+
+
+
+
+
+ 护航科技相关产品
+
+
+
+
+
+
+
+
ITSM 管理工具
+
+ 解决企业IT运营管理中的各种复杂流程,节约企业运营成本
+
+
+
+
+
+
+
+
+
配置自动化核查
+
+ 全网安全策略可视化,包括态势可视化,策略可视化,搜索可视化
+
+
+
+
+
+
+
+
+
OA 协同办公工具
+
+ 涵盖客户管理模块、项目管理模块、人力管理模块、流程管理模块,经营报表模块等功能为一体的高效办公应用平台
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
new file mode 100644
index 0000000..f317eba
--- /dev/null
+++ b/vue.config.js
@@ -0,0 +1,48 @@
+const { defineConfig } = require('@vue/cli-service')
+module.exports = defineConfig({
+ transpileDependencies: true,
+ lintOnSave: false,
+ publicPath: process.env.VUE_APP_CDN, // 静态资源路径(默认/,打包后会白屏)
+ assetsDir: 'static',
+ productionSourceMap: false,
+ outputDir: 'dist', // 打包后文件的目录 (默认为dist)
+ devServer: {
+ port: 8088,
+ proxy: {
+ // 可以设置多个
+ '/api':{
+ target:'https://www.novots.com/',
+ // target:'http://10.1.2.71',
+ // target:'http://j24rde.natappfree.cc',
+ changeOrigin:true,
+ pathRewrite:{
+ // '^/api': 'http://10.1.2.71'
+ '^/api': '/'
+ // '^/api': 'http://j24rde.natappfree.cc'
+ }
+ },
+ '/api':{
+ target:'https://www.novots.com/',
+ // target:'http://10.1.2.71',
+ // target:'http://j24rde.natappfree.cc',
+ changeOrigin:true,
+ pathRewrite:{
+ // '^/api': 'http://10.1.2.71'
+ '^/api': '/'
+ // '^/api': 'http://j24rde.natappfree.cc'
+ }
+ },
+ '/api':{
+ target:'https://www.novots.com/',
+ // target:'http://10.1.2.71',
+ // target:'http://j24rde.natappfree.cc',
+ changeOrigin:true,
+ pathRewrite:{
+ // '^/api': 'http://10.1.2.71'
+ '^/api': '/'
+ // '^/api': 'http://j24rde.natappfree.cc'
+ }
+ }
+ }
+ },
+})