|
|
@ -9,11 +9,14 @@ |
|
|
|
"version": "0.0.0", |
|
|
|
"dependencies": { |
|
|
|
"element-plus": "^2.2.14", |
|
|
|
"qrcode": "^1.5.1", |
|
|
|
"qrcode.vue": "^3.3.3", |
|
|
|
"vue": "^3.2.37", |
|
|
|
"vue-router": "4" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@types/node": "^18.7.13", |
|
|
|
"@types/qrcode": "^1.5.0", |
|
|
|
"@vitejs/plugin-vue": "^3.0.3", |
|
|
|
"autoprefixer": "^10.4.8", |
|
|
|
"postcss": "^8.4.16", |
|
|
@ -262,6 +265,15 @@ |
|
|
|
"integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/@types/qrcode": { |
|
|
|
"version": "1.5.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/@types/qrcode/-/qrcode-1.5.0.tgz", |
|
|
|
"integrity": "sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==", |
|
|
|
"dev": true, |
|
|
|
"dependencies": { |
|
|
|
"@types/node": "*" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@types/web-bluetooth": { |
|
|
|
"version": "0.0.15", |
|
|
|
"resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.15.tgz", |
|
|
@ -734,6 +746,25 @@ |
|
|
|
"ajv": "^6.9.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"dependencies": { |
|
|
|
"color-convert": "^2.0.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/anymatch": { |
|
|
|
"version": "3.1.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz", |
|
|
@ -878,6 +909,14 @@ |
|
|
|
"dev": true, |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"node_modules/camelcase": { |
|
|
|
"version": "5.3.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", |
|
|
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", |
|
|
|
"engines": { |
|
|
|
"node": ">=6" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/camelcase-css": { |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz", |
|
|
@ -943,11 +982,31 @@ |
|
|
|
"node": ">=6.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/cliui": { |
|
|
|
"version": "6.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz", |
|
|
|
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", |
|
|
|
"dependencies": { |
|
|
|
"string-width": "^4.2.0", |
|
|
|
"strip-ansi": "^6.0.0", |
|
|
|
"wrap-ansi": "^6.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"dependencies": { |
|
|
|
"color-name": "~1.1.4" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=7.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/commander": { |
|
|
@ -1005,6 +1064,14 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/decamelize": { |
|
|
|
"version": "1.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz", |
|
|
|
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/defined": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/defined/-/defined-1.0.0.tgz", |
|
|
@ -1037,6 +1104,11 @@ |
|
|
|
"dev": true, |
|
|
|
"license": "Apache-2.0" |
|
|
|
}, |
|
|
|
"node_modules/dijkstrajs": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.2.tgz", |
|
|
|
"integrity": "sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg==" |
|
|
|
}, |
|
|
|
"node_modules/dlv": { |
|
|
|
"version": "1.1.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz", |
|
|
@ -1077,6 +1149,11 @@ |
|
|
|
"vue": "^3.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"node_modules/emojis-list": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz", |
|
|
@ -1086,6 +1163,11 @@ |
|
|
|
"node": ">= 4" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/encode-utf8": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/encode-utf8/-/encode-utf8-1.0.3.tgz", |
|
|
|
"integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==" |
|
|
|
}, |
|
|
|
"node_modules/enhanced-resolve": { |
|
|
|
"version": "5.10.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", |
|
|
@ -1301,6 +1383,18 @@ |
|
|
|
"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==", |
|
|
|
"dependencies": { |
|
|
|
"locate-path": "^5.0.0", |
|
|
|
"path-exists": "^4.0.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/fraction.js": { |
|
|
|
"version": "4.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz", |
|
|
@ -1328,6 +1422,14 @@ |
|
|
|
"dev": true, |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"engines": { |
|
|
|
"node": "6.* || 8.* || >= 10.*" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/glob": { |
|
|
|
"version": "7.2.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", |
|
|
@ -1476,6 +1578,14 @@ |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/is-glob": { |
|
|
|
"version": "4.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", |
|
|
@ -1597,6 +1707,17 @@ |
|
|
|
"node": ">=14" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"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", |
|
|
@ -1821,6 +1942,44 @@ |
|
|
|
"wrappy": "1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"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==", |
|
|
|
"dependencies": { |
|
|
|
"p-limit": "^2.2.0" |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"engines": { |
|
|
|
"node": ">=6" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"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", |
|
|
@ -1883,6 +2042,14 @@ |
|
|
|
"pathe": "^0.3.5" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/pngjs": { |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz", |
|
|
|
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==", |
|
|
|
"engines": { |
|
|
|
"node": ">=10.13.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/postcss": { |
|
|
|
"version": "8.4.16", |
|
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.16.tgz", |
|
|
@ -2025,6 +2192,31 @@ |
|
|
|
"node": ">=6" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/qrcode": { |
|
|
|
"version": "1.5.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.1.tgz", |
|
|
|
"integrity": "sha512-nS8NJ1Z3md8uTjKtP+SGGhfqmTCs5flU/xR623oI0JX+Wepz9R8UrRVCTBTJm3qGw3rH6jJ6MUHjkDx15cxSSg==", |
|
|
|
"dependencies": { |
|
|
|
"dijkstrajs": "^1.0.1", |
|
|
|
"encode-utf8": "^1.0.3", |
|
|
|
"pngjs": "^5.0.0", |
|
|
|
"yargs": "^15.3.1" |
|
|
|
}, |
|
|
|
"bin": { |
|
|
|
"qrcode": "bin/qrcode" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=10.13.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/qrcode.vue": { |
|
|
|
"version": "3.3.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/qrcode.vue/-/qrcode.vue-3.3.3.tgz", |
|
|
|
"integrity": "sha512-OsD4tQjIbxg/K6D5ZkWjBdYI9eg9K2i8qeYILdEAX5mdAydSAxV7xKmmZSP/hA12olLqEMZ9ryqDQrwa9jEMgw==", |
|
|
|
"peerDependencies": { |
|
|
|
"vue": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/queue-microtask": { |
|
|
|
"version": "1.2.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
|
@ -2092,6 +2284,19 @@ |
|
|
|
"node": ">=8.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"engines": { |
|
|
|
"node": ">=0.10.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/require-main-filename": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz", |
|
|
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" |
|
|
|
}, |
|
|
|
"node_modules/resolve": { |
|
|
|
"version": "1.22.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", |
|
|
@ -2279,6 +2484,11 @@ |
|
|
|
"randombytes": "^2.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/set-blocking": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz", |
|
|
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" |
|
|
|
}, |
|
|
|
"node_modules/source-map": { |
|
|
|
"version": "0.6.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", |
|
|
@ -2314,6 +2524,30 @@ |
|
|
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"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==", |
|
|
|
"dependencies": { |
|
|
|
"ansi-regex": "^5.0.1" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/strip-literal": { |
|
|
|
"version": "0.4.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-0.4.0.tgz", |
|
|
@ -2986,6 +3220,24 @@ |
|
|
|
"node": ">= 10.13.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/which-module": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.0.tgz", |
|
|
|
"integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==" |
|
|
|
}, |
|
|
|
"node_modules/wrap-ansi": { |
|
|
|
"version": "6.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz", |
|
|
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", |
|
|
|
"dependencies": { |
|
|
|
"ansi-styles": "^4.0.0", |
|
|
|
"string-width": "^4.1.0", |
|
|
|
"strip-ansi": "^6.0.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/wrappy": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", |
|
|
@ -3002,6 +3254,11 @@ |
|
|
|
"node": ">=0.4" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/y18n": { |
|
|
|
"version": "4.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz", |
|
|
|
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" |
|
|
|
}, |
|
|
|
"node_modules/yallist": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", |
|
|
@ -3018,6 +3275,39 @@ |
|
|
|
"engines": { |
|
|
|
"node": ">= 6" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yargs": { |
|
|
|
"version": "15.4.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz", |
|
|
|
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", |
|
|
|
"dependencies": { |
|
|
|
"cliui": "^6.0.0", |
|
|
|
"decamelize": "^1.2.0", |
|
|
|
"find-up": "^4.1.0", |
|
|
|
"get-caller-file": "^2.0.1", |
|
|
|
"require-directory": "^2.1.1", |
|
|
|
"require-main-filename": "^2.0.0", |
|
|
|
"set-blocking": "^2.0.0", |
|
|
|
"string-width": "^4.2.0", |
|
|
|
"which-module": "^2.0.0", |
|
|
|
"y18n": "^4.0.0", |
|
|
|
"yargs-parser": "^18.1.2" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/yargs-parser": { |
|
|
|
"version": "18.1.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz", |
|
|
|
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", |
|
|
|
"dependencies": { |
|
|
|
"camelcase": "^5.0.0", |
|
|
|
"decamelize": "^1.2.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=6" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
@ -3206,6 +3496,15 @@ |
|
|
|
"integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"@types/qrcode": { |
|
|
|
"version": "1.5.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/@types/qrcode/-/qrcode-1.5.0.tgz", |
|
|
|
"integrity": "sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@types/node": "*" |
|
|
|
} |
|
|
|
}, |
|
|
|
"@types/web-bluetooth": { |
|
|
|
"version": "0.0.15", |
|
|
|
"resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.15.tgz", |
|
|
@ -3624,6 +3923,19 @@ |
|
|
|
"dev": true, |
|
|
|
"requires": {} |
|
|
|
}, |
|
|
|
"ansi-regex": { |
|
|
|
"version": "5.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", |
|
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" |
|
|
|
}, |
|
|
|
"ansi-styles": { |
|
|
|
"version": "4.3.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", |
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", |
|
|
|
"requires": { |
|
|
|
"color-convert": "^2.0.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"anymatch": { |
|
|
|
"version": "3.1.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz", |
|
|
@ -3714,6 +4026,11 @@ |
|
|
|
"dev": true, |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"camelcase": { |
|
|
|
"version": "5.3.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", |
|
|
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" |
|
|
|
}, |
|
|
|
"camelcase-css": { |
|
|
|
"version": "2.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz", |
|
|
@ -3749,11 +4066,28 @@ |
|
|
|
"dev": true, |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"cliui": { |
|
|
|
"version": "6.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz", |
|
|
|
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", |
|
|
|
"requires": { |
|
|
|
"string-width": "^4.2.0", |
|
|
|
"strip-ansi": "^6.0.0", |
|
|
|
"wrap-ansi": "^6.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"requires": { |
|
|
|
"color-name": "~1.1.4" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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 |
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" |
|
|
|
}, |
|
|
|
"commander": { |
|
|
|
"version": "2.20.3", |
|
|
@ -3793,6 +4127,11 @@ |
|
|
|
"ms": "2.1.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"decamelize": { |
|
|
|
"version": "1.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz", |
|
|
|
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" |
|
|
|
}, |
|
|
|
"defined": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/defined/-/defined-1.0.0.tgz", |
|
|
@ -3816,6 +4155,11 @@ |
|
|
|
"integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"dijkstrajs": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.2.tgz", |
|
|
|
"integrity": "sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg==" |
|
|
|
}, |
|
|
|
"dlv": { |
|
|
|
"version": "1.1.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz", |
|
|
@ -3850,12 +4194,22 @@ |
|
|
|
"normalize-wheel-es": "^1.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"emojis-list": { |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz", |
|
|
|
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"encode-utf8": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/encode-utf8/-/encode-utf8-1.0.3.tgz", |
|
|
|
"integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==" |
|
|
|
}, |
|
|
|
"enhanced-resolve": { |
|
|
|
"version": "5.10.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", |
|
|
@ -4019,6 +4373,15 @@ |
|
|
|
"to-regex-range": "^5.0.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"find-up": { |
|
|
|
"version": "4.1.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", |
|
|
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", |
|
|
|
"requires": { |
|
|
|
"locate-path": "^5.0.0", |
|
|
|
"path-exists": "^4.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"fraction.js": { |
|
|
|
"version": "4.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz", |
|
|
@ -4037,6 +4400,11 @@ |
|
|
|
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"glob": { |
|
|
|
"version": "7.2.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", |
|
|
@ -4157,6 +4525,11 @@ |
|
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"is-glob": { |
|
|
|
"version": "4.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", |
|
|
@ -4245,6 +4618,14 @@ |
|
|
|
"integrity": "sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"locate-path": { |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", |
|
|
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", |
|
|
|
"requires": { |
|
|
|
"p-locate": "^4.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"lodash": { |
|
|
|
"version": "4.17.21", |
|
|
|
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", |
|
|
@ -4413,6 +4794,32 @@ |
|
|
|
"wrappy": "1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"p-limit": { |
|
|
|
"version": "2.3.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", |
|
|
|
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", |
|
|
|
"requires": { |
|
|
|
"p-try": "^2.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"requires": { |
|
|
|
"p-limit": "^2.2.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"path-is-absolute": { |
|
|
|
"version": "1.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", |
|
|
@ -4459,6 +4866,11 @@ |
|
|
|
"pathe": "^0.3.5" |
|
|
|
} |
|
|
|
}, |
|
|
|
"pngjs": { |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz", |
|
|
|
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" |
|
|
|
}, |
|
|
|
"postcss": { |
|
|
|
"version": "8.4.16", |
|
|
|
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.16.tgz", |
|
|
@ -4530,6 +4942,23 @@ |
|
|
|
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"qrcode": { |
|
|
|
"version": "1.5.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.1.tgz", |
|
|
|
"integrity": "sha512-nS8NJ1Z3md8uTjKtP+SGGhfqmTCs5flU/xR623oI0JX+Wepz9R8UrRVCTBTJm3qGw3rH6jJ6MUHjkDx15cxSSg==", |
|
|
|
"requires": { |
|
|
|
"dijkstrajs": "^1.0.1", |
|
|
|
"encode-utf8": "^1.0.3", |
|
|
|
"pngjs": "^5.0.0", |
|
|
|
"yargs": "^15.3.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"qrcode.vue": { |
|
|
|
"version": "3.3.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/qrcode.vue/-/qrcode.vue-3.3.3.tgz", |
|
|
|
"integrity": "sha512-OsD4tQjIbxg/K6D5ZkWjBdYI9eg9K2i8qeYILdEAX5mdAydSAxV7xKmmZSP/hA12olLqEMZ9ryqDQrwa9jEMgw==", |
|
|
|
"requires": {} |
|
|
|
}, |
|
|
|
"queue-microtask": { |
|
|
|
"version": "1.2.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", |
|
|
@ -4570,6 +4999,16 @@ |
|
|
|
"picomatch": "^2.2.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==" |
|
|
|
}, |
|
|
|
"require-main-filename": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz", |
|
|
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" |
|
|
|
}, |
|
|
|
"resolve": { |
|
|
|
"version": "1.22.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", |
|
|
@ -4685,6 +5124,11 @@ |
|
|
|
"randombytes": "^2.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"set-blocking": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz", |
|
|
|
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" |
|
|
|
}, |
|
|
|
"source-map": { |
|
|
|
"version": "0.6.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", |
|
|
@ -4711,6 +5155,24 @@ |
|
|
|
"resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", |
|
|
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"requires": { |
|
|
|
"emoji-regex": "^8.0.0", |
|
|
|
"is-fullwidth-code-point": "^3.0.0", |
|
|
|
"strip-ansi": "^6.0.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"strip-ansi": { |
|
|
|
"version": "6.0.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", |
|
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
|
|
|
"requires": { |
|
|
|
"ansi-regex": "^5.0.1" |
|
|
|
} |
|
|
|
}, |
|
|
|
"strip-literal": { |
|
|
|
"version": "0.4.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-0.4.0.tgz", |
|
|
@ -5149,6 +5611,21 @@ |
|
|
|
"integrity": "sha512-h9atBP/bsZohWpHnr+2sic8Iecb60GxftXsWNLLLSqewgIsGzByd2gcIID4nXcG+3tNe4GQG3dLcff3kXupdRA==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"which-module": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.0.tgz", |
|
|
|
"integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==" |
|
|
|
}, |
|
|
|
"wrap-ansi": { |
|
|
|
"version": "6.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz", |
|
|
|
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", |
|
|
|
"requires": { |
|
|
|
"ansi-styles": "^4.0.0", |
|
|
|
"string-width": "^4.1.0", |
|
|
|
"strip-ansi": "^6.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"wrappy": { |
|
|
|
"version": "1.0.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", |
|
|
@ -5161,6 +5638,11 @@ |
|
|
|
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"y18n": { |
|
|
|
"version": "4.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz", |
|
|
|
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" |
|
|
|
}, |
|
|
|
"yallist": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", |
|
|
@ -5172,6 +5654,33 @@ |
|
|
|
"resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz", |
|
|
|
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"yargs": { |
|
|
|
"version": "15.4.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz", |
|
|
|
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", |
|
|
|
"requires": { |
|
|
|
"cliui": "^6.0.0", |
|
|
|
"decamelize": "^1.2.0", |
|
|
|
"find-up": "^4.1.0", |
|
|
|
"get-caller-file": "^2.0.1", |
|
|
|
"require-directory": "^2.1.1", |
|
|
|
"require-main-filename": "^2.0.0", |
|
|
|
"set-blocking": "^2.0.0", |
|
|
|
"string-width": "^4.2.0", |
|
|
|
"which-module": "^2.0.0", |
|
|
|
"y18n": "^4.0.0", |
|
|
|
"yargs-parser": "^18.1.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"yargs-parser": { |
|
|
|
"version": "18.1.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz", |
|
|
|
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", |
|
|
|
"requires": { |
|
|
|
"camelcase": "^5.0.0", |
|
|
|
"decamelize": "^1.2.0" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|