|
@@ -8,12 +8,16 @@
|
|
|
"name": "fusion-vue-tailwind-starter",
|
|
"name": "fusion-vue-tailwind-starter",
|
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@heroicons/vue": "^2.2.0",
|
|
|
|
|
+ "qrcode": "^1.5.4",
|
|
|
|
|
+ "simple-icons": "^15.18.0",
|
|
|
"vue": "^3.5.17"
|
|
"vue": "^3.5.17"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@tsconfig/node22": "^22.0.2",
|
|
"@tsconfig/node22": "^22.0.2",
|
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/jsdom": "^21.1.7",
|
|
|
"@types/node": "^22.15.32",
|
|
"@types/node": "^22.15.32",
|
|
|
|
|
+ "@types/qrcode": "^1.5.6",
|
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
|
"@vitest/eslint-plugin": "^1.2.7",
|
|
"@vitest/eslint-plugin": "^1.2.7",
|
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
@@ -1315,6 +1319,15 @@
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@heroicons/vue": {
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-G3dbSxoeEKqbi/DFalhRxJU4mTXJn7GwZ7ae8NuEQzd1bqdd0jAbdaBZlHPcvPD2xI1iGzNVB4k20Un2AguYPw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "vue": ">= 3"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@humanfs/core": {
|
|
"node_modules/@humanfs/core": {
|
|
|
"version": "0.19.1",
|
|
"version": "0.19.1",
|
|
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
|
|
@@ -1916,6 +1929,16 @@
|
|
|
"undici-types": "~6.21.0"
|
|
"undici-types": "~6.21.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@types/qrcode": {
|
|
|
|
|
+ "version": "1.5.6",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/qrcode/-/qrcode-1.5.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-te7NQcV2BOvdj2b1hCAHzAoMNuj65kNBMz0KBaxM6c3VGBOhU0dURQKOtH8CFNI/dsKkwlv32p26qYQTWoB5bw==",
|
|
|
|
|
+ "dev": true,
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@types/node": "*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@types/tough-cookie": {
|
|
"node_modules/@types/tough-cookie": {
|
|
|
"version": "4.0.5",
|
|
"version": "4.0.5",
|
|
|
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
|
|
@@ -2781,7 +2804,6 @@
|
|
|
"version": "4.3.0",
|
|
"version": "4.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
- "dev": true,
|
|
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"color-convert": "^2.0.1"
|
|
"color-convert": "^2.0.1"
|
|
@@ -3005,6 +3027,15 @@
|
|
|
"node": ">=6"
|
|
"node": ">=6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/camelcase": {
|
|
|
|
|
+ "version": "5.3.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/camelcase-css": {
|
|
"node_modules/camelcase-css": {
|
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
@@ -3118,11 +3149,76 @@
|
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/cliui": {
|
|
|
|
|
+ "version": "6.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/cliui/node_modules/ansi-regex": {
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/cliui/node_modules/emoji-regex": {
|
|
|
|
|
+ "version": "8.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/cliui/node_modules/string-width": {
|
|
|
|
|
+ "version": "4.2.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "emoji-regex": "^8.0.0",
|
|
|
|
|
+ "is-fullwidth-code-point": "^3.0.0",
|
|
|
|
|
+ "strip-ansi": "^6.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/cliui/node_modules/strip-ansi": {
|
|
|
|
|
+ "version": "6.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "ansi-regex": "^5.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/cliui/node_modules/wrap-ansi": {
|
|
|
|
|
+ "version": "6.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/color-convert": {
|
|
"node_modules/color-convert": {
|
|
|
"version": "2.0.1",
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
- "dev": true,
|
|
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"color-name": "~1.1.4"
|
|
"color-name": "~1.1.4"
|
|
@@ -3135,7 +3231,6 @@
|
|
|
"version": "1.1.4",
|
|
"version": "1.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
|
- "dev": true,
|
|
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
"node_modules/commander": {
|
|
"node_modules/commander": {
|
|
@@ -3276,6 +3371,15 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/decamelize": {
|
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/decimal.js": {
|
|
"node_modules/decimal.js": {
|
|
|
"version": "10.6.0",
|
|
"version": "10.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
|
|
@@ -3350,6 +3454,12 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "Apache-2.0"
|
|
"license": "Apache-2.0"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/dijkstrajs": {
|
|
|
|
|
+ "version": "1.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
"node_modules/dlv": {
|
|
"node_modules/dlv": {
|
|
|
"version": "1.1.3",
|
|
"version": "1.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
|
@@ -4054,6 +4164,15 @@
|
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/get-caller-file": {
|
|
|
|
|
+ "version": "2.0.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": "6.* || 8.* || >= 10.*"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/get-stream": {
|
|
"node_modules/get-stream": {
|
|
|
"version": "9.0.1",
|
|
"version": "9.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
@@ -4339,7 +4458,6 @@
|
|
|
"version": "3.0.0",
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
|
- "dev": true,
|
|
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
@@ -5162,6 +5280,15 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/p-try": {
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/package-json-from-dist": {
|
|
"node_modules/package-json-from-dist": {
|
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
|
@@ -5219,7 +5346,6 @@
|
|
|
"version": "4.0.0",
|
|
"version": "4.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
|
- "dev": true,
|
|
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
@@ -5335,6 +5461,15 @@
|
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/pngjs": {
|
|
|
|
|
+ "version": "5.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=10.13.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/postcss": {
|
|
"node_modules/postcss": {
|
|
|
"version": "8.5.6",
|
|
"version": "8.5.6",
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
@@ -5556,6 +5691,23 @@
|
|
|
"node": ">=6"
|
|
"node": ">=6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/qrcode": {
|
|
|
|
|
+ "version": "1.5.4",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/queue-microtask": {
|
|
"node_modules/queue-microtask": {
|
|
|
"version": "1.2.3",
|
|
"version": "1.2.3",
|
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -5614,6 +5766,21 @@
|
|
|
"node": ">=8.10.0"
|
|
"node": ">=8.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/require-directory": {
|
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/require-main-filename": {
|
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
"node_modules/resolve": {
|
|
"node_modules/resolve": {
|
|
|
"version": "1.22.10",
|
|
"version": "1.22.10",
|
|
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
|
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
|
|
@@ -5780,6 +5947,12 @@
|
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/set-blocking": {
|
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
"node_modules/shebang-command": {
|
|
"node_modules/shebang-command": {
|
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -5836,6 +6009,25 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/simple-icons": {
|
|
|
|
|
+ "version": "15.18.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-15.18.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-lYpvaIuZZr6N50YSdYZQzrKccSSF3dqcgcoz2vMKVQCc/fJWD8nFszJVZz2tCDTSu082rqRYfuYRUPhjdixDAA==",
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "opencollective",
|
|
|
|
|
+ "url": "https://opencollective.com/simple-icons"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "github",
|
|
|
|
|
+ "url": "https://github.com/sponsors/simple-icons"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "license": "CC0-1.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.12.18"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/sirv": {
|
|
"node_modules/sirv": {
|
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/sirv/-/sirv-3.0.1.tgz",
|
|
@@ -6982,6 +7174,12 @@
|
|
|
"node": ">= 8"
|
|
"node": ">= 8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/which-module": {
|
|
|
|
|
+ "version": "2.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
"node_modules/why-is-node-running": {
|
|
"node_modules/why-is-node-running": {
|
|
|
"version": "2.3.0",
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
|
|
@@ -7159,6 +7357,12 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/y18n": {
|
|
|
|
|
+ "version": "4.0.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
|
|
|
|
|
+ "license": "ISC"
|
|
|
|
|
+ },
|
|
|
"node_modules/yallist": {
|
|
"node_modules/yallist": {
|
|
|
"version": "3.1.1",
|
|
"version": "3.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
@@ -7179,6 +7383,134 @@
|
|
|
"node": ">= 14.6"
|
|
"node": ">= 14.6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/yargs": {
|
|
|
|
|
+ "version": "15.4.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/yargs-parser": {
|
|
|
|
|
+ "version": "18.1.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/yargs/node_modules/ansi-regex": {
|
|
|
|
|
+ "version": "5.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/yargs/node_modules/emoji-regex": {
|
|
|
|
|
+ "version": "8.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/yargs/node_modules/find-up": {
|
|
|
|
|
+ "version": "4.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/yargs/node_modules/locate-path": {
|
|
|
|
|
+ "version": "5.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/yargs/node_modules/p-limit": {
|
|
|
|
|
+ "version": "2.3.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/yargs/node_modules/p-locate": {
|
|
|
|
|
+ "version": "4.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/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/yargs/node_modules/string-width": {
|
|
|
|
|
+ "version": "4.2.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "emoji-regex": "^8.0.0",
|
|
|
|
|
+ "is-fullwidth-code-point": "^3.0.0",
|
|
|
|
|
+ "strip-ansi": "^6.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/yargs/node_modules/strip-ansi": {
|
|
|
|
|
+ "version": "6.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "ansi-regex": "^5.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/yocto-queue": {
|
|
"node_modules/yocto-queue": {
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|