|
|
|
@ -15,19 +15,19 @@
|
|
|
|
|
"vue": "^3.4.23"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/eslint-parser": "7.24.7",
|
|
|
|
|
"@babel/eslint-parser": "7.25.1",
|
|
|
|
|
"@vue/cli-plugin-babel": "5.0.8",
|
|
|
|
|
"@vue/cli-plugin-eslint": "5.0.8",
|
|
|
|
|
"@vue/cli-plugin-pwa": "5.0.8",
|
|
|
|
|
"@vue/cli-service": "5.0.8",
|
|
|
|
|
"@vue/compiler-sfc": "3.4.27",
|
|
|
|
|
"@vue/compiler-sfc": "3.4.37",
|
|
|
|
|
"@vue/eslint-config-standard": "8.0.1",
|
|
|
|
|
"eslint": "8.57.0",
|
|
|
|
|
"eslint-plugin-import": "2.29.1",
|
|
|
|
|
"eslint-plugin-n": "17.8.1",
|
|
|
|
|
"eslint-plugin-promise": "6.2.0",
|
|
|
|
|
"eslint-plugin-n": "17.10.2",
|
|
|
|
|
"eslint-plugin-promise": "7.1.0",
|
|
|
|
|
"eslint-plugin-standard": "5.0.0",
|
|
|
|
|
"eslint-plugin-vue": "9.26.0"
|
|
|
|
|
"eslint-plugin-vue": "9.27.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
|
|
@ -119,9 +119,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/eslint-parser": {
|
|
|
|
|
"version": "7.24.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz",
|
|
|
|
|
"integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==",
|
|
|
|
|
"version": "7.25.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz",
|
|
|
|
|
"integrity": "sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -487,9 +487,10 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/parser": {
|
|
|
|
|
"version": "7.24.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
|
|
|
|
|
"integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==",
|
|
|
|
|
"version": "7.24.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
|
|
|
|
|
"integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bin": {
|
|
|
|
|
"parser": "bin/babel-parser.js"
|
|
|
|
|
},
|
|
|
|
@ -3226,49 +3227,53 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-core": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-E+RyqY24KnyDXsCuQrI+mlcdW3ALND6U7Gqa/+bVwbcpcR3BRRIckFoz7Qyd4TTlnugtwuI7YgjbvsLmxb+yvg==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-ZDDT/KiLKuCRXyzWecNzC5vTcubGz4LECAtfGPENpo0nrmqJHwuWtRLxk/Sb9RAKtR9iFflFycbkjkY+W/PZUQ==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/parser": "^7.24.4",
|
|
|
|
|
"@vue/shared": "3.4.27",
|
|
|
|
|
"entities": "^4.5.0",
|
|
|
|
|
"@babel/parser": "^7.24.7",
|
|
|
|
|
"@vue/shared": "3.4.37",
|
|
|
|
|
"entities": "^5.0.0",
|
|
|
|
|
"estree-walker": "^2.0.2",
|
|
|
|
|
"source-map-js": "^1.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-dom": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-kUTvochG/oVgE1w5ViSr3KUBh9X7CWirebA3bezTbB5ZKBQZwR2Mwj9uoSKRMFcz4gSMzzLXBPD6KpCLb9nvWw==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-rIiSmL3YrntvgYV84rekAtU/xfogMUJIclUMeIKEtVBFngOL3IeZHhsH3UaFEgB5iFGpj6IW+8YuM/2Up+vVag==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-core": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27"
|
|
|
|
|
"@vue/compiler-core": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-sfc": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-nDwntUEADssW8e0rrmE0+OrONwmRlegDA1pD6QhVeXxjIytV03yDqTey9SBDiALsvAd5U4ZrEKbMyVXhX6mCGA==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-vCfetdas40Wk9aK/WWf8XcVESffsbNkBQwS5t13Y/PcfqKfIwJX2gF+82th6dOpnpbptNMlMjAny80li7TaCIg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/parser": "^7.24.4",
|
|
|
|
|
"@vue/compiler-core": "3.4.27",
|
|
|
|
|
"@vue/compiler-dom": "3.4.27",
|
|
|
|
|
"@vue/compiler-ssr": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27",
|
|
|
|
|
"@babel/parser": "^7.24.7",
|
|
|
|
|
"@vue/compiler-core": "3.4.37",
|
|
|
|
|
"@vue/compiler-dom": "3.4.37",
|
|
|
|
|
"@vue/compiler-ssr": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37",
|
|
|
|
|
"estree-walker": "^2.0.2",
|
|
|
|
|
"magic-string": "^0.30.10",
|
|
|
|
|
"postcss": "^8.4.38",
|
|
|
|
|
"postcss": "^8.4.40",
|
|
|
|
|
"source-map-js": "^1.2.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/compiler-ssr": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-CVRzSJIltzMG5FcidsW0jKNQnNRYC8bT21VegyMMtHmhW3UOI7knmUehzswXLrExDLE6lQCZdrhD4ogI7c+vuw==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-TyAgYBWrHlFrt4qpdACh8e9Ms6C/AZQ6A6xLJaWrCL8GCX5DxMzxyeFAEMfU/VFr4tylHm+a2NpfJpcd7+20XA==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-dom": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27"
|
|
|
|
|
"@vue/compiler-dom": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/component-compiler-utils": {
|
|
|
|
@ -3378,6 +3383,22 @@
|
|
|
|
|
"eslint": ">=7.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/eslint-config-standard/node_modules/eslint-plugin-promise": {
|
|
|
|
|
"version": "6.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/eslint-config-standard/node_modules/semver": {
|
|
|
|
|
"version": "7.6.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
|
|
@ -3391,48 +3412,54 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/reactivity": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-UmdKXGx0BZ5kkxPqQr3PK3tElz6adTey4307NzZ3whZu19i5VavYal7u2FfOmAzlcDVgE8+X0HZ2LxLb/jgbYw==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/shared": "3.4.27"
|
|
|
|
|
"@vue/shared": "3.4.37"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/runtime-core": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-MNjrVoLV/sirHZoD7QAilU1Ifs7m/KJv4/84QVbE6nyAZGQNVOa1HGxaOzp9YqCG+GpLt1hNDC4RbH+KtanV7w==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/reactivity": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27"
|
|
|
|
|
"@vue/reactivity": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/runtime-dom": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-Mg2EwgGZqtwKrqdL/FKMF2NEaOHuH+Ks9TQn3DHKyX//hQTYOun+7Tqp1eo0P4Ds+SjltZshOSRq6VsU0baaNg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/runtime-core": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27",
|
|
|
|
|
"@vue/reactivity": "3.4.37",
|
|
|
|
|
"@vue/runtime-core": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37",
|
|
|
|
|
"csstype": "^3.1.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/server-renderer": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-jZ5FAHDR2KBq2FsRUJW6GKDOAG9lUTX8aBEGq4Vf6B/35I9fPce66BornuwmqmKgfiSlecwuOb6oeoamYMohkg==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-ssr": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27"
|
|
|
|
|
"@vue/compiler-ssr": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"vue": "3.4.27"
|
|
|
|
|
"vue": "3.4.37"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/shared": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA=="
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-nIh8P2fc3DflG8+5Uw8PT/1i17ccFn0xxN/5oE9RfV5SVnd7G0XEFRwakrnNFE/jlS95fpGXDVG5zDETS26nmg==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@vue/vue-loader-v15": {
|
|
|
|
|
"name": "vue-loader",
|
|
|
|
@ -4970,9 +4997,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/core-js": {
|
|
|
|
|
"version": "3.37.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz",
|
|
|
|
|
"integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==",
|
|
|
|
|
"version": "3.38.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz",
|
|
|
|
|
"integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==",
|
|
|
|
|
"hasInstallScript": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"funding": {
|
|
|
|
@ -5353,7 +5380,8 @@
|
|
|
|
|
"node_modules/csstype": {
|
|
|
|
|
"version": "3.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
|
|
|
"license": "MIT"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/data-view-buffer": {
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
@ -5819,9 +5847,10 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/entities": {
|
|
|
|
|
"version": "4.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
|
|
"version": "5.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-5.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==",
|
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.12"
|
|
|
|
|
},
|
|
|
|
@ -6296,9 +6325,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-n": {
|
|
|
|
|
"version": "17.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-KdG0h0voZms8UhndNu8DeWx1eM4sY+A4iXtsNo6kOfJLYHNeTGPacGalJ9GcvrbmOL3r/7QOMwVZDSw+1SqsrA==",
|
|
|
|
|
"version": "17.10.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.10.2.tgz",
|
|
|
|
|
"integrity": "sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -6306,9 +6335,9 @@
|
|
|
|
|
"enhanced-resolve": "^5.17.0",
|
|
|
|
|
"eslint-plugin-es-x": "^7.5.0",
|
|
|
|
|
"get-tsconfig": "^4.7.0",
|
|
|
|
|
"globals": "^15.0.0",
|
|
|
|
|
"globals": "^15.8.0",
|
|
|
|
|
"ignore": "^5.2.4",
|
|
|
|
|
"minimatch": "^9.0.0",
|
|
|
|
|
"minimatch": "^9.0.5",
|
|
|
|
|
"semver": "^7.5.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -6332,9 +6361,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-n/node_modules/globals": {
|
|
|
|
|
"version": "15.4.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.4.0.tgz",
|
|
|
|
|
"integrity": "sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==",
|
|
|
|
|
"version": "15.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
@ -6345,9 +6374,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-n/node_modules/minimatch": {
|
|
|
|
|
"version": "9.0.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
|
|
|
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
|
|
|
"version": "9.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -6361,9 +6390,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-n/node_modules/semver": {
|
|
|
|
|
"version": "7.6.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
|
|
|
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
|
|
|
"version": "7.6.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
|
|
|
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bin": {
|
|
|
|
@ -6374,13 +6403,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-promise": {
|
|
|
|
|
"version": "6.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-6.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-QmAqwizauvnKOlifxyDj2ObfULpHQawlg/zQdgEixur9vl0CvZGv/LCJV2rtj3210QCoeGBzVMfMXqGAOr/4fA==",
|
|
|
|
|
"version": "7.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-7.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-8trNmPxdAy3W620WKDpaS65NlM5yAumod6XeC4LOb+jxlkG4IVcp68c6dXY2ev+uT4U1PtG57YDV6EGAXN0GbQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"url": "https://opencollective.com/eslint"
|
|
|
|
@ -6414,10 +6443,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint-plugin-vue": {
|
|
|
|
|
"version": "9.26.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz",
|
|
|
|
|
"integrity": "sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==",
|
|
|
|
|
"version": "9.27.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz",
|
|
|
|
|
"integrity": "sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
|
"globals": "^13.24.0",
|
|
|
|
@ -6425,7 +6455,7 @@
|
|
|
|
|
"nth-check": "^2.1.1",
|
|
|
|
|
"postcss-selector-parser": "^6.0.15",
|
|
|
|
|
"semver": "^7.6.0",
|
|
|
|
|
"vue-eslint-parser": "^9.4.2",
|
|
|
|
|
"vue-eslint-parser": "^9.4.3",
|
|
|
|
|
"xml-name-validator": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -6440,6 +6470,7 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
|
|
|
|
|
"integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"type-fest": "^0.20.2"
|
|
|
|
|
},
|
|
|
|
@ -6455,6 +6486,7 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
|
|
|
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bin": {
|
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
|
},
|
|
|
|
@ -6467,6 +6499,7 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
|
|
|
|
|
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "(MIT OR CC0-1.0)",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=10"
|
|
|
|
|
},
|
|
|
|
@ -10199,9 +10232,10 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/picocolors": {
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
},
|
|
|
|
|
"node_modules/picomatch": {
|
|
|
|
|
"version": "2.3.1",
|
|
|
|
@ -10260,9 +10294,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/postcss": {
|
|
|
|
|
"version": "8.4.38",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
|
|
|
|
|
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
|
|
|
|
|
"version": "8.4.40",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz",
|
|
|
|
|
"integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "opencollective",
|
|
|
|
@ -10277,9 +10311,10 @@
|
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"nanoid": "^3.3.7",
|
|
|
|
|
"picocolors": "^1.0.0",
|
|
|
|
|
"picocolors": "^1.0.1",
|
|
|
|
|
"source-map-js": "^1.2.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -12806,15 +12841,16 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vue": {
|
|
|
|
|
"version": "3.4.27",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.27.tgz",
|
|
|
|
|
"integrity": "sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==",
|
|
|
|
|
"version": "3.4.37",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.37.tgz",
|
|
|
|
|
"integrity": "sha512-3vXvNfkKTBsSJ7JP+LyR7GBuwQuckbWvuwAid3xbqK9ppsKt/DUvfqgZ48fgOLEfpy1IacL5f8QhUVl77RaI7A==",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vue/compiler-dom": "3.4.27",
|
|
|
|
|
"@vue/compiler-sfc": "3.4.27",
|
|
|
|
|
"@vue/runtime-dom": "3.4.27",
|
|
|
|
|
"@vue/server-renderer": "3.4.27",
|
|
|
|
|
"@vue/shared": "3.4.27"
|
|
|
|
|
"@vue/compiler-dom": "3.4.37",
|
|
|
|
|
"@vue/compiler-sfc": "3.4.37",
|
|
|
|
|
"@vue/runtime-dom": "3.4.37",
|
|
|
|
|
"@vue/server-renderer": "3.4.37",
|
|
|
|
|
"@vue/shared": "3.4.37"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"typescript": "*"
|
|
|
|
@ -12826,10 +12862,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/vue-eslint-parser": {
|
|
|
|
|
"version": "9.4.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz",
|
|
|
|
|
"integrity": "sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==",
|
|
|
|
|
"version": "9.4.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",
|
|
|
|
|
"integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"eslint-scope": "^7.1.1",
|
|
|
|
|