Tinasha-Bot/package-lock.json

3929 lines
90 KiB
JSON
Raw Normal View History

2023-08-20 14:29:07 +09:00
{
"name": "KieraBot",
"version": "4.1.0",
2023-11-22 14:28:15 +09:00
"lockfileVersion": 3,
2023-08-20 14:29:07 +09:00
"requires": true,
"packages": {
"": {
2023-08-20 14:45:03 +09:00
"name": "KieraBot",
2023-08-20 14:29:07 +09:00
"version": "4.1.0",
"license": "ISC",
"dependencies": {
"@vitalets/google-translate-api": "^9.0.0",
"ascii-table": "0.0.9",
"btoa": "^1.2.1",
"chalk": "^4.1.2",
"country-language": "^0.1.7",
"discord-giveaways": "^5.0.1",
"discord.js": "^13.14.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
2023-11-22 11:50:47 +09:00
"erela.js": "github:Tomato6966/erela.js",
2023-08-20 14:29:07 +09:00
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"fixedsize-map": "^1.0.1",
"fs": "0.0.1-security",
2023-10-10 23:44:51 +09:00
"genius-lyrics-api": "^3.2.0",
2023-08-20 14:29:07 +09:00
"iso-639-1": "^2.1.12",
2023-08-20 14:45:03 +09:00
"lavalink-client": "^1.1.6",
2023-10-10 23:44:51 +09:00
"lyrics-finder": "^21.7.0",
2023-08-20 14:29:07 +09:00
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"mongoose": "^5.13.20",
2023-08-20 14:29:07 +09:00
"nekos.life": "^2.0.9",
"node-fetch": "^2.6.1",
"os": "^0.1.2",
"outdent": "^0.8.0",
"pretty-ms": "^7.0.1",
"random-anime": "^1.0.6",
2023-10-10 23:44:51 +09:00
"romanize": "^1.1.1",
2023-08-20 14:29:07 +09:00
"simple-node-logger": "^21.8.12",
"snakecord": "^1.0.9",
"sourcebin_js": "^0.0.3-ignore",
"string-progressbar": "^1.0.4",
"table": "^6.8.0",
"timestamp-to-date": "^1.1.0",
"twemoji-parser": "^13.1.0",
"ytsr": "^3.8.0"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-plugin-jsdoc": "^37.6.1",
"node": "^16.10.0",
2023-10-10 23:44:51 +09:00
"nodemon": "^3.0.1",
2023-08-20 14:29:07 +09:00
"prettier": "2.5.1"
},
"engines": {
"node": ">=16.6.0"
}
},
"node_modules/@discordjs/builders": {
"version": "0.16.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@sapphire/shapeshift": "^3.5.1",
"discord-api-types": "^0.36.2",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.1",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16.9.0"
}
},
"node_modules/@discordjs/builders/node_modules/discord-api-types": {
"version": "0.36.3",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/@discordjs/collection": {
"version": "0.7.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=16.9.0"
}
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.20.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"comment-parser": "1.3.0",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "~2.2.3"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^17"
}
},
"node_modules/@eslint/eslintrc": {
"version": "1.4.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.4.0",
"globals": "^13.19.0",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.1.2",
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.8",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.5"
},
"engines": {
"node": ">=10.10.0"
}
},
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@humanwhocodes/object-schema": {
"version": "1.2.1",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "BSD-3-Clause"
2023-08-20 14:29:07 +09:00
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@sapphire/async-queue": {
"version": "1.5.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=v14.0.0",
"npm": ">=7.0.0"
}
},
"node_modules/@sapphire/shapeshift": {
"version": "3.8.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"fast-deep-equal": "^3.1.3",
"lodash": "^4.17.21"
},
"engines": {
"node": ">=v14.0.0",
"npm": ">=7.0.0"
}
},
"node_modules/@sourcebin/linguist": {
2023-11-22 14:28:15 +09:00
"version": "0.0.3"
2023-08-20 14:29:07 +09:00
},
"node_modules/@types/bson": {
"version": "4.0.5",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/http-errors": {
"version": "1.8.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/@types/mongodb": {
"version": "3.6.20",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@types/bson": "*",
"@types/node": "*"
}
},
"node_modules/@types/node": {
"version": "18.11.17",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/@types/node-fetch": {
"version": "2.6.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@types/node": "*",
"form-data": "^3.0.0"
}
},
"node_modules/@types/node-fetch/node_modules/form-data": {
"version": "3.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/@types/ws": {
"version": "8.5.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@vitalets/google-translate-api": {
"version": "9.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@types/http-errors": "^1.8.2",
"http-errors": "^2.0.0",
"node-fetch": "^2.6.7"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/abab": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/abbrev": {
"version": "1.1.1",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/accepts": {
"version": "1.3.8",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"mime-types": "~2.1.34",
"negotiator": "0.6.3"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/acorn": {
"version": "8.8.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/acorn-globals": {
"version": "1.0.9",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"acorn": "^2.1.0"
}
},
"node_modules/acorn-globals/node_modules/acorn": {
"version": "2.7.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/acorn-jsx": {
"version": "5.3.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/ajv": {
"version": "6.12.6",
2023-10-10 23:44:51 +09:00
"devOptional": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ansi-regex": {
"version": "5.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-styles": {
"version": "4.3.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/anymatch": {
"version": "3.1.3",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/argparse": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "Python-2.0"
2023-08-20 14:29:07 +09:00
},
"node_modules/array-flatten": {
"version": "1.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/ascii-table": {
"version": "0.0.9",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/asn1": {
"version": "0.2.6",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"safer-buffer": "~2.1.0"
}
},
"node_modules/assert-plus": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": ">=0.8"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/astral-regex": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/async": {
"version": "3.2.4",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/asynckit": {
"version": "0.4.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/aws-sign2": {
"version": "0.7.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": "*"
}
},
"node_modules/aws4": {
"version": "1.12.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/axios": {
"version": "0.21.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"follow-redirects": "^1.14.0"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/bcrypt-pbkdf": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"tweetnacl": "^0.14.3"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/binary-extensions": {
"version": "2.2.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/bl": {
"version": "2.2.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"readable-stream": "^2.3.5",
"safe-buffer": "^5.1.1"
}
},
"node_modules/bluebird": {
"version": "3.5.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/body-parser": {
"version": "1.20.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.4",
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "1.2.0",
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"on-finished": "2.4.1",
"qs": "6.11.0",
"raw-body": "2.5.1",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/body-parser/node_modules/debug": {
"version": "2.6.9",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/body-parser/node_modules/ms": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/boolbase": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/brace-expansion": {
"version": "1.1.11",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/braces": {
"version": "3.0.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"fill-range": "^7.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/bson": {
"version": "1.1.6",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.6.19"
}
},
"node_modules/btoa": {
"version": "1.2.1",
2023-11-22 14:28:15 +09:00
"license": "(MIT OR Apache-2.0)",
2023-08-20 14:29:07 +09:00
"bin": {
"btoa": "bin/btoa.js"
},
"engines": {
"node": ">= 0.4.0"
}
},
2023-11-22 14:28:15 +09:00
"node_modules/busboy": {
"version": "1.6.0",
"dependencies": {
"streamsearch": "^1.1.0"
},
"engines": {
"node": ">=10.16.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/bytes": {
"version": "3.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/call-bind": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"function-bind": "^1.1.1",
"get-intrinsic": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=6"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/caseless": {
"version": "0.12.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/chalk": {
"version": "4.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/cheerio": {
"version": "1.0.0-rc.12",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"cheerio-select": "^2.1.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1",
"htmlparser2": "^8.0.1",
"parse5": "^7.0.0",
"parse5-htmlparser2-tree-adapter": "^7.0.0"
},
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/cheeriojs/cheerio?sponsor=1"
}
},
"node_modules/cheerio-select": {
"version": "2.1.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"boolbase": "^1.0.0",
"css-select": "^5.1.0",
"css-what": "^6.1.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"domutils": "^3.0.1"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/cheerio-without-node-native": {
"version": "0.20.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"css-select": "~1.2.0",
"dom-serializer": "~0.1.0",
"entities": "~1.1.1",
"htmlparser2-without-node-native": "^3.9.0",
"lodash": "^4.1.0"
},
"engines": {
"node": ">= 0.6"
},
"optionalDependencies": {
"jsdom": "^7.0.2"
}
},
"node_modules/cheerio-without-node-native/node_modules/css-select": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-like",
2023-10-10 23:44:51 +09:00
"dependencies": {
"boolbase": "~1.0.0",
"css-what": "2.1",
"domutils": "1.5.1",
"nth-check": "~1.0.1"
}
},
"node_modules/cheerio-without-node-native/node_modules/css-what": {
"version": "2.1.3",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"engines": {
"node": "*"
}
},
"node_modules/cheerio-without-node-native/node_modules/dom-serializer": {
"version": "0.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "^1.3.0",
"entities": "^1.1.1"
}
},
"node_modules/cheerio-without-node-native/node_modules/domelementtype": {
"version": "1.3.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/cheerio-without-node-native/node_modules/domutils": {
"version": "1.5.1",
"dependencies": {
"dom-serializer": "0",
"domelementtype": "1"
}
},
"node_modules/cheerio-without-node-native/node_modules/entities": {
"version": "1.1.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/cheerio-without-node-native/node_modules/nth-check": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"dependencies": {
"boolbase": "~1.0.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/chokidar": {
"version": "3.5.3",
"dev": true,
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
},
"node_modules/chokidar/node_modules/glob-parent": {
"version": "5.1.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/color-convert": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/color-name": {
"version": "1.1.4",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/combined-stream": {
"version": "1.0.8",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/comment-parser": {
"version": "1.3.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 12.0.0"
}
},
"node_modules/concat-map": {
"version": "0.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/content-disposition": {
"version": "0.5.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"safe-buffer": "5.2.1"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/content-type": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie": {
"version": "0.5.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie-signature": {
"version": "1.0.6",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/core-util-is": {
"version": "1.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/country-language": {
"version": "0.1.7",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"underscore": "~1.7.0",
"underscore.deep": "~0.5.1"
},
"engines": {
"node": "*"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/css-select": {
"version": "5.1.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"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",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 6"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/cssom": {
"version": "0.3.8",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
"node_modules/cssstyle": {
"version": "0.2.37",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"cssom": "0.3.x"
}
},
"node_modules/dashdash": {
"version": "1.14.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"assert-plus": "^1.0.0"
},
"engines": {
"node": ">=0.10"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/debug": {
"version": "4.3.4",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/deep-is": {
"version": "0.1.4",
2023-11-22 14:28:15 +09:00
"devOptional": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/deepmerge-ts": {
"version": "4.2.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=12.4.0"
}
},
"node_modules/delayed-stream": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/denque": {
"version": "1.5.1",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10"
}
},
"node_modules/depd": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/destroy": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/discord-api-types": {
"version": "0.33.5",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/discord-giveaways": {
"version": "5.2.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"deepmerge-ts": "^4.0.3",
"serialize-javascript": "^6.0.0"
},
"engines": {
"node": ">=16.6.0"
},
"peerDependencies": {
"discord.js": ">=13.5.0"
}
},
"node_modules/discord.js": {
"version": "13.14.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@discordjs/builders": "^0.16.0",
"@discordjs/collection": "^0.7.0",
"@sapphire/async-queue": "^1.5.0",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"discord-api-types": "^0.33.5",
"form-data": "^4.0.0",
"node-fetch": "^2.6.7",
"ws": "^8.9.0"
},
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
}
},
"node_modules/doctrine": {
"version": "3.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/dom-serializer": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"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",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
2023-11-22 14:28:15 +09:00
],
"license": "BSD-2-Clause"
2023-08-20 14:29:07 +09:00
},
"node_modules/domhandler": {
"version": "5.0.3",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"domelementtype": "^2.3.0"
},
"engines": {
"node": ">= 4"
},
"funding": {
"url": "https://github.com/fb55/domhandler?sponsor=1"
}
},
"node_modules/domutils": {
"version": "3.0.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"dom-serializer": "^2.0.0",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.1"
},
"funding": {
"url": "https://github.com/fb55/domutils?sponsor=1"
}
},
"node_modules/dotenv": {
"version": "16.0.3",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=12"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/ecc-jsbn": {
"version": "0.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/ee-first": {
"version": "1.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/ejs": {
"version": "3.1.8",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"jake": "^10.8.5"
},
"bin": {
"ejs": "bin/cli.js"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/emoji-regex": {
"version": "8.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/encodeurl": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/encoding": {
"version": "0.1.13",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"iconv-lite": "^0.6.2"
}
},
"node_modules/encoding/node_modules/iconv-lite": {
"version": "0.6.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/entities": {
"version": "4.4.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.12"
},
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/erela.js": {
2023-11-22 11:50:47 +09:00
"version": "2.3.3",
"resolved": "git+ssh://git@github.com/Tomato6966/erela.js.git#b2b2f00bab24b78abb29b39ff199cc502806b78b",
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
2023-11-22 11:50:47 +09:00
"tslib": "^2.6.0",
"undici": "^5.22.1",
"ws": "^8.13.0"
2023-08-20 14:29:07 +09:00
},
"engines": {
2023-11-22 11:50:47 +09:00
"node": ">=16.6.0"
2023-08-20 14:29:07 +09:00
}
},
"node_modules/erela.js-deezer": {
"version": "1.0.7",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"axios": "^0.21.1",
"erela.js": "^2.3.3"
}
},
"node_modules/erela.js-facebook": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.6"
}
},
"node_modules/erela.js-spotify": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"axios": "^0.20.0",
"erela.js": "^2.2.0"
}
},
"node_modules/erela.js-spotify/node_modules/axios": {
"version": "0.20.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"follow-redirects": "^1.10.0"
}
},
"node_modules/escape-html": {
"version": "1.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/escape-string-regexp": {
"version": "4.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/escodegen": {
"version": "1.14.3",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
"esgenerate": "bin/esgenerate.js"
},
"engines": {
"node": ">=4.0"
},
"optionalDependencies": {
"source-map": "~0.6.1"
}
},
"node_modules/escodegen/node_modules/estraverse": {
"version": "4.3.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": ">=4.0"
}
},
"node_modules/escodegen/node_modules/levn": {
"version": "0.3.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/escodegen/node_modules/optionator": {
"version": "0.8.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.6",
"levn": "~0.3.0",
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2",
"word-wrap": "~1.2.3"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/escodegen/node_modules/prelude-ls": {
"version": "1.1.2",
"optional": true,
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/escodegen/node_modules/type-check": {
"version": "0.3.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"prelude-ls": "~1.1.2"
},
"engines": {
"node": ">= 0.8.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/eslint": {
"version": "8.30.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@eslint/eslintrc": "^1.4.0",
"@humanwhocodes/config-array": "^0.11.8",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.4.0",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"find-up": "^5.0.0",
"glob-parent": "^6.0.2",
"globals": "^13.19.0",
"grapheme-splitter": "^1.0.4",
"ignore": "^5.2.0",
"import-fresh": "^3.0.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"is-path-inside": "^3.0.3",
"js-sdsl": "^4.1.4",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
"optionator": "^0.9.1",
"regexpp": "^3.2.0",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.0",
"text-table": "^0.2.0"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "37.9.7",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@es-joy/jsdoccomment": "~0.20.1",
"comment-parser": "1.3.0",
"debug": "^4.3.3",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"regextras": "^0.8.0",
"semver": "^7.3.5",
"spdx-expression-parse": "^3.0.1"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^17"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
}
},
"node_modules/eslint-scope": {
"version": "7.1.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/eslint-utils": {
"version": "3.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"eslint-visitor-keys": "^2.0.0"
},
"engines": {
"node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": ">=5"
}
},
"node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
"version": "2.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=10"
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.3.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/espree": {
"version": "9.4.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"acorn": "^8.8.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/esprima": {
"version": "4.0.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
"engines": {
"node": ">=4"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/esquery": {
"version": "1.4.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/esutils": {
"version": "2.0.3",
2023-10-10 23:44:51 +09:00
"devOptional": true,
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/etag": {
"version": "1.8.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/eventemitter2": {
"version": "1.0.5",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-10-10 23:44:51 +09:00
},
2023-08-20 14:29:07 +09:00
"node_modules/express": {
"version": "4.18.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",
"body-parser": "1.20.1",
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
"cookie": "0.5.0",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "2.0.0",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"finalhandler": "1.2.0",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"merge-descriptors": "1.0.1",
"methods": "~1.1.2",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
"path-to-regexp": "0.1.7",
"proxy-addr": "~2.0.7",
"qs": "6.11.0",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "0.18.0",
"serve-static": "1.15.0",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"type-is": "~1.6.18",
"utils-merge": "1.0.1",
"vary": "~1.1.2"
},
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/express-session": {
"version": "1.17.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"cookie": "0.4.2",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "~2.0.0",
"on-headers": "~1.0.2",
"parseurl": "~1.3.3",
"safe-buffer": "5.2.1",
"uid-safe": "~2.1.5"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/express-session/node_modules/cookie": {
"version": "0.4.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/express-session/node_modules/debug": {
"version": "2.6.9",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/express-session/node_modules/ms": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/express/node_modules/debug": {
"version": "2.6.9",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/express/node_modules/ms": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/extend": {
"version": "3.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
"node_modules/extsprintf": {
"version": "1.3.0",
"engines": [
"node >=0.6.0"
],
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/fast-deep-equal": {
"version": "3.1.3",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
2023-11-22 14:28:15 +09:00
"devOptional": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
2023-11-22 14:28:15 +09:00
"devOptional": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/fastq": {
"version": "1.14.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"reusify": "^1.0.4"
}
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/filelist": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"minimatch": "^5.0.1"
}
},
"node_modules/filelist/node_modules/brace-expansion": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/filelist/node_modules/minimatch": {
"version": "5.1.2",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/fill-range": {
"version": "7.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/finalhandler": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"debug": "2.6.9",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"on-finished": "2.4.1",
"parseurl": "~1.3.3",
"statuses": "2.0.1",
"unpipe": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/finalhandler/node_modules/debug": {
"version": "2.6.9",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/finalhandler/node_modules/ms": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/find-up": {
"version": "5.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/fixedsize-map": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/flat-cache": {
"version": "3.0.4",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"flatted": "^3.1.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/flatted": {
"version": "3.2.7",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/follow-redirects": {
"version": "1.15.2",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
2023-10-10 23:44:51 +09:00
"node_modules/forever-agent": {
"version": "0.6.1",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": "*"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/form-data": {
"version": "4.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/forwarded": {
"version": "0.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fresh": {
"version": "0.5.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
2023-11-22 14:28:15 +09:00
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/function-bind": {
"version": "1.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/genius-lyrics-api": {
"version": "3.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"axios": "^0.21.4",
"cheerio-without-node-native": "0.20.2"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/get-intrinsic": {
"version": "1.1.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-symbols": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/getpass": {
"version": "0.1.7",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"assert-plus": "^1.0.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/glob": {
"version": "7.2.3",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/globals": {
"version": "13.19.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/grapheme-splitter": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/har-schema": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": ">=4"
}
},
"node_modules/har-validator": {
"version": "5.1.5",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"ajv": "^6.12.3",
"har-schema": "^2.0.0"
},
"engines": {
"node": ">=6"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/has": {
"version": "1.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/has-flag": {
"version": "4.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/has-symbols": {
"version": "1.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/he": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"bin": {
"he": "bin/he"
}
},
"node_modules/html-to-text": {
"version": "5.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"he": "^1.2.0",
"htmlparser2": "^3.10.1",
"lodash": "^4.17.11",
"minimist": "^1.2.0"
},
"bin": {
"html-to-text": "bin/cli.js"
},
"engines": {
"node": ">= 4.0.0"
}
},
"node_modules/html-to-text/node_modules/dom-serializer": {
"version": "0.2.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "^2.0.1",
"entities": "^2.0.0"
}
},
"node_modules/html-to-text/node_modules/dom-serializer/node_modules/domelementtype": {
"version": "2.3.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
2023-11-22 14:28:15 +09:00
],
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/html-to-text/node_modules/dom-serializer/node_modules/entities": {
"version": "2.2.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/html-to-text/node_modules/domelementtype": {
"version": "1.3.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/html-to-text/node_modules/domhandler": {
"version": "2.4.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "1"
}
},
"node_modules/html-to-text/node_modules/domutils": {
"version": "1.7.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"dependencies": {
"dom-serializer": "0",
"domelementtype": "1"
}
},
"node_modules/html-to-text/node_modules/entities": {
"version": "1.1.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/html-to-text/node_modules/htmlparser2": {
"version": "3.10.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "^1.3.1",
"domhandler": "^2.3.0",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"inherits": "^2.0.1",
"readable-stream": "^3.1.1"
}
},
"node_modules/html-to-text/node_modules/readable-stream": {
"version": "3.6.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"engines": {
"node": ">= 6"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/htmlparser2": {
"version": "8.0.1",
"funding": [
"https://github.com/fb55/htmlparser2?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
],
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"domelementtype": "^2.3.0",
"domhandler": "^5.0.2",
"domutils": "^3.0.1",
"entities": "^4.3.0"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/htmlparser2-without-node-native": {
"version": "3.9.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "^1.3.0",
"domhandler": "^2.3.0",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"eventemitter2": "^1.0.0",
"inherits": "^2.0.1",
"readable-stream": "^2.0.2"
}
},
"node_modules/htmlparser2-without-node-native/node_modules/dom-serializer": {
"version": "0.2.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "^2.0.1",
"entities": "^2.0.0"
}
},
"node_modules/htmlparser2-without-node-native/node_modules/dom-serializer/node_modules/domelementtype": {
"version": "2.3.0",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fb55"
}
2023-11-22 14:28:15 +09:00
],
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/htmlparser2-without-node-native/node_modules/dom-serializer/node_modules/entities": {
"version": "2.2.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/htmlparser2-without-node-native/node_modules/domelementtype": {
"version": "1.3.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
"node_modules/htmlparser2-without-node-native/node_modules/domhandler": {
"version": "2.4.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"dependencies": {
"domelementtype": "1"
}
},
"node_modules/htmlparser2-without-node-native/node_modules/domutils": {
"version": "1.7.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"dependencies": {
"dom-serializer": "0",
"domelementtype": "1"
}
},
"node_modules/htmlparser2-without-node-native/node_modules/entities": {
"version": "1.1.2",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-10-10 23:44:51 +09:00
},
2023-08-20 14:29:07 +09:00
"node_modules/http-errors": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/http-signature": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"assert-plus": "^1.0.0",
"jsprim": "^1.2.2",
"sshpk": "^1.7.0"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.3.7"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/iconv-lite": {
"version": "0.4.24",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ignore": {
"version": "5.2.4",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 4"
}
},
"node_modules/ignore-by-default": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/import-fresh": {
"version": "3.3.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
2023-11-22 14:28:15 +09:00
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.10"
}
},
"node_modules/is-binary-path": {
"version": "2.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-path-inside": {
"version": "3.0.3",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/is-typedarray": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/isarray": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/isexe": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/iso-639-1": {
"version": "2.1.15",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=6.0"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/isstream": {
"version": "0.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/jake": {
"version": "10.8.5",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"async": "^3.2.3",
"chalk": "^4.0.2",
"filelist": "^1.0.1",
"minimatch": "^3.0.4"
},
"bin": {
"jake": "bin/cli.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/js-sdsl": {
"version": "4.2.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/js-sdsl"
}
},
"node_modules/js-yaml": {
"version": "4.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/jsbn": {
"version": "0.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/jsdoc-type-pratt-parser": {
"version": "2.2.5",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=12.0.0"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/jsdom": {
"version": "7.2.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"abab": "^1.0.0",
"acorn": "^2.4.0",
"acorn-globals": "^1.0.4",
"cssom": ">= 0.3.0 < 0.4.0",
"cssstyle": ">= 0.2.29 < 0.3.0",
"escodegen": "^1.6.1",
"nwmatcher": ">= 1.3.7 < 2.0.0",
"parse5": "^1.5.1",
"request": "^2.55.0",
"sax": "^1.1.4",
"symbol-tree": ">= 3.1.0 < 4.0.0",
"tough-cookie": "^2.2.0",
"webidl-conversions": "^2.0.0",
"whatwg-url-compat": "~0.6.5",
"xml-name-validator": ">= 2.0.1 < 3.0.0"
}
},
"node_modules/jsdom/node_modules/acorn": {
"version": "2.7.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/jsdom/node_modules/parse5": {
"version": "1.5.1",
"optional": true
},
"node_modules/jsdom/node_modules/webidl-conversions": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-10-10 23:44:51 +09:00
"optional": true
},
"node_modules/json-schema": {
"version": "0.4.0",
2023-11-22 14:28:15 +09:00
"license": "(AFL-2.1 OR BSD-3-Clause)",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/json-schema-traverse": {
"version": "0.4.1",
2023-11-22 14:28:15 +09:00
"devOptional": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/json-stringify-safe": {
"version": "5.0.1",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-10-10 23:44:51 +09:00
"optional": true
},
"node_modules/jsprim": {
"version": "1.4.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.4.0",
"verror": "1.10.0"
},
"engines": {
"node": ">=0.6.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/kareem": {
"version": "2.3.2",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0"
2023-08-20 14:29:07 +09:00
},
2023-08-20 14:45:03 +09:00
"node_modules/lavalink-client": {
"version": "1.1.6",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:45:03 +09:00
"dependencies": {
"undici": "^5.23.0",
"ws": "^8.13.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.17.21",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/lodash.merge": {
"version": "4.6.2",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/lodash.truncate": {
"version": "4.4.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/lru-cache": {
"version": "6.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/lyrics-finder": {
"version": "21.7.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"encoding": "^0.1.13",
"html-to-text": "^5.1.1",
"node-fetch": "^2.6.0"
},
"bin": {
"lyrics-finder": "src/bin.js"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/media-typer": {
"version": "0.3.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/memory-pager": {
"version": "1.5.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"optional": true
},
"node_modules/merge-descriptors": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/methods": {
"version": "1.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime": {
"version": "1.6.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/miniget": {
"version": "4.2.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=12"
}
},
"node_modules/minimatch": {
"version": "3.1.2",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/minimist": {
"version": "1.2.8",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/module-alias": {
"version": "2.2.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/moment": {
"version": "2.29.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": "*"
}
},
"node_modules/mongodb": {
2023-10-10 23:44:51 +09:00
"version": "3.7.4",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"bl": "^2.2.1",
"bson": "^1.1.4",
"denque": "^1.4.1",
"optional-require": "^1.1.8",
"safe-buffer": "^5.1.2"
},
"engines": {
"node": ">=4"
},
"optionalDependencies": {
"saslprep": "^1.0.0"
},
"peerDependenciesMeta": {
"aws4": {
"optional": true
},
"bson-ext": {
"optional": true
},
"kerberos": {
"optional": true
},
"mongodb-client-encryption": {
"optional": true
},
"mongodb-extjson": {
"optional": true
},
"snappy": {
"optional": true
}
}
},
"node_modules/mongodb/node_modules/optional-require": {
"version": "1.1.8",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"require-at": "^1.0.6"
},
"engines": {
"node": ">=4"
}
},
"node_modules/mongoose": {
2023-10-10 23:44:51 +09:00
"version": "5.13.20",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@types/bson": "1.x || 4.0.x",
"@types/mongodb": "^3.5.27",
"bson": "^1.1.4",
"kareem": "2.3.2",
2023-10-10 23:44:51 +09:00
"mongodb": "3.7.4",
2023-08-20 14:29:07 +09:00
"mongoose-legacy-pluralize": "1.0.2",
"mpath": "0.8.4",
"mquery": "3.2.5",
"ms": "2.1.2",
"optional-require": "1.0.x",
"regexp-clone": "1.0.0",
"safe-buffer": "5.2.1",
"sift": "13.5.2",
"sliced": "1.0.1"
},
"engines": {
"node": ">=4.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mongoose"
}
},
"node_modules/mongoose-legacy-pluralize": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"peerDependencies": {
"mongoose": "*"
}
},
"node_modules/mpath": {
"version": "0.8.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/mquery": {
"version": "3.2.5",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"bluebird": "3.5.1",
"debug": "3.1.0",
"regexp-clone": "^1.0.0",
"safe-buffer": "5.1.2",
"sliced": "1.0.1"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/mquery/node_modules/debug": {
"version": "3.1.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/mquery/node_modules/ms": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/mquery/node_modules/safe-buffer": {
"version": "5.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/ms": {
"version": "2.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/natural-compare": {
"version": "1.4.0",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/negotiator": {
"version": "0.6.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/nekos.life": {
"version": "2.0.9",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/node": {
"version": "16.19.0",
"dev": true,
"hasInstallScript": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"bin": {
2023-11-22 14:28:15 +09:00
"node": "bin/node.exe"
2023-08-20 14:29:07 +09:00
},
"engines": {
"npm": ">=5.0.0"
}
},
"node_modules/node-bin-setup": {
"version": "1.1.3",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/node-fetch": {
"version": "2.6.7",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/nodemon": {
2023-10-10 23:44:51 +09:00
"version": "3.0.1",
2023-08-20 14:29:07 +09:00
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"chokidar": "^3.5.2",
"debug": "^3.2.7",
"ignore-by-default": "^1.0.1",
"minimatch": "^3.1.2",
"pstree.remy": "^1.1.8",
2023-10-10 23:44:51 +09:00
"semver": "^7.5.3",
"simple-update-notifier": "^2.0.0",
2023-08-20 14:29:07 +09:00
"supports-color": "^5.5.0",
"touch": "^3.1.0",
"undefsafe": "^2.0.5"
},
"bin": {
"nodemon": "bin/nodemon.js"
},
"engines": {
2023-10-10 23:44:51 +09:00
"node": ">=10"
2023-08-20 14:29:07 +09:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nodemon"
}
},
"node_modules/nodemon/node_modules/debug": {
"version": "3.2.7",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/nodemon/node_modules/has-flag": {
"version": "3.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4"
}
},
"node_modules/nodemon/node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/nopt": {
"version": "1.0.10",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"abbrev": "1"
},
"bin": {
"nopt": "bin/nopt.js"
}
},
"node_modules/normalize-path": {
"version": "3.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/nth-check": {
"version": "2.1.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"boolbase": "^1.0.0"
},
"funding": {
"url": "https://github.com/fb55/nth-check?sponsor=1"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/nwmatcher": {
"version": "1.4.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
"node_modules/oauth-sign": {
"version": "0.9.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": "*"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/object-inspect": {
"version": "1.12.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/on-finished": {
"version": "2.4.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ee-first": "1.1.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/on-headers": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/once": {
"version": "1.4.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"wrappy": "1"
}
},
"node_modules/optional-require": {
"version": "1.0.3",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4"
}
},
"node_modules/optionator": {
"version": "0.9.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0",
"word-wrap": "^1.2.3"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/os": {
"version": "0.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/outdent": {
"version": "0.8.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
"version": "5.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/parse-ms": {
"version": "2.1.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=6"
}
},
"node_modules/parse5": {
"version": "7.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"entities": "^4.4.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
"node_modules/parse5-htmlparser2-tree-adapter": {
"version": "7.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"domhandler": "^5.0.2",
"parse5": "^7.0.0"
},
"funding": {
"url": "https://github.com/inikulin/parse5?sponsor=1"
}
},
"node_modules/parseurl": {
"version": "1.3.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-to-regexp": {
"version": "0.1.7",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/performance-now": {
"version": "2.1.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/picomatch": {
"version": "2.3.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "2.5.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/pretty-ms": {
"version": "7.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"parse-ms": "^2.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/proxy-addr": {
"version": "2.0.7",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"forwarded": "0.2.0",
"ipaddr.js": "1.9.1"
},
"engines": {
"node": ">= 0.10"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/psl": {
"version": "1.9.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/pstree.remy": {
"version": "1.1.8",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/punycode": {
"version": "2.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=6"
}
},
"node_modules/qs": {
"version": "6.11.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"side-channel": "^1.0.4"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2023-11-22 14:28:15 +09:00
],
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/random-anime": {
"version": "1.0.6",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/random-bytes": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/randombytes": {
"version": "2.1.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"safe-buffer": "^5.1.0"
}
},
"node_modules/range-parser": {
"version": "1.2.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/raw-body": {
"version": "2.5.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"bytes": "3.1.2",
"http-errors": "2.0.0",
"iconv-lite": "0.4.24",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/readable-stream": {
2023-10-10 23:44:51 +09:00
"version": "2.3.8",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"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/readable-stream/node_modules/safe-buffer": {
"version": "5.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/readdirp": {
"version": "3.6.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/regexp-clone": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/regexpp": {
"version": "3.2.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
}
},
"node_modules/regextras": {
"version": "0.8.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.1.14"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/repeat-string": {
"version": "1.6.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"engines": {
"node": ">=0.10"
}
},
"node_modules/request": {
"version": "2.88.2",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"caseless": "~0.12.0",
"combined-stream": "~1.0.6",
"extend": "~3.0.2",
"forever-agent": "~0.6.1",
"form-data": "~2.3.2",
"har-validator": "~5.1.3",
"http-signature": "~1.2.0",
"is-typedarray": "~1.0.0",
"isstream": "~0.1.2",
"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.19",
"oauth-sign": "~0.9.0",
"performance-now": "^2.1.0",
"qs": "~6.5.2",
"safe-buffer": "^5.1.2",
"tough-cookie": "~2.5.0",
"tunnel-agent": "^0.6.0",
"uuid": "^3.3.2"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/request/node_modules/form-data": {
"version": "2.3.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.6",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 0.12"
}
},
"node_modules/request/node_modules/qs": {
"version": "6.5.3",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": ">=0.6"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/require-at": {
"version": "1.0.6",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4"
}
},
"node_modules/require-from-string": {
"version": "2.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/resolve-from": {
"version": "4.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rimraf": {
"version": "3.0.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/romanize": {
"version": "1.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"dependencies": {
"repeat-string": "^1.6.1"
},
"engines": {
"node": ">=0.10.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/run-parallel": {
"version": "1.2.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/safe-buffer": {
"version": "5.2.1",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2023-11-22 14:28:15 +09:00
],
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/safer-buffer": {
"version": "2.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/saslprep": {
"version": "1.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"optional": true,
"dependencies": {
"sparse-bitfield": "^3.0.3"
},
"engines": {
"node": ">=6"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/sax": {
"version": "1.3.0",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/semver": {
2023-10-10 23:44:51 +09:00
"version": "7.5.4",
2023-08-20 14:29:07 +09:00
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/send": {
"version": "0.18.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "1.2.0",
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"etag": "~1.8.1",
"fresh": "0.5.2",
"http-errors": "2.0.0",
"mime": "1.6.0",
"ms": "2.1.3",
"on-finished": "2.4.1",
"range-parser": "~1.2.1",
"statuses": "2.0.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/send/node_modules/debug": {
"version": "2.6.9",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ms": "2.0.0"
}
},
"node_modules/send/node_modules/debug/node_modules/ms": {
"version": "2.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/send/node_modules/ms": {
"version": "2.1.3",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/serialize-javascript": {
"version": "6.0.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"randombytes": "^2.1.0"
}
},
"node_modules/serve-static": {
"version": "1.15.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"encodeurl": "~1.0.2",
"escape-html": "~1.0.3",
"parseurl": "~1.3.3",
"send": "0.18.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/setprototypeof": {
"version": "1.2.0",
2023-11-22 14:28:15 +09:00
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
}
},
"node_modules/side-channel": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"call-bind": "^1.0.0",
"get-intrinsic": "^1.0.2",
"object-inspect": "^1.9.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/sift": {
"version": "13.5.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/simple-node-logger": {
"version": "21.8.12",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-08-20 14:29:07 +09:00
"dependencies": {
"lodash": "^4.17.12",
"moment": "^2.20.1"
}
},
"node_modules/simple-update-notifier": {
2023-10-10 23:44:51 +09:00
"version": "2.0.0",
2023-08-20 14:29:07 +09:00
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
2023-10-10 23:44:51 +09:00
"semver": "^7.5.3"
2023-08-20 14:29:07 +09:00
},
"engines": {
2023-10-10 23:44:51 +09:00
"node": ">=10"
2023-08-20 14:29:07 +09:00
}
},
"node_modules/slice-ansi": {
"version": "4.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
}
},
"node_modules/sliced": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/snakecord": {
"version": "1.0.9",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"discord.js": "^13.1.0"
},
"engines": {
"node": ">=16"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/source-map": {
"version": "0.6.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"engines": {
"node": ">=0.10.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/sourcebin_js": {
"version": "0.0.3-ignore",
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"@sourcebin/linguist": "0.0.3",
"node-fetch": "^2.6.0"
}
},
"node_modules/sparse-bitfield": {
"version": "3.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"optional": true,
"dependencies": {
"memory-pager": "^1.0.2"
}
},
"node_modules/spdx-exceptions": {
"version": "2.3.0",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "CC-BY-3.0"
2023-08-20 14:29:07 +09:00
},
"node_modules/spdx-expression-parse": {
"version": "3.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
"node_modules/spdx-license-ids": {
"version": "3.0.12",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "CC0-1.0"
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/sshpk": {
"version": "1.17.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"asn1": "~0.2.3",
"assert-plus": "^1.0.0",
"bcrypt-pbkdf": "^1.0.0",
"dashdash": "^1.12.0",
"ecc-jsbn": "~0.1.1",
"getpass": "^0.1.1",
"jsbn": "~0.1.0",
"safer-buffer": "^2.0.2",
"tweetnacl": "~0.14.0"
},
"bin": {
"sshpk-conv": "bin/sshpk-conv",
"sshpk-sign": "bin/sshpk-sign",
"sshpk-verify": "bin/sshpk-verify"
},
"engines": {
"node": ">=0.10.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/statuses": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
2023-11-22 14:28:15 +09:00
"node_modules/streamsearch": {
"version": "1.1.0",
"engines": {
"node": ">=10.0.0"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/string_decoder": {
"version": "1.1.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
"node_modules/string_decoder/node_modules/safe-buffer": {
"version": "5.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/string-progressbar": {
"version": "1.0.4",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/string-width": {
"version": "4.2.3",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-ansi": {
"version": "6.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-json-comments": {
"version": "3.1.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/symbol-tree": {
"version": "3.2.4",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/table": {
"version": "6.8.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"ajv": "^8.0.1",
"lodash.truncate": "^4.4.2",
"slice-ansi": "^4.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/table/node_modules/ajv": {
"version": "8.11.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/table/node_modules/json-schema-traverse": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/text-table": {
"version": "0.2.0",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/timestamp-to-date": {
"version": "1.1.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/toidentifier": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.6"
}
},
"node_modules/touch": {
"version": "3.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"nopt": "~1.0.10"
},
"bin": {
"nodetouch": "bin/nodetouch.js"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/tough-cookie": {
"version": "2.5.0",
2023-11-22 14:28:15 +09:00
"license": "BSD-3-Clause",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"psl": "^1.1.28",
"punycode": "^2.1.1"
},
"engines": {
"node": ">=0.8"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/tr46": {
"version": "0.0.3",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/ts-mixer": {
"version": "6.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/tslib": {
2023-11-22 11:50:47 +09:00
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
2023-08-20 14:29:07 +09:00
},
2023-10-10 23:44:51 +09:00
"node_modules/tunnel-agent": {
"version": "0.6.0",
2023-11-22 14:28:15 +09:00
"license": "Apache-2.0",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"safe-buffer": "^5.0.1"
},
"engines": {
"node": "*"
}
},
"node_modules/tweetnacl": {
"version": "0.14.5",
2023-11-22 14:28:15 +09:00
"license": "Unlicense",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/twemoji-parser": {
"version": "13.1.0",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/type-fest": {
"version": "0.20.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "(MIT OR CC0-1.0)",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/type-is": {
"version": "1.6.18",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.24"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/uid-safe": {
"version": "2.1.5",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"random-bytes": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/undefsafe": {
"version": "2.0.5",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/underscore": {
2023-11-22 14:28:15 +09:00
"version": "1.7.0"
2023-08-20 14:29:07 +09:00
},
"node_modules/underscore.deep": {
"version": "0.5.3",
2023-11-22 14:28:15 +09:00
"license": "BSD",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.x"
},
"peerDependencies": {
"underscore": "1.x"
}
},
"node_modules/undici": {
2023-11-22 14:28:15 +09:00
"version": "5.23.0",
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
2023-11-22 14:28:15 +09:00
"busboy": "^1.6.0"
2023-08-20 14:29:07 +09:00
},
"engines": {
"node": ">=14.0"
}
},
"node_modules/unpipe": {
"version": "1.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/uri-js": {
"version": "4.4.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause",
2023-08-20 14:29:07 +09:00
"dependencies": {
"punycode": "^2.1.0"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT"
2023-08-20 14:29:07 +09:00
},
"node_modules/utils-merge": {
"version": "1.0.1",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.4.0"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/uuid": {
"version": "3.4.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"bin": {
"uuid": "bin/uuid"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/vary": {
"version": "1.1.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">= 0.8"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/verror": {
"version": "1.10.0",
"engines": [
"node >=0.6.0"
],
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"assert-plus": "^1.0.0",
"core-util-is": "1.0.2",
"extsprintf": "^1.2.0"
}
},
"node_modules/verror/node_modules/core-util-is": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/webidl-conversions": {
"version": "3.0.1",
2023-11-22 14:28:15 +09:00
"license": "BSD-2-Clause"
2023-08-20 14:29:07 +09:00
},
"node_modules/whatwg-url": {
"version": "5.0.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
2023-10-10 23:44:51 +09:00
"node_modules/whatwg-url-compat": {
"version": "0.6.5",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-10-10 23:44:51 +09:00
"optional": true,
"dependencies": {
"tr46": "~0.0.1"
}
},
2023-08-20 14:29:07 +09:00
"node_modules/which": {
"version": "2.0.2",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "ISC",
2023-08-20 14:29:07 +09:00
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/word-wrap": {
2023-10-10 23:44:51 +09:00
"version": "1.2.5",
"devOptional": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/wrappy": {
"version": "1.0.2",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/ws": {
2023-08-20 14:45:03 +09:00
"version": "8.13.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
2023-08-20 14:45:03 +09:00
"utf-8-validate": ">=5.0.2"
2023-08-20 14:29:07 +09:00
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
2023-10-10 23:44:51 +09:00
"node_modules/xml-name-validator": {
"version": "2.0.1",
2023-11-22 14:28:15 +09:00
"license": "WTFPL",
2023-10-10 23:44:51 +09:00
"optional": true
},
2023-08-20 14:29:07 +09:00
"node_modules/yallist": {
"version": "4.0.0",
2023-11-22 14:28:15 +09:00
"dev": true,
"license": "ISC"
2023-08-20 14:29:07 +09:00
},
"node_modules/yocto-queue": {
"version": "0.1.0",
"dev": true,
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ytsr": {
"version": "3.8.0",
2023-11-22 14:28:15 +09:00
"license": "MIT",
2023-08-20 14:29:07 +09:00
"dependencies": {
"miniget": "^4.2.2"
},
"engines": {
"node": ">=8"
}
}
}
}