|
|
@@ -16,6 +16,7 @@
|
|
|
"fs-extra": "^10.0.0",
|
|
|
"mp-html": "^2.4.1",
|
|
|
"parse": "2.6.0",
|
|
|
+ "qrcode": "^1.5.4",
|
|
|
"shelljs": "^0.8.5",
|
|
|
"swiper": "^7.2.0",
|
|
|
"wxml2canvas": "^1.0.1",
|
|
|
@@ -598,6 +599,15 @@
|
|
|
"get-intrinsic": "^1.0.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/camelcase": {
|
|
|
+ "version": "5.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
|
|
|
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/caniuse-lite": {
|
|
|
"version": "1.0.30001344",
|
|
|
"resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz",
|
|
|
@@ -972,6 +982,15 @@
|
|
|
"ms": "2.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/depd": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
|
|
|
@@ -1006,6 +1025,12 @@
|
|
|
"integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "node_modules/dijkstrajs": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/docdash": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/docdash/-/docdash-2.0.1.tgz",
|
|
|
@@ -1426,6 +1451,19 @@
|
|
|
"node": ">= 0.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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "locate-path": "^5.0.0",
|
|
|
+ "path-exists": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/findup-sync": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/findup-sync/-/findup-sync-5.0.0.tgz",
|
|
|
@@ -2765,6 +2803,18 @@
|
|
|
"node": ">=6.11.5"
|
|
|
}
|
|
|
},
|
|
|
+ "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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "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",
|
|
|
@@ -3318,6 +3368,42 @@
|
|
|
"os-tmpdir": "^1.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "p-try": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/parse": {
|
|
|
"version": "2.6.0",
|
|
|
"resolved": "https://registry.npmmirror.com/parse/-/parse-2.6.0.tgz",
|
|
|
@@ -3375,6 +3461,15 @@
|
|
|
"node": ">= 0.8"
|
|
|
}
|
|
|
},
|
|
|
+ "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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "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",
|
|
|
@@ -3434,6 +3529,15 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/pngjs": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/portfinder": {
|
|
|
"version": "1.0.32",
|
|
|
"resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz",
|
|
|
@@ -3522,6 +3626,89 @@
|
|
|
"node": ">=0.9"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/qrcode": {
|
|
|
+ "version": "1.5.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz",
|
|
|
+ "integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "dijkstrajs": "^1.0.1",
|
|
|
+ "pngjs": "^5.0.0",
|
|
|
+ "yargs": "^15.3.1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "qrcode": "bin/qrcode"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/qrcode/node_modules/cliui": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "string-width": "^4.2.0",
|
|
|
+ "strip-ansi": "^6.0.0",
|
|
|
+ "wrap-ansi": "^6.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/qrcode/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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.0.0",
|
|
|
+ "string-width": "^4.1.0",
|
|
|
+ "strip-ansi": "^6.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/qrcode/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==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/qrcode/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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "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/qrcode/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==",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "camelcase": "^5.0.0",
|
|
|
+ "decamelize": "^1.2.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/qs": {
|
|
|
"version": "6.10.3",
|
|
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
|
|
@@ -3618,6 +3805,12 @@
|
|
|
"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==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/requires-port": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz",
|
|
|
@@ -3816,6 +4009,12 @@
|
|
|
"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==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/setprototypeof": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
|
@@ -4547,6 +4746,12 @@
|
|
|
"node": ">= 8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/which-module": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
"node_modules/wordwrap": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/wordwrap/-/wordwrap-1.0.0.tgz",
|
|
|
@@ -5148,6 +5353,11 @@
|
|
|
"get-intrinsic": "^1.0.2"
|
|
|
}
|
|
|
},
|
|
|
+ "camelcase": {
|
|
|
+ "version": "5.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
|
|
|
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
|
|
|
+ },
|
|
|
"caniuse-lite": {
|
|
|
"version": "1.0.30001344",
|
|
|
"resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz",
|
|
|
@@ -5453,6 +5663,11 @@
|
|
|
"ms": "2.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "decamelize": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="
|
|
|
+ },
|
|
|
"depd": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
|
|
|
@@ -5477,6 +5692,11 @@
|
|
|
"integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "dijkstrajs": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA=="
|
|
|
+ },
|
|
|
"docdash": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/docdash/-/docdash-2.0.1.tgz",
|
|
|
@@ -5835,6 +6055,15 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
"findup-sync": {
|
|
|
"version": "5.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/findup-sync/-/findup-sync-5.0.0.tgz",
|
|
|
@@ -6902,6 +7131,14 @@
|
|
|
"integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
|
|
|
"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",
|
|
|
@@ -7359,6 +7596,27 @@
|
|
|
"os-tmpdir": "^1.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
"parse": {
|
|
|
"version": "2.6.0",
|
|
|
"resolved": "https://registry.npmmirror.com/parse/-/parse-2.6.0.tgz",
|
|
|
@@ -7409,6 +7667,11 @@
|
|
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "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",
|
|
|
@@ -7453,6 +7716,11 @@
|
|
|
"dev": true,
|
|
|
"optional": true
|
|
|
},
|
|
|
+ "pngjs": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw=="
|
|
|
+ },
|
|
|
"portfinder": {
|
|
|
"version": "1.0.32",
|
|
|
"resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz",
|
|
|
@@ -7528,6 +7796,70 @@
|
|
|
"integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==",
|
|
|
"dev": true
|
|
|
},
|
|
|
+ "qrcode": {
|
|
|
+ "version": "1.5.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/qrcode/-/qrcode-1.5.4.tgz",
|
|
|
+ "integrity": "sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==",
|
|
|
+ "requires": {
|
|
|
+ "dijkstrajs": "^1.0.1",
|
|
|
+ "pngjs": "^5.0.0",
|
|
|
+ "yargs": "^15.3.1"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "y18n": {
|
|
|
+ "version": "4.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
|
|
|
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"qs": {
|
|
|
"version": "6.10.3",
|
|
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
|
|
@@ -7603,6 +7935,11 @@
|
|
|
"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=="
|
|
|
+ },
|
|
|
"requires-port": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz",
|
|
|
@@ -7783,6 +8120,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=="
|
|
|
+ },
|
|
|
"setprototypeof": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
|
@@ -8348,6 +8690,11 @@
|
|
|
"isexe": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "which-module": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
|
|
|
+ },
|
|
|
"wordwrap": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/wordwrap/-/wordwrap-1.0.0.tgz",
|