8985 lines
287 KiB
JSON
8985 lines
287 KiB
JSON
{
|
|
"name": "eleventy",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "eleventy",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@11ty/eleventy-fetch": "^5.0.1",
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
|
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^2.0.2",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"css-select": "^5.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"handlebars-helpers": "^0.10.0",
|
|
"html-minifier": "^4.0.0",
|
|
"html-to-text": "^9.0.5",
|
|
"htmlparser2": "^9.1.0",
|
|
"luxon": "^3.5.0",
|
|
"markdown-it": "^14.1.0",
|
|
"media-captions": "^0.0.18",
|
|
"music-metadata": "^10.5.1",
|
|
"npx": "^10.2.2",
|
|
"podcast": "^2.0.1",
|
|
"sass": "^1.80.3",
|
|
"subtitle": "^4.2.1"
|
|
}
|
|
},
|
|
"node_modules/@11ty/eleventy-fetch": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-fetch/-/eleventy-fetch-5.0.1.tgz",
|
|
"integrity": "sha512-n79UhOAWG7XcJkRIoV8cZBpKgGln6mn+2UgsZkP6Xjgg8BqiMfxlYMJrNobSDdw3utyRAs8w/ZAPXoc18qrvMw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rgrove/parse-xml": "^4.2.0",
|
|
"debug": "^4.3.7",
|
|
"flat-cache": "^6.1.1",
|
|
"graceful-fs": "^4.2.11",
|
|
"p-queue": "6.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/11ty"
|
|
}
|
|
},
|
|
"node_modules/@11ty/eleventy-navigation": {
|
|
"version": "0.3.5",
|
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-navigation/-/eleventy-navigation-0.3.5.tgz",
|
|
"integrity": "sha512-4aKW5aIQDFed8xs1G1pWcEiFPcDSwZtA4IH1eERtoJ+Xy+/fsoe0pzbDmw84bHZ9ACny5jblENhfZhcCxklqQw==",
|
|
"dependencies": {
|
|
"dependency-graph": "^0.11.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/11ty"
|
|
}
|
|
},
|
|
"node_modules/@11ty/eleventy-plugin-handlebars": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-handlebars/-/eleventy-plugin-handlebars-1.0.0.tgz",
|
|
"integrity": "sha512-LdAqMv5CWcmufl8LB4zCCKyIHcVYnkp0rPHn6RAyJjQAmAi6aRGK7C8RSR5R9SgE2JU9OIowcXdiaJiqFtrGdQ==",
|
|
"dependencies": {
|
|
"@11ty/eleventy-utils": "^1.0.3",
|
|
"debug": "^4.3.5",
|
|
"fast-glob": "^3.3.2",
|
|
"handlebars": "^4.7.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/11ty"
|
|
}
|
|
},
|
|
"node_modules/@11ty/eleventy-plugin-rss": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-rss/-/eleventy-plugin-rss-2.0.2.tgz",
|
|
"integrity": "sha512-BiPsNbCvaqAORsg2NA4YqcSvMy/PZiefDU3PtGgwYJQ7A5rkRq/gdod2nu1AzwBG/0c5Qe7D49BxV0SByq9vCw==",
|
|
"dependencies": {
|
|
"@11ty/eleventy-utils": "^1.0.3",
|
|
"@11ty/posthtml-urls": "1.0.0",
|
|
"debug": "^4.3.5",
|
|
"posthtml": "^0.16.6"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/11ty"
|
|
}
|
|
},
|
|
"node_modules/@11ty/eleventy-utils": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@11ty/eleventy-utils/-/eleventy-utils-1.0.3.tgz",
|
|
"integrity": "sha512-nULO91om7vQw4Y/UBjM8i7nJ1xl+/nyK4rImZ41lFxiY2d+XUz7ChAj1CDYFjrLZeu0utAYJTZ45LlcHTkUG4g==",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/11ty"
|
|
}
|
|
},
|
|
"node_modules/@11ty/posthtml-urls": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@11ty/posthtml-urls/-/posthtml-urls-1.0.0.tgz",
|
|
"integrity": "sha512-CcsRdI933x613u7CjM+QGs7iD/m8SaDup3Apohg1+7dybigrEUHc2jGS3mcMgQKvF2+IphqmepD/FrKLlPkPEg==",
|
|
"dependencies": {
|
|
"evaluate-value": "^2.0.0",
|
|
"http-equiv-refresh": "^2.0.1",
|
|
"list-to-array": "^1.1.0",
|
|
"object.entries": "^1.1.7",
|
|
"parse-srcset": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@keyv/serialize": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz",
|
|
"integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.4.1.tgz",
|
|
"integrity": "sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==",
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.3",
|
|
"is-glob": "^4.0.3",
|
|
"micromatch": "^4.0.5",
|
|
"node-addon-api": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"optionalDependencies": {
|
|
"@parcel/watcher-android-arm64": "2.4.1",
|
|
"@parcel/watcher-darwin-arm64": "2.4.1",
|
|
"@parcel/watcher-darwin-x64": "2.4.1",
|
|
"@parcel/watcher-freebsd-x64": "2.4.1",
|
|
"@parcel/watcher-linux-arm-glibc": "2.4.1",
|
|
"@parcel/watcher-linux-arm64-glibc": "2.4.1",
|
|
"@parcel/watcher-linux-arm64-musl": "2.4.1",
|
|
"@parcel/watcher-linux-x64-glibc": "2.4.1",
|
|
"@parcel/watcher-linux-x64-musl": "2.4.1",
|
|
"@parcel/watcher-win32-arm64": "2.4.1",
|
|
"@parcel/watcher-win32-ia32": "2.4.1",
|
|
"@parcel/watcher-win32-x64": "2.4.1"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-android-arm64": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz",
|
|
"integrity": "sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"android"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-darwin-arm64": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.4.1.tgz",
|
|
"integrity": "sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-darwin-x64": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.4.1.tgz",
|
|
"integrity": "sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-freebsd-x64": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.4.1.tgz",
|
|
"integrity": "sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"freebsd"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.4.1.tgz",
|
|
"integrity": "sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==",
|
|
"cpu": [
|
|
"arm"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.4.1.tgz",
|
|
"integrity": "sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.4.1.tgz",
|
|
"integrity": "sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.4.1.tgz",
|
|
"integrity": "sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-linux-x64-musl": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.4.1.tgz",
|
|
"integrity": "sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-win32-arm64": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.4.1.tgz",
|
|
"integrity": "sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-win32-ia32": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.4.1.tgz",
|
|
"integrity": "sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==",
|
|
"cpu": [
|
|
"ia32"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher-win32-x64": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.4.1.tgz",
|
|
"integrity": "sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"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/@rgrove/parse-xml": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/@rgrove/parse-xml/-/parse-xml-4.2.0.tgz",
|
|
"integrity": "sha512-UuBOt7BOsKVOkFXRe4Ypd/lADuNIfqJXv8GvHqtXaTYXPPKkj2nS2zPllVsrtRjcomDhIJVBnZwfmlI222WH8g==",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sec-ant/readable-stream": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
|
|
"integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg=="
|
|
},
|
|
"node_modules/@selderee/plugin-htmlparser2": {
|
|
"version": "0.11.0",
|
|
"resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz",
|
|
"integrity": "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domhandler": "^5.0.3",
|
|
"selderee": "^0.11.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://ko-fi.com/killymxi"
|
|
}
|
|
},
|
|
"node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz",
|
|
"integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A=="
|
|
},
|
|
"node_modules/@types/multipipe": {
|
|
"version": "3.0.5",
|
|
"resolved": "https://registry.npmjs.org/@types/multipipe/-/multipipe-3.0.5.tgz",
|
|
"integrity": "sha512-mHBbV67bsmUtLtio0gj/GPzGsjv+Y6K1ff/48iR6YAfFfLkBtRIR0M5lZPbkMCyHGrCZM9p3VNnfY1QCws4t4w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.10.2",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz",
|
|
"integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.20.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgblack": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgblack/-/ansi-bgblack-0.1.1.tgz",
|
|
"integrity": "sha512-tp8M/NCmSr6/skdteeo9UgJ2G1rG88X3ZVNZWXUxFw4Wh0PAGaAAWQS61sfBt/1QNcwMTY3EBKOMPujwioJLaw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgblue": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgblue/-/ansi-bgblue-0.1.1.tgz",
|
|
"integrity": "sha512-R8JmX2Xv3+ichUQE99oL+LvjsyK+CDWo/BtVb4QUz3hOfmf2bdEmiDot3fQcpn2WAHW3toSRdjSLm6bgtWRDlA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgcyan": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgcyan/-/ansi-bgcyan-0.1.1.tgz",
|
|
"integrity": "sha512-6SByK9q2H978bmqzuzA5NPT1lRDXl3ODLz/DjC4URO5f/HqK7dnRKfoO/xQLx/makOz7zWIbRf6+Uf7bmaPSkQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bggreen": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bggreen/-/ansi-bggreen-0.1.1.tgz",
|
|
"integrity": "sha512-8TRtOKmIPOuxjpklrkhUbqD2NnVb4WZQuIjXrT+TGKFKzl7NrL7wuNvEap3leMt2kQaCngIN1ZzazSbJNzF+Aw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgmagenta": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgmagenta/-/ansi-bgmagenta-0.1.1.tgz",
|
|
"integrity": "sha512-UZYhobiGAlV4NiwOlKAKbkCyxOl1PPZNvdIdl/Ce5by45vwiyNdBetwHk/AjIpo1Ji9z+eE29PUBAjjfVmz5SA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgred": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgred/-/ansi-bgred-0.1.1.tgz",
|
|
"integrity": "sha512-BpPHMnYmRBhcjY5knRWKjQmPDPvYU7wrgBSW34xj7JCH9+a/SEIV7+oSYVOgMFopRIadOz9Qm4zIy+mEBvUOPA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgwhite": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgwhite/-/ansi-bgwhite-0.1.1.tgz",
|
|
"integrity": "sha512-KIF19t+HOYOorUnHTOhZpeZ3bJsjzStBG2hSGM0WZ8YQQe4c7lj9CtwnucscJDPrNwfdz6GBF+pFkVfvHBq6uw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bgyellow": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bgyellow/-/ansi-bgyellow-0.1.1.tgz",
|
|
"integrity": "sha512-WyRoOFSIvOeM7e7YdlSjfAV82Z6K1+VUVbygIQ7C/VGzWYuO/d30F0PG7oXeo4uSvSywR0ozixDQvtXJEorq4Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-black": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-black/-/ansi-black-0.1.1.tgz",
|
|
"integrity": "sha512-hl7re02lWus7lFOUG6zexhoF5gssAfG5whyr/fOWK9hxNjUFLTjhbU/b4UHWOh2dbJu9/STSUv+80uWYzYkbTQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-blue": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-blue/-/ansi-blue-0.1.1.tgz",
|
|
"integrity": "sha512-8Um59dYNDdQyoczlf49RgWLzYgC2H/28W3JAIyOAU/+WkMcfZmaznm+0i1ikrE0jME6Ypk9CJ9CY2+vxbPs7Fg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-bold": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-bold/-/ansi-bold-0.1.1.tgz",
|
|
"integrity": "sha512-wWKwcViX1E28U6FohtWOP4sHFyArELHJ2p7+3BzbibqJiuISeskq6t7JnrLisUngMF5zMhgmXVw8Equjzz9OlA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-colors": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-0.2.0.tgz",
|
|
"integrity": "sha512-ScRNUT0TovnYw6+Xo3iKh6G+VXDw2Ds7ZRnMIuKBgHY02DgvT2T2K22/tc/916Fi0W/5Z1RzDaHQwnp75hqdbA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-bgblack": "^0.1.1",
|
|
"ansi-bgblue": "^0.1.1",
|
|
"ansi-bgcyan": "^0.1.1",
|
|
"ansi-bggreen": "^0.1.1",
|
|
"ansi-bgmagenta": "^0.1.1",
|
|
"ansi-bgred": "^0.1.1",
|
|
"ansi-bgwhite": "^0.1.1",
|
|
"ansi-bgyellow": "^0.1.1",
|
|
"ansi-black": "^0.1.1",
|
|
"ansi-blue": "^0.1.1",
|
|
"ansi-bold": "^0.1.1",
|
|
"ansi-cyan": "^0.1.1",
|
|
"ansi-dim": "^0.1.1",
|
|
"ansi-gray": "^0.1.1",
|
|
"ansi-green": "^0.1.1",
|
|
"ansi-grey": "^0.1.1",
|
|
"ansi-hidden": "^0.1.1",
|
|
"ansi-inverse": "^0.1.1",
|
|
"ansi-italic": "^0.1.1",
|
|
"ansi-magenta": "^0.1.1",
|
|
"ansi-red": "^0.1.1",
|
|
"ansi-reset": "^0.1.1",
|
|
"ansi-strikethrough": "^0.1.1",
|
|
"ansi-underline": "^0.1.1",
|
|
"ansi-white": "^0.1.1",
|
|
"ansi-yellow": "^0.1.1",
|
|
"lazy-cache": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-cyan": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
|
|
"integrity": "sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-dim": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-dim/-/ansi-dim-0.1.1.tgz",
|
|
"integrity": "sha512-zAfb1fokXsq4BoZBkL0eK+6MfFctbzX3R4UMcoWrL1n2WHewFKentTvOZv2P11u6P4NtW/V47hVjaN7fJiefOg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-gray": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
|
|
"integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-green": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-green/-/ansi-green-0.1.1.tgz",
|
|
"integrity": "sha512-WJ70OI4jCaMy52vGa/ypFSKFb/TrYNPaQ2xco5nUwE0C5H8piume/uAZNNdXXiMQ6DbRmiE7l8oNBHu05ZKkrw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-grey": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-grey/-/ansi-grey-0.1.1.tgz",
|
|
"integrity": "sha512-+J1nM4lC+whSvf3T4jsp1KR+C63lypb+VkkwtLQMc1Dlt+nOvdZpFT0wwFTYoSlSwCcLUAaOpHF6kPkYpSa24A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-hidden": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-hidden/-/ansi-hidden-0.1.1.tgz",
|
|
"integrity": "sha512-8gB1bo9ym9qZ/Obvrse1flRsfp2RE+40B23DhQcKxY+GSeaOJblLnzBOxzvmLTWbi5jNON3as7wd9rC0fNK73Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-inverse": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-inverse/-/ansi-inverse-0.1.1.tgz",
|
|
"integrity": "sha512-Kq8Z0dBRhQhDMN/Rso1Nu9niwiTsRkJncfJZXiyj7ApbfJrGrrubHXqXI37feJZkYcIx6SlTBdNCeK0OQ6X6ag==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-italic": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-italic/-/ansi-italic-0.1.1.tgz",
|
|
"integrity": "sha512-jreCxifSAqbaBvcibeQxcwhQDbEj7gF69XnpA6x83qbECEBaRBD1epqskrmov1z4B+zzQuEdwbWxgzvhKa+PkA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-magenta": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-magenta/-/ansi-magenta-0.1.1.tgz",
|
|
"integrity": "sha512-A1Giu+HRwyWuiXKyXPw2AhG1yWZjNHWO+5mpt+P+VWYkmGRpLPry0O5gmlJQEvpjNpl4RjFV7DJQ4iozWOmkbQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-red": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
|
|
"integrity": "sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-reset": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-reset/-/ansi-reset-0.1.1.tgz",
|
|
"integrity": "sha512-n+D0qD3B+h/lP0dSwXX1SZMoXufdUVotLMwUuvXa50LtBAh3f+WV8b5nFMfLL/hgoPBUt+rG/pqqzF8krlZKcw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-strikethrough": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-strikethrough/-/ansi-strikethrough-0.1.1.tgz",
|
|
"integrity": "sha512-gWkLPDvHH2pC9YEKqp8dIl0mg3sRglMPvioqGDIOXiwxjxUwIJ1gF86E2o4R5yLNh8IAkwHbaMtASkJfkQ2hIA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-underline": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-underline/-/ansi-underline-0.1.1.tgz",
|
|
"integrity": "sha512-D+Bzwio/0/a0Fu5vJzrIT6bFk43TW46vXfSvzysOTEHcXOAUJTVMHWDbELIzGU4AVxVw2rCTb7YyWS4my2cSKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-white": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-white/-/ansi-white-0.1.1.tgz",
|
|
"integrity": "sha512-DJHaF2SRzBb9wZBgqIJNjjTa7JUJTO98sHeTS1sDopyKKRopL1KpaJ20R6W2f/ZGras8bYyIZDtNwYOVXNgNFg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-wrap": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
|
|
"integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-yellow": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-yellow/-/ansi-yellow-0.1.1.tgz",
|
|
"integrity": "sha512-6E3D4BQLXHLl3c/NwirWVZ+BCkMq2qsYxdeAGGOijKrx09FaqU+HktFL6QwAwNvgJiMLnv6AQ2C1gFZx0h1CBg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
|
},
|
|
"node_modules/arr-diff": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
|
|
"integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/arr-flatten": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
|
|
"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/arr-union": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
|
|
"integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array-sort": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/array-sort/-/array-sort-0.1.4.tgz",
|
|
"integrity": "sha512-BNcM+RXxndPxiZ2rd76k6nyQLRZr2/B/sdi8pQ+Joafr5AH279L40dfokSUTp8O+AaqYjXWhblBWa2st2nc4fQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"default-compare": "^1.0.0",
|
|
"get-value": "^2.0.6",
|
|
"kind-of": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array-sort/node_modules/kind-of": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
|
|
"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array-unique": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
|
|
"integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/assign-symbols": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
|
|
"integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/atob": {
|
|
"version": "2.1.2",
|
|
"resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
|
|
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bin": {
|
|
"atob": "bin/atob.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.5.0"
|
|
}
|
|
},
|
|
"node_modules/autolinker": {
|
|
"version": "0.28.1",
|
|
"resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.28.1.tgz",
|
|
"integrity": "sha512-zQAFO1Dlsn69eXaO6+7YZc+v84aquQKbwpzCE3L0stj56ERn9hutFxPopViLjo9G+rWwjozRhgS5KJ25Xy19cQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gulp-header": "^1.7.1"
|
|
}
|
|
},
|
|
"node_modules/base": {
|
|
"version": "0.11.2",
|
|
"resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
|
|
"integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cache-base": "^1.0.1",
|
|
"class-utils": "^0.3.5",
|
|
"component-emitter": "^1.2.1",
|
|
"define-property": "^1.0.0",
|
|
"isobject": "^3.0.1",
|
|
"mixin-deep": "^1.2.0",
|
|
"pascalcase": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
|
|
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/bootstrap": {
|
|
"version": "5.3.3",
|
|
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
|
|
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
|
|
"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.3",
|
|
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz",
|
|
"integrity": "sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/twbs"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/bootstrap"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/cache-base": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
|
|
"integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"collection-visit": "^1.0.0",
|
|
"component-emitter": "^1.2.1",
|
|
"get-value": "^2.0.6",
|
|
"has-value": "^1.0.0",
|
|
"isobject": "^3.0.1",
|
|
"set-value": "^2.0.0",
|
|
"to-object-path": "^0.3.0",
|
|
"union-value": "^1.0.0",
|
|
"unset-value": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable": {
|
|
"version": "1.8.6",
|
|
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.6.tgz",
|
|
"integrity": "sha512-RNBnqNhWBtgYNe4mF4395e6260Q9loh6zT2CDFia9LSJor5+vOsvkxhd7GAtg3U4m8i38adn1Q3jiCU1N33/gg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hookified": "^1.5.1",
|
|
"keyv": "^5.2.1"
|
|
}
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
|
|
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"set-function-length": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/camel-case": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
|
|
"integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^2.2.0",
|
|
"upper-case": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz",
|
|
"integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==",
|
|
"dependencies": {
|
|
"readdirp": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.16.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/class-utils": {
|
|
"version": "0.3.6",
|
|
"resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
|
|
"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arr-union": "^3.1.0",
|
|
"define-property": "^0.2.5",
|
|
"isobject": "^3.0.0",
|
|
"static-extend": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/class-utils/node_modules/define-property": {
|
|
"version": "0.2.5",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
|
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/class-utils/node_modules/is-descriptor": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
|
|
"integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/clean-css": {
|
|
"version": "4.2.4",
|
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz",
|
|
"integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"source-map": "~0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
}
|
|
},
|
|
"node_modules/collection-visit": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
|
|
"integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"map-visit": "^1.0.0",
|
|
"object-visit": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/component-emitter": {
|
|
"version": "1.3.1",
|
|
"resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
|
|
"integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/concat-with-sourcemaps": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
|
|
"integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"source-map": "^0.6.1"
|
|
}
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/copy-descriptor": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
|
|
"integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/create-frame": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/create-frame/-/create-frame-1.0.0.tgz",
|
|
"integrity": "sha512-SnJYqAwa5Jon3cP8e3LMFBoRG2m/hX20vtOnC3ynhyAa6jmy+BqrPoicBtmKUutnJuphXPj7C54yOXF58Tl71Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-property": "^0.2.5",
|
|
"extend-shallow": "^2.0.1",
|
|
"isobject": "^3.0.0",
|
|
"lazy-cache": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/create-frame/node_modules/define-property": {
|
|
"version": "0.2.5",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
|
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/create-frame/node_modules/is-descriptor": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
|
|
"integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/css-select": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
|
|
"integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.1.0",
|
|
"domhandler": "^5.0.2",
|
|
"domutils": "^3.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css-what": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
|
|
"integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/date.js": {
|
|
"version": "0.3.3",
|
|
"resolved": "https://registry.npmjs.org/date.js/-/date.js-0.3.3.tgz",
|
|
"integrity": "sha512-HgigOS3h3k6HnW011nAb43c5xx5rBXk8P2v/WIT9Zv4koIaVXiH2BURguI78VVp+5Qc076T7OR378JViCnZtBw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "~3.1.0"
|
|
}
|
|
},
|
|
"node_modules/date.js/node_modules/debug": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
|
|
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/date.js/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
|
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decode-uri-component": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
|
|
"integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
|
|
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/default-compare": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
|
|
"integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/default-compare/node_modules/kind-of": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
|
|
"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/define-data-property": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
|
|
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/define-property": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
|
|
"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/dependency-graph": {
|
|
"version": "0.11.0",
|
|
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
|
|
"integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
|
|
"integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
|
|
"bin": {
|
|
"detect-libc": "bin/detect-libc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
"integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.2",
|
|
"entities": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
|
|
"integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domhandler": {
|
|
"version": "5.0.3",
|
|
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
|
|
"integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domutils": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
|
|
"integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^2.0.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/dotenv": {
|
|
"version": "16.4.5",
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
|
|
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/duplexer2": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
|
|
"integrity": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/ent": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/ent/-/ent-2.2.1.tgz",
|
|
"integrity": "sha512-QHuXVeZx9d+tIQAz/XztU0ZwZf2Agg9CcXcgE1rurqvdBeDBrpSwjl8/6XUqMg7tw2Y7uAdKb2sRv+bSEFqQ5A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^1.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/error-symbol": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/error-symbol/-/error-symbol-0.1.0.tgz",
|
|
"integrity": "sha512-VyjaKxUmeDX/m2lxm/aknsJ1GWDWUO2Ze2Ad8S1Pb9dykAm9TjSKp5CjrNyltYqZ5W/PO6TInAmO2/BfwMyT1g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/es-define-property": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
|
|
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-errors": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-object-atoms": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
|
|
"integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/evaluate-value": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/evaluate-value/-/evaluate-value-2.0.0.tgz",
|
|
"integrity": "sha512-VonfiuDJc0z4sOO7W0Pd130VLsXN6vmBWZlrog1mCb/o7o/Nl5Lr25+Kj/nkCCAhG+zqeeGjxhkK9oHpkgTHhQ==",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
|
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/expand-brackets": {
|
|
"version": "2.1.4",
|
|
"resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
|
|
"integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^2.3.3",
|
|
"define-property": "^0.2.5",
|
|
"extend-shallow": "^2.0.1",
|
|
"posix-character-classes": "^0.1.0",
|
|
"regex-not": "^1.0.0",
|
|
"snapdragon": "^0.8.1",
|
|
"to-regex": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/expand-brackets/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/expand-brackets/node_modules/define-property": {
|
|
"version": "0.2.5",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
|
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/expand-brackets/node_modules/is-descriptor": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
|
|
"integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/expand-brackets/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/extend-shallow": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
|
|
"integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extendable": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/extglob": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
|
|
"integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-unique": "^0.3.2",
|
|
"define-property": "^1.0.0",
|
|
"expand-brackets": "^2.1.4",
|
|
"extend-shallow": "^2.0.1",
|
|
"fragment-cache": "^0.2.1",
|
|
"regex-not": "^1.0.0",
|
|
"snapdragon": "^0.8.1",
|
|
"to-regex": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/falsey": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/falsey/-/falsey-0.3.2.tgz",
|
|
"integrity": "sha512-lxEuefF5MBIVDmE6XeqCdM4BWk1+vYmGZtkbKZ/VFcg6uBBw6fXNEbWmxCjDdQlFc9hy450nkiWwM3VAW6G1qg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/falsey/node_modules/kind-of": {
|
|
"version": "5.1.0",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
|
|
"integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.17.1",
|
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
|
|
"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/file-type": {
|
|
"version": "19.6.0",
|
|
"resolved": "https://registry.npmjs.org/file-type/-/file-type-19.6.0.tgz",
|
|
"integrity": "sha512-VZR5I7k5wkD0HgFnMsq5hOsSc710MJMu5Nc5QYsbe38NN5iPV/XTObYLc/cpttRTf6lX538+5uO1ZQRhYibiZQ==",
|
|
"dependencies": {
|
|
"get-stream": "^9.0.1",
|
|
"strtok3": "^9.0.1",
|
|
"token-types": "^6.0.0",
|
|
"uint8array-extras": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "6.1.4",
|
|
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.4.tgz",
|
|
"integrity": "sha512-Km+tVF9BLnxaYqX2R9OKLkwSPvGjDXXlciDC8oBr/nSM4xMCNO8X9s0w5i6lNoE8E/6BEzSJBUF5Bar+TXmKJQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cacheable": "^1.8.6",
|
|
"flatted": "^3.3.2",
|
|
"hookified": "^1.5.1"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz",
|
|
"integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/for-in": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
|
|
"integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/for-own": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
|
|
"integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"for-in": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/fragment-cache": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
|
|
"integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"map-cache": "^0.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/fs-exists-sync": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
|
|
"integrity": "sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.2.4",
|
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
|
|
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"hasown": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-object": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/get-object/-/get-object-0.2.0.tgz",
|
|
"integrity": "sha512-7P6y6k6EzEFmO/XyUyFlXm1YLJy9xeA1x/grNV8276abX5GuwUtYgKFkRFkLixw4hf4Pz9q2vgv/8Ar42R0HuQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^2.0.2",
|
|
"isobject": "^0.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/get-object/node_modules/is-number": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
|
|
"integrity": "sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/get-object/node_modules/isobject": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/isobject/-/isobject-0.2.0.tgz",
|
|
"integrity": "sha512-VaWq6XYAsbvM0wf4dyBO7WH9D7GosB7ZZlqrawI9BBiTMINBeCyqSKBa35m870MY3O4aM31pYyZi9DfGrYMJrQ==",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/get-object/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "9.0.1",
|
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
"integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
|
|
"dependencies": {
|
|
"@sec-ant/readable-stream": "^0.4.1",
|
|
"is-stream": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-value": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
|
|
"integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
|
|
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/gulp-header": {
|
|
"version": "1.8.12",
|
|
"resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-1.8.12.tgz",
|
|
"integrity": "sha512-lh9HLdb53sC7XIZOYzTXM4lFuXElv3EVkSDhsd7DoJBj7hm+Ni7D3qYbb+Rr8DuM8nRanBvkVO9d7askreXGnQ==",
|
|
"deprecated": "Removed event-stream from gulp-header",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"concat-with-sourcemaps": "*",
|
|
"lodash.template": "^4.4.0",
|
|
"through2": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars": {
|
|
"version": "4.7.8",
|
|
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
|
|
"integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.2",
|
|
"source-map": "^0.6.1",
|
|
"wordwrap": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"handlebars": "bin/handlebars"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.7"
|
|
},
|
|
"optionalDependencies": {
|
|
"uglify-js": "^3.1.4"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helper-create-frame": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/handlebars-helper-create-frame/-/handlebars-helper-create-frame-0.1.0.tgz",
|
|
"integrity": "sha512-yR99Rh8JYcWSsARw/unaOUUICqG0M+SV3U4vBl3Psn78r0qXjU+cT9+IGXglNuuI3RfahvFDyEQ0l1KWthavRQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"create-frame": "^1.0.0",
|
|
"isobject": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers": {
|
|
"version": "0.10.0",
|
|
"resolved": "https://registry.npmjs.org/handlebars-helpers/-/handlebars-helpers-0.10.0.tgz",
|
|
"integrity": "sha512-QiyhQz58u/DbuV41VnfpE0nhy6YCH4vB514ajysV8SoKmP+DxU+pR+fahVyNECHj+jiwEN2VrvxD/34/yHaLUg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arr-flatten": "^1.1.0",
|
|
"array-sort": "^0.1.4",
|
|
"create-frame": "^1.0.0",
|
|
"define-property": "^1.0.0",
|
|
"falsey": "^0.3.2",
|
|
"for-in": "^1.0.2",
|
|
"for-own": "^1.0.0",
|
|
"get-object": "^0.2.0",
|
|
"get-value": "^2.0.6",
|
|
"handlebars": "^4.0.11",
|
|
"handlebars-helper-create-frame": "^0.1.0",
|
|
"handlebars-utils": "^1.0.6",
|
|
"has-value": "^1.0.0",
|
|
"helper-date": "^1.0.1",
|
|
"helper-markdown": "^1.0.0",
|
|
"helper-md": "^0.2.2",
|
|
"html-tag": "^2.0.0",
|
|
"is-even": "^1.0.0",
|
|
"is-glob": "^4.0.0",
|
|
"is-number": "^4.0.0",
|
|
"kind-of": "^6.0.0",
|
|
"lazy-cache": "^2.0.2",
|
|
"logging-helpers": "^1.0.0",
|
|
"micromatch": "^3.1.4",
|
|
"relative": "^3.0.2",
|
|
"striptags": "^3.1.0",
|
|
"to-gfm-code-block": "^0.1.1",
|
|
"year": "^0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/braces": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
|
|
"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arr-flatten": "^1.1.0",
|
|
"array-unique": "^0.3.2",
|
|
"extend-shallow": "^2.0.1",
|
|
"fill-range": "^4.0.0",
|
|
"isobject": "^3.0.1",
|
|
"repeat-element": "^1.1.2",
|
|
"snapdragon": "^0.8.1",
|
|
"snapdragon-node": "^2.0.1",
|
|
"split-string": "^3.0.2",
|
|
"to-regex": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/fill-range": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
|
|
"integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"extend-shallow": "^2.0.1",
|
|
"is-number": "^3.0.0",
|
|
"repeat-string": "^1.6.1",
|
|
"to-regex-range": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/fill-range/node_modules/is-number": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
|
|
"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/fill-range/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/is-number": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
|
|
"integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/micromatch": {
|
|
"version": "3.1.10",
|
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
|
|
"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arr-diff": "^4.0.0",
|
|
"array-unique": "^0.3.2",
|
|
"braces": "^2.3.1",
|
|
"define-property": "^2.0.2",
|
|
"extend-shallow": "^3.0.2",
|
|
"extglob": "^2.0.4",
|
|
"fragment-cache": "^0.2.1",
|
|
"kind-of": "^6.0.2",
|
|
"nanomatch": "^1.2.9",
|
|
"object.pick": "^1.3.0",
|
|
"regex-not": "^1.0.0",
|
|
"snapdragon": "^0.8.1",
|
|
"to-regex": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/micromatch/node_modules/define-property": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
|
|
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^1.0.2",
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/micromatch/node_modules/extend-shallow": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assign-symbols": "^1.0.0",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/to-regex-range": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
|
|
"integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^3.0.0",
|
|
"repeat-string": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/to-regex-range/node_modules/is-number": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
|
|
"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-helpers/node_modules/to-regex-range/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars-utils": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/handlebars-utils/-/handlebars-utils-1.0.6.tgz",
|
|
"integrity": "sha512-d5mmoQXdeEqSKMtQQZ9WkiUcO1E3tPbWxluCK9hVgIDPzQa9WsKo3Lbe/sGflTe7TomHEeZaOgwIkyIr1kfzkw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^6.0.0",
|
|
"typeof-article": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
"dependencies": {
|
|
"es-define-property": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-proto": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
|
|
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-value": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
|
|
"integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-value": "^2.0.6",
|
|
"has-values": "^1.0.0",
|
|
"isobject": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-values": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
|
|
"integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^3.0.0",
|
|
"kind-of": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-values/node_modules/is-number": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
|
|
"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-values/node_modules/kind-of": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
|
|
"integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/he": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
|
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"he": "bin/he"
|
|
}
|
|
},
|
|
"node_modules/helper-date": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/helper-date/-/helper-date-1.0.1.tgz",
|
|
"integrity": "sha512-wU3VOwwTJvGr/w5rZr3cprPHO+hIhlblTJHD6aFBrKLuNbf4lAmkawd2iK3c6NbJEvY7HAmDpqjOFSI5/+Ey2w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"date.js": "^0.3.1",
|
|
"handlebars-utils": "^1.0.4",
|
|
"moment": "^2.18.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/helper-markdown": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/helper-markdown/-/helper-markdown-1.0.0.tgz",
|
|
"integrity": "sha512-AnDqMS4ejkQK0MXze7pA9TM3pu01ZY+XXsES6gEE0RmCGk5/NIfvTn0NmItfyDOjRAzyo9z6X7YHbHX4PzIvOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"handlebars-utils": "^1.0.2",
|
|
"highlight.js": "^9.12.0",
|
|
"remarkable": "^1.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/helper-md": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/helper-md/-/helper-md-0.2.2.tgz",
|
|
"integrity": "sha512-49TaQzK+Ic7ZVTq4i1UZxRUJEmAilTk8hz7q4I0WNUaTclLR8ArJV5B3A1fe1xF2HtsDTr2gYKLaVTof/Lt84Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ent": "^2.2.0",
|
|
"extend-shallow": "^2.0.1",
|
|
"fs-exists-sync": "^0.1.0",
|
|
"remarkable": "^1.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/highlight.js": {
|
|
"version": "9.18.5",
|
|
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz",
|
|
"integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==",
|
|
"deprecated": "Support has ended for 9.x series. Upgrade to @latest",
|
|
"hasInstallScript": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/hookified": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.6.0.tgz",
|
|
"integrity": "sha512-se7cpwTA+iA/eY548Bu03JJqBiEZAqU2jnyKdj5B5qurtBg64CZGHTgqCv4Yh7NWu6FGI09W61MCq+NoPj9GXA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-minifier": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz",
|
|
"integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camel-case": "^3.0.0",
|
|
"clean-css": "^4.2.1",
|
|
"commander": "^2.19.0",
|
|
"he": "^1.2.0",
|
|
"param-case": "^2.1.1",
|
|
"relateurl": "^0.2.7",
|
|
"uglify-js": "^3.5.1"
|
|
},
|
|
"bin": {
|
|
"html-minifier": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/html-tag": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/html-tag/-/html-tag-2.0.0.tgz",
|
|
"integrity": "sha512-XxzooSo6oBoxBEUazgjdXj7VwTn/iSTSZzTYKzYY6I916tkaYzypHxy+pbVU1h+0UQ9JlVf5XkNQyxOAiiQO1g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-self-closing": "^1.0.1",
|
|
"kind-of": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/html-to-text": {
|
|
"version": "9.0.5",
|
|
"resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz",
|
|
"integrity": "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@selderee/plugin-htmlparser2": "^0.11.0",
|
|
"deepmerge": "^4.3.1",
|
|
"dom-serializer": "^2.0.0",
|
|
"htmlparser2": "^8.0.2",
|
|
"selderee": "^0.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/html-to-text/node_modules/htmlparser2": {
|
|
"version": "8.0.2",
|
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz",
|
|
"integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==",
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.0.1",
|
|
"entities": "^4.4.0"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2": {
|
|
"version": "9.1.0",
|
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz",
|
|
"integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==",
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3",
|
|
"domutils": "^3.1.0",
|
|
"entities": "^4.5.0"
|
|
}
|
|
},
|
|
"node_modules/http-equiv-refresh": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/http-equiv-refresh/-/http-equiv-refresh-2.0.1.tgz",
|
|
"integrity": "sha512-XJpDL/MLkV3dKwLzHwr2dY05dYNfBNlyPu4STQ8WvKCFdc6vC5tPXuq28of663+gHVg03C+16pHHs/+FmmDjcw==",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
]
|
|
},
|
|
"node_modules/immutable": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz",
|
|
"integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw=="
|
|
},
|
|
"node_modules/info-symbol": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/info-symbol/-/info-symbol-0.1.0.tgz",
|
|
"integrity": "sha512-qkc9wjLDQ+dYYZnY5uJXGNNHyZ0UOMDUnhvy0SEZGVVYmQ5s4i8cPAin2MbU6OxJgi8dfj/AnwqPx0CJE6+Lsw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/is-accessor-descriptor": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
|
|
"integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/is-buffer": {
|
|
"version": "1.1.6",
|
|
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
|
|
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-data-descriptor": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
|
|
"integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/is-descriptor": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz",
|
|
"integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/is-even": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-even/-/is-even-1.0.0.tgz",
|
|
"integrity": "sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-odd": "^0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-extendable": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
|
|
"integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-json": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz",
|
|
"integrity": "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA=="
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-odd": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/is-odd/-/is-odd-0.1.2.tgz",
|
|
"integrity": "sha512-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-odd/node_modules/is-number": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
|
|
"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-odd/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-plain-object": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
|
|
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-self-closing": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-self-closing/-/is-self-closing-1.0.1.tgz",
|
|
"integrity": "sha512-E+60FomW7Blv5GXTlYee2KDrnG6srxF7Xt1SjrhWUGUEsTFIqY/nq2y3DaftCsgUMdh89V07IVfhY9KIJhLezg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"self-closing-tags": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-stream": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-4.0.1.tgz",
|
|
"integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-windows": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
|
|
"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isobject": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
|
|
"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "5.2.3",
|
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz",
|
|
"integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@keyv/serialize": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/kind-of": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
|
|
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/lazy-cache": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-2.0.2.tgz",
|
|
"integrity": "sha512-7vp2Acd2+Kz4XkzxGxaB1FWOi8KjWIWsgdfD5MCb86DWvlLqhRPM+d6Pro3iNEL5VT9mstz5hKAlcd+QR6H3aA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"set-getter": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/leac": {
|
|
"version": "0.6.0",
|
|
"resolved": "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz",
|
|
"integrity": "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://ko-fi.com/killymxi"
|
|
}
|
|
},
|
|
"node_modules/linkify-it": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
|
"dependencies": {
|
|
"uc.micro": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/list-to-array": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/list-to-array/-/list-to-array-1.1.0.tgz",
|
|
"integrity": "sha512-+dAZZ2mM+/m+vY9ezfoueVvrgnHIGi5FvgSymbIgJOFwiznWyA59mav95L+Mc6xPtL3s9gm5eNTlNtxJLbNM1g=="
|
|
},
|
|
"node_modules/lodash._reinterpolate": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
|
|
"integrity": "sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.template": {
|
|
"version": "4.5.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
|
|
"integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._reinterpolate": "^3.0.0",
|
|
"lodash.templatesettings": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/lodash.templatesettings": {
|
|
"version": "4.2.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
|
|
"integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._reinterpolate": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/log-ok": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/log-ok/-/log-ok-0.1.1.tgz",
|
|
"integrity": "sha512-cc8VrkS6C+9TFuYAwuHpshrcrGRAv7d0tUJ0GdM72ZBlKXtlgjUZF84O+OhQUdiVHoF7U/nVxwpjOdwUJ8d3Vg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-green": "^0.1.1",
|
|
"success-symbol": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/log-utils": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/log-utils/-/log-utils-0.2.1.tgz",
|
|
"integrity": "sha512-udyegKoMz9eGfpKAX//Khy7sVAZ8b1F7oLDnepZv/1/y8xTvsyPgqQrM94eG8V0vcc2BieYI2kVW4+aa6m+8Qw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "^0.2.0",
|
|
"error-symbol": "^0.1.0",
|
|
"info-symbol": "^0.1.0",
|
|
"log-ok": "^0.1.1",
|
|
"success-symbol": "^0.1.0",
|
|
"time-stamp": "^1.0.1",
|
|
"warning-symbol": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/logging-helpers": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/logging-helpers/-/logging-helpers-1.0.0.tgz",
|
|
"integrity": "sha512-qyIh2goLt1sOgQQrrIWuwkRjUx4NUcEqEGAcYqD8VOnOC6ItwkrVE8/tA4smGpjzyp4Svhc6RodDp9IO5ghpyA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.0",
|
|
"log-utils": "^0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/lower-case": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz",
|
|
"integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/luxon": {
|
|
"version": "3.5.0",
|
|
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
|
|
"integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/map-cache": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
|
|
"integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/map-visit": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
|
|
"integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-visit": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/markdown-it": {
|
|
"version": "14.1.0",
|
|
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
|
|
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1",
|
|
"entities": "^4.4.0",
|
|
"linkify-it": "^5.0.0",
|
|
"mdurl": "^2.0.0",
|
|
"punycode.js": "^2.3.1",
|
|
"uc.micro": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"markdown-it": "bin/markdown-it.mjs"
|
|
}
|
|
},
|
|
"node_modules/mdurl": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w=="
|
|
},
|
|
"node_modules/media-captions": {
|
|
"version": "0.0.18",
|
|
"resolved": "https://registry.npmjs.org/media-captions/-/media-captions-0.0.18.tgz",
|
|
"integrity": "sha512-JW18P6FuHdyLSGwC4TQ0kF3WdNj/+wMw2cKOb8BnmY6vSJGtnwJ+vkYj+IjHOV34j3XMc70HDeB/QYKR7E7fuQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.8",
|
|
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
"dependencies": {
|
|
"braces": "^3.0.3",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.25.0",
|
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz",
|
|
"integrity": "sha512-5k547tI4Cy+Lddr/hdjNbBEWBwSl8EBc5aSdKvedav8DReADgWJzcYiktaRIw3GtGC1jjwldXtTzvqJZmtvC7w==",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.13",
|
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
|
|
"integrity": "sha512-ryBDp1Z/6X90UvjUK3RksH0IBPM137T7cmg4OgD5wQBojlAiUwuok0QeELkim/72EtcYuNlmbkrcGuxj3Kl0YQ==",
|
|
"dependencies": {
|
|
"mime-db": "~1.25.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/mixin-deep": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
|
|
"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"for-in": "^1.0.2",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/mixin-deep/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.30.1",
|
|
"resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
|
|
"integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
|
},
|
|
"node_modules/multipipe": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/multipipe/-/multipipe-4.0.0.tgz",
|
|
"integrity": "sha512-jzcEAzFXoWwWwUbvHCNPwBlTz3WCWe/jPcXSmTfbo/VjRwRTfvLZ/bdvtiTdqCe8d4otCSsPCbhGYcX+eggpKQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer2": "^0.1.2",
|
|
"object-assign": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/music-metadata": {
|
|
"version": "10.5.1",
|
|
"resolved": "https://registry.npmjs.org/music-metadata/-/music-metadata-10.5.1.tgz",
|
|
"integrity": "sha512-lrBqOlhgAlqzBkqEMiqnVaCXwfQBkid8eXborPVceYv/t4lfXN3DiCBHed3fu+5kpqpaAez/rn3/PiT/fCYU4g==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
},
|
|
{
|
|
"type": "buymeacoffee",
|
|
"url": "https://buymeacoffee.com/borewit"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"content-type": "^1.0.5",
|
|
"debug": "^4.3.7",
|
|
"file-type": "^19.6.0",
|
|
"media-typer": "^1.1.0",
|
|
"strtok3": "^9.0.1",
|
|
"token-types": "^6.0.0",
|
|
"uint8array-extras": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/nanomatch": {
|
|
"version": "1.2.13",
|
|
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
|
|
"integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arr-diff": "^4.0.0",
|
|
"array-unique": "^0.3.2",
|
|
"define-property": "^2.0.2",
|
|
"extend-shallow": "^3.0.2",
|
|
"fragment-cache": "^0.2.1",
|
|
"is-windows": "^1.0.2",
|
|
"kind-of": "^6.0.2",
|
|
"object.pick": "^1.3.0",
|
|
"regex-not": "^1.0.0",
|
|
"snapdragon": "^0.8.1",
|
|
"to-regex": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanomatch/node_modules/define-property": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
|
|
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^1.0.2",
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanomatch/node_modules/extend-shallow": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assign-symbols": "^1.0.0",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanomatch/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/neo-async": {
|
|
"version": "2.6.2",
|
|
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
|
|
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
|
|
},
|
|
"node_modules/no-case": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
|
|
"integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lower-case": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/node-addon-api": {
|
|
"version": "7.1.1",
|
|
"resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx": {
|
|
"version": "10.2.2",
|
|
"resolved": "https://registry.npmjs.org/npx/-/npx-10.2.2.tgz",
|
|
"integrity": "sha512-eImmySusyeWphzs5iNh791XbZnZG0FSNvM4KSah34pdQQIDsdTDhIwg1sjN3AIVcjGLpbQ/YcfqHPshKZQK1fA==",
|
|
"bundleDependencies": [
|
|
"npm",
|
|
"libnpx"
|
|
],
|
|
"deprecated": "This package is now part of the npm CLI.",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"libnpx": "10.2.2",
|
|
"npm": "5.1.0"
|
|
},
|
|
"bin": {
|
|
"npx": "index.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/ansi-align": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/ansi-regex": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/balanced-match": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/boxen": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^2.0.0",
|
|
"camelcase": "^4.0.0",
|
|
"chalk": "^2.0.1",
|
|
"cli-boxes": "^1.0.0",
|
|
"string-width": "^2.0.0",
|
|
"term-size": "^1.2.0",
|
|
"widest-line": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/builtins": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/camelcase": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/capture-stack-trace": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/ci-info": {
|
|
"version": "1.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/cli-boxes": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/cliui": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^2.1.1",
|
|
"strip-ansi": "^4.0.0",
|
|
"wrap-ansi": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/configstore": {
|
|
"version": "3.1.2",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dot-prop": "^4.1.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^1.0.0",
|
|
"unique-string": "^1.0.0",
|
|
"write-file-atomic": "^2.0.0",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/create-error-class": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"capture-stack-trace": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/cross-spawn": {
|
|
"version": "5.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lru-cache": "^4.0.1",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/crypto-random-string": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/decamelize": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/dot-prop": {
|
|
"version": "4.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/dotenv": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.6.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/duplexer3": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/npx/node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/execa": {
|
|
"version": "0.7.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^5.0.1",
|
|
"get-stream": "^3.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"npm-run-path": "^2.0.0",
|
|
"p-finally": "^1.0.0",
|
|
"signal-exit": "^3.0.0",
|
|
"strip-eof": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/find-up": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/get-caller-file": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/get-stream": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/glob": {
|
|
"version": "7.1.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/global-dirs": {
|
|
"version": "0.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "^1.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/got": {
|
|
"version": "6.7.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"create-error-class": "^3.0.0",
|
|
"duplexer3": "^0.1.4",
|
|
"get-stream": "^3.0.0",
|
|
"is-redirect": "^1.0.0",
|
|
"is-retry-allowed": "^1.0.0",
|
|
"is-stream": "^1.0.0",
|
|
"lowercase-keys": "^1.0.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"timed-out": "^4.0.0",
|
|
"unzip-response": "^2.0.1",
|
|
"url-parse-lax": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/graceful-fs": {
|
|
"version": "4.2.3",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/hosted-git-info": {
|
|
"version": "2.8.5",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/import-lazy": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/ini": {
|
|
"version": "1.3.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/invert-kv": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-ci": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^1.5.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-installed-globally": {
|
|
"version": "0.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global-dirs": "^0.1.0",
|
|
"is-path-inside": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-npm": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-obj": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-path-inside": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-is-inside": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-redirect": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-retry-allowed": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/is-stream": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/latest-version": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"package-json": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/lcid": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"invert-kv": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/libnpx": {
|
|
"version": "10.2.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^5.0.1",
|
|
"npm-package-arg": "^6.0.0",
|
|
"rimraf": "^2.6.2",
|
|
"safe-buffer": "^5.1.0",
|
|
"update-notifier": "^2.3.0",
|
|
"which": "^1.3.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/locate-path": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^2.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/lowercase-keys": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/lru-cache": {
|
|
"version": "4.1.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/make-dir": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/map-age-cleaner": {
|
|
"version": "0.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-defer": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/mem": {
|
|
"version": "4.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"map-age-cleaner": "^0.1.1",
|
|
"mimic-fn": "^2.0.0",
|
|
"p-is-promise": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/minimist": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/nice-try": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm": {
|
|
"version": "5.1.0",
|
|
"bundleDependencies": [
|
|
"abbrev",
|
|
"ansi-regex",
|
|
"ansicolors",
|
|
"ansistyles",
|
|
"aproba",
|
|
"archy",
|
|
"cacache",
|
|
"call-limit",
|
|
"bluebird",
|
|
"chownr",
|
|
"cmd-shim",
|
|
"columnify",
|
|
"config-chain",
|
|
"debuglog",
|
|
"detect-indent",
|
|
"dezalgo",
|
|
"editor",
|
|
"fs-vacuum",
|
|
"fs-write-stream-atomic",
|
|
"fstream",
|
|
"fstream-npm",
|
|
"glob",
|
|
"graceful-fs",
|
|
"has-unicode",
|
|
"hosted-git-info",
|
|
"iferr",
|
|
"imurmurhash",
|
|
"inflight",
|
|
"inherits",
|
|
"ini",
|
|
"init-package-json",
|
|
"JSONStream",
|
|
"lazy-property",
|
|
"lockfile",
|
|
"lodash._baseindexof",
|
|
"lodash._baseuniq",
|
|
"lodash._bindcallback",
|
|
"lodash._cacheindexof",
|
|
"lodash._createcache",
|
|
"lodash._getnative",
|
|
"lodash.clonedeep",
|
|
"lodash.restparam",
|
|
"lodash.union",
|
|
"lodash.uniq",
|
|
"lodash.without",
|
|
"lru-cache",
|
|
"mkdirp",
|
|
"mississippi",
|
|
"move-concurrently",
|
|
"node-gyp",
|
|
"nopt",
|
|
"normalize-package-data",
|
|
"npm-cache-filename",
|
|
"npm-install-checks",
|
|
"npm-package-arg",
|
|
"npm-registry-client",
|
|
"npm-user-validate",
|
|
"npmlog",
|
|
"once",
|
|
"opener",
|
|
"osenv",
|
|
"pacote",
|
|
"path-is-inside",
|
|
"promise-inflight",
|
|
"read",
|
|
"read-cmd-shim",
|
|
"read-installed",
|
|
"read-package-json",
|
|
"read-package-tree",
|
|
"readable-stream",
|
|
"readdir-scoped-modules",
|
|
"request",
|
|
"retry",
|
|
"rimraf",
|
|
"semver",
|
|
"sha",
|
|
"slide",
|
|
"sorted-object",
|
|
"sorted-union-stream",
|
|
"ssri",
|
|
"strip-ansi",
|
|
"tar",
|
|
"text-table",
|
|
"uid-number",
|
|
"umask",
|
|
"unique-filename",
|
|
"unpipe",
|
|
"update-notifier",
|
|
"uuid",
|
|
"validate-npm-package-license",
|
|
"validate-npm-package-name",
|
|
"which",
|
|
"wrappy",
|
|
"write-file-atomic",
|
|
"safe-buffer",
|
|
"worker-farm"
|
|
],
|
|
"inBundle": true,
|
|
"license": "Artistic-2.0",
|
|
"dependencies": {
|
|
"abbrev": "~1.1.0",
|
|
"ansi-regex": "~3.0.0",
|
|
"ansicolors": "~0.3.2",
|
|
"ansistyles": "~0.1.3",
|
|
"aproba": "~1.1.2",
|
|
"archy": "~1.0.0",
|
|
"bluebird": "~3.5.0",
|
|
"cacache": "~9.2.9",
|
|
"call-limit": "~1.1.0",
|
|
"chownr": "~1.0.1",
|
|
"cmd-shim": "~2.0.2",
|
|
"columnify": "~1.5.4",
|
|
"config-chain": "~1.1.11",
|
|
"debuglog": "*",
|
|
"detect-indent": "~5.0.0",
|
|
"dezalgo": "~1.0.3",
|
|
"editor": "~1.0.0",
|
|
"fs-vacuum": "~1.2.10",
|
|
"fs-write-stream-atomic": "~1.0.10",
|
|
"fstream": "~1.0.11",
|
|
"fstream-npm": "~1.2.1",
|
|
"glob": "~7.1.2",
|
|
"graceful-fs": "~4.1.11",
|
|
"has-unicode": "~2.0.1",
|
|
"hosted-git-info": "~2.5.0",
|
|
"iferr": "~0.1.5",
|
|
"imurmurhash": "*",
|
|
"inflight": "~1.0.6",
|
|
"inherits": "~2.0.3",
|
|
"ini": "~1.3.4",
|
|
"init-package-json": "~1.10.1",
|
|
"JSONStream": "~1.3.1",
|
|
"lazy-property": "~1.0.0",
|
|
"lockfile": "~1.0.3",
|
|
"lodash._baseindexof": "*",
|
|
"lodash._baseuniq": "~4.6.0",
|
|
"lodash._bindcallback": "*",
|
|
"lodash._cacheindexof": "*",
|
|
"lodash._createcache": "*",
|
|
"lodash._getnative": "*",
|
|
"lodash.clonedeep": "~4.5.0",
|
|
"lodash.restparam": "*",
|
|
"lodash.union": "~4.6.0",
|
|
"lodash.uniq": "~4.5.0",
|
|
"lodash.without": "~4.4.0",
|
|
"lru-cache": "~4.1.1",
|
|
"mississippi": "~1.3.0",
|
|
"mkdirp": "~0.5.1",
|
|
"move-concurrently": "~1.0.1",
|
|
"node-gyp": "~3.6.2",
|
|
"nopt": "~4.0.1",
|
|
"normalize-package-data": "~2.4.0",
|
|
"npm-cache-filename": "~1.0.2",
|
|
"npm-install-checks": "~3.0.0",
|
|
"npm-package-arg": "~5.1.2",
|
|
"npm-registry-client": "~8.4.0",
|
|
"npm-user-validate": "~1.0.0",
|
|
"npmlog": "~4.1.2",
|
|
"once": "~1.4.0",
|
|
"opener": "~1.4.3",
|
|
"osenv": "~0.1.4",
|
|
"pacote": "~2.7.38",
|
|
"path-is-inside": "~1.0.2",
|
|
"promise-inflight": "~1.0.1",
|
|
"read": "~1.0.7",
|
|
"read-cmd-shim": "~1.0.1",
|
|
"read-installed": "~4.0.3",
|
|
"read-package-json": "~2.0.9",
|
|
"read-package-tree": "~5.1.6",
|
|
"readable-stream": "~2.3.2",
|
|
"readdir-scoped-modules": "*",
|
|
"request": "~2.81.0",
|
|
"retry": "~0.10.1",
|
|
"rimraf": "~2.6.1",
|
|
"safe-buffer": "~5.1.1",
|
|
"semver": "~5.3.0",
|
|
"sha": "~2.0.1",
|
|
"slide": "~1.1.6",
|
|
"sorted-object": "~2.0.1",
|
|
"sorted-union-stream": "~2.1.3",
|
|
"ssri": "~4.1.6",
|
|
"strip-ansi": "~4.0.0",
|
|
"tar": "~2.2.1",
|
|
"text-table": "~0.2.0",
|
|
"uid-number": "0.0.6",
|
|
"umask": "~1.1.0",
|
|
"unique-filename": "~1.1.0",
|
|
"unpipe": "~1.0.0",
|
|
"update-notifier": "~2.2.0",
|
|
"uuid": "~3.1.0",
|
|
"validate-npm-package-license": "*",
|
|
"validate-npm-package-name": "~3.0.0",
|
|
"which": "~1.2.14",
|
|
"worker-farm": "~1.3.1",
|
|
"wrappy": "~1.0.2",
|
|
"write-file-atomic": "~2.1.0"
|
|
},
|
|
"bin": {
|
|
"npm": "bin/npm-cli.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm-package-arg": {
|
|
"version": "6.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.7.1",
|
|
"osenv": "^0.1.5",
|
|
"semver": "^5.6.0",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm-run-path": {
|
|
"version": "2.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/abbrev": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/ansi-regex": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/ansicolors": {
|
|
"version": "0.3.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/ansistyles": {
|
|
"version": "0.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/aproba": {
|
|
"version": "1.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/bluebird": {
|
|
"version": "3.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/cacache": {
|
|
"version": "9.2.9",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.0",
|
|
"chownr": "^1.0.1",
|
|
"glob": "^7.1.2",
|
|
"graceful-fs": "^4.1.11",
|
|
"lru-cache": "^4.1.1",
|
|
"mississippi": "^1.3.0",
|
|
"mkdirp": "^0.5.1",
|
|
"move-concurrently": "^1.0.1",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^2.6.1",
|
|
"ssri": "^4.1.6",
|
|
"unique-filename": "^1.1.0",
|
|
"y18n": "^3.2.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/cacache/node_modules/lru-cache": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/cacache/node_modules/lru-cache/node_modules/pseudomap": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/cacache/node_modules/lru-cache/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/cacache/node_modules/y18n": {
|
|
"version": "3.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/call-limit": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/chownr": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/cmd-shim": {
|
|
"version": "2.0.2",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"mkdirp": "~0.5.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/columnify": {
|
|
"version": "1.5.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strip-ansi": "^3.0.0",
|
|
"wcwidth": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/columnify/node_modules/wcwidth": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/config-chain": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"dependencies": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/config-chain/node_modules/proto-list": {
|
|
"version": "1.2.4",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/debuglog": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/detect-indent": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/dezalgo": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"asap": "^2.0.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/dezalgo/node_modules/asap": {
|
|
"version": "2.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/editor": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fs-vacuum": {
|
|
"version": "1.2.10",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"path-is-inside": "^1.0.1",
|
|
"rimraf": "^2.5.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fs-write-stream-atomic": {
|
|
"version": "1.0.10",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"iferr": "^0.1.5",
|
|
"imurmurhash": "^0.1.4",
|
|
"readable-stream": "1 || 2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream": {
|
|
"version": "1.0.11",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"inherits": "~2.0.0",
|
|
"mkdirp": ">=0.5 0",
|
|
"rimraf": "2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream-npm": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fstream-ignore": "^1.0.0",
|
|
"inherits": "2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fstream": "^1.0.0",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "1.1.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob": {
|
|
"version": "7.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob/node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "1.1.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/glob/node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/graceful-fs": {
|
|
"version": "4.1.11",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/hosted-git-info": {
|
|
"version": "2.5.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/iferr": {
|
|
"version": "0.1.5",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/ini": {
|
|
"version": "1.3.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/init-package-json": {
|
|
"version": "1.10.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"npm-package-arg": "^4.0.0 || ^5.0.0",
|
|
"promzard": "^0.3.0",
|
|
"read": "~1.0.1",
|
|
"read-package-json": "1 || 2",
|
|
"semver": "2.x || 3.x || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/init-package-json/node_modules/promzard": {
|
|
"version": "0.3.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"read": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/JSONStream": {
|
|
"version": "1.3.1",
|
|
"inBundle": true,
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/JSONStream/node_modules/through": {
|
|
"version": "2.3.8",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lazy-property": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lockfile": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._baseindexof": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._baseuniq": {
|
|
"version": "4.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._createset": "~4.0.0",
|
|
"lodash._root": "~3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset": {
|
|
"version": "4.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._bindcallback": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._cacheindexof": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._createcache": {
|
|
"version": "3.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._getnative": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash._getnative": {
|
|
"version": "3.9.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash.restparam": {
|
|
"version": "3.6.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash.union": {
|
|
"version": "4.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash.uniq": {
|
|
"version": "4.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lodash.without": {
|
|
"version": "4.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lru-cache": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/lru-cache/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"concat-stream": "^1.5.0",
|
|
"duplexify": "^3.4.2",
|
|
"end-of-stream": "^1.1.0",
|
|
"flush-write-stream": "^1.0.0",
|
|
"from2": "^2.1.0",
|
|
"parallel-transform": "^1.1.0",
|
|
"pump": "^1.0.0",
|
|
"pumpify": "^1.3.3",
|
|
"stream-each": "^1.1.0",
|
|
"through2": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/concat-stream": {
|
|
"version": "1.6.0",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/duplexify": {
|
|
"version": "3.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "~1.3.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once": {
|
|
"version": "1.3.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/end-of-stream": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/flush-write-stream": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/from2": {
|
|
"version": "2.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/parallel-transform": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cyclist": "~0.2.2",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.1.5"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist": {
|
|
"version": "0.2.2",
|
|
"inBundle": true
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/pump": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/pumpify": {
|
|
"version": "1.3.5",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexify": "^3.1.2",
|
|
"inherits": "^2.0.1",
|
|
"pump": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/stream-each": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/through2": {
|
|
"version": "2.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.1.5",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mississippi/node_modules/through2/node_modules/xtend": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mkdirp": {
|
|
"version": "0.5.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "0.0.8"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/mkdirp/node_modules/minimist": {
|
|
"version": "0.0.8",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/move-concurrently": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.1.1",
|
|
"copy-concurrently": "^1.0.0",
|
|
"fs-write-stream-atomic": "^1.0.8",
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.5.4",
|
|
"run-queue": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/move-concurrently/node_modules/copy-concurrently": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.1.1",
|
|
"fs-write-stream-atomic": "^1.0.8",
|
|
"iferr": "^0.1.5",
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.5.4",
|
|
"run-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/move-concurrently/node_modules/run-queue": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/node-gyp": {
|
|
"version": "3.6.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fstream": "^1.0.0",
|
|
"glob": "^7.0.3",
|
|
"graceful-fs": "^4.1.2",
|
|
"minimatch": "^3.0.2",
|
|
"mkdirp": "^0.5.0",
|
|
"nopt": "2 || 3",
|
|
"npmlog": "0 || 1 || 2 || 3 || 4",
|
|
"osenv": "0",
|
|
"request": "2",
|
|
"rimraf": "2",
|
|
"semver": "~5.3.0",
|
|
"tar": "^2.0.0",
|
|
"which": "1"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/node-gyp/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "1.1.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/node-gyp/node_modules/nopt": {
|
|
"version": "3.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/nopt": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1",
|
|
"osenv": "^0.1.4"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/normalize-package-data": {
|
|
"version": "2.4.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"is-builtin-module": "^1.0.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/normalize-package-data/node_modules/is-builtin-module": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"builtin-modules": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/normalize-package-data/node_modules/is-builtin-module/node_modules/builtin-modules": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-cache-filename": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-install-checks": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^2.3.0 || 3.x || 4 || 5"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-package-arg": {
|
|
"version": "5.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.4.2",
|
|
"osenv": "^0.1.4",
|
|
"semver": "^5.1.0",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-registry-client": {
|
|
"version": "8.4.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"concat-stream": "^1.5.2",
|
|
"graceful-fs": "^4.1.6",
|
|
"normalize-package-data": "~1.0.1 || ^2.0.0",
|
|
"npm-package-arg": "^3.0.0 || ^4.0.0 || ^5.0.0",
|
|
"once": "^1.3.3",
|
|
"request": "^2.74.0",
|
|
"retry": "^0.10.0",
|
|
"semver": "2 >=2.2.1 || 3.x || 4 || 5",
|
|
"slide": "^1.1.3",
|
|
"ssri": "^4.1.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"npmlog": "2 || ^3.1.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream": {
|
|
"version": "1.6.0",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npm-user-validate": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog": {
|
|
"version": "4.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "~1.1.2",
|
|
"console-control-strings": "~1.1.0",
|
|
"gauge": "~2.7.3",
|
|
"set-blocking": "~2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet": {
|
|
"version": "1.1.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^2.0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge": {
|
|
"version": "2.7.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.1",
|
|
"wide-align": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align": {
|
|
"version": "1.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/npmlog/node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/once": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/opener": {
|
|
"version": "1.4.3",
|
|
"inBundle": true,
|
|
"license": "(WTFPL OR MIT)",
|
|
"bin": {
|
|
"opener": "opener.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/osenv": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"os-homedir": "^1.0.0",
|
|
"os-tmpdir": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/osenv/node_modules/os-homedir": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote": {
|
|
"version": "2.7.38",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.0",
|
|
"cacache": "^9.2.9",
|
|
"glob": "^7.1.2",
|
|
"lru-cache": "^4.1.1",
|
|
"make-fetch-happen": "^2.4.13",
|
|
"minimatch": "^3.0.4",
|
|
"mississippi": "^1.2.0",
|
|
"normalize-package-data": "^2.4.0",
|
|
"npm-package-arg": "^5.1.2",
|
|
"npm-pick-manifest": "^1.0.4",
|
|
"osenv": "^0.1.4",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^1.1.1",
|
|
"protoduck": "^4.0.0",
|
|
"safe-buffer": "^5.1.1",
|
|
"semver": "^5.3.0",
|
|
"ssri": "^4.1.6",
|
|
"tar-fs": "^1.15.3",
|
|
"tar-stream": "^1.5.4",
|
|
"unique-filename": "^1.1.0",
|
|
"which": "^1.2.12"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen": {
|
|
"version": "2.4.13",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"agentkeepalive": "^3.3.0",
|
|
"cacache": "^9.2.9",
|
|
"http-cache-semantics": "^3.7.3",
|
|
"http-proxy-agent": "^2.0.0",
|
|
"https-proxy-agent": "^2.0.0",
|
|
"lru-cache": "^4.1.1",
|
|
"mississippi": "^1.2.0",
|
|
"node-fetch-npm": "^2.0.1",
|
|
"promise-retry": "^1.1.1",
|
|
"socks-proxy-agent": "^3.0.0",
|
|
"ssri": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive": {
|
|
"version": "3.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics": {
|
|
"version": "3.7.3",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "4",
|
|
"debug": "2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promisify": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promise": "^4.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug": {
|
|
"version": "2.6.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^4.1.0",
|
|
"debug": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promisify": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promise": "^4.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug": {
|
|
"version": "2.6.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encoding": "^0.1.11",
|
|
"json-parse-helpfulerror": "^1.0.3",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding": {
|
|
"version": "0.1.12",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "~0.4.13"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite": {
|
|
"version": "0.4.18",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jju": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "WTFPL"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^4.0.1",
|
|
"socks": "^1.1.10"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promisify": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-promise": "^4.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/node_modules/es6-promisify/node_modules/es6-promise": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks": {
|
|
"version": "1.1.10",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip": "^1.1.4",
|
|
"smart-buffer": "^1.0.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0",
|
|
"npm": ">= 1.3.5"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/ip": {
|
|
"version": "1.1.5",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/socks/node_modules/smart-buffer": {
|
|
"version": "1.1.15",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10.15",
|
|
"npm": ">= 1.3.5"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "1.1.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/npm-pick-manifest": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"npm-package-arg": "^5.1.2",
|
|
"semver": "^5.3.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/promise-retry": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^1.0.0",
|
|
"retry": "^0.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/promise-retry/node_modules/err-code": {
|
|
"version": "1.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/protoduck": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"genfun": "^4.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/protoduck/node_modules/genfun": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-fs": {
|
|
"version": "1.15.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chownr": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"pump": "^1.0.0",
|
|
"tar-stream": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/node_modules/end-of-stream": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-stream": {
|
|
"version": "1.5.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^1.0.0",
|
|
"end-of-stream": "^1.0.0",
|
|
"readable-stream": "^2.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/end-of-stream": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/path-is-inside": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "(WTFPL OR MIT)"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/promise-inflight": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read": {
|
|
"version": "1.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mute-stream": "~0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-cmd-shim": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-installed": {
|
|
"version": "4.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debuglog": "^1.0.1",
|
|
"read-package-json": "^2.0.0",
|
|
"readdir-scoped-modules": "^1.0.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"slide": "~1.1.3",
|
|
"util-extend": "^1.0.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-installed/node_modules/util-extend": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-package-json": {
|
|
"version": "2.0.9",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"json-parse-helpfulerror": "^1.0.2",
|
|
"normalize-package-data": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jju": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "WTFPL"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read-package-tree": {
|
|
"version": "5.1.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debuglog": "^1.0.1",
|
|
"dezalgo": "^1.0.0",
|
|
"once": "^1.3.0",
|
|
"read-package-json": "^2.0.0",
|
|
"readdir-scoped-modules": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/read/node_modules/mute-stream": {
|
|
"version": "0.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readable-stream": {
|
|
"version": "2.3.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~1.0.6",
|
|
"safe-buffer": "~5.1.0",
|
|
"string_decoder": "~1.0.0",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readable-stream/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args": {
|
|
"version": "1.0.7",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/readdir-scoped-modules": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debuglog": "^1.0.1",
|
|
"dezalgo": "^1.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"once": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request": {
|
|
"version": "2.81.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"aws-sign2": "~0.6.0",
|
|
"aws4": "^1.2.1",
|
|
"caseless": "~0.12.0",
|
|
"combined-stream": "~1.0.5",
|
|
"extend": "~3.0.0",
|
|
"forever-agent": "~0.6.1",
|
|
"form-data": "~2.1.1",
|
|
"har-validator": "~4.2.1",
|
|
"hawk": "~3.1.3",
|
|
"http-signature": "~1.1.0",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.7",
|
|
"oauth-sign": "~0.8.1",
|
|
"performance-now": "^0.2.0",
|
|
"qs": "~6.4.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"stringstream": "~0.0.4",
|
|
"tough-cookie": "~2.3.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/aws-sign2": {
|
|
"version": "0.6.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/aws4": {
|
|
"version": "1.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/caseless": {
|
|
"version": "0.12.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/combined-stream": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/extend": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/forever-agent": {
|
|
"version": "0.6.1",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/form-data": {
|
|
"version": "2.1.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.5",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/har-validator": {
|
|
"version": "4.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ajv": "^4.9.1",
|
|
"har-schema": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv": {
|
|
"version": "4.11.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co": "^4.6.0",
|
|
"json-stable-stringify": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co": {
|
|
"version": "4.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonify": "~0.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify": {
|
|
"version": "0.0.0",
|
|
"inBundle": true,
|
|
"license": "Public Domain",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/har-schema": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/hawk": {
|
|
"version": "3.1.3",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"boom": "2.x.x",
|
|
"cryptiles": "2.x.x",
|
|
"hoek": "2.x.x",
|
|
"sntp": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.32"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom": {
|
|
"version": "2.10.1",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"hoek": "2.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.40"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles": {
|
|
"version": "2.0.5",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"boom": "2.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.40"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek": {
|
|
"version": "2.16.3",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.40"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp": {
|
|
"version": "1.0.9",
|
|
"inBundle": true,
|
|
"dependencies": {
|
|
"hoek": "2.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^0.2.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8",
|
|
"npm": ">=1.3.7"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus": {
|
|
"version": "0.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim": {
|
|
"version": "1.4.0",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.0.2",
|
|
"json-schema": "0.2.3",
|
|
"verror": "1.3.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf": {
|
|
"version": "1.0.2",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"inBundle": true
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema": {
|
|
"version": "0.2.3",
|
|
"inBundle": true
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/verror": {
|
|
"version": "1.3.6",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"inBundle": true,
|
|
"dependencies": {
|
|
"extsprintf": "1.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk": {
|
|
"version": "1.13.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asn1": "~0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"dashdash": "^1.12.0",
|
|
"getpass": "^0.1.1"
|
|
},
|
|
"bin": {
|
|
"sshpk-conv": "bin/sshpk-conv",
|
|
"sshpk-sign": "bin/sshpk-sign",
|
|
"sshpk-verify": "bin/sshpk-verify"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bcrypt-pbkdf": "^1.0.0",
|
|
"ecc-jsbn": "~0.1.1",
|
|
"jsbn": "~0.1.0",
|
|
"tweetnacl": "~0.14.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1": {
|
|
"version": "0.2.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash": {
|
|
"version": "1.14.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn": {
|
|
"version": "0.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"jsbn": "~0.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass": {
|
|
"version": "0.1.7",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jsbn": {
|
|
"version": "0.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl": {
|
|
"version": "0.14.5",
|
|
"inBundle": true,
|
|
"license": "Unlicense",
|
|
"optional": true
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/mime-types": {
|
|
"version": "2.1.15",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "~1.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db": {
|
|
"version": "1.27.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/oauth-sign": {
|
|
"version": "0.8.2",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/performance-now": {
|
|
"version": "0.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/qs": {
|
|
"version": "6.4.0",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/stringstream": {
|
|
"version": "0.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/tough-cookie": {
|
|
"version": "2.3.2",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"punycode": "^1.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/tough-cookie/node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/request/node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/retry": {
|
|
"version": "0.10.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/rimraf": {
|
|
"version": "2.6.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.0.5"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/safe-buffer": {
|
|
"version": "5.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/semver": {
|
|
"version": "5.3.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sha": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "(BSD-2-Clause OR MIT)",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/slide": {
|
|
"version": "1.1.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-object": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "(WTFPL OR MIT)"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream": {
|
|
"version": "2.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"from2": "^1.3.0",
|
|
"stream-iterate": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.1",
|
|
"readable-stream": "~1.1.10"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream": {
|
|
"version": "1.1.14",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.1",
|
|
"isarray": "0.0.1",
|
|
"string_decoder": "~0.10.x"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/from2/node_modules/readable-stream/node_modules/string_decoder": {
|
|
"version": "0.10.31",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.1.5",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/sorted-union-stream/node_modules/stream-iterate/node_modules/stream-shift": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/ssri": {
|
|
"version": "4.1.6",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/tar": {
|
|
"version": "2.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"block-stream": "*",
|
|
"fstream": "^1.0.2",
|
|
"inherits": "2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/tar/node_modules/block-stream": {
|
|
"version": "0.0.9",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"inherits": "~2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "0.4 || >=0.5.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/uid-number": {
|
|
"version": "0.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/umask": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/unique-filename": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/unique-filename/node_modules/unique-slug": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^1.0.0",
|
|
"chalk": "^1.0.0",
|
|
"configstore": "^3.0.0",
|
|
"import-lazy": "^2.1.0",
|
|
"is-npm": "^1.0.0",
|
|
"latest-version": "^3.0.0",
|
|
"semver-diff": "^2.0.0",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^2.0.0",
|
|
"camelcase": "^4.0.0",
|
|
"chalk": "^1.1.1",
|
|
"cli-boxes": "^1.0.0",
|
|
"string-width": "^2.0.0",
|
|
"term-size": "^0.1.0",
|
|
"widest-line": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/camelcase": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/cli-boxes": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size": {
|
|
"version": "0.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa": {
|
|
"version": "0.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn-async": "^2.1.1",
|
|
"is-stream": "^1.1.0",
|
|
"npm-run-path": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"path-key": "^1.0.0",
|
|
"strip-eof": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/cross-spawn-async": {
|
|
"version": "2.2.5",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lru-cache": "^4.0.0",
|
|
"which": "^1.2.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/is-stream": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/npm-run-path": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/path-key": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/node_modules/execa/node_modules/strip-eof": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk": {
|
|
"version": "1.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"escape-string-regexp": "^1.0.2",
|
|
"has-ansi": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles": {
|
|
"version": "2.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/chalk/node_modules/supports-color": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dot-prop": "^4.1.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^1.0.0",
|
|
"unique-string": "^1.0.0",
|
|
"write-file-atomic": "^2.0.0",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/dot-prop/node_modules/is-obj": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/make-dir": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/make-dir/node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/configstore/node_modules/unique-string/node_modules/crypto-random-string": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/import-lazy": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/is-npm": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"package-json": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^6.7.1",
|
|
"registry-auth-token": "^3.0.1",
|
|
"registry-url": "^3.0.3",
|
|
"semver": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got": {
|
|
"version": "6.7.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"create-error-class": "^3.0.0",
|
|
"duplexer3": "^0.1.4",
|
|
"get-stream": "^3.0.0",
|
|
"is-redirect": "^1.0.0",
|
|
"is-retry-allowed": "^1.0.0",
|
|
"is-stream": "^1.0.0",
|
|
"lowercase-keys": "^1.0.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"timed-out": "^4.0.0",
|
|
"unzip-response": "^2.0.1",
|
|
"url-parse-lax": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"capture-stack-trace": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/create-error-class/node_modules/capture-stack-trace": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/duplexer3": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/get-stream": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-redirect": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-retry-allowed": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/is-stream": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/lowercase-keys": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/timed-out": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/unzip-response": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prepend-http": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/got/node_modules/url-parse-lax/node_modules/prepend-http": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token": {
|
|
"version": "3.3.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.1.6",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"deep-extend": "~0.4.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"bin": {
|
|
"rc": "index.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/deep-extend": {
|
|
"version": "0.4.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/minimist": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-auth-token/node_modules/rc/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"deep-extend": "~0.4.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"bin": {
|
|
"rc": "index.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/node_modules/deep-extend": {
|
|
"version": "0.4.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/node_modules/minimist": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/rc/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/semver-diff": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^5.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/update-notifier/node_modules/xdg-basedir": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/uuid": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/validate-npm-package-license": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "~1.0.0",
|
|
"spdx-expression-parse": "~1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-license-ids": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids": {
|
|
"version": "1.2.2",
|
|
"inBundle": true,
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "(MIT AND CC-BY-3.0)"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/validate-npm-package-name": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/which": {
|
|
"version": "1.2.14",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/which/node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/worker-farm": {
|
|
"version": "1.3.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"errno": ">=0.1.1 <0.2.0-0",
|
|
"xtend": ">=4.0.0 <4.1.0-0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/worker-farm/node_modules/errno": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prr": "~0.0.0"
|
|
},
|
|
"bin": {
|
|
"errno": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr": {
|
|
"version": "0.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/worker-farm/node_modules/xtend": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/npm/node_modules/write-file-atomic": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"slide": "^1.1.5"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/once": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/os-homedir": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/os-locale": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^1.0.0",
|
|
"lcid": "^2.0.0",
|
|
"mem": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/os-locale/node_modules/cross-spawn": {
|
|
"version": "6.0.5",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nice-try": "^1.0.4",
|
|
"path-key": "^2.0.1",
|
|
"semver": "^5.5.0",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.8"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/os-locale/node_modules/execa": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^6.0.0",
|
|
"get-stream": "^4.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"npm-run-path": "^2.0.0",
|
|
"p-finally": "^1.0.0",
|
|
"signal-exit": "^3.0.0",
|
|
"strip-eof": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/os-locale/node_modules/get-stream": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/osenv": {
|
|
"version": "0.1.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"os-homedir": "^1.0.0",
|
|
"os-tmpdir": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/p-defer": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/p-finally": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/p-is-promise": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/p-limit": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/p-locate": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/p-try": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/package-json": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^6.7.1",
|
|
"registry-auth-token": "^3.0.1",
|
|
"registry-url": "^3.0.3",
|
|
"semver": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/path-is-inside": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "(WTFPL OR MIT)"
|
|
},
|
|
"node_modules/npx/node_modules/path-key": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/pify": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/prepend-http": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/pseudomap": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/rc": {
|
|
"version": "1.2.8",
|
|
"inBundle": true,
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"deep-extend": "^0.6.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"bin": {
|
|
"rc": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/registry-auth-token": {
|
|
"version": "3.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.1.6",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/registry-url": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/require-main-filename": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/rimraf": {
|
|
"version": "2.7.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/safe-buffer": {
|
|
"version": "5.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npx/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/semver-diff": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^5.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/shebang-command": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/shebang-regex": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/signal-exit": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/string-width": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/strip-eof": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/term-size": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^0.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/timed-out": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/unique-string": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/unzip-response": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/update-notifier": {
|
|
"version": "2.5.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^1.2.1",
|
|
"chalk": "^2.0.1",
|
|
"configstore": "^3.0.0",
|
|
"import-lazy": "^2.1.0",
|
|
"is-ci": "^1.0.10",
|
|
"is-installed-globally": "^0.1.0",
|
|
"is-npm": "^1.0.0",
|
|
"latest-version": "^3.0.0",
|
|
"semver-diff": "^2.0.0",
|
|
"xdg-basedir": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/url-parse-lax": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prepend-http": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/validate-npm-package-name": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/which-module": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/widest-line": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/wrap-ansi": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/wrap-ansi/node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/write-file-atomic": {
|
|
"version": "2.4.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/xdg-basedir": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/y18n": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npx/node_modules/yargs": {
|
|
"version": "11.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^4.0.0",
|
|
"decamelize": "^1.1.1",
|
|
"find-up": "^2.1.0",
|
|
"get-caller-file": "^1.0.1",
|
|
"os-locale": "^3.1.0",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^1.0.1",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^2.0.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^3.2.1",
|
|
"yargs-parser": "^9.0.2"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/yargs-parser": {
|
|
"version": "9.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/npx/node_modules/yargs/node_modules/y18n": {
|
|
"version": "3.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nth-check": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
|
"integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-copy": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
|
|
"integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"copy-descriptor": "^0.1.0",
|
|
"define-property": "^0.2.5",
|
|
"kind-of": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-copy/node_modules/define-property": {
|
|
"version": "0.2.5",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
|
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-copy/node_modules/is-descriptor": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
|
|
"integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object-copy/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object-visit": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
|
|
"integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object.entries": {
|
|
"version": "1.1.8",
|
|
"resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz",
|
|
"integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.7",
|
|
"define-properties": "^1.2.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.pick": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
|
|
"integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/p-finally": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
|
|
"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-queue": {
|
|
"version": "6.6.2",
|
|
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
|
|
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.4",
|
|
"p-timeout": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
|
|
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/param-case": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
|
|
"integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/parse-srcset": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz",
|
|
"integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q=="
|
|
},
|
|
"node_modules/parseley": {
|
|
"version": "0.12.1",
|
|
"resolved": "https://registry.npmjs.org/parseley/-/parseley-0.12.1.tgz",
|
|
"integrity": "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"leac": "^0.6.0",
|
|
"peberminta": "^0.9.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://ko-fi.com/killymxi"
|
|
}
|
|
},
|
|
"node_modules/pascalcase": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
|
|
"integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/peberminta": {
|
|
"version": "0.9.0",
|
|
"resolved": "https://registry.npmjs.org/peberminta/-/peberminta-0.9.0.tgz",
|
|
"integrity": "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://ko-fi.com/killymxi"
|
|
}
|
|
},
|
|
"node_modules/peek-readable": {
|
|
"version": "5.3.1",
|
|
"resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-5.3.1.tgz",
|
|
"integrity": "sha512-GVlENSDW6KHaXcd9zkZltB7tCLosKB/4Hg0fqBJkAoBgYG2Tn1xtMgXtSUuMU9AK/gCm/tTdT8mgAeF4YNeeqw==",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/podcast": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/podcast/-/podcast-2.0.1.tgz",
|
|
"integrity": "sha512-TWXe/zVziwJNksAn7RLkSre+Z6VQgbs/+gC7qQCKdkyw0hv2hdFGOY9rHgKqa4LI+UP+yZBa6Wr+b9a9vrYDYQ==",
|
|
"dependencies": {
|
|
"rss": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/posix-character-classes": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
|
|
"integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/posthtml": {
|
|
"version": "0.16.6",
|
|
"resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz",
|
|
"integrity": "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==",
|
|
"dependencies": {
|
|
"posthtml-parser": "^0.11.0",
|
|
"posthtml-render": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser": {
|
|
"version": "0.11.0",
|
|
"resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz",
|
|
"integrity": "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==",
|
|
"dependencies": {
|
|
"htmlparser2": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser/node_modules/dom-serializer": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz",
|
|
"integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.0.1",
|
|
"domhandler": "^4.2.0",
|
|
"entities": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser/node_modules/dom-serializer/node_modules/entities": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
|
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser/node_modules/domhandler": {
|
|
"version": "4.3.1",
|
|
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz",
|
|
"integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser/node_modules/domutils": {
|
|
"version": "2.8.0",
|
|
"resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
|
|
"integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^1.0.1",
|
|
"domelementtype": "^2.2.0",
|
|
"domhandler": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser/node_modules/entities": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
|
|
"integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/posthtml-parser/node_modules/htmlparser2": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-7.2.0.tgz",
|
|
"integrity": "sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==",
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.0.1",
|
|
"domhandler": "^4.2.2",
|
|
"domutils": "^2.8.0",
|
|
"entities": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/posthtml-render": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz",
|
|
"integrity": "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==",
|
|
"dependencies": {
|
|
"is-json": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
|
|
"integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/punycode.js": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
]
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz",
|
|
"integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==",
|
|
"engines": {
|
|
"node": ">= 14.16.0"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/regex-not": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
|
|
"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"extend-shallow": "^3.0.2",
|
|
"safe-regex": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/regex-not/node_modules/extend-shallow": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assign-symbols": "^1.0.0",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/regex-not/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/relateurl": {
|
|
"version": "0.2.7",
|
|
"resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
|
|
"integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/relative": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/relative/-/relative-3.0.2.tgz",
|
|
"integrity": "sha512-Q5W2qeYtY9GbiR8z1yHNZ1DGhyjb4AnLEjt8iE6XfcC1QIu+FAtj3HQaO0wH28H1mX6cqNLvAqWhP402dxJGyA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/relative/node_modules/isobject": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
|
|
"integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/remarkable": {
|
|
"version": "1.7.4",
|
|
"resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.7.4.tgz",
|
|
"integrity": "sha512-e6NKUXgX95whv7IgddywbeN/ItCkWbISmc2DiqHJb0wTrqZIexqdco5b8Z3XZoo/48IdNVKM9ZCvTPJ4F5uvhg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.10",
|
|
"autolinker": "~0.28.0"
|
|
},
|
|
"bin": {
|
|
"remarkable": "bin/remarkable.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/remarkable/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/repeat-element": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
|
|
"integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/repeat-string": {
|
|
"version": "1.6.1",
|
|
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
|
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/resolve-url": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
|
|
"integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
|
|
"deprecated": "https://github.com/lydell/resolve-url#deprecated",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ret": {
|
|
"version": "0.1.15",
|
|
"resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
|
|
"integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
|
|
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rss": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/rss/-/rss-1.2.2.tgz",
|
|
"integrity": "sha512-xUhRTgslHeCBeHAqaWSbOYTydN2f0tAzNXvzh3stjz7QDhQMzdgHf3pfgNIngeytQflrFPfy6axHilTETr6gDg==",
|
|
"dependencies": {
|
|
"mime-types": "2.1.13",
|
|
"xml": "1.0.1"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-regex": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
|
|
"integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ret": "~0.1.10"
|
|
}
|
|
},
|
|
"node_modules/sass": {
|
|
"version": "1.80.3",
|
|
"resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz",
|
|
"integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==",
|
|
"dependencies": {
|
|
"@parcel/watcher": "^2.4.1",
|
|
"chokidar": "^4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"source-map-js": ">=0.6.2 <2.0.0"
|
|
},
|
|
"bin": {
|
|
"sass": "sass.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/selderee": {
|
|
"version": "0.11.0",
|
|
"resolved": "https://registry.npmjs.org/selderee/-/selderee-0.11.0.tgz",
|
|
"integrity": "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parseley": "^0.12.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://ko-fi.com/killymxi"
|
|
}
|
|
},
|
|
"node_modules/self-closing-tags": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/self-closing-tags/-/self-closing-tags-1.0.1.tgz",
|
|
"integrity": "sha512-7t6hNbYMxM+VHXTgJmxwgZgLGktuXtVVD5AivWzNTdJBM4DBjnDKDzkf2SrNjihaArpeJYNjxkELBu1evI4lQA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/set-function-length": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.4",
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.4",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/set-getter": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.1.tgz",
|
|
"integrity": "sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-object-path": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/set-value": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
|
|
"integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"extend-shallow": "^2.0.1",
|
|
"is-extendable": "^0.1.1",
|
|
"is-plain-object": "^2.0.3",
|
|
"split-string": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon": {
|
|
"version": "0.8.2",
|
|
"resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
|
|
"integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base": "^0.11.1",
|
|
"debug": "^2.2.0",
|
|
"define-property": "^0.2.5",
|
|
"extend-shallow": "^2.0.1",
|
|
"map-cache": "^0.2.2",
|
|
"source-map": "^0.5.6",
|
|
"source-map-resolve": "^0.5.0",
|
|
"use": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon-node": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
|
|
"integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-property": "^1.0.0",
|
|
"isobject": "^3.0.0",
|
|
"snapdragon-util": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon-util": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
|
|
"integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon-util/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon/node_modules/define-property": {
|
|
"version": "0.2.5",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
|
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/snapdragon/node_modules/is-descriptor": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
|
|
"integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/snapdragon/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/snapdragon/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
"integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-resolve": {
|
|
"version": "0.5.3",
|
|
"resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
|
|
"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
|
|
"deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atob": "^2.1.2",
|
|
"decode-uri-component": "^0.2.0",
|
|
"resolve-url": "^0.2.1",
|
|
"source-map-url": "^0.4.0",
|
|
"urix": "^0.1.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-url": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
|
|
"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
|
|
"deprecated": "See https://github.com/lydell/source-map-url#deprecated",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/split-string": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
|
|
"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"extend-shallow": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/split-string/node_modules/extend-shallow": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assign-symbols": "^1.0.0",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/split-string/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
|
|
"integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"readable-stream": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/split2/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/static-extend": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
|
|
"integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-property": "^0.2.5",
|
|
"object-copy": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/static-extend/node_modules/define-property": {
|
|
"version": "0.2.5",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
|
|
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/static-extend/node_modules/is-descriptor": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
|
|
"integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-accessor-descriptor": "^1.0.1",
|
|
"is-data-descriptor": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/strip-bom": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
|
|
"integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/striptags": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz",
|
|
"integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/strtok3": {
|
|
"version": "9.0.1",
|
|
"resolved": "https://registry.npmjs.org/strtok3/-/strtok3-9.0.1.tgz",
|
|
"integrity": "sha512-ERPW+XkvX9W2A+ov07iy+ZFJpVdik04GhDA4eVogiG9hpC97Kem2iucyzhFxbFRvQ5o2UckFtKZdp1hkGvnrEw==",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^5.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/subtitle": {
|
|
"version": "4.2.1",
|
|
"resolved": "https://registry.npmjs.org/subtitle/-/subtitle-4.2.1.tgz",
|
|
"integrity": "sha512-ohV7DcQAYjoO8SDTZHaD912g6K+JktbLERlkZyuoNWSXboOOdIvuriF4fZC0T6lbVeiqLfR8mmw3CxIJ5+UTuw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/multipipe": "^3.0.0",
|
|
"multipipe": "^4.0.0",
|
|
"split2": "^3.2.2",
|
|
"strip-bom": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/success-symbol": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/success-symbol/-/success-symbol-0.1.0.tgz",
|
|
"integrity": "sha512-7S6uOTxPklNGxOSbDIg4KlVLBQw1UiGVyfCUYgYxrZUKRblUkmGj7r8xlfQoFudvqLv6Ap5gd76/IIFfI9JG2A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/through2": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
|
|
"integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"node_modules/time-stamp": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
|
|
"integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-gfm-code-block": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/to-gfm-code-block/-/to-gfm-code-block-0.1.1.tgz",
|
|
"integrity": "sha512-LQRZWyn8d5amUKnfR9A9Uu7x9ss7Re8peuWR2gkh1E+ildOfv2aF26JpuDg8JtvCduu5+hOrMIH+XstZtnagqg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-object-path": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
|
|
"integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-object-path/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
|
|
"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-property": "^2.0.2",
|
|
"extend-shallow": "^3.0.2",
|
|
"regex-not": "^1.0.2",
|
|
"safe-regex": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex/node_modules/define-property": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
|
|
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-descriptor": "^1.0.2",
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex/node_modules/extend-shallow": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
|
|
"integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assign-symbols": "^1.0.0",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
|
|
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/token-types": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/token-types/-/token-types-6.0.0.tgz",
|
|
"integrity": "sha512-lbDrTLVsHhOMljPscd0yitpozq7Ga2M5Cvez5AjGg8GASBjtt6iERCAJ93yommPmz62fb45oFIXHEZ3u9bfJEA==",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/typeof-article": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/typeof-article/-/typeof-article-0.1.1.tgz",
|
|
"integrity": "sha512-Vn42zdX3FhmUrzEmitX3iYyLb+Umwpmv8fkZRIknYh84lmdrwqZA5xYaoKiIj2Rc5i/5wcDrpUmZcbk1U51vTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/typeof-article/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
|
|
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/uc.micro": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="
|
|
},
|
|
"node_modules/uglify-js": {
|
|
"version": "3.19.3",
|
|
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
|
|
"integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/uint8array-extras": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.4.0.tgz",
|
|
"integrity": "sha512-ZPtzy0hu4cZjv3z5NW9gfKnNLjoz4y6uv4HlelAjDK7sY/xOkKZv9xK/WQpcsBB3jEybChz9DPC2U/+cusjJVQ==",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.20.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/union-value": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
|
|
"integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arr-union": "^3.1.0",
|
|
"get-value": "^2.0.6",
|
|
"is-extendable": "^0.1.1",
|
|
"set-value": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/unset-value": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
|
|
"integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-value": "^0.3.1",
|
|
"isobject": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/unset-value/node_modules/has-value": {
|
|
"version": "0.3.1",
|
|
"resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
|
|
"integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-value": "^2.0.3",
|
|
"has-values": "^0.1.4",
|
|
"isobject": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
|
|
"integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/unset-value/node_modules/has-values": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
|
|
"integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/upper-case": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
|
|
"integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/urix": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
|
|
"integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
|
|
"deprecated": "Please see https://github.com/lydell/urix#deprecated",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/use": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
|
|
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/warning-symbol": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/warning-symbol/-/warning-symbol-0.1.0.tgz",
|
|
"integrity": "sha512-1S0lwbHo3kNUKA4VomBAhqn4DPjQkIKSdbOin5K7EFUQNwyIKx+wZMGXKI53RUjla8V2B8ouQduUlgtx8LoSMw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wordwrap": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
|
|
"integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q=="
|
|
},
|
|
"node_modules/xml": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
|
|
"integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw=="
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/year": {
|
|
"version": "0.2.1",
|
|
"resolved": "https://registry.npmjs.org/year/-/year-0.2.1.tgz",
|
|
"integrity": "sha512-9GnJUZ0QM4OgXuOzsKNzTJ5EOkums1Xc+3YQXp+Q+UxFjf7zLucp9dQ8QMIft0Szs1E1hUiXFim1OYfEKFq97w==",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
}
|
|
}
|
|
}
|