2024-01-08 12:23:57 -05:00
|
|
|
{
|
|
|
|
"name": "app",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"lockfileVersion": 3,
|
|
|
|
"requires": true,
|
|
|
|
"packages": {
|
|
|
|
"": {
|
|
|
|
"name": "app",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"dependencies": {
|
2024-08-06 10:17:14 -04:00
|
|
|
"@vuepic/vue-datepicker": "^9.0.1",
|
2024-03-11 00:11:07 -04:00
|
|
|
"@vueuse/core": "^10.9.0",
|
|
|
|
"@vueuse/shared": "^10.9.0",
|
2024-04-03 01:16:56 -04:00
|
|
|
"animate.css": "^4.1.1",
|
2024-01-08 12:23:57 -05:00
|
|
|
"bootstrap": "^5.3.2",
|
|
|
|
"bootstrap-icons": "^1.11.2",
|
2024-01-31 12:06:44 -05:00
|
|
|
"cidr-tools": "^7.0.4",
|
2024-07-29 18:40:07 -04:00
|
|
|
"dayjs": "^1.11.12",
|
2024-03-11 00:11:07 -04:00
|
|
|
"fuse.js": "^7.0.0",
|
2024-04-03 01:16:56 -04:00
|
|
|
"i": "^0.3.7",
|
|
|
|
"is-cidr": "^5.0.3",
|
|
|
|
"npm": "^10.5.0",
|
2024-01-08 12:23:57 -05:00
|
|
|
"pinia": "^2.1.7",
|
2024-01-23 15:09:44 -05:00
|
|
|
"qrcode": "^1.5.3",
|
2024-03-24 22:46:32 -04:00
|
|
|
"qrcodejs": "^1.0.0",
|
2024-01-23 15:09:44 -05:00
|
|
|
"uuid": "^9.0.1",
|
2024-06-18 03:16:42 +08:00
|
|
|
"vue": "^3.4.29",
|
2024-02-26 10:22:33 -05:00
|
|
|
"vue-chartjs": "^5.3.0",
|
2024-01-08 12:23:57 -05:00
|
|
|
"vue-router": "^4.2.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
2024-01-08 12:23:57 -05:00
|
|
|
"vite": "^5.0.10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@babel/parser": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "7.24.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz",
|
|
|
|
"integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"bin": {
|
|
|
|
"parser": "bin/babel-parser.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/aix-ppc64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"ppc64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"aix"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/android-arm": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"android"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/android-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"android"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/android-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"android"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/darwin-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/darwin-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/freebsd-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"freebsd"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/freebsd-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"freebsd"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-arm": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-ia32": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"ia32"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-loong64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"loong64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-mips64el": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"mips64el"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-ppc64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"ppc64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-riscv64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"riscv64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-s390x": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"s390x"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/linux-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/netbsd-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"netbsd"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/openbsd-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"openbsd"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/sunos-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"sunos"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/win32-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"win32"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/win32-ia32": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"ia32"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"win32"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@esbuild/win32-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"win32"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
"version": "1.4.15",
|
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
|
|
|
|
"integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
|
|
|
|
},
|
2024-02-26 10:22:33 -05:00
|
|
|
"node_modules/@kurkle/color": {
|
|
|
|
"version": "0.3.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.2.tgz",
|
|
|
|
"integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==",
|
|
|
|
"peer": true
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/@popperjs/core": {
|
|
|
|
"version": "2.11.8",
|
|
|
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
|
|
|
|
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
|
|
|
|
"peer": true,
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/popperjs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"android"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-android-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"android"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-darwin-x64": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"riscv64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"arm64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"win32"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"ia32"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"win32"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"cpu": [
|
|
|
|
"x64"
|
|
|
|
],
|
|
|
|
"dev": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"win32"
|
|
|
|
]
|
|
|
|
},
|
2024-03-24 22:46:32 -04:00
|
|
|
"node_modules/@types/estree": {
|
|
|
|
"version": "1.0.5",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
|
|
|
|
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
|
|
|
|
"dev": true
|
|
|
|
},
|
2024-03-11 00:11:07 -04:00
|
|
|
"node_modules/@types/web-bluetooth": {
|
|
|
|
"version": "0.0.20",
|
|
|
|
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
|
|
|
|
"integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow=="
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/@vitejs/plugin-vue": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "5.0.5",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz",
|
|
|
|
"integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dev": true,
|
|
|
|
"engines": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"node": "^18.0.0 || >=20.0.0"
|
2024-01-08 12:23:57 -05:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"vite": "^5.0.0",
|
2024-01-08 12:23:57 -05:00
|
|
|
"vue": "^3.2.25"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/compiler-core": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-TFKiRkKKsRCKvg/jTSSKK7mYLJEQdUiUfykbG49rubC9SfDyvT2JrzTReopWlz2MxqeLyxh9UZhvxEIBgAhtrg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@babel/parser": "^7.24.7",
|
|
|
|
"@vue/shared": "3.4.29",
|
2024-01-08 12:23:57 -05:00
|
|
|
"entities": "^4.5.0",
|
|
|
|
"estree-walker": "^2.0.2",
|
2024-06-18 03:16:42 +08:00
|
|
|
"source-map-js": "^1.2.0"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/compiler-dom": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-A6+iZ2fKIEGnfPJejdB7b1FlJzgiD+Y/sxxKwJWg1EbJu6ZPgzaPQQ51ESGNv0CP6jm6Z7/pO6Ia8Ze6IKrX7w==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vue/compiler-core": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/compiler-sfc": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-zygDcEtn8ZimDlrEQyLUovoWgKQic6aEQqRXce2WXBvSeHbEbcAsXyCk9oG33ZkyWH4sl9D3tkYc1idoOkdqZQ==",
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/parser": "^7.24.7",
|
|
|
|
"@vue/compiler-core": "3.4.29",
|
|
|
|
"@vue/compiler-dom": "3.4.29",
|
|
|
|
"@vue/compiler-ssr": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29",
|
2024-01-08 12:23:57 -05:00
|
|
|
"estree-walker": "^2.0.2",
|
2024-06-18 03:16:42 +08:00
|
|
|
"magic-string": "^0.30.10",
|
|
|
|
"postcss": "^8.4.38",
|
|
|
|
"source-map-js": "^1.2.0"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/compiler-ssr": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-rFbwCmxJ16tDp3N8XCx5xSQzjhidYjXllvEcqX/lopkoznlNPz3jyy0WGJCyhAaVQK677WWFt3YO/WUEkMMUFQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vue/compiler-dom": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/devtools-api": {
|
|
|
|
"version": "6.5.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.1.tgz",
|
|
|
|
"integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA=="
|
|
|
|
},
|
|
|
|
"node_modules/@vue/reactivity": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-w8+KV+mb1a8ornnGQitnMdLfE0kXmteaxLdccm2XwdFxXst4q/Z7SEboCV5SqJNpZbKFeaRBBJBhW24aJyGINg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vue/shared": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/runtime-core": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-s8fmX3YVR/Rk5ig0ic0NuzTNjK2M7iLuVSZyMmCzN/+Mjuqqif1JasCtEtmtoJWF32pAtUjyuT2ljNKNLeOmnQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vue/reactivity": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/runtime-dom": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-gI10atCrtOLf/2MPPMM+dpz3NGulo9ZZR9d1dWo4fYvm+xkfvRrw1ZmJ7mkWtiJVXSsdmPbcK1p5dZzOCKDN0g==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vue/reactivity": "3.4.29",
|
|
|
|
"@vue/runtime-core": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29",
|
2024-01-08 12:23:57 -05:00
|
|
|
"csstype": "^3.1.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/server-renderer": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-HMLCmPI2j/k8PVkSBysrA2RxcxC5DgBiCdj7n7H2QtR8bQQPqKAe8qoaxLcInzouBmzwJ+J0x20ygN/B5mYBng==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"@vue/compiler-ssr": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"vue": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vue/shared": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA=="
|
2024-01-08 12:23:57 -05:00
|
|
|
},
|
2024-08-06 10:17:14 -04:00
|
|
|
"node_modules/@vuepic/vue-datepicker": {
|
|
|
|
"version": "9.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vuepic/vue-datepicker/-/vue-datepicker-9.0.1.tgz",
|
|
|
|
"integrity": "sha512-5sSdwib5cY8cE4Y7SCh+Zemfp+U/m6BDcgaPwd5Vmdv5LAASyV0wugn9sTb6NWX0sIQEdrGDl/RmD9EjcIke3A==",
|
|
|
|
"dependencies": {
|
|
|
|
"date-fns": "^3.6.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18.12.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"vue": ">=3.2.0"
|
|
|
|
}
|
|
|
|
},
|
2024-03-11 00:11:07 -04:00
|
|
|
"node_modules/@vueuse/core": {
|
|
|
|
"version": "10.9.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.9.0.tgz",
|
|
|
|
"integrity": "sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
|
|
"@vueuse/metadata": "10.9.0",
|
|
|
|
"@vueuse/shared": "10.9.0",
|
|
|
|
"vue-demi": ">=0.14.7"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vueuse/core/node_modules/vue-demi": {
|
|
|
|
"version": "0.14.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
|
|
|
|
"integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
|
|
|
|
"hasInstallScript": true,
|
|
|
|
"bin": {
|
|
|
|
"vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
|
"vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@vue/composition-api": "^1.0.0-rc.1",
|
|
|
|
"vue": "^3.0.0-0 || ^2.6.0"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@vue/composition-api": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vueuse/metadata": {
|
|
|
|
"version": "10.9.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.9.0.tgz",
|
|
|
|
"integrity": "sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==",
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vueuse/shared": {
|
|
|
|
"version": "10.9.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.9.0.tgz",
|
|
|
|
"integrity": "sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==",
|
|
|
|
"dependencies": {
|
|
|
|
"vue-demi": ">=0.14.7"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@vueuse/shared/node_modules/vue-demi": {
|
|
|
|
"version": "0.14.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz",
|
|
|
|
"integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==",
|
|
|
|
"hasInstallScript": true,
|
|
|
|
"bin": {
|
|
|
|
"vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
|
"vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@vue/composition-api": "^1.0.0-rc.1",
|
|
|
|
"vue": "^3.0.0-0 || ^2.6.0"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@vue/composition-api": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-04-03 01:16:56 -04:00
|
|
|
"node_modules/animate.css": {
|
|
|
|
"version": "4.1.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.1.tgz",
|
|
|
|
"integrity": "sha512-+mRmCTv6SbCmtYJCN4faJMNFVNN5EuCTTprDTAo7YzIGji2KADmakjVA3+8mVDkZ2Bf09vayB35lSQIex2+QaQ=="
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/ansi-styles": {
|
|
|
|
"version": "4.3.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
|
"dependencies": {
|
|
|
|
"color-convert": "^2.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/bootstrap": {
|
|
|
|
"version": "5.3.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz",
|
|
|
|
"integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/twbs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/bootstrap"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"peerDependencies": {
|
|
|
|
"@popperjs/core": "^2.11.8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/bootstrap-icons": {
|
|
|
|
"version": "1.11.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz",
|
|
|
|
"integrity": "sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/twbs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/bootstrap"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"node_modules/camelcase": {
|
|
|
|
"version": "5.3.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
|
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
}
|
|
|
|
},
|
2024-02-26 10:22:33 -05:00
|
|
|
"node_modules/chart.js": {
|
|
|
|
"version": "4.4.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.1.tgz",
|
|
|
|
"integrity": "sha512-C74QN1bxwV1v2PEujhmKjOZ7iUM4w6BWs23Md/6aOZZSlwMzeCIDGuZay++rBgChYru7/+QFeoQW0fQoP534Dg==",
|
|
|
|
"peer": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@kurkle/color": "^0.3.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"pnpm": ">=7"
|
|
|
|
}
|
|
|
|
},
|
2024-04-03 01:16:56 -04:00
|
|
|
"node_modules/cidr-regex": {
|
|
|
|
"version": "4.0.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.3.tgz",
|
|
|
|
"integrity": "sha512-HOwDIy/rhKeMf6uOzxtv7FAbrz8zPjmVKfSpM+U7/bNBXC5rtOyr758jxcptiSx6ZZn5LOhPJT5WWxPAGDV8dw==",
|
|
|
|
"dependencies": {
|
|
|
|
"ip-regex": "^5.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
|
|
|
},
|
2024-01-31 12:06:44 -05:00
|
|
|
"node_modules/cidr-tools": {
|
|
|
|
"version": "7.0.4",
|
|
|
|
"resolved": "https://registry.npmjs.org/cidr-tools/-/cidr-tools-7.0.4.tgz",
|
|
|
|
"integrity": "sha512-bKd6xC01ObuVKvJPGdV9Rz02KFO3mtHwMe/QTlcVuFAmU5n3RN/F3FgppHZaQjM+c/1i9YB9rgKNH/5iVqwCoA==",
|
|
|
|
"dependencies": {
|
|
|
|
"ip-bigint": "^8.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18"
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"node_modules/cliui": {
|
|
|
|
"version": "6.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/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.npmjs.org/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.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/csstype": {
|
|
|
|
"version": "3.1.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
|
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
|
|
|
|
},
|
2024-08-06 10:17:14 -04:00
|
|
|
"node_modules/date-fns": {
|
|
|
|
"version": "3.6.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
|
|
|
|
"integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/kossnocorp"
|
|
|
|
}
|
|
|
|
},
|
2024-02-26 10:22:33 -05:00
|
|
|
"node_modules/dayjs": {
|
2024-07-29 18:40:07 -04:00
|
|
|
"version": "1.11.12",
|
|
|
|
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz",
|
|
|
|
"integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg=="
|
2024-02-26 10:22:33 -05:00
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.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=="
|
|
|
|
},
|
|
|
|
"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=="
|
|
|
|
},
|
|
|
|
"node_modules/encode-utf8": {
|
|
|
|
"version": "1.0.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz",
|
|
|
|
"integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw=="
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/entities": {
|
|
|
|
"version": "4.5.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/esbuild": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "0.20.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
|
|
|
|
"integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dev": true,
|
|
|
|
"hasInstallScript": true,
|
|
|
|
"bin": {
|
|
|
|
"esbuild": "bin/esbuild"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"@esbuild/aix-ppc64": "0.20.2",
|
|
|
|
"@esbuild/android-arm": "0.20.2",
|
|
|
|
"@esbuild/android-arm64": "0.20.2",
|
|
|
|
"@esbuild/android-x64": "0.20.2",
|
|
|
|
"@esbuild/darwin-arm64": "0.20.2",
|
|
|
|
"@esbuild/darwin-x64": "0.20.2",
|
|
|
|
"@esbuild/freebsd-arm64": "0.20.2",
|
|
|
|
"@esbuild/freebsd-x64": "0.20.2",
|
|
|
|
"@esbuild/linux-arm": "0.20.2",
|
|
|
|
"@esbuild/linux-arm64": "0.20.2",
|
|
|
|
"@esbuild/linux-ia32": "0.20.2",
|
|
|
|
"@esbuild/linux-loong64": "0.20.2",
|
|
|
|
"@esbuild/linux-mips64el": "0.20.2",
|
|
|
|
"@esbuild/linux-ppc64": "0.20.2",
|
|
|
|
"@esbuild/linux-riscv64": "0.20.2",
|
|
|
|
"@esbuild/linux-s390x": "0.20.2",
|
|
|
|
"@esbuild/linux-x64": "0.20.2",
|
|
|
|
"@esbuild/netbsd-x64": "0.20.2",
|
|
|
|
"@esbuild/openbsd-x64": "0.20.2",
|
|
|
|
"@esbuild/sunos-x64": "0.20.2",
|
|
|
|
"@esbuild/win32-arm64": "0.20.2",
|
|
|
|
"@esbuild/win32-ia32": "0.20.2",
|
|
|
|
"@esbuild/win32-x64": "0.20.2"
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/estree-walker": {
|
|
|
|
"version": "2.0.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
|
|
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"dependencies": {
|
|
|
|
"locate-path": "^5.0.0",
|
|
|
|
"path-exists": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/fsevents": {
|
|
|
|
"version": "2.3.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
|
|
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
|
|
"dev": true,
|
|
|
|
"hasInstallScript": true,
|
|
|
|
"optional": true,
|
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
|
|
}
|
|
|
|
},
|
2024-03-11 00:11:07 -04:00
|
|
|
"node_modules/fuse.js": {
|
|
|
|
"version": "7.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz",
|
|
|
|
"integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"engines": {
|
|
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
|
|
}
|
|
|
|
},
|
2024-04-03 01:16:56 -04:00
|
|
|
"node_modules/i": {
|
|
|
|
"version": "0.3.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/i/-/i-0.3.7.tgz",
|
|
|
|
"integrity": "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.4"
|
|
|
|
}
|
|
|
|
},
|
2024-01-31 12:06:44 -05:00
|
|
|
"node_modules/ip-bigint": {
|
|
|
|
"version": "8.0.2",
|
|
|
|
"resolved": "https://registry.npmjs.org/ip-bigint/-/ip-bigint-8.0.2.tgz",
|
|
|
|
"integrity": "sha512-UMKHGx7+4O2mD/6jnpNtt4UMA0tRQ3XAiNVYlbLssFU1LegKqKwPqbqtLVW7lQU/c6rCWI1hcxxs4TP96Xa+rQ==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18"
|
|
|
|
}
|
|
|
|
},
|
2024-04-03 01:16:56 -04:00
|
|
|
"node_modules/ip-regex": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz",
|
|
|
|
"integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==",
|
|
|
|
"engines": {
|
|
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/is-cidr": {
|
|
|
|
"version": "5.0.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.3.tgz",
|
|
|
|
"integrity": "sha512-lKkM0tmz07dAxNsr8Ii9MGreExa9ZR34N9j8mTG5op824kcwBqinZPowNjcVWWc7j+jR8XAMMItOmBkniN0jOA==",
|
|
|
|
"dependencies": {
|
|
|
|
"cidr-regex": "4.0.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"node_modules/is-fullwidth-code-point": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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==",
|
|
|
|
"dependencies": {
|
|
|
|
"p-locate": "^4.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/magic-string": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "0.30.10",
|
|
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz",
|
|
|
|
"integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dependencies": {
|
|
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/nanoid": {
|
|
|
|
"version": "3.3.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"nanoid": "bin/nanoid.cjs"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
|
}
|
|
|
|
},
|
2024-04-03 01:16:56 -04:00
|
|
|
"node_modules/npm": {
|
|
|
|
"version": "10.5.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz",
|
|
|
|
"integrity": "sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==",
|
|
|
|
"bundleDependencies": [
|
|
|
|
"@isaacs/string-locale-compare",
|
|
|
|
"@npmcli/arborist",
|
|
|
|
"@npmcli/config",
|
|
|
|
"@npmcli/fs",
|
|
|
|
"@npmcli/map-workspaces",
|
|
|
|
"@npmcli/package-json",
|
|
|
|
"@npmcli/promise-spawn",
|
|
|
|
"@npmcli/run-script",
|
|
|
|
"@sigstore/tuf",
|
|
|
|
"abbrev",
|
|
|
|
"archy",
|
|
|
|
"cacache",
|
|
|
|
"chalk",
|
|
|
|
"ci-info",
|
|
|
|
"cli-columns",
|
|
|
|
"cli-table3",
|
|
|
|
"columnify",
|
|
|
|
"fastest-levenshtein",
|
|
|
|
"fs-minipass",
|
|
|
|
"glob",
|
|
|
|
"graceful-fs",
|
|
|
|
"hosted-git-info",
|
|
|
|
"ini",
|
|
|
|
"init-package-json",
|
|
|
|
"is-cidr",
|
|
|
|
"json-parse-even-better-errors",
|
|
|
|
"libnpmaccess",
|
|
|
|
"libnpmdiff",
|
|
|
|
"libnpmexec",
|
|
|
|
"libnpmfund",
|
|
|
|
"libnpmhook",
|
|
|
|
"libnpmorg",
|
|
|
|
"libnpmpack",
|
|
|
|
"libnpmpublish",
|
|
|
|
"libnpmsearch",
|
|
|
|
"libnpmteam",
|
|
|
|
"libnpmversion",
|
|
|
|
"make-fetch-happen",
|
|
|
|
"minimatch",
|
|
|
|
"minipass",
|
|
|
|
"minipass-pipeline",
|
|
|
|
"ms",
|
|
|
|
"node-gyp",
|
|
|
|
"nopt",
|
|
|
|
"normalize-package-data",
|
|
|
|
"npm-audit-report",
|
|
|
|
"npm-install-checks",
|
|
|
|
"npm-package-arg",
|
|
|
|
"npm-pick-manifest",
|
|
|
|
"npm-profile",
|
|
|
|
"npm-registry-fetch",
|
|
|
|
"npm-user-validate",
|
|
|
|
"npmlog",
|
|
|
|
"p-map",
|
|
|
|
"pacote",
|
|
|
|
"parse-conflict-json",
|
|
|
|
"proc-log",
|
|
|
|
"qrcode-terminal",
|
|
|
|
"read",
|
|
|
|
"semver",
|
|
|
|
"spdx-expression-parse",
|
|
|
|
"ssri",
|
|
|
|
"supports-color",
|
|
|
|
"tar",
|
|
|
|
"text-table",
|
|
|
|
"tiny-relative-date",
|
|
|
|
"treeverse",
|
|
|
|
"validate-npm-package-name",
|
|
|
|
"which",
|
|
|
|
"write-file-atomic"
|
|
|
|
],
|
|
|
|
"workspaces": [
|
|
|
|
"docs",
|
|
|
|
"smoke-tests",
|
|
|
|
"mock-globals",
|
|
|
|
"mock-registry",
|
|
|
|
"workspaces/*"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
|
|
"@npmcli/arborist": "^7.2.1",
|
|
|
|
"@npmcli/config": "^8.0.2",
|
|
|
|
"@npmcli/fs": "^3.1.0",
|
|
|
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
|
|
"@npmcli/package-json": "^5.0.0",
|
|
|
|
"@npmcli/promise-spawn": "^7.0.1",
|
|
|
|
"@npmcli/run-script": "^7.0.4",
|
|
|
|
"@sigstore/tuf": "^2.3.1",
|
|
|
|
"abbrev": "^2.0.0",
|
|
|
|
"archy": "~1.0.0",
|
|
|
|
"cacache": "^18.0.2",
|
|
|
|
"chalk": "^5.3.0",
|
|
|
|
"ci-info": "^4.0.0",
|
|
|
|
"cli-columns": "^4.0.0",
|
|
|
|
"cli-table3": "^0.6.3",
|
|
|
|
"columnify": "^1.6.0",
|
|
|
|
"fastest-levenshtein": "^1.0.16",
|
|
|
|
"fs-minipass": "^3.0.3",
|
|
|
|
"glob": "^10.3.10",
|
|
|
|
"graceful-fs": "^4.2.11",
|
|
|
|
"hosted-git-info": "^7.0.1",
|
|
|
|
"ini": "^4.1.1",
|
|
|
|
"init-package-json": "^6.0.0",
|
|
|
|
"is-cidr": "^5.0.3",
|
|
|
|
"json-parse-even-better-errors": "^3.0.1",
|
|
|
|
"libnpmaccess": "^8.0.1",
|
|
|
|
"libnpmdiff": "^6.0.3",
|
|
|
|
"libnpmexec": "^7.0.4",
|
|
|
|
"libnpmfund": "^5.0.1",
|
|
|
|
"libnpmhook": "^10.0.0",
|
|
|
|
"libnpmorg": "^6.0.1",
|
|
|
|
"libnpmpack": "^6.0.3",
|
|
|
|
"libnpmpublish": "^9.0.2",
|
|
|
|
"libnpmsearch": "^7.0.0",
|
|
|
|
"libnpmteam": "^6.0.0",
|
|
|
|
"libnpmversion": "^5.0.1",
|
|
|
|
"make-fetch-happen": "^13.0.0",
|
|
|
|
"minimatch": "^9.0.3",
|
|
|
|
"minipass": "^7.0.4",
|
|
|
|
"minipass-pipeline": "^1.2.4",
|
|
|
|
"ms": "^2.1.2",
|
|
|
|
"node-gyp": "^10.0.1",
|
|
|
|
"nopt": "^7.2.0",
|
|
|
|
"normalize-package-data": "^6.0.0",
|
|
|
|
"npm-audit-report": "^5.0.0",
|
|
|
|
"npm-install-checks": "^6.3.0",
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"npm-pick-manifest": "^9.0.0",
|
|
|
|
"npm-profile": "^9.0.0",
|
|
|
|
"npm-registry-fetch": "^16.1.0",
|
|
|
|
"npm-user-validate": "^2.0.0",
|
|
|
|
"npmlog": "^7.0.1",
|
|
|
|
"p-map": "^4.0.0",
|
|
|
|
"pacote": "^17.0.6",
|
|
|
|
"parse-conflict-json": "^3.0.1",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"qrcode-terminal": "^0.12.0",
|
|
|
|
"read": "^2.1.0",
|
|
|
|
"semver": "^7.6.0",
|
|
|
|
"spdx-expression-parse": "^3.0.1",
|
|
|
|
"ssri": "^10.0.5",
|
|
|
|
"supports-color": "^9.4.0",
|
|
|
|
"tar": "^6.2.0",
|
|
|
|
"text-table": "~0.2.0",
|
|
|
|
"tiny-relative-date": "^1.3.0",
|
|
|
|
"treeverse": "^3.0.0",
|
|
|
|
"validate-npm-package-name": "^5.0.0",
|
|
|
|
"which": "^4.0.0",
|
|
|
|
"write-file-atomic": "^5.0.1"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"npm": "bin/npm-cli.js",
|
|
|
|
"npx": "bin/npx-cli.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.17.0 || >=20.5.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@colors/colors": {
|
|
|
|
"version": "1.5.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"optional": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.1.90"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@isaacs/cliui": {
|
|
|
|
"version": "8.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"string-width": "^5.1.2",
|
|
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
|
|
"strip-ansi": "^7.0.1",
|
|
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
|
|
"wrap-ansi": "^8.1.0",
|
|
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
|
|
"version": "6.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
|
|
"version": "9.2.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
|
|
"version": "5.1.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"eastasianwidth": "^0.2.0",
|
|
|
|
"emoji-regex": "^9.2.2",
|
|
|
|
"strip-ansi": "^7.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
|
|
"version": "7.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-regex": "^6.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
|
|
"version": "1.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/agent": {
|
|
|
|
"version": "2.2.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"agent-base": "^7.1.0",
|
|
|
|
"http-proxy-agent": "^7.0.0",
|
|
|
|
"https-proxy-agent": "^7.0.1",
|
|
|
|
"lru-cache": "^10.0.1",
|
|
|
|
"socks-proxy-agent": "^8.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
|
|
"version": "7.4.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
|
|
"@npmcli/fs": "^3.1.0",
|
|
|
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
|
|
"@npmcli/metavuln-calculator": "^7.0.0",
|
|
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
|
|
"@npmcli/package-json": "^5.0.0",
|
|
|
|
"@npmcli/query": "^3.1.0",
|
|
|
|
"@npmcli/run-script": "^7.0.2",
|
|
|
|
"bin-links": "^4.0.1",
|
|
|
|
"cacache": "^18.0.0",
|
|
|
|
"common-ancestor-path": "^1.0.1",
|
|
|
|
"hosted-git-info": "^7.0.1",
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"json-stringify-nice": "^1.1.4",
|
|
|
|
"minimatch": "^9.0.0",
|
|
|
|
"nopt": "^7.0.0",
|
|
|
|
"npm-install-checks": "^6.2.0",
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"npm-pick-manifest": "^9.0.0",
|
|
|
|
"npm-registry-fetch": "^16.0.0",
|
|
|
|
"npmlog": "^7.0.1",
|
|
|
|
"pacote": "^17.0.4",
|
|
|
|
"parse-conflict-json": "^3.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"promise-all-reject-late": "^1.0.0",
|
|
|
|
"promise-call-limit": "^3.0.1",
|
|
|
|
"read-package-json-fast": "^3.0.2",
|
|
|
|
"semver": "^7.3.7",
|
|
|
|
"ssri": "^10.0.5",
|
|
|
|
"treeverse": "^3.0.0",
|
|
|
|
"walk-up-path": "^3.0.1"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"arborist": "bin/index.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
|
|
"version": "8.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
|
|
"ci-info": "^4.0.0",
|
|
|
|
"ini": "^4.1.0",
|
|
|
|
"nopt": "^7.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"read-package-json-fast": "^3.0.2",
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
"walk-up-path": "^3.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/disparity-colors": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-styles": "^4.3.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/disparity-colors/node_modules/ansi-styles": {
|
|
|
|
"version": "4.3.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"color-convert": "^2.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/fs": {
|
|
|
|
"version": "3.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"semver": "^7.3.5"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/git": {
|
|
|
|
"version": "5.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
|
|
"lru-cache": "^10.0.1",
|
|
|
|
"npm-pick-manifest": "^9.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"promise-inflight": "^1.0.1",
|
|
|
|
"promise-retry": "^2.0.1",
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
"which": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/installed-package-contents": {
|
|
|
|
"version": "2.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-bundled": "^3.0.0",
|
|
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"installed-package-contents": "lib/index.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/map-workspaces": {
|
|
|
|
"version": "3.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
|
|
"glob": "^10.2.2",
|
|
|
|
"minimatch": "^9.0.0",
|
|
|
|
"read-package-json-fast": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
|
|
|
|
"version": "7.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"cacache": "^18.0.0",
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"pacote": "^17.0.0",
|
|
|
|
"semver": "^7.3.5"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/name-from-folder": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/node-gyp": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/package-json": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/git": "^5.0.0",
|
|
|
|
"glob": "^10.2.2",
|
|
|
|
"hosted-git-info": "^7.0.0",
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"normalize-package-data": "^6.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"semver": "^7.5.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
|
|
"version": "7.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"which": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/query": {
|
|
|
|
"version": "3.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"postcss-selector-parser": "^6.0.10"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@npmcli/run-script": {
|
|
|
|
"version": "7.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
|
|
"@npmcli/package-json": "^5.0.0",
|
|
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
|
|
"node-gyp": "^10.0.0",
|
|
|
|
"which": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@pkgjs/parseargs": {
|
|
|
|
"version": "0.11.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"optional": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@sigstore/bundle": {
|
|
|
|
"version": "2.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@sigstore/protobuf-specs": "^0.3.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@sigstore/core": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
|
|
"version": "0.3.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@sigstore/sign": {
|
|
|
|
"version": "2.2.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@sigstore/bundle": "^2.2.0",
|
|
|
|
"@sigstore/core": "^1.0.0",
|
|
|
|
"@sigstore/protobuf-specs": "^0.3.0",
|
|
|
|
"make-fetch-happen": "^13.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@sigstore/tuf": {
|
|
|
|
"version": "2.3.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@sigstore/protobuf-specs": "^0.3.0",
|
|
|
|
"tuf-js": "^2.2.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@sigstore/verify": {
|
|
|
|
"version": "1.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@sigstore/bundle": "^2.2.0",
|
|
|
|
"@sigstore/core": "^1.0.0",
|
|
|
|
"@sigstore/protobuf-specs": "^0.3.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@tufjs/canonical-json": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/@tufjs/models": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@tufjs/canonical-json": "2.0.0",
|
|
|
|
"minimatch": "^9.0.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/abbrev": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/agent-base": {
|
|
|
|
"version": "7.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"debug": "^4.3.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/aggregate-error": {
|
|
|
|
"version": "3.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"clean-stack": "^2.0.0",
|
|
|
|
"indent-string": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ansi-regex": {
|
|
|
|
"version": "5.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ansi-styles": {
|
|
|
|
"version": "6.2.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/aproba": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/archy": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/are-we-there-yet": {
|
|
|
|
"version": "4.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/balanced-match": {
|
|
|
|
"version": "1.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/bin-links": {
|
|
|
|
"version": "4.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"cmd-shim": "^6.0.0",
|
|
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
|
|
"read-cmd-shim": "^4.0.0",
|
|
|
|
"write-file-atomic": "^5.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/binary-extensions": {
|
|
|
|
"version": "2.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/brace-expansion": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"balanced-match": "^1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/builtins": {
|
|
|
|
"version": "5.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"semver": "^7.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cacache": {
|
|
|
|
"version": "18.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/fs": "^3.1.0",
|
|
|
|
"fs-minipass": "^3.0.0",
|
|
|
|
"glob": "^10.2.2",
|
|
|
|
"lru-cache": "^10.0.1",
|
|
|
|
"minipass": "^7.0.3",
|
|
|
|
"minipass-collect": "^2.0.1",
|
|
|
|
"minipass-flush": "^1.0.5",
|
|
|
|
"minipass-pipeline": "^1.2.4",
|
|
|
|
"p-map": "^4.0.0",
|
|
|
|
"ssri": "^10.0.0",
|
|
|
|
"tar": "^6.1.11",
|
|
|
|
"unique-filename": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/chalk": {
|
|
|
|
"version": "5.3.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/chownr": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ci-info": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cidr-regex": {
|
|
|
|
"version": "4.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"ip-regex": "^5.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/clean-stack": {
|
|
|
|
"version": "2.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cli-columns": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"string-width": "^4.2.3",
|
|
|
|
"strip-ansi": "^6.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cli-table3": {
|
|
|
|
"version": "0.6.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"string-width": "^4.2.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "10.* || >= 12.*"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"@colors/colors": "1.5.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/clone": {
|
|
|
|
"version": "1.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cmd-shim": {
|
|
|
|
"version": "6.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/color-convert": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"color-name": "~1.1.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=7.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/color-name": {
|
|
|
|
"version": "1.1.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/color-support": {
|
|
|
|
"version": "1.1.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"bin": {
|
|
|
|
"color-support": "bin.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/columnify": {
|
|
|
|
"version": "1.6.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"strip-ansi": "^6.0.1",
|
|
|
|
"wcwidth": "^1.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/common-ancestor-path": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/console-control-strings": {
|
|
|
|
"version": "1.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cross-spawn": {
|
|
|
|
"version": "7.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"path-key": "^3.1.0",
|
|
|
|
"shebang-command": "^2.0.0",
|
|
|
|
"which": "^2.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cross-spawn/node_modules/which": {
|
|
|
|
"version": "2.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"isexe": "^2.0.0"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"node-which": "bin/node-which"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/cssesc": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"bin": {
|
|
|
|
"cssesc": "bin/cssesc"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/debug": {
|
|
|
|
"version": "4.3.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ms": "2.1.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"supports-color": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/debug/node_modules/ms": {
|
|
|
|
"version": "2.1.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/defaults": {
|
|
|
|
"version": "1.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"clone": "^1.0.2"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/diff": {
|
|
|
|
"version": "5.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.3.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/eastasianwidth": {
|
|
|
|
"version": "0.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/emoji-regex": {
|
|
|
|
"version": "8.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/encoding": {
|
|
|
|
"version": "0.1.13",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"optional": true,
|
|
|
|
"dependencies": {
|
|
|
|
"iconv-lite": "^0.6.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/env-paths": {
|
|
|
|
"version": "2.2.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/err-code": {
|
|
|
|
"version": "2.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/exponential-backoff": {
|
|
|
|
"version": "3.1.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/fastest-levenshtein": {
|
|
|
|
"version": "1.0.16",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 4.9.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/foreground-child": {
|
|
|
|
"version": "3.1.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"cross-spawn": "^7.0.0",
|
|
|
|
"signal-exit": "^4.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/fs-minipass": {
|
|
|
|
"version": "3.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^7.0.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/function-bind": {
|
|
|
|
"version": "1.1.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/gauge": {
|
|
|
|
"version": "5.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
|
|
"color-support": "^1.1.3",
|
|
|
|
"console-control-strings": "^1.1.0",
|
|
|
|
"has-unicode": "^2.0.1",
|
|
|
|
"signal-exit": "^4.0.1",
|
|
|
|
"string-width": "^4.2.3",
|
|
|
|
"strip-ansi": "^6.0.1",
|
|
|
|
"wide-align": "^1.1.5"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/glob": {
|
|
|
|
"version": "10.3.10",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"foreground-child": "^3.1.0",
|
|
|
|
"jackspeak": "^2.3.5",
|
|
|
|
"minimatch": "^9.0.1",
|
|
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
|
|
"path-scurry": "^1.10.1"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"glob": "dist/esm/bin.mjs"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16 || 14 >=14.17"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/graceful-fs": {
|
|
|
|
"version": "4.2.11",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/has-unicode": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/hasown": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"function-bind": "^1.1.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/hosted-git-info": {
|
|
|
|
"version": "7.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"lru-cache": "^10.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/http-cache-semantics": {
|
|
|
|
"version": "4.1.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-2-Clause"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/http-proxy-agent": {
|
|
|
|
"version": "7.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"agent-base": "^7.1.0",
|
|
|
|
"debug": "^4.3.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/https-proxy-agent": {
|
|
|
|
"version": "7.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"agent-base": "^7.0.2",
|
|
|
|
"debug": "4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/iconv-lite": {
|
|
|
|
"version": "0.6.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"optional": true,
|
|
|
|
"dependencies": {
|
|
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ignore-walk": {
|
|
|
|
"version": "6.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minimatch": "^9.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/imurmurhash": {
|
|
|
|
"version": "0.1.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8.19"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/indent-string": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ini": {
|
|
|
|
"version": "4.1.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/init-package-json": {
|
|
|
|
"version": "6.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-package-arg": "^11.0.0",
|
|
|
|
"promzard": "^1.0.0",
|
|
|
|
"read": "^2.0.0",
|
|
|
|
"read-package-json": "^7.0.0",
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
"validate-npm-package-license": "^3.0.4",
|
|
|
|
"validate-npm-package-name": "^5.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ip-address": {
|
|
|
|
"version": "9.0.5",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"jsbn": "1.1.0",
|
|
|
|
"sprintf-js": "^1.1.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 12"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
|
|
|
|
"version": "1.1.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-3-Clause"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ip-regex": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/is-cidr": {
|
|
|
|
"version": "5.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"cidr-regex": "4.0.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/is-core-module": {
|
|
|
|
"version": "2.13.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"hasown": "^2.0.0"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/is-fullwidth-code-point": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/is-lambda": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/isexe": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/jackspeak": {
|
|
|
|
"version": "2.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BlueOak-1.0.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@isaacs/cliui": "^8.0.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/jsbn": {
|
|
|
|
"version": "1.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
|
|
"version": "3.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/json-stringify-nice": {
|
|
|
|
"version": "1.1.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/jsonparse": {
|
|
|
|
"version": "1.3.1",
|
|
|
|
"engines": [
|
|
|
|
"node >= 0.2.0"
|
|
|
|
],
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/just-diff": {
|
|
|
|
"version": "6.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/just-diff-apply": {
|
|
|
|
"version": "5.5.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmaccess": {
|
|
|
|
"version": "8.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"npm-registry-fetch": "^16.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
|
|
"version": "6.0.7",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/arborist": "^7.2.1",
|
|
|
|
"@npmcli/disparity-colors": "^3.0.0",
|
|
|
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
|
|
"binary-extensions": "^2.2.0",
|
|
|
|
"diff": "^5.1.0",
|
|
|
|
"minimatch": "^9.0.0",
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"pacote": "^17.0.4",
|
|
|
|
"tar": "^6.2.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
|
|
"version": "7.0.8",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/arborist": "^7.2.1",
|
|
|
|
"@npmcli/run-script": "^7.0.2",
|
|
|
|
"ci-info": "^4.0.0",
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"npmlog": "^7.0.1",
|
|
|
|
"pacote": "^17.0.4",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"read": "^2.0.0",
|
|
|
|
"read-package-json-fast": "^3.0.2",
|
|
|
|
"semver": "^7.3.7",
|
|
|
|
"walk-up-path": "^3.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
|
|
"version": "5.0.5",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/arborist": "^7.2.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
|
|
"version": "10.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"aproba": "^2.0.0",
|
|
|
|
"npm-registry-fetch": "^16.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
|
|
"version": "6.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"aproba": "^2.0.0",
|
|
|
|
"npm-registry-fetch": "^16.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
|
|
"version": "6.0.7",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/arborist": "^7.2.1",
|
|
|
|
"@npmcli/run-script": "^7.0.2",
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"pacote": "^17.0.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmpublish": {
|
|
|
|
"version": "9.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"ci-info": "^4.0.0",
|
|
|
|
"normalize-package-data": "^6.0.0",
|
|
|
|
"npm-package-arg": "^11.0.1",
|
|
|
|
"npm-registry-fetch": "^16.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"semver": "^7.3.7",
|
|
|
|
"sigstore": "^2.2.0",
|
|
|
|
"ssri": "^10.0.5"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
|
|
"version": "7.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-registry-fetch": "^16.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
|
|
"version": "6.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"aproba": "^2.0.0",
|
|
|
|
"npm-registry-fetch": "^16.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
|
|
"version": "5.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/git": "^5.0.3",
|
|
|
|
"@npmcli/run-script": "^7.0.2",
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"semver": "^7.3.7"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/lru-cache": {
|
|
|
|
"version": "10.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "14 || >=16.14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/make-fetch-happen": {
|
|
|
|
"version": "13.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/agent": "^2.0.0",
|
|
|
|
"cacache": "^18.0.0",
|
|
|
|
"http-cache-semantics": "^4.1.1",
|
|
|
|
"is-lambda": "^1.0.1",
|
|
|
|
"minipass": "^7.0.2",
|
|
|
|
"minipass-fetch": "^3.0.0",
|
|
|
|
"minipass-flush": "^1.0.5",
|
|
|
|
"minipass-pipeline": "^1.2.4",
|
|
|
|
"negotiator": "^0.6.3",
|
|
|
|
"promise-retry": "^2.0.1",
|
|
|
|
"ssri": "^10.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minimatch": {
|
|
|
|
"version": "9.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"brace-expansion": "^2.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16 || 14 >=14.17"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass": {
|
|
|
|
"version": "7.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16 || 14 >=14.17"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-collect": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^7.0.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16 || 14 >=14.17"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-fetch": {
|
|
|
|
"version": "3.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^7.0.3",
|
|
|
|
"minipass-sized": "^1.0.3",
|
|
|
|
"minizlib": "^2.1.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"encoding": "^0.1.13"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-flush": {
|
|
|
|
"version": "1.0.5",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
|
|
|
|
"version": "3.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-json-stream": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"jsonparse": "^1.3.1",
|
|
|
|
"minipass": "^3.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
|
|
|
|
"version": "3.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-pipeline": {
|
|
|
|
"version": "1.2.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
|
|
|
|
"version": "3.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-sized": {
|
|
|
|
"version": "1.0.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
|
|
|
|
"version": "3.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minizlib": {
|
|
|
|
"version": "2.1.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^3.0.0",
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/minizlib/node_modules/minipass": {
|
|
|
|
"version": "3.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/mkdirp": {
|
|
|
|
"version": "1.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"bin": {
|
|
|
|
"mkdirp": "bin/cmd.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ms": {
|
|
|
|
"version": "2.1.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/mute-stream": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/negotiator": {
|
|
|
|
"version": "0.6.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/node-gyp": {
|
|
|
|
"version": "10.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"env-paths": "^2.2.0",
|
|
|
|
"exponential-backoff": "^3.1.1",
|
|
|
|
"glob": "^10.3.10",
|
|
|
|
"graceful-fs": "^4.2.6",
|
|
|
|
"make-fetch-happen": "^13.0.0",
|
|
|
|
"nopt": "^7.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
"tar": "^6.1.2",
|
|
|
|
"which": "^4.0.0"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"node-gyp": "bin/node-gyp.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/nopt": {
|
|
|
|
"version": "7.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"abbrev": "^2.0.0"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"nopt": "bin/nopt.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/normalize-package-data": {
|
|
|
|
"version": "6.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"hosted-git-info": "^7.0.0",
|
|
|
|
"is-core-module": "^2.8.1",
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
"validate-npm-package-license": "^3.0.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-audit-report": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-bundled": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-install-checks": {
|
|
|
|
"version": "6.3.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"semver": "^7.1.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-normalize-package-bin": {
|
|
|
|
"version": "3.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-package-arg": {
|
|
|
|
"version": "11.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"hosted-git-info": "^7.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"semver": "^7.3.5",
|
|
|
|
"validate-npm-package-name": "^5.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-packlist": {
|
|
|
|
"version": "8.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"ignore-walk": "^6.0.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-pick-manifest": {
|
|
|
|
"version": "9.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-install-checks": "^6.0.0",
|
|
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
|
|
"npm-package-arg": "^11.0.0",
|
|
|
|
"semver": "^7.3.5"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-profile": {
|
|
|
|
"version": "9.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"npm-registry-fetch": "^16.0.0",
|
|
|
|
"proc-log": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-registry-fetch": {
|
|
|
|
"version": "16.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"make-fetch-happen": "^13.0.0",
|
|
|
|
"minipass": "^7.0.2",
|
|
|
|
"minipass-fetch": "^3.0.0",
|
|
|
|
"minipass-json-stream": "^1.0.1",
|
|
|
|
"minizlib": "^2.1.2",
|
|
|
|
"npm-package-arg": "^11.0.0",
|
|
|
|
"proc-log": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npm-user-validate": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/npmlog": {
|
|
|
|
"version": "7.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"are-we-there-yet": "^4.0.0",
|
|
|
|
"console-control-strings": "^1.1.0",
|
|
|
|
"gauge": "^5.0.0",
|
|
|
|
"set-blocking": "^2.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/p-map": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"aggregate-error": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/pacote": {
|
|
|
|
"version": "17.0.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@npmcli/git": "^5.0.0",
|
|
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
|
|
"@npmcli/run-script": "^7.0.0",
|
|
|
|
"cacache": "^18.0.0",
|
|
|
|
"fs-minipass": "^3.0.0",
|
|
|
|
"minipass": "^7.0.2",
|
|
|
|
"npm-package-arg": "^11.0.0",
|
|
|
|
"npm-packlist": "^8.0.0",
|
|
|
|
"npm-pick-manifest": "^9.0.0",
|
|
|
|
"npm-registry-fetch": "^16.0.0",
|
|
|
|
"proc-log": "^3.0.0",
|
|
|
|
"promise-retry": "^2.0.1",
|
|
|
|
"read-package-json": "^7.0.0",
|
|
|
|
"read-package-json-fast": "^3.0.0",
|
|
|
|
"sigstore": "^2.2.0",
|
|
|
|
"ssri": "^10.0.0",
|
|
|
|
"tar": "^6.1.11"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"pacote": "lib/bin.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/parse-conflict-json": {
|
|
|
|
"version": "3.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"just-diff": "^6.0.0",
|
|
|
|
"just-diff-apply": "^5.2.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/path-key": {
|
|
|
|
"version": "3.1.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/path-scurry": {
|
|
|
|
"version": "1.10.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "BlueOak-1.0.0",
|
|
|
|
"dependencies": {
|
|
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16 || 14 >=14.17"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
|
|
"version": "6.0.15",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"cssesc": "^3.0.0",
|
|
|
|
"util-deprecate": "^1.0.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/proc-log": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/promise-all-reject-late": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/promise-call-limit": {
|
|
|
|
"version": "3.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/promise-inflight": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/promise-retry": {
|
|
|
|
"version": "2.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"err-code": "^2.0.2",
|
|
|
|
"retry": "^0.12.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/promzard": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"read": "^2.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/qrcode-terminal": {
|
|
|
|
"version": "0.12.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"bin": {
|
|
|
|
"qrcode-terminal": "bin/qrcode-terminal.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/read": {
|
|
|
|
"version": "2.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"mute-stream": "~1.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/read-cmd-shim": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/read-package-json": {
|
|
|
|
"version": "7.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"glob": "^10.2.2",
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"normalize-package-data": "^6.0.0",
|
|
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/read-package-json-fast": {
|
|
|
|
"version": "3.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/retry": {
|
|
|
|
"version": "0.12.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/safer-buffer": {
|
|
|
|
"version": "2.1.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/semver": {
|
|
|
|
"version": "7.6.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"lru-cache": "^6.0.0"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/semver/node_modules/lru-cache": {
|
|
|
|
"version": "6.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/set-blocking": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/shebang-command": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"shebang-regex": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/shebang-regex": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/signal-exit": {
|
|
|
|
"version": "4.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/sigstore": {
|
|
|
|
"version": "2.2.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@sigstore/bundle": "^2.2.0",
|
|
|
|
"@sigstore/core": "^1.0.0",
|
|
|
|
"@sigstore/protobuf-specs": "^0.3.0",
|
|
|
|
"@sigstore/sign": "^2.2.3",
|
|
|
|
"@sigstore/tuf": "^2.3.1",
|
|
|
|
"@sigstore/verify": "^1.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/smart-buffer": {
|
|
|
|
"version": "4.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 6.0.0",
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/socks": {
|
|
|
|
"version": "2.8.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ip-address": "^9.0.5",
|
|
|
|
"smart-buffer": "^4.2.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 16.0.0",
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/socks-proxy-agent": {
|
|
|
|
"version": "8.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"agent-base": "^7.0.2",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"socks": "^2.7.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 14"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/spdx-correct": {
|
|
|
|
"version": "3.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"spdx-expression-parse": "^3.0.0",
|
|
|
|
"spdx-license-ids": "^3.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/spdx-exceptions": {
|
|
|
|
"version": "2.5.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "CC-BY-3.0"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/spdx-expression-parse": {
|
|
|
|
"version": "3.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"spdx-exceptions": "^2.1.0",
|
|
|
|
"spdx-license-ids": "^3.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/spdx-license-ids": {
|
|
|
|
"version": "3.0.17",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "CC0-1.0"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/ssri": {
|
|
|
|
"version": "10.0.5",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^7.0.3"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/string-width": {
|
|
|
|
"version": "4.2.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"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/npm/node_modules/string-width-cjs": {
|
|
|
|
"name": "string-width",
|
|
|
|
"version": "4.2.3",
|
|
|
|
"inBundle": true,
|
|
|
|
"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/npm/node_modules/strip-ansi": {
|
|
|
|
"version": "6.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-regex": "^5.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
|
|
"name": "strip-ansi",
|
|
|
|
"version": "6.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-regex": "^5.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/supports-color": {
|
|
|
|
"version": "9.4.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/tar": {
|
|
|
|
"version": "6.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"chownr": "^2.0.0",
|
|
|
|
"fs-minipass": "^2.0.0",
|
|
|
|
"minipass": "^5.0.0",
|
|
|
|
"minizlib": "^2.1.1",
|
|
|
|
"mkdirp": "^1.0.3",
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/tar/node_modules/fs-minipass": {
|
|
|
|
"version": "2.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"minipass": "^3.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
|
|
|
|
"version": "3.3.6",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/tar/node_modules/minipass": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/text-table": {
|
|
|
|
"version": "0.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/tiny-relative-date": {
|
|
|
|
"version": "1.3.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/treeverse": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/tuf-js": {
|
|
|
|
"version": "2.2.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@tufjs/models": "2.0.0",
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
"make-fetch-happen": "^13.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/unique-filename": {
|
|
|
|
"version": "3.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"unique-slug": "^4.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/unique-slug": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"imurmurhash": "^0.1.4"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/util-deprecate": {
|
|
|
|
"version": "1.0.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/validate-npm-package-license": {
|
|
|
|
"version": "3.0.4",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"spdx-correct": "^3.0.0",
|
|
|
|
"spdx-expression-parse": "^3.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/validate-npm-package-name": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"builtins": "^5.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/walk-up-path": {
|
|
|
|
"version": "3.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wcwidth": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"defaults": "^1.0.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/which": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"isexe": "^3.1.1"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"node-which": "bin/which.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/which/node_modules/isexe": {
|
|
|
|
"version": "3.1.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=16"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wide-align": {
|
|
|
|
"version": "1.1.5",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi": {
|
|
|
|
"version": "8.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-styles": "^6.1.0",
|
|
|
|
"string-width": "^5.0.1",
|
|
|
|
"strip-ansi": "^7.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi-cjs": {
|
|
|
|
"name": "wrap-ansi",
|
|
|
|
"version": "7.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-styles": "^4.0.0",
|
|
|
|
"string-width": "^4.1.0",
|
|
|
|
"strip-ansi": "^6.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
|
|
"version": "4.3.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"color-convert": "^2.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
|
|
"version": "6.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
|
|
"version": "9.2.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
|
|
|
|
"version": "5.1.2",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"eastasianwidth": "^0.2.0",
|
|
|
|
"emoji-regex": "^9.2.2",
|
|
|
|
"strip-ansi": "^7.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
|
|
"version": "7.1.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-regex": "^6.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/write-file-atomic": {
|
|
|
|
"version": "5.0.1",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"imurmurhash": "^0.1.4",
|
|
|
|
"signal-exit": "^4.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/npm/node_modules/yallist": {
|
|
|
|
"version": "4.0.0",
|
|
|
|
"inBundle": true,
|
|
|
|
"license": "ISC"
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"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.npmjs.org/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.npmjs.org/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.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
|
|
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/picocolors": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
|
|
|
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
|
|
|
},
|
|
|
|
"node_modules/pinia": {
|
|
|
|
"version": "2.1.7",
|
|
|
|
"resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.7.tgz",
|
|
|
|
"integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==",
|
|
|
|
"dependencies": {
|
|
|
|
"@vue/devtools-api": "^6.5.0",
|
|
|
|
"vue-demi": ">=0.14.5"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/posva"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@vue/composition-api": "^1.4.0",
|
|
|
|
"typescript": ">=4.4.4",
|
|
|
|
"vue": "^2.6.14 || ^3.3.0"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@vue/composition-api": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"typescript": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/pinia/node_modules/vue-demi": {
|
|
|
|
"version": "0.14.6",
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz",
|
|
|
|
"integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==",
|
|
|
|
"hasInstallScript": true,
|
|
|
|
"bin": {
|
|
|
|
"vue-demi-fix": "bin/vue-demi-fix.js",
|
|
|
|
"vue-demi-switch": "bin/vue-demi-switch.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/antfu"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@vue/composition-api": "^1.0.0-rc.1",
|
|
|
|
"vue": "^3.0.0-0 || ^2.6.0"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@vue/composition-api": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"node_modules/pngjs": {
|
|
|
|
"version": "5.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
|
|
|
|
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.13.0"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/postcss": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "8.4.38",
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
|
|
|
|
"integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/postcss/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "tidelift",
|
|
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/ai"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"nanoid": "^3.3.7",
|
|
|
|
"picocolors": "^1.0.0",
|
2024-03-24 22:46:32 -04:00
|
|
|
"source-map-js": "^1.2.0"
|
2024-01-08 12:23:57 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"node_modules/qrcode": {
|
|
|
|
"version": "1.5.3",
|
|
|
|
"resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.3.tgz",
|
|
|
|
"integrity": "sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
},
|
2024-03-24 22:46:32 -04:00
|
|
|
"node_modules/qrcodejs": {
|
|
|
|
"version": "1.0.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/qrcodejs/-/qrcodejs-1.0.0.tgz",
|
|
|
|
"integrity": "sha512-67rj3mMBhSBepaD57qENnltO+r8rSYlqM7HGThks/BiyDAkc86sLvkKqjkqPS5v13f7tvnt6dbEf3qt7zq+BCg=="
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"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=="
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/rollup": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "4.13.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz",
|
|
|
|
"integrity": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dev": true,
|
2024-03-24 22:46:32 -04:00
|
|
|
"dependencies": {
|
|
|
|
"@types/estree": "1.0.5"
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"bin": {
|
|
|
|
"rollup": "dist/bin/rollup"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18.0.0",
|
|
|
|
"npm": ">=8.0.0"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"@rollup/rollup-android-arm-eabi": "4.13.0",
|
|
|
|
"@rollup/rollup-android-arm64": "4.13.0",
|
|
|
|
"@rollup/rollup-darwin-arm64": "4.13.0",
|
|
|
|
"@rollup/rollup-darwin-x64": "4.13.0",
|
|
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.13.0",
|
|
|
|
"@rollup/rollup-linux-arm64-gnu": "4.13.0",
|
|
|
|
"@rollup/rollup-linux-arm64-musl": "4.13.0",
|
|
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.13.0",
|
|
|
|
"@rollup/rollup-linux-x64-gnu": "4.13.0",
|
|
|
|
"@rollup/rollup-linux-x64-musl": "4.13.0",
|
|
|
|
"@rollup/rollup-win32-arm64-msvc": "4.13.0",
|
|
|
|
"@rollup/rollup-win32-ia32-msvc": "4.13.0",
|
|
|
|
"@rollup/rollup-win32-x64-msvc": "4.13.0",
|
2024-01-08 12:23:57 -05:00
|
|
|
"fsevents": "~2.3.2"
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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=="
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/source-map-js": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "1.2.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
|
|
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
}
|
|
|
|
},
|
2024-01-23 15:09:44 -05:00
|
|
|
"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==",
|
|
|
|
"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.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-regex": "^5.0.1"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/uuid": {
|
|
|
|
"version": "9.0.1",
|
|
|
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
|
|
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
|
|
"funding": [
|
|
|
|
"https://github.com/sponsors/broofa",
|
|
|
|
"https://github.com/sponsors/ctavan"
|
|
|
|
],
|
|
|
|
"bin": {
|
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/vite": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"version": "5.2.6",
|
|
|
|
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.6.tgz",
|
|
|
|
"integrity": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==",
|
2024-01-08 12:23:57 -05:00
|
|
|
"dev": true,
|
|
|
|
"dependencies": {
|
2024-03-24 22:46:32 -04:00
|
|
|
"esbuild": "^0.20.1",
|
|
|
|
"postcss": "^8.4.36",
|
|
|
|
"rollup": "^4.13.0"
|
2024-01-08 12:23:57 -05:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"vite": "bin/vite.js"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"fsevents": "~2.3.3"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@types/node": "^18.0.0 || >=20.0.0",
|
|
|
|
"less": "*",
|
|
|
|
"lightningcss": "^1.21.0",
|
|
|
|
"sass": "*",
|
|
|
|
"stylus": "*",
|
|
|
|
"sugarss": "*",
|
|
|
|
"terser": "^5.4.0"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"@types/node": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"less": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"lightningcss": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"sass": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"stylus": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"sugarss": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"terser": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/vue": {
|
2024-06-18 03:16:42 +08:00
|
|
|
"version": "3.4.29",
|
|
|
|
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.29.tgz",
|
|
|
|
"integrity": "sha512-8QUYfRcYzNlYuzKPfge1UWC6nF9ym0lx7mpGVPJYNhddxEf3DD0+kU07NTL0sXuiT2HuJuKr/iEO8WvXvT0RSQ==",
|
|
|
|
"dependencies": {
|
|
|
|
"@vue/compiler-dom": "3.4.29",
|
|
|
|
"@vue/compiler-sfc": "3.4.29",
|
|
|
|
"@vue/runtime-dom": "3.4.29",
|
|
|
|
"@vue/server-renderer": "3.4.29",
|
|
|
|
"@vue/shared": "3.4.29"
|
2024-01-08 12:23:57 -05:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "*"
|
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"typescript": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2024-02-26 10:22:33 -05:00
|
|
|
"node_modules/vue-chartjs": {
|
|
|
|
"version": "5.3.0",
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.0.tgz",
|
|
|
|
"integrity": "sha512-8XqX0JU8vFZ+WA2/knz4z3ThClduni2Nm0BMe2u0mXgTfd9pXrmJ07QBI+WAij5P/aPmPMX54HCE1seWL37ZdQ==",
|
|
|
|
"peerDependencies": {
|
|
|
|
"chart.js": "^4.1.1",
|
|
|
|
"vue": "^3.0.0-0 || ^2.7.0"
|
|
|
|
}
|
|
|
|
},
|
2024-01-08 12:23:57 -05:00
|
|
|
"node_modules/vue-router": {
|
|
|
|
"version": "4.2.5",
|
|
|
|
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz",
|
|
|
|
"integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==",
|
|
|
|
"dependencies": {
|
|
|
|
"@vue/devtools-api": "^6.5.0"
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"url": "https://github.com/sponsors/posva"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"vue": "^3.2.0"
|
|
|
|
}
|
2024-01-23 15:09:44 -05:00
|
|
|
},
|
|
|
|
"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=="
|
|
|
|
},
|
|
|
|
"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==",
|
|
|
|
"dependencies": {
|
|
|
|
"ansi-styles": "^4.0.0",
|
|
|
|
"string-width": "^4.1.0",
|
|
|
|
"strip-ansi": "^6.0.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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=="
|
|
|
|
},
|
|
|
|
"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==",
|
|
|
|
"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==",
|
|
|
|
"dependencies": {
|
|
|
|
"camelcase": "^5.0.0",
|
|
|
|
"decamelize": "^1.2.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
}
|
2024-01-08 12:23:57 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|