reputation-api/package-lock.json

8239 lines
198 KiB
JSON
Raw Normal View History

2023-06-20 15:52:43 -05:00
{
"name": "reputation-api",
"version": "0.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "reputation-api",
"version": "0.0.1",
"license": "UNLICENSED",
"dependencies": {
"@apollo/server": "^4.7.4",
"@nestjs/apollo": "^12.0.1",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.1",
"@nestjs/platform-express": "^10.0.0",
"graphql": "^16.6.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.3"
}
},
"node_modules/@ampproject/remapping": {
"version": "2.2.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.9"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@angular-devkit/core": {
"version": "16.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"jsonc-parser": "3.2.0",
"rxjs": "7.8.1",
"source-map": "0.7.4"
},
"engines": {
"node": "^16.14.0 || >=18.10.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
},
"peerDependencies": {
"chokidar": "^3.5.2"
},
"peerDependenciesMeta": {
"chokidar": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@angular-devkit/core/node_modules/ajv": {
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
"dev": true,
"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/@angular-devkit/core/node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
"dev": true
},
2023-06-20 15:52:43 -05:00
"node_modules/@angular-devkit/schematics": {
"version": "16.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@angular-devkit/core": "16.1.0",
"jsonc-parser": "3.2.0",
"magic-string": "0.30.0",
"ora": "5.4.1",
"rxjs": "7.8.1"
},
"engines": {
"node": "^16.14.0 || >=18.10.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
}
},
"node_modules/@angular-devkit/schematics-cli": {
"version": "16.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@angular-devkit/core": "16.1.0",
"@angular-devkit/schematics": "16.1.0",
"ansi-colors": "4.1.3",
"inquirer": "8.2.4",
"symbol-observable": "4.0.0",
"yargs-parser": "21.1.1"
},
"bin": {
"schematics": "bin/schematics.js"
},
"engines": {
"node": "^16.14.0 || >=18.10.0",
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
"yarn": ">= 1.13.0"
}
},
"node_modules/@angular-devkit/schematics-cli/node_modules/inquirer": {
"version": "8.2.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.5.5",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@angular-devkit/schematics-cli/node_modules/symbol-observable": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/@apollo/cache-control-types": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/protobufjs": {
"version": "1.2.7",
"hasInstallScript": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2",
"@protobufjs/codegen": "^2.0.4",
"@protobufjs/eventemitter": "^1.1.0",
"@protobufjs/fetch": "^1.1.0",
"@protobufjs/float": "^1.0.2",
"@protobufjs/inquire": "^1.1.0",
"@protobufjs/path": "^1.1.2",
"@protobufjs/pool": "^1.1.0",
"@protobufjs/utf8": "^1.1.0",
"@types/long": "^4.0.0",
"long": "^4.0.0"
},
"bin": {
"apollo-pbjs": "bin/pbjs",
"apollo-pbts": "bin/pbts"
}
},
"node_modules/@apollo/server": {
"version": "4.7.4",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
"@apollo/server-gateway-interface": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.isnodelike": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"@apollo/utils.logger": "^2.0.0",
"@apollo/utils.usagereporting": "^2.1.0",
"@apollo/utils.withrequired": "^2.0.0",
"@graphql-tools/schema": "^9.0.0",
"@josephg/resolvable": "^1.0.0",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.30",
"@types/node-fetch": "^2.6.1",
"async-retry": "^1.2.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"loglevel": "^1.6.8",
"lru-cache": "^7.10.1",
"negotiator": "^0.6.3",
"node-abort-controller": "^3.1.1",
"node-fetch": "^2.6.7",
"uuid": "^9.0.0",
"whatwg-mimetype": "^3.0.0"
},
"engines": {
"node": ">=14.16.0"
},
"peerDependencies": {
"graphql": "^16.6.0"
}
},
"node_modules/@apollo/server-gateway-interface": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/usage-reporting-protobuf": "^4.0.0",
"@apollo/utils.fetcher": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"@apollo/utils.logger": "^2.0.0"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/server-plugin-landing-page-graphql-playground": {
"version": "4.0.0",
"deprecated": "The use of GraphQL Playground in Apollo Server was supported in previous versions, but this is no longer the case as of December 31, 2022. This package exists for v4 migration purposes only. We do not intend to resolve security issues or other bugs with this package if they arise, so please migrate away from this to [Apollo Server's default Explorer](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages) as soon as possible.",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.29"
},
"engines": {
"node": ">=14.0"
},
"peerDependencies": {
"@apollo/server": "^4.0.0"
}
},
"node_modules/@apollo/usage-reporting-protobuf": {
"version": "4.1.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/protobufjs": "1.2.7"
}
},
"node_modules/@apollo/utils.createhash": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/utils.isnodelike": "^2.0.1",
"sha.js": "^2.4.11"
},
"engines": {
"node": ">=14"
}
},
"node_modules/@apollo/utils.dropunuseddefinitions": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/utils.fetcher": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
}
},
"node_modules/@apollo/utils.isnodelike": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
}
},
"node_modules/@apollo/utils.keyvaluecache": {
"version": "2.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/utils.logger": "^2.0.1",
"lru-cache": "^7.14.1"
},
"engines": {
"node": ">=14"
}
},
"node_modules/@apollo/utils.logger": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
}
},
"node_modules/@apollo/utils.printwithreducedwhitespace": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/utils.removealiases": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/utils.sortast": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"lodash.sortby": "^4.7.0"
},
"engines": {
"node": ">=14"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/utils.stripsensitiveliterals": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/utils.usagereporting": {
"version": "2.1.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.dropunuseddefinitions": "^2.0.1",
"@apollo/utils.printwithreducedwhitespace": "^2.0.1",
"@apollo/utils.removealiases": "2.0.1",
"@apollo/utils.sortast": "^2.0.1",
"@apollo/utils.stripsensitiveliterals": "^2.0.1"
},
"engines": {
"node": ">=14"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
},
"node_modules/@apollo/utils.withrequired": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=14"
}
},
"node_modules/@apollographql/graphql-playground-html": {
"version": "1.6.29",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"xss": "^1.0.8"
}
},
"node_modules/@babel/code-frame": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/highlight": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/compat-data": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/core": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.22.5",
"@babel/generator": "^7.22.5",
"@babel/helper-compilation-targets": "^7.22.5",
"@babel/helper-module-transforms": "^7.22.5",
"@babel/helpers": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"convert-source-map": "^1.7.0",
"debug": "^4.1.0",
"gensync": "^1.0.0-beta.2",
"json5": "^2.2.2",
"semver": "^6.3.0"
},
"engines": {
"node": ">=6.9.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/babel"
}
},
"node_modules/@babel/core/node_modules/convert-source-map": {
"version": "1.9.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
},
"node_modules/@babel/core/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@babel/core/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@babel/core/node_modules/semver": {
"version": "6.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/@babel/generator": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.22.5",
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-compilation-targets": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/compat-data": "^7.22.5",
"@babel/helper-validator-option": "^7.22.5",
"browserslist": "^4.21.3",
"lru-cache": "^5.1.1",
"semver": "^6.3.0"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
"version": "5.1.1",
"dev": true,
"license": "ISC",
"dependencies": {
"yallist": "^3.0.2"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
"version": "6.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"bin": {
"semver": "bin/semver.js"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
"version": "3.1.1",
"dev": true,
"license": "ISC"
},
2023-06-20 15:52:43 -05:00
"node_modules/@babel/helper-environment-visitor": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-function-name": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/template": "^7.22.5",
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-hoist-variables": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-imports": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-simple-access": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-plugin-utils": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-simple-access": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-split-export-declaration": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-string-parser": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-identifier": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-validator-option": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helpers": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.5",
"chalk": "^2.0.0",
"js-tokens": "^4.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight/node_modules/ansi-styles": {
"version": "3.2.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/chalk": {
"version": "2.4.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/color-convert": {
"version": "1.9.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"color-name": "1.1.3"
}
},
"node_modules/@babel/highlight/node_modules/color-name": {
"version": "1.1.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@babel/highlight/node_modules/has-flag": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/parser": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"parser": "bin/babel-parser.js"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@babel/plugin-syntax-async-generators": {
"version": "7.8.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-bigint": {
"version": "7.8.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-class-properties": {
"version": "7.12.13",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-import-meta": {
"version": "7.10.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-json-strings": {
"version": "7.8.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-jsx": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
"version": "7.10.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
"version": "7.8.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-numeric-separator": {
"version": "7.10.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-object-rest-spread": {
"version": "7.8.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
"version": "7.8.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-optional-chaining": {
"version": "7.8.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-top-level-await": {
"version": "7.14.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/plugin-syntax-typescript": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
},
"node_modules/@babel/template": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/code-frame": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/code-frame": "^7.22.5",
"@babel/generator": "^7.22.5",
"@babel/helper-environment-visitor": "^7.22.5",
"@babel/helper-function-name": "^7.22.5",
"@babel/helper-hoist-variables": "^7.22.5",
"@babel/helper-split-export-declaration": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/types": "^7.22.5",
"debug": "^4.1.0",
"globals": "^11.1.0"
},
"engines": {
"node": ">=6.9.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@babel/traverse/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
2023-06-20 15:52:43 -05:00
"node_modules/@babel/traverse/node_modules/globals": {
"version": "11.12.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@babel/traverse/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/@babel/types": {
"version": "7.22.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.5",
"to-fast-properties": "^2.0.0"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@bcoe/v8-coverage": {
"version": "0.2.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@colors/colors": {
"version": "1.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"optional": true,
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/@cspotcode/source-map-support": {
"version": "0.8.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/trace-mapping": "0.3.9"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
"version": "0.3.9",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/resolve-uri": "^3.0.3",
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"eslint-visitor-keys": "^3.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
},
"node_modules/@eslint-community/regexpp": {
"version": "4.5.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
}
},
"node_modules/@eslint/eslintrc": {
"version": "2.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.5.2",
"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"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@eslint/eslintrc/node_modules/debug": {
"version": "4.3.4",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"ms": "2.1.2"
2023-06-20 15:52:43 -05:00
},
2023-06-22 18:11:55 -05:00
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2023-06-20 15:52:43 -05:00
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@eslint/eslintrc/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@eslint/js": {
"version": "8.43.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
"node_modules/@graphql-tools/merge": {
"version": "8.4.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-tools/utils": "^9.2.1",
"tslib": "^2.4.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@graphql-tools/schema": {
"version": "9.0.19",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-tools/merge": "^8.4.1",
"@graphql-tools/utils": "^9.2.1",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@graphql-tools/utils": {
"version": "9.2.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"tslib": "^2.4.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@graphql-typed-document-node/core": {
"version": "3.2.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.10",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.5"
},
"engines": {
"node": ">=10.10.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@humanwhocodes/config-array/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@humanwhocodes/config-array/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
"node_modules/@humanwhocodes/object-schema": {
"version": "1.2.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@istanbuljs/load-nyc-config": {
"version": "1.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"camelcase": "^5.3.1",
"find-up": "^4.1.0",
"get-package-type": "^0.1.0",
"js-yaml": "^3.13.1",
"resolve-from": "^5.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
"version": "1.0.10",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"sprintf-js": "~1.0.2"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
"version": "3.14.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
"version": "5.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-locate": "^4.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
"version": "2.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
"version": "5.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/@istanbuljs/schema": {
"version": "0.1.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/@jest/console": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"jest-message-util": "^29.5.0",
"jest-util": "^29.5.0",
"slash": "^3.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/core": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/console": "^29.5.0",
"@jest/reporters": "^29.5.0",
"@jest/test-result": "^29.5.0",
"@jest/transform": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-changed-files": "^29.5.0",
"jest-config": "^29.5.0",
"jest-haste-map": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-regex-util": "^29.4.3",
"jest-resolve": "^29.5.0",
"jest-resolve-dependencies": "^29.5.0",
"jest-runner": "^29.5.0",
"jest-runtime": "^29.5.0",
"jest-snapshot": "^29.5.0",
"jest-util": "^29.5.0",
"jest-validate": "^29.5.0",
"jest-watcher": "^29.5.0",
"micromatch": "^4.0.4",
"pretty-format": "^29.5.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
"optional": true
}
}
},
"node_modules/@jest/environment": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/fake-timers": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"jest-mock": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/expect": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"expect": "^29.5.0",
"jest-snapshot": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/expect-utils": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"jest-get-type": "^29.4.3"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/fake-timers": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"@sinonjs/fake-timers": "^10.0.2",
"@types/node": "*",
"jest-message-util": "^29.5.0",
"jest-mock": "^29.5.0",
"jest-util": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/globals": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/environment": "^29.5.0",
"@jest/expect": "^29.5.0",
"@jest/types": "^29.5.0",
"jest-mock": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/reporters": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^29.5.0",
"@jest/test-result": "^29.5.0",
"@jest/transform": "^29.5.0",
"@jest/types": "^29.5.0",
"@jridgewell/trace-mapping": "^0.3.15",
"@types/node": "*",
"chalk": "^4.0.0",
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^5.1.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"istanbul-reports": "^3.1.3",
"jest-message-util": "^29.5.0",
"jest-util": "^29.5.0",
"jest-worker": "^29.5.0",
"slash": "^3.0.0",
"string-length": "^4.0.1",
"strip-ansi": "^6.0.0",
"v8-to-istanbul": "^9.0.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@jest/reporters/node_modules/glob": {
"version": "7.2.3",
"dev": true,
"license": "ISC",
"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/@jest/reporters/node_modules/jest-worker": {
"version": "29.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*",
"jest-util": "^29.5.0",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/reporters/node_modules/supports-color": {
"version": "8.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/@jest/schemas": {
"version": "29.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@sinclair/typebox": "^0.25.16"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/source-map": {
"version": "29.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.15",
"callsites": "^3.0.0",
"graceful-fs": "^4.2.9"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/test-result": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/console": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/istanbul-lib-coverage": "^2.0.0",
"collect-v8-coverage": "^1.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/test-sequencer": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/test-result": "^29.5.0",
"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.5.0",
"slash": "^3.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/transform": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/core": "^7.11.6",
"@jest/types": "^29.5.0",
"@jridgewell/trace-mapping": "^0.3.15",
"babel-plugin-istanbul": "^6.1.1",
"chalk": "^4.0.0",
"convert-source-map": "^2.0.0",
"fast-json-stable-stringify": "^2.1.0",
"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.5.0",
"jest-regex-util": "^29.4.3",
"jest-util": "^29.5.0",
"micromatch": "^4.0.4",
"pirates": "^4.0.4",
"slash": "^3.0.0",
"write-file-atomic": "^4.0.2"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@jest/types": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/schemas": "^29.4.3",
"@types/istanbul-lib-coverage": "^2.0.0",
"@types/istanbul-reports": "^3.0.0",
"@types/node": "*",
"@types/yargs": "^17.0.8",
"chalk": "^4.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/@josephg/resolvable": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/set-array": "^1.0.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
"@jridgewell/trace-mapping": "^0.3.9"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/resolve-uri": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/set-array": {
"version": "1.1.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@jridgewell/source-map": {
"version": "0.3.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.9"
}
},
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.4.15",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.18",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/resolve-uri": "3.1.0",
"@jridgewell/sourcemap-codec": "1.4.14"
}
},
"node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
"version": "1.4.14",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@lukeed/csprng": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/@nestjs/apollo": {
2023-06-22 18:11:55 -05:00
"version": "12.0.3",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.0",
"iterall": "1.3.0",
"lodash.omit": "4.5.0",
"tslib": "2.5.3"
},
"peerDependencies": {
"@apollo/gateway": "^2.0.0",
"@apollo/server": "^4.3.2",
"@apollo/subgraph": "^2.0.0",
"@as-integrations/fastify": "^1.3.0 || ^2.0.0",
"@nestjs/common": "^9.3.8 || ^10.0.0",
"@nestjs/core": "^9.3.8 || ^10.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "^16.6.0"
},
"peerDependenciesMeta": {
"@apollo/gateway": {
"optional": true
},
"@apollo/subgraph": {
"optional": true
},
"@as-integrations/fastify": {
"optional": true
}
}
},
"node_modules/@nestjs/cli": {
"version": "10.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@angular-devkit/core": "16.1.0",
"@angular-devkit/schematics": "16.1.0",
"@angular-devkit/schematics-cli": "16.1.0",
"@nestjs/schematics": "^10.0.1",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"cli-table3": "0.6.3",
"commander": "4.1.1",
"fork-ts-checker-webpack-plugin": "8.0.0",
"inquirer": "8.2.5",
"node-emoji": "1.11.0",
"ora": "5.4.1",
"os-name": "4.0.1",
"rimraf": "4.4.1",
"shelljs": "0.8.5",
"source-map-support": "0.5.21",
"tree-kill": "1.2.2",
"tsconfig-paths": "4.2.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "5.1.3",
"webpack": "5.87.0",
"webpack-node-externals": "3.0.0"
},
"bin": {
"nest": "bin/nest.js"
},
"engines": {
"node": ">= 16"
},
"peerDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.62"
},
"peerDependenciesMeta": {
"@swc/cli": {
"optional": true
},
"@swc/core": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@nestjs/cli/node_modules/commander": {
"version": "4.1.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 6"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/@nestjs/common": {
2023-06-22 18:11:55 -05:00
"version": "10.0.3",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"iterare": "1.2.1",
"tslib": "2.5.3",
"uid": "2.0.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.1.0"
},
"peerDependenciesMeta": {
"class-transformer": {
"optional": true
},
"class-validator": {
"optional": true
}
}
},
"node_modules/@nestjs/core": {
2023-06-22 18:11:55 -05:00
"version": "10.0.3",
2023-06-20 15:52:43 -05:00
"hasInstallScript": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@nuxtjs/opencollective": "0.3.2",
"fast-safe-stringify": "2.1.1",
"iterare": "1.2.1",
"path-to-regexp": "3.2.0",
"tslib": "2.5.3",
"uid": "2.0.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/microservices": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/websockets": "^10.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.1.0"
},
"peerDependenciesMeta": {
"@nestjs/microservices": {
"optional": true
},
"@nestjs/platform-express": {
"optional": true
},
"@nestjs/websockets": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@nestjs/core/node_modules/path-to-regexp": {
"version": "3.2.0",
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/@nestjs/graphql": {
2023-06-22 18:11:55 -05:00
"version": "12.0.3",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-tools/merge": "9.0.0",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.1",
2023-06-22 18:11:55 -05:00
"@nestjs/mapped-types": "2.0.2",
2023-06-20 15:52:43 -05:00
"chokidar": "3.5.3",
"fast-glob": "3.2.12",
"graphql-tag": "2.12.6",
"graphql-ws": "5.13.1",
"lodash": "4.17.21",
"normalize-path": "3.0.0",
"subscriptions-transport-ws": "0.11.0",
"tslib": "2.5.3",
"uuid": "9.0.0",
"ws": "8.13.0"
},
"peerDependencies": {
"@apollo/subgraph": "^2.0.0",
"@nestjs/common": "^9.3.8 || ^10.0.0",
"@nestjs/core": "^9.3.8 || ^10.0.0",
"class-transformer": "*",
"class-validator": "*",
"graphql": "^16.6.0",
"reflect-metadata": "^0.1.13",
"ts-morph": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@apollo/subgraph": {
"optional": true
},
"class-transformer": {
"optional": true
},
"class-validator": {
"optional": true
},
"ts-morph": {
"optional": true
}
}
},
"node_modules/@nestjs/graphql/node_modules/@graphql-tools/merge": {
"version": "9.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-tools/utils": "^10.0.0",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@nestjs/graphql/node_modules/@graphql-tools/schema": {
"version": "10.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/utils": "^10.0.0",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@nestjs/graphql/node_modules/@graphql-tools/utils": {
"version": "10.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
},
"node_modules/@nestjs/mapped-types": {
2023-06-22 18:11:55 -05:00
"version": "2.0.2",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"class-transformer": "^0.4.0 || ^0.5.0",
"class-validator": "^0.13.0 || ^0.14.0",
"reflect-metadata": "^0.1.12"
},
"peerDependenciesMeta": {
"class-transformer": {
"optional": true
},
"class-validator": {
"optional": true
}
}
},
"node_modules/@nestjs/platform-express": {
2023-06-22 18:11:55 -05:00
"version": "10.0.3",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"multer": "1.4.4-lts.1",
"tslib": "2.5.3"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0"
}
},
"node_modules/@nestjs/schematics": {
"version": "10.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@angular-devkit/core": "16.1.0",
"@angular-devkit/schematics": "16.1.0",
"comment-json": "4.2.3",
"jsonc-parser": "3.2.0",
"pluralize": "8.0.0"
},
"peerDependencies": {
"typescript": ">=4.8.2"
}
},
"node_modules/@nestjs/testing": {
2023-06-22 18:11:55 -05:00
"version": "10.0.3",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"tslib": "2.5.3"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/nest"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/microservices": "^10.0.0",
"@nestjs/platform-express": "^10.0.0"
},
"peerDependenciesMeta": {
"@nestjs/microservices": {
"optional": true
},
"@nestjs/platform-express": {
"optional": true
}
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/@nuxtjs/opencollective": {
"version": "0.3.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.1.0",
"consola": "^2.15.0",
"node-fetch": "^2.6.1"
},
"bin": {
"opencollective": "bin/opencollective.js"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
}
},
"node_modules/@protobufjs/aspromise": {
"version": "1.1.2",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/base64": {
"version": "1.1.2",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/codegen": {
"version": "2.0.4",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/eventemitter": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/fetch": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@protobufjs/aspromise": "^1.1.1",
"@protobufjs/inquire": "^1.1.0"
}
},
"node_modules/@protobufjs/float": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/inquire": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/path": {
"version": "1.1.2",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/pool": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@protobufjs/utf8": {
"version": "1.1.0",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@sinclair/typebox": {
"version": "0.25.24",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@sinonjs/commons": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"type-detect": "4.0.8"
}
},
"node_modules/@sinonjs/fake-timers": {
"version": "10.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@sinonjs/commons": "^3.0.0"
}
},
"node_modules/@tsconfig/node10": {
"version": "1.0.9",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@tsconfig/node12": {
"version": "1.0.11",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@tsconfig/node14": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@tsconfig/node16": {
"version": "1.0.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/babel__core": {
"version": "7.20.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/parser": "^7.20.7",
"@babel/types": "^7.20.7",
"@types/babel__generator": "*",
"@types/babel__template": "*",
"@types/babel__traverse": "*"
}
},
"node_modules/@types/babel__generator": {
"version": "7.6.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.0.0"
}
},
"node_modules/@types/babel__template": {
"version": "7.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
}
},
"node_modules/@types/babel__traverse": {
"version": "7.20.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/types": "^7.20.7"
}
},
"node_modules/@types/body-parser": {
"version": "1.19.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/connect": "*",
"@types/node": "*"
}
},
"node_modules/@types/connect": {
"version": "3.4.35",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/cookiejar": {
"version": "2.1.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/eslint": {
"version": "8.40.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/estree": "*",
"@types/json-schema": "*"
}
},
"node_modules/@types/eslint-scope": {
"version": "3.7.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/eslint": "*",
"@types/estree": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/express": {
"version": "4.17.17",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.33",
"@types/qs": "*",
"@types/serve-static": "*"
}
},
"node_modules/@types/express-serve-static-core": {
"version": "4.17.35",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/node": "*",
"@types/qs": "*",
"@types/range-parser": "*",
"@types/send": "*"
}
},
"node_modules/@types/graceful-fs": {
"version": "4.1.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/istanbul-lib-coverage": {
"version": "2.0.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/istanbul-lib-report": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/istanbul-lib-coverage": "*"
}
},
"node_modules/@types/istanbul-reports": {
"version": "3.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/istanbul-lib-report": "*"
}
},
"node_modules/@types/jest": {
"version": "29.5.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"
}
},
"node_modules/@types/json-schema": {
"version": "7.0.12",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/long": {
"version": "4.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/mime": {
"version": "1.3.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/node": {
"version": "20.3.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/node-fetch": {
"version": "2.6.4",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/node": "*",
"form-data": "^3.0.0"
}
},
"node_modules/@types/parse-json": {
"version": "4.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/prettier": {
"version": "2.7.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/qs": {
"version": "6.9.7",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/range-parser": {
"version": "1.2.4",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/semver": {
"version": "7.5.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/send": {
"version": "0.17.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/mime": "^1",
"@types/node": "*"
}
},
"node_modules/@types/serve-static": {
"version": "1.15.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/mime": "*",
"@types/node": "*"
}
},
"node_modules/@types/stack-utils": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@types/superagent": {
"version": "4.1.18",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/cookiejar": "*",
"@types/node": "*"
}
},
"node_modules/@types/supertest": {
"version": "2.0.12",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/superagent": "*"
}
},
"node_modules/@types/yargs": {
"version": "17.0.24",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/yargs-parser": "*"
}
},
"node_modules/@types/yargs-parser": {
"version": "21.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@typescript-eslint/eslint-plugin": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@eslint-community/regexpp": "^4.4.0",
"@typescript-eslint/scope-manager": "5.60.0",
"@typescript-eslint/type-utils": "5.60.0",
"@typescript-eslint/utils": "5.60.0",
"debug": "^4.3.4",
"grapheme-splitter": "^1.0.4",
"ignore": "^5.2.0",
"natural-compare-lite": "^1.4.0",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/@typescript-eslint/parser": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@typescript-eslint/scope-manager": "5.60.0",
"@typescript-eslint/types": "5.60.0",
"@typescript-eslint/typescript-estree": "5.60.0",
"debug": "^4.3.4"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@typescript-eslint/parser/node_modules/debug": {
"version": "4.3.4",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"ms": "2.1.2"
2023-06-20 15:52:43 -05:00
},
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=6.0"
2023-06-20 15:52:43 -05:00
},
2023-06-22 18:11:55 -05:00
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/parser/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
"node_modules/@typescript-eslint/scope-manager": {
"version": "5.60.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/types": "5.60.0",
"@typescript-eslint/visitor-keys": "5.60.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
2023-06-20 15:52:43 -05:00
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/type-utils": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@typescript-eslint/typescript-estree": "5.60.0",
"@typescript-eslint/utils": "5.60.0",
"debug": "^4.3.4",
"tsutils": "^3.21.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@typescript-eslint/type-utils/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/type-utils/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/@typescript-eslint/types": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@typescript-eslint/types": "5.60.0",
"@typescript-eslint/visitor-keys": "5.60.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/@typescript-eslint/utils": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@types/json-schema": "^7.0.9",
"@types/semver": "^7.3.12",
"@typescript-eslint/scope-manager": "5.60.0",
"@typescript-eslint/types": "5.60.0",
"@typescript-eslint/typescript-estree": "5.60.0",
"eslint-scope": "^5.1.1",
"semver": "^7.3.7"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/@typescript-eslint/visitor-keys": {
"version": "5.60.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@typescript-eslint/types": "5.60.0",
"eslint-visitor-keys": "^3.3.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@webassemblyjs/ast": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/helper-numbers": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
}
},
"node_modules/@webassemblyjs/floating-point-hex-parser": {
"version": "1.11.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@webassemblyjs/helper-api-error": {
"version": "1.11.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@webassemblyjs/helper-buffer": {
"version": "1.11.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@webassemblyjs/helper-numbers": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/floating-point-hex-parser": "1.11.6",
"@webassemblyjs/helper-api-error": "1.11.6",
"@xtuc/long": "4.2.2"
}
},
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
"version": "1.11.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@webassemblyjs/helper-wasm-section": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-buffer": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/wasm-gen": "1.11.6"
}
},
"node_modules/@webassemblyjs/ieee754": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@xtuc/ieee754": "^1.2.0"
}
},
"node_modules/@webassemblyjs/leb128": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@xtuc/long": "4.2.2"
}
},
"node_modules/@webassemblyjs/utf8": {
"version": "1.11.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/@webassemblyjs/wasm-edit": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-buffer": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/helper-wasm-section": "1.11.6",
"@webassemblyjs/wasm-gen": "1.11.6",
"@webassemblyjs/wasm-opt": "1.11.6",
"@webassemblyjs/wasm-parser": "1.11.6",
"@webassemblyjs/wast-printer": "1.11.6"
}
},
"node_modules/@webassemblyjs/wasm-gen": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/ieee754": "1.11.6",
"@webassemblyjs/leb128": "1.11.6",
"@webassemblyjs/utf8": "1.11.6"
}
},
"node_modules/@webassemblyjs/wasm-opt": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-buffer": "1.11.6",
"@webassemblyjs/wasm-gen": "1.11.6",
"@webassemblyjs/wasm-parser": "1.11.6"
}
},
"node_modules/@webassemblyjs/wasm-parser": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@webassemblyjs/helper-api-error": "1.11.6",
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
"@webassemblyjs/ieee754": "1.11.6",
"@webassemblyjs/leb128": "1.11.6",
"@webassemblyjs/utf8": "1.11.6"
}
},
"node_modules/@webassemblyjs/wast-printer": {
"version": "1.11.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@webassemblyjs/ast": "1.11.6",
"@xtuc/long": "4.2.2"
}
},
"node_modules/@xtuc/ieee754": {
"version": "1.2.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/@xtuc/long": {
"version": "4.2.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "Apache-2.0"
2023-06-20 15:52:43 -05:00
},
"node_modules/accepts": {
"version": "1.3.8",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"mime-types": "~2.1.34",
"negotiator": "0.6.3"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/acorn": {
"version": "8.9.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-import-assertions": {
"version": "1.9.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"peerDependencies": {
"acorn": "^8"
}
},
"node_modules/acorn-jsx": {
"version": "5.3.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/acorn-walk": {
"version": "8.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/ajv": {
2023-06-22 18:11:55 -05:00
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2023-06-20 15:52:43 -05:00
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
2023-06-22 18:11:55 -05:00
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
2023-06-20 15:52:43 -05:00
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ajv-formats": {
"version": "2.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ajv": "^8.0.0"
},
"peerDependencies": {
"ajv": "^8.0.0"
},
"peerDependenciesMeta": {
"ajv": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/ajv-formats/node_modules/ajv": {
"version": "8.12.0",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
"dev": true,
"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/ajv-formats/node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
"dev": true
},
"node_modules/ajv-keywords": {
"version": "3.5.2",
"dev": true,
"license": "MIT",
"peerDependencies": {
"ajv": "^6.9.1"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/ansi-colors": {
"version": "4.1.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/ansi-escapes": {
"version": "4.3.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"type-fest": "^0.21.3"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ansi-regex": {
"version": "5.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-styles": {
"version": "4.3.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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",
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/append-field": {
"version": "1.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/arg": {
"version": "4.1.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/argparse": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "Python-2.0"
2023-06-20 15:52:43 -05:00
},
"node_modules/array-flatten": {
"version": "1.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/array-timsort": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/array-union": {
"version": "2.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/asap": {
"version": "2.0.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/async-retry": {
"version": "1.3.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"retry": "0.13.1"
}
},
"node_modules/asynckit": {
"version": "0.4.0",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/babel-jest": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/transform": "^29.5.0",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^29.5.0",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"slash": "^3.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"@babel/core": "^7.8.0"
}
},
"node_modules/babel-plugin-istanbul": {
"version": "6.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"@istanbuljs/load-nyc-config": "^1.0.0",
"@istanbuljs/schema": "^0.1.2",
"istanbul-lib-instrument": "^5.0.4",
"test-exclude": "^6.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/babel-plugin-jest-hoist": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/template": "^7.3.3",
"@babel/types": "^7.3.3",
"@types/babel__core": "^7.1.14",
"@types/babel__traverse": "^7.0.6"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/babel-preset-current-node-syntax": {
"version": "1.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-syntax-class-properties": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-syntax-json-strings": "^7.8.3",
"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-syntax-numeric-separator": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-top-level-await": "^7.8.3"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/babel-preset-jest": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"babel-plugin-jest-hoist": "^29.5.0",
"babel-preset-current-node-syntax": "^1.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
}
},
"node_modules/backo2": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/balanced-match": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/base64-js": {
"version": "1.5.1",
"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-06-22 18:11:55 -05:00
],
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/binary-extensions": {
"version": "2.2.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/bl": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"buffer": "^5.5.0",
"inherits": "^2.0.4",
"readable-stream": "^3.4.0"
}
},
"node_modules/bl/node_modules/readable-stream": {
"version": "3.6.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/body-parser": {
"version": "1.20.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"bytes": "3.1.2",
"content-type": "~1.0.5",
"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.2",
"type-is": "~1.6.18",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/braces": {
"version": "3.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"fill-range": "^7.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/browserslist": {
"version": "4.21.9",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"caniuse-lite": "^1.0.30001503",
"electron-to-chromium": "^1.4.431",
"node-releases": "^2.0.12",
"update-browserslist-db": "^1.0.11"
},
"bin": {
"browserslist": "cli.js"
},
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
"node_modules/bs-logger": {
"version": "0.2.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"fast-json-stable-stringify": "2.x"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/bser": {
"version": "2.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"node-int64": "^0.4.0"
}
},
"node_modules/buffer": {
"version": "5.7.1",
"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-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
}
},
"node_modules/buffer-from": {
"version": "1.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/busboy": {
"version": "1.6.0",
"dependencies": {
"streamsearch": "^1.1.0"
},
"engines": {
"node": ">=10.16.0"
}
},
"node_modules/bytes": {
"version": "3.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/call-bind": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/camelcase": {
"version": "5.3.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/caniuse-lite": {
2023-06-22 18:11:55 -05:00
"version": "1.0.30001506",
2023-06-20 15:52:43 -05:00
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
2023-06-22 18:11:55 -05:00
],
"license": "CC-BY-4.0"
2023-06-20 15:52:43 -05:00
},
"node_modules/chalk": {
"version": "4.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/char-regex": {
"version": "1.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
}
},
"node_modules/chardet": {
"version": "0.7.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/chokidar": {
"version": "3.5.3",
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/chrome-trace-event": {
"version": "1.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.0"
}
},
"node_modules/ci-info": {
"version": "3.8.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
}
],
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/cjs-module-lexer": {
"version": "1.2.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/cli-cursor": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"restore-cursor": "^3.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cli-spinners": {
"version": "2.9.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cli-table3": {
"version": "0.6.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"string-width": "^4.2.0"
},
"engines": {
"node": "10.* || >= 12.*"
},
"optionalDependencies": {
"@colors/colors": "1.5.0"
}
},
"node_modules/cli-width": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 10"
}
},
"node_modules/cliui": {
"version": "8.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/clone": {
"version": "1.0.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.8"
}
},
"node_modules/co": {
"version": "4.6.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.12.0"
}
},
"node_modules/collect-v8-coverage": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/color-convert": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/color-name": {
"version": "1.1.4",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/combined-stream": {
"version": "1.0.8",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/commander": {
2023-06-22 18:11:55 -05:00
"version": "2.20.3",
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/comment-json": {
"version": "4.2.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"array-timsort": "^1.0.3",
"core-util-is": "^1.0.3",
"esprima": "^4.0.1",
"has-own-prop": "^2.0.0",
"repeat-string": "^1.6.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/component-emitter": {
"version": "1.3.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/concat-map": {
"version": "0.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/concat-stream": {
"version": "1.6.2",
"engines": [
"node >= 0.8"
],
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^2.2.2",
"typedarray": "^0.0.6"
}
},
"node_modules/consola": {
"version": "2.15.3",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/content-disposition": {
"version": "0.5.4",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"safe-buffer": "5.2.1"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/content-type": {
"version": "1.0.5",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/convert-source-map": {
"version": "2.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/cookie": {
"version": "0.5.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie-signature": {
"version": "1.0.6",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/cookiejar": {
"version": "2.1.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/core-util-is": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/cors": {
"version": "2.8.5",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"object-assign": "^4",
"vary": "^1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/cosmiconfig": {
"version": "7.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/parse-json": "^4.0.0",
"import-fresh": "^3.2.1",
"parse-json": "^5.0.0",
"path-type": "^4.0.0",
"yaml": "^1.10.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/create-require": {
"version": "1.1.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/cssfilter": {
"version": "0.0.10",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/debug": {
2023-06-22 18:11:55 -05:00
"version": "2.6.9",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"ms": "2.0.0"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/dedent": {
"version": "0.7.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/deep-is": {
"version": "0.1.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/deepmerge": {
"version": "4.3.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/defaults": {
"version": "1.0.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"clone": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/delayed-stream": {
"version": "1.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/depd": {
"version": "2.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/destroy": {
"version": "1.2.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/detect-newline": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/dezalgo": {
"version": "1.0.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"asap": "^2.0.0",
"wrappy": "1"
}
},
"node_modules/diff": {
"version": "4.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.3.1"
}
},
"node_modules/diff-sequences": {
"version": "29.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/dir-glob": {
"version": "3.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/doctrine": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/ee-first": {
"version": "1.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/electron-to-chromium": {
2023-06-22 18:11:55 -05:00
"version": "1.4.437",
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/emittery": {
"version": "0.13.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sindresorhus/emittery?sponsor=1"
}
},
"node_modules/emoji-regex": {
"version": "8.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/encodeurl": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/end-of-stream": {
"version": "1.4.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"once": "^1.4.0"
}
},
"node_modules/enhanced-resolve": {
"version": "5.15.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"graceful-fs": "^4.2.4",
"tapable": "^2.2.0"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/error-ex": {
"version": "1.3.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"is-arrayish": "^0.2.1"
}
},
"node_modules/es-module-lexer": {
"version": "1.3.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/escalade": {
"version": "3.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/escape-html": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/escape-string-regexp": {
2023-06-22 18:11:55 -05:00
"version": "1.0.5",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=0.8.0"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/eslint": {
"version": "8.43.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.4.0",
"@eslint/eslintrc": "^2.0.3",
"@eslint/js": "8.43.0",
"@humanwhocodes/config-array": "^0.11.10",
"@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.2.0",
"eslint-visitor-keys": "^3.4.1",
"espree": "^9.5.2",
"esquery": "^1.4.2",
"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",
"graphemer": "^1.4.0",
"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-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",
"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-config-prettier": {
"version": "8.8.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"eslint-config-prettier": "bin/cli.js"
},
"peerDependencies": {
"eslint": ">=7.0.0"
}
},
"node_modules/eslint-plugin-prettier": {
"version": "4.2.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"prettier-linter-helpers": "^1.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"eslint": ">=7.28.0",
"prettier": ">=2.0.0"
},
"peerDependenciesMeta": {
"eslint-config-prettier": {
"optional": true
}
}
},
"node_modules/eslint-scope": {
"version": "5.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^4.1.1"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/eslint/node_modules/debug": {
"version": "4.3.4",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/eslint/node_modules/escape-string-regexp": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
2023-06-20 15:52:43 -05:00
},
"funding": {
2023-06-22 18:11:55 -05:00
"url": "https://github.com/sponsors/sindresorhus"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/eslint/node_modules/eslint-scope": {
"version": "7.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/eslint/node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/eslint/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/espree": {
"version": "9.5.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"acorn": "^8.8.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.4.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/esprima": {
"version": "4.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/esquery": {
"version": "1.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esquery/node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/esrecurse/node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "4.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4.0"
}
},
"node_modules/esutils": {
"version": "2.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/etag": {
"version": "1.8.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/eventemitter3": {
"version": "3.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/events": {
"version": "3.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.8.x"
}
},
"node_modules/execa": {
2023-06-22 18:11:55 -05:00
"version": "4.1.0",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"cross-spawn": "^7.0.0",
"get-stream": "^5.0.0",
"human-signals": "^1.1.1",
2023-06-20 15:52:43 -05:00
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
2023-06-22 18:11:55 -05:00
"npm-run-path": "^4.0.0",
"onetime": "^5.1.0",
"signal-exit": "^3.0.2",
2023-06-20 15:52:43 -05:00
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/exit": {
"version": "0.1.2",
"dev": true,
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/expect": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/expect-utils": "^29.5.0",
"jest-get-type": "^29.4.3",
"jest-matcher-utils": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-util": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/express": {
"version": "4.18.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/node_modules/body-parser": {
"version": "1.20.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/express/node_modules/raw-body": {
"version": "2.5.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/external-editor": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chardet": "^0.7.0",
"iconv-lite": "^0.4.24",
"tmp": "^0.0.33"
},
"engines": {
"node": ">=4"
}
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/fast-diff": {
"version": "1.3.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "Apache-2.0"
2023-06-20 15:52:43 -05:00
},
"node_modules/fast-glob": {
"version": "3.2.12",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
},
"engines": {
"node": ">=8.6.0"
}
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/fast-safe-stringify": {
"version": "2.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/fastq": {
"version": "1.15.0",
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"reusify": "^1.0.4"
}
},
"node_modules/fb-watchman": {
"version": "2.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"bser": "2.1.1"
}
},
"node_modules/figures": {
"version": "3.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/fill-range": {
"version": "7.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/finalhandler": {
"version": "1.2.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/find-up": {
"version": "5.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/flat-cache": {
"version": "3.0.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"flatted": "^3.1.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/flat-cache/node_modules/glob": {
"version": "7.2.3",
"dev": true,
"license": "ISC",
"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"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/flat-cache/node_modules/rimraf": {
"version": "3.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/flatted": {
"version": "3.2.7",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/fork-ts-checker-webpack-plugin": {
"version": "8.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/code-frame": "^7.16.7",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"cosmiconfig": "^7.0.1",
"deepmerge": "^4.2.2",
"fs-extra": "^10.0.0",
"memfs": "^3.4.1",
"minimatch": "^3.0.4",
"node-abort-controller": "^3.0.1",
"schema-utils": "^3.1.1",
"semver": "^7.3.5",
"tapable": "^2.2.1"
},
"engines": {
"node": ">=12.13.0",
"yarn": ">=1.0.0"
},
"peerDependencies": {
"typescript": ">3.6.0",
"webpack": "^5.11.0"
}
},
"node_modules/form-data": {
2023-06-22 18:11:55 -05:00
"version": "3.0.1",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/formidable": {
"version": "2.1.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"dezalgo": "^1.0.4",
"hexoid": "^1.0.0",
"once": "^1.4.0",
"qs": "^6.11.0"
},
"funding": {
"url": "https://ko-fi.com/tunnckoCore/commissions"
}
},
"node_modules/forwarded": {
"version": "0.2.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fresh": {
"version": "0.5.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/fs-extra": {
"version": "10.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/fs-monkey": {
"version": "1.0.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "Unlicense"
2023-06-20 15:52:43 -05:00
},
"node_modules/fs.realpath": {
"version": "1.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/fsevents": {
"version": "2.3.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/get-caller-file": {
"version": "2.0.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
},
"node_modules/get-intrinsic": {
"version": "1.2.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"function-bind": "^1.1.1",
"has": "^1.0.3",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-package-type": {
"version": "0.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/get-stream": {
2023-06-22 18:11:55 -05:00
"version": "5.2.0",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
"dependencies": {
"pump": "^3.0.0"
},
2023-06-20 15:52:43 -05:00
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=8"
2023-06-20 15:52:43 -05:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/glob": {
2023-06-22 18:11:55 -05:00
"version": "9.3.5",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"fs.realpath": "^1.0.0",
2023-06-22 18:11:55 -05:00
"minimatch": "^8.0.2",
"minipass": "^4.2.4",
"path-scurry": "^1.6.1"
2023-06-20 15:52:43 -05:00
},
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=16 || 14 >=14.17"
2023-06-20 15:52:43 -05:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent": {
"version": "5.1.2",
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/glob-to-regexp": {
"version": "0.4.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/glob/node_modules/brace-expansion": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/glob/node_modules/minimatch": {
"version": "8.0.4",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
2023-06-20 15:52:43 -05:00
},
"node_modules/globals": {
"version": "13.20.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/globals/node_modules/type-fest": {
"version": "0.20.2",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/globby": {
"version": "11.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/graceful-fs": {
"version": "4.2.11",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/grapheme-splitter": {
"version": "1.0.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/graphemer": {
"version": "1.4.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/graphql": {
2023-06-22 18:11:55 -05:00
"version": "16.7.1",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
}
},
"node_modules/graphql-tag": {
"version": "2.12.6",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"tslib": "^2.1.0"
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
},
"node_modules/graphql-ws": {
"version": "5.13.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
"workspaces": [
"website"
],
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
},
"peerDependencies": {
"graphql": ">=0.11 <=16"
}
},
"node_modules/has": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/has-flag": {
"version": "4.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/has-own-prop": {
"version": "2.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/has-proto": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-symbols": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/hexoid": {
"version": "1.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/html-escaper": {
"version": "2.0.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/http-errors": {
"version": "2.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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"
}
},
"node_modules/human-signals": {
2023-06-22 18:11:55 -05:00
"version": "1.1.1",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=8.12.0"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/ieee754": {
"version": "1.2.1",
"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-06-22 18:11:55 -05:00
],
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/ignore": {
"version": "5.2.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 4"
}
},
"node_modules/import-fresh": {
"version": "3.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/import-local": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"pkg-dir": "^4.2.0",
"resolve-cwd": "^3.0.0"
},
"bin": {
"import-local-fixture": "fixtures/cli.js"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/inflight": {
"version": "1.0.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
2023-06-22 18:11:55 -05:00
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/inquirer": {
"version": "8.2.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-cursor": "^3.1.0",
"cli-width": "^3.0.0",
"external-editor": "^3.0.3",
"figures": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.5.5",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/interpret": {
"version": "1.4.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.10"
}
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.10"
}
},
"node_modules/is-arrayish": {
"version": "0.2.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/is-binary-path": {
"version": "2.1.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/is-core-module": {
"version": "2.12.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"has": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-generator-fn": {
"version": "2.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-interactive": {
"version": "1.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-number": {
"version": "7.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-path-inside": {
"version": "3.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-stream": {
"version": "2.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-unicode-supported": {
"version": "0.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/isarray": {
"version": "1.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/isexe": {
"version": "2.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/istanbul-lib-coverage": {
"version": "3.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/istanbul-lib-instrument": {
"version": "5.2.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/parser": "^7.14.7",
"@istanbuljs/schema": "^0.1.2",
"istanbul-lib-coverage": "^3.2.0",
"semver": "^6.3.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/istanbul-lib-instrument/node_modules/semver": {
"version": "6.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/istanbul-lib-report": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"istanbul-lib-coverage": "^3.0.0",
"make-dir": "^3.0.0",
"supports-color": "^7.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/istanbul-lib-source-maps": {
"version": "4.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"debug": "^4.1.1",
"istanbul-lib-coverage": "^3.0.0",
"source-map": "^0.6.1"
},
"engines": {
"node": ">=10"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/istanbul-lib-source-maps/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/istanbul-lib-source-maps/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/istanbul-lib-source-maps/node_modules/source-map": {
"version": "0.6.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/istanbul-reports": {
"version": "3.1.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"html-escaper": "^2.0.0",
"istanbul-lib-report": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/iterall": {
"version": "1.3.0",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/iterare": {
"version": "1.2.1",
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/jest": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/core": "^29.5.0",
"@jest/types": "^29.5.0",
"import-local": "^3.0.2",
"jest-cli": "^29.5.0"
},
"bin": {
"jest": "bin/jest.js"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
"optional": true
}
}
},
"node_modules/jest-changed-files": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"execa": "^5.0.0",
"p-limit": "^3.1.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest-changed-files/node_modules/execa": {
"version": "5.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/jest-changed-files/node_modules/get-stream": {
"version": "6.0.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/jest-changed-files/node_modules/human-signals": {
"version": "2.1.0",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=10.17.0"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/jest-circus": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/environment": "^29.5.0",
"@jest/expect": "^29.5.0",
"@jest/test-result": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"co": "^4.6.0",
"dedent": "^0.7.0",
"is-generator-fn": "^2.0.0",
"jest-each": "^29.5.0",
"jest-matcher-utils": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-runtime": "^29.5.0",
"jest-snapshot": "^29.5.0",
"jest-util": "^29.5.0",
"p-limit": "^3.1.0",
"pretty-format": "^29.5.0",
"pure-rand": "^6.0.0",
"slash": "^3.0.0",
"stack-utils": "^2.0.3"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-config": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/core": "^7.11.6",
"@jest/test-sequencer": "^29.5.0",
"@jest/types": "^29.5.0",
"babel-jest": "^29.5.0",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"jest-circus": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest-get-type": "^29.4.3",
"jest-regex-util": "^29.4.3",
"jest-resolve": "^29.5.0",
"jest-runner": "^29.5.0",
"jest-util": "^29.5.0",
"jest-validate": "^29.5.0",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "^29.5.0",
"slash": "^3.0.0",
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"@types/node": "*",
"ts-node": ">=9.0.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"ts-node": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest-config/node_modules/glob": {
"version": "7.2.3",
"dev": true,
"license": "ISC",
"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"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/jest-diff": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.0.0",
"diff-sequences": "^29.4.3",
"jest-get-type": "^29.4.3",
"pretty-format": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-docblock": {
"version": "29.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"detect-newline": "^3.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-each": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"chalk": "^4.0.0",
"jest-get-type": "^29.4.3",
"jest-util": "^29.5.0",
"pretty-format": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-environment-node": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/environment": "^29.5.0",
"@jest/fake-timers": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"jest-mock": "^29.5.0",
"jest-util": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-get-type": {
"version": "29.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-haste-map": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"@types/graceful-fs": "^4.1.3",
"@types/node": "*",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"graceful-fs": "^4.2.9",
"jest-regex-util": "^29.4.3",
"jest-util": "^29.5.0",
"jest-worker": "^29.5.0",
"micromatch": "^4.0.4",
"walker": "^1.0.8"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest-haste-map/node_modules/jest-worker": {
"version": "29.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*",
"jest-util": "^29.5.0",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-haste-map/node_modules/supports-color": {
"version": "8.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/jest-leak-detector": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"jest-get-type": "^29.4.3",
"pretty-format": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-matcher-utils": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.0.0",
"jest-diff": "^29.5.0",
"jest-get-type": "^29.4.3",
"pretty-format": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-message-util": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/code-frame": "^7.12.13",
"@jest/types": "^29.5.0",
"@types/stack-utils": "^2.0.0",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"micromatch": "^4.0.4",
"pretty-format": "^29.5.0",
"slash": "^3.0.0",
"stack-utils": "^2.0.3"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-mock": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"@types/node": "*",
"jest-util": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-pnp-resolver": {
"version": "1.2.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
},
"peerDependencies": {
"jest-resolve": "*"
},
"peerDependenciesMeta": {
"jest-resolve": {
"optional": true
}
}
},
"node_modules/jest-regex-util": {
"version": "29.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-resolve": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.5.0",
"jest-pnp-resolver": "^1.2.2",
"jest-util": "^29.5.0",
"jest-validate": "^29.5.0",
"resolve": "^1.20.0",
"resolve.exports": "^2.0.0",
"slash": "^3.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-resolve-dependencies": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"jest-regex-util": "^29.4.3",
"jest-snapshot": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-runner": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/console": "^29.5.0",
"@jest/environment": "^29.5.0",
"@jest/test-result": "^29.5.0",
"@jest/transform": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"emittery": "^0.13.1",
"graceful-fs": "^4.2.9",
"jest-docblock": "^29.4.3",
"jest-environment-node": "^29.5.0",
"jest-haste-map": "^29.5.0",
"jest-leak-detector": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-resolve": "^29.5.0",
"jest-runtime": "^29.5.0",
"jest-util": "^29.5.0",
"jest-watcher": "^29.5.0",
"jest-worker": "^29.5.0",
"p-limit": "^3.1.0",
"source-map-support": "0.5.13"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest-runner/node_modules/jest-worker": {
"version": "29.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*",
"jest-util": "^29.5.0",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/jest-runner/node_modules/source-map": {
"version": "0.6.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/jest-runner/node_modules/source-map-support": {
"version": "0.5.13",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest-runner/node_modules/supports-color": {
"version": "8.1.1",
"dev": true,
"license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/jest-runtime": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/environment": "^29.5.0",
"@jest/fake-timers": "^29.5.0",
"@jest/globals": "^29.5.0",
"@jest/source-map": "^29.4.3",
"@jest/test-result": "^29.5.0",
"@jest/transform": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"cjs-module-lexer": "^1.0.0",
"collect-v8-coverage": "^1.0.0",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"jest-haste-map": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-mock": "^29.5.0",
"jest-regex-util": "^29.4.3",
"jest-resolve": "^29.5.0",
"jest-snapshot": "^29.5.0",
"jest-util": "^29.5.0",
"slash": "^3.0.0",
"strip-bom": "^4.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest-runtime/node_modules/glob": {
"version": "7.2.3",
"dev": true,
"license": "ISC",
"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/jest-runtime/node_modules/strip-bom": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/jest-snapshot": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/generator": "^7.7.2",
"@babel/plugin-syntax-jsx": "^7.7.2",
"@babel/plugin-syntax-typescript": "^7.7.2",
"@babel/traverse": "^7.7.2",
"@babel/types": "^7.3.3",
"@jest/expect-utils": "^29.5.0",
"@jest/transform": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/babel__traverse": "^7.0.6",
"@types/prettier": "^2.1.5",
"babel-preset-current-node-syntax": "^1.0.0",
"chalk": "^4.0.0",
"expect": "^29.5.0",
"graceful-fs": "^4.2.9",
"jest-diff": "^29.5.0",
"jest-get-type": "^29.4.3",
"jest-matcher-utils": "^29.5.0",
"jest-message-util": "^29.5.0",
"jest-util": "^29.5.0",
"natural-compare": "^1.4.0",
"pretty-format": "^29.5.0",
"semver": "^7.3.5"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-util": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"graceful-fs": "^4.2.9",
"picomatch": "^2.2.3"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-validate": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/types": "^29.5.0",
"camelcase": "^6.2.0",
"chalk": "^4.0.0",
"jest-get-type": "^29.4.3",
"leven": "^3.1.0",
"pretty-format": "^29.5.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-validate/node_modules/camelcase": {
"version": "6.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/jest-watcher": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/test-result": "^29.5.0",
"@jest/types": "^29.5.0",
"@types/node": "*",
"ansi-escapes": "^4.2.1",
"chalk": "^4.0.0",
"emittery": "^0.13.1",
"jest-util": "^29.5.0",
"string-length": "^4.0.1"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/jest-worker": {
2023-06-22 18:11:55 -05:00
"version": "27.5.1",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/node": "*",
"merge-stream": "^2.0.0",
"supports-color": "^8.0.0"
},
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">= 10.13.0"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/jest-worker/node_modules/supports-color": {
"version": "8.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/jest/node_modules/jest-cli": {
"version": "29.5.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@jest/core": "^29.5.0",
"@jest/test-result": "^29.5.0",
"@jest/types": "^29.5.0",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"import-local": "^3.0.2",
"jest-config": "^29.5.0",
"jest-util": "^29.5.0",
"jest-validate": "^29.5.0",
"prompts": "^2.0.1",
"yargs": "^17.3.1"
},
"bin": {
"jest": "bin/jest.js"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
},
"peerDependenciesMeta": {
"node-notifier": {
"optional": true
}
}
},
2023-06-20 15:52:43 -05:00
"node_modules/js-tokens": {
"version": "4.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/js-yaml": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/jsesc": {
"version": "2.5.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"jsesc": "bin/jsesc"
},
"engines": {
"node": ">=4"
}
},
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/json-schema-traverse": {
2023-06-22 18:11:55 -05:00
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2023-06-20 15:52:43 -05:00
"dev": true
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/json5": {
"version": "2.2.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"json5": "lib/cli.js"
},
"engines": {
"node": ">=6"
}
},
"node_modules/jsonc-parser": {
"version": "3.2.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/jsonfile": {
"version": "6.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"universalify": "^2.0.0"
},
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
"node_modules/kleur": {
"version": "3.0.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/leven": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/loader-runner": {
"version": "4.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6.11.5"
}
},
"node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/lodash.memoize": {
"version": "4.1.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/lodash.merge": {
"version": "4.6.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/lodash.omit": {
"version": "4.5.0",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/lodash.sortby": {
"version": "4.7.0",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/log-symbols": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.1.0",
"is-unicode-supported": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/loglevel": {
"version": "1.8.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6.0"
},
"funding": {
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/loglevel"
}
},
"node_modules/long": {
"version": "4.0.0",
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0"
2023-06-20 15:52:43 -05:00
},
"node_modules/lru-cache": {
2023-06-22 18:11:55 -05:00
"version": "7.18.3",
"license": "ISC",
"engines": {
"node": ">=12"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/macos-release": {
"version": "2.5.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/magic-string": {
"version": "0.30.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.13"
},
"engines": {
"node": ">=12"
}
},
"node_modules/make-dir": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"semver": "^6.0.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/make-dir/node_modules/semver": {
"version": "6.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"bin": {
"semver": "bin/semver.js"
}
},
"node_modules/make-error": {
"version": "1.3.6",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/makeerror": {
"version": "1.0.12",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"tmpl": "1.0.5"
}
},
"node_modules/media-typer": {
"version": "0.3.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/memfs": {
"version": "3.5.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Unlicense",
2023-06-20 15:52:43 -05:00
"dependencies": {
"fs-monkey": "^1.0.4"
},
"engines": {
"node": ">= 4.0.0"
}
},
"node_modules/merge-descriptors": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/merge-stream": {
"version": "2.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/merge2": {
"version": "1.4.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 8"
}
},
"node_modules/methods": {
"version": "1.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/micromatch": {
"version": "4.0.5",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"braces": "^3.0.2",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/mime": {
"version": "1.6.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mimic-fn": {
"version": "2.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/minimist": {
"version": "1.2.8",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/minipass": {
"version": "4.2.8",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/mkdirp": {
"version": "0.5.6",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"minimist": "^1.2.6"
},
"bin": {
"mkdirp": "bin/cmd.js"
}
},
"node_modules/ms": {
2023-06-22 18:11:55 -05:00
"version": "2.0.0",
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/multer": {
"version": "1.4.4-lts.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"append-field": "^1.0.0",
"busboy": "^1.0.0",
"concat-stream": "^1.5.2",
"mkdirp": "^0.5.4",
"object-assign": "^4.1.1",
"type-is": "^1.6.4",
"xtend": "^4.0.0"
},
"engines": {
"node": ">= 6.0.0"
}
},
"node_modules/mute-stream": {
"version": "0.0.8",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/natural-compare": {
"version": "1.4.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/natural-compare-lite": {
"version": "1.4.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/negotiator": {
"version": "0.6.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/neo-async": {
"version": "2.6.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/node-abort-controller": {
"version": "3.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/node-emoji": {
"version": "1.11.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"lodash": "^4.17.21"
}
},
"node_modules/node-fetch": {
"version": "2.6.11",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/node-int64": {
"version": "0.4.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/node-releases": {
"version": "2.0.12",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/normalize-path": {
"version": "3.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"path-key": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/object-inspect": {
"version": "1.12.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/on-finished": {
"version": "2.4.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ee-first": "1.1.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/once": {
"version": "1.4.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"wrappy": "1"
}
},
"node_modules/onetime": {
"version": "5.1.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"mimic-fn": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/optionator": {
"version": "0.9.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/ora": {
"version": "5.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"bl": "^4.1.0",
"chalk": "^4.1.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.5.0",
"is-interactive": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"log-symbols": "^4.1.0",
"strip-ansi": "^6.0.0",
"wcwidth": "^1.0.1"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/os-name": {
"version": "4.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"macos-release": "^2.5.0",
"windows-release": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/os-tmpdir": {
"version": "1.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-try": {
"version": "2.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/parse-json": {
"version": "5.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1",
"json-parse-even-better-errors": "^2.3.0",
"lines-and-columns": "^1.1.6"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/parseurl": {
"version": "1.3.3",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-parse": {
"version": "1.0.7",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/path-scurry": {
"version": "1.9.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BlueOak-1.0.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"lru-cache": "^9.1.1",
"minipass": "^5.0.0 || ^6.0.2"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/path-scurry/node_modules/lru-cache": {
"version": "9.1.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": "14 || >=16.14"
}
},
"node_modules/path-scurry/node_modules/minipass": {
"version": "6.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=16 || 14 >=14.17"
}
},
"node_modules/path-to-regexp": {
2023-06-22 18:11:55 -05:00
"version": "0.1.7",
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/path-type": {
"version": "4.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/picocolors": {
"version": "1.0.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/picomatch": {
"version": "2.3.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/pirates": {
"version": "4.0.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 6"
}
},
"node_modules/pkg-dir": {
"version": "4.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"find-up": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/pkg-dir/node_modules/find-up": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/pkg-dir/node_modules/locate-path": {
"version": "5.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-locate": "^4.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/pkg-dir/node_modules/p-limit": {
"version": "2.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/pkg-dir/node_modules/p-locate": {
"version": "4.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/pluralize": {
"version": "8.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4"
}
},
"node_modules/prelude-ls": {
"version": "1.2.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "2.8.8",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-linter-helpers": {
"version": "1.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"fast-diff": "^1.1.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/pretty-format": {
"version": "29.5.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jest/schemas": "^29.4.3",
"ansi-styles": "^5.0.0",
"react-is": "^18.0.0"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
},
"node_modules/pretty-format/node_modules/ansi-styles": {
"version": "5.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/process-nextick-args": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/prompts": {
"version": "2.4.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"kleur": "^3.0.3",
"sisteransi": "^1.0.5"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/proxy-addr": {
"version": "2.0.7",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"forwarded": "0.2.0",
"ipaddr.js": "1.9.1"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/pump": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"node_modules/punycode": {
"version": "2.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/pure-rand": {
"version": "6.0.2",
"dev": true,
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
2023-06-22 18:11:55 -05:00
],
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/qs": {
"version": "6.11.0",
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05: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",
"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-06-22 18:11:55 -05:00
],
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/randombytes": {
"version": "2.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"safe-buffer": "^5.1.0"
}
},
"node_modules/range-parser": {
"version": "1.2.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.6"
}
},
"node_modules/raw-body": {
"version": "2.5.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/react-is": {
"version": "18.2.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/readable-stream": {
"version": "2.3.8",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/readdirp": {
"version": "3.6.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
"node_modules/rechoir": {
"version": "0.6.2",
"dev": true,
"dependencies": {
"resolve": "^1.1.6"
},
"engines": {
"node": ">= 0.10"
}
},
"node_modules/reflect-metadata": {
"version": "0.1.13",
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0"
2023-06-20 15:52:43 -05:00
},
"node_modules/repeat-string": {
"version": "1.6.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10"
}
},
"node_modules/require-directory": {
"version": "2.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/require-from-string": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/resolve": {
"version": "1.22.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"is-core-module": "^2.11.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"bin": {
"resolve": "bin/resolve"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/resolve-cwd": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"resolve-from": "^5.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/resolve-cwd/node_modules/resolve-from": {
"version": "5.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/resolve-from": {
"version": "4.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4"
}
},
"node_modules/resolve.exports": {
"version": "2.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
}
},
"node_modules/restore-cursor": {
"version": "3.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": ">=8"
}
},
"node_modules/retry": {
"version": "0.13.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 4"
}
},
"node_modules/reusify": {
"version": "1.0.4",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rimraf": {
"version": "4.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"glob": "^9.2.0"
},
"bin": {
"rimraf": "dist/cjs/src/bin.js"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/run-async": {
"version": "2.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/run-parallel": {
"version": "1.2.0",
"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-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/rxjs": {
"version": "7.8.1",
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"tslib": "^2.1.0"
}
},
"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-06-22 18:11:55 -05:00
],
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/safer-buffer": {
"version": "2.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/schema-utils": {
"version": "3.3.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/semver": {
"version": "7.5.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"lru-cache": "^6.0.0"
},
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/send": {
"version": "0.18.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/ms": {
"version": "2.1.3",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/serialize-javascript": {
"version": "6.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"randombytes": "^2.1.0"
}
},
"node_modules/serve-static": {
"version": "1.15.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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-06-22 18:11:55 -05:00
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/sha.js": {
"version": "2.4.11",
2023-06-22 18:11:55 -05:00
"license": "(MIT AND BSD-3-Clause)",
2023-06-20 15:52:43 -05:00
"dependencies": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
},
"bin": {
"sha.js": "bin.js"
}
},
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/shelljs": {
"version": "0.8.5",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"glob": "^7.0.0",
"interpret": "^1.0.0",
"rechoir": "^0.6.2"
},
"bin": {
"shjs": "bin/shjs"
},
"engines": {
"node": ">=4"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/shelljs/node_modules/glob": {
"version": "7.2.3",
"dev": true,
"license": "ISC",
"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"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/side-channel": {
"version": "1.0.4",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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/signal-exit": {
"version": "3.0.7",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/sisteransi": {
"version": "1.0.5",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/slash": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/source-map": {
"version": "0.7.4",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 8"
}
},
"node_modules/source-map-support": {
"version": "0.5.21",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
}
},
"node_modules/source-map-support/node_modules/source-map": {
"version": "0.6.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-3-Clause",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/sprintf-js": {
"version": "1.0.3",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/stack-utils": {
"version": "2.0.6",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"escape-string-regexp": "^2.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/stack-utils/node_modules/escape-string-regexp": {
"version": "2.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
}
},
"node_modules/statuses": {
"version": "2.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/streamsearch": {
"version": "1.1.0",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/string_decoder": {
"version": "1.1.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
"node_modules/string_decoder/node_modules/safe-buffer": {
"version": "5.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/string-length": {
"version": "4.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"char-regex": "^1.0.2",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/string-width": {
"version": "4.2.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05: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",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/strip-bom": {
2023-06-22 18:11:55 -05:00
"version": "3.0.0",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=4"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/strip-final-newline": {
"version": "2.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/strip-json-comments": {
"version": "3.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/subscriptions-transport-ws": {
"version": "0.11.0",
"deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"backo2": "^1.0.2",
"eventemitter3": "^3.1.0",
"iterall": "^1.2.1",
"symbol-observable": "^1.0.4",
"ws": "^5.2.0 || ^6.0.0 || ^7.0.0"
},
"peerDependencies": {
"graphql": "^15.7.2 || ^16.0.0"
}
},
"node_modules/subscriptions-transport-ws/node_modules/ws": {
"version": "7.5.9",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=8.3.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/superagent": {
"version": "8.0.9",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"component-emitter": "^1.3.0",
"cookiejar": "^2.1.4",
"debug": "^4.3.4",
"fast-safe-stringify": "^2.1.1",
"form-data": "^4.0.0",
"formidable": "^2.1.2",
"methods": "^1.1.2",
"mime": "2.6.0",
"qs": "^6.11.0",
"semver": "^7.3.8"
},
"engines": {
"node": ">=6.4.0 <13 || >=14"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/superagent/node_modules/debug": {
"version": "4.3.4",
"dev": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/superagent/node_modules/form-data": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
2023-06-20 15:52:43 -05:00
"node_modules/superagent/node_modules/mime": {
"version": "2.6.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"mime": "cli.js"
},
"engines": {
"node": ">=4.0.0"
}
},
2023-06-22 18:11:55 -05:00
"node_modules/superagent/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"license": "MIT"
},
2023-06-20 15:52:43 -05:00
"node_modules/supertest": {
"version": "6.3.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"methods": "^1.1.2",
"superagent": "^8.0.5"
},
"engines": {
"node": ">=6.4.0"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/symbol-observable": {
2023-06-22 18:11:55 -05:00
"version": "1.2.0",
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=0.10.0"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/tapable": {
"version": "2.2.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/terser": {
"version": "5.18.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/source-map": "^0.3.3",
"acorn": "^8.8.2",
"commander": "^2.20.0",
"source-map-support": "~0.5.20"
},
"bin": {
"terser": "bin/terser"
},
"engines": {
"node": ">=10"
}
},
"node_modules/terser-webpack-plugin": {
"version": "5.3.9",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"jest-worker": "^27.4.5",
"schema-utils": "^3.1.1",
"serialize-javascript": "^6.0.1",
"terser": "^5.16.8"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.1.0"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"esbuild": {
"optional": true
},
"uglify-js": {
"optional": true
}
}
},
2023-06-22 18:11:55 -05:00
"node_modules/test-exclude": {
"version": "6.0.0",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4",
"minimatch": "^3.0.4"
2023-06-20 15:52:43 -05:00
},
"engines": {
2023-06-22 18:11:55 -05:00
"node": ">=8"
2023-06-20 15:52:43 -05:00
}
},
2023-06-22 18:11:55 -05:00
"node_modules/test-exclude/node_modules/glob": {
"version": "7.2.3",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
2023-06-22 18:11:55 -05:00
"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"
2023-06-20 15:52:43 -05:00
},
"engines": {
2023-06-22 18:11:55 -05:00
"node": "*"
2023-06-20 15:52:43 -05:00
},
"funding": {
2023-06-22 18:11:55 -05:00
"url": "https://github.com/sponsors/isaacs"
2023-06-20 15:52:43 -05:00
}
},
"node_modules/text-table": {
"version": "0.2.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/through": {
"version": "2.3.8",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/tmp": {
"version": "0.0.33",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"os-tmpdir": "~1.0.2"
},
"engines": {
"node": ">=0.6.0"
}
},
"node_modules/tmpl": {
"version": "1.0.5",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "BSD-3-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/to-fast-properties": {
"version": "2.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4"
}
},
"node_modules/to-regex-range": {
"version": "5.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
"node_modules/toidentifier": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.6"
}
},
"node_modules/tr46": {
"version": "0.0.3",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/tree-kill": {
"version": "1.2.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"tree-kill": "cli.js"
}
},
"node_modules/ts-jest": {
"version": "29.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"bs-logger": "0.x",
"fast-json-stable-stringify": "2.x",
"jest-util": "^29.0.0",
"json5": "^2.2.3",
"lodash.memoize": "4.x",
"make-error": "1.x",
"semver": "7.x",
"yargs-parser": "^21.0.1"
},
"bin": {
"ts-jest": "cli.js"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.0 <8",
"@jest/types": "^29.0.0",
"babel-jest": "^29.0.0",
"jest": "^29.0.0",
"typescript": ">=4.3 <6"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"@jest/types": {
"optional": true
},
"babel-jest": {
"optional": true
},
"esbuild": {
"optional": true
}
}
},
"node_modules/ts-loader": {
"version": "9.4.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.1.0",
"enhanced-resolve": "^5.0.0",
"micromatch": "^4.0.0",
"semver": "^7.3.4"
},
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"typescript": "*",
"webpack": "^5.0.0"
}
},
"node_modules/ts-node": {
"version": "10.9.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@cspotcode/source-map-support": "^0.8.0",
"@tsconfig/node10": "^1.0.7",
"@tsconfig/node12": "^1.0.7",
"@tsconfig/node14": "^1.0.0",
"@tsconfig/node16": "^1.0.2",
"acorn": "^8.4.1",
"acorn-walk": "^8.1.1",
"arg": "^4.1.0",
"create-require": "^1.1.0",
"diff": "^4.0.1",
"make-error": "^1.1.1",
"v8-compile-cache-lib": "^3.0.1",
"yn": "3.1.1"
},
"bin": {
"ts-node": "dist/bin.js",
"ts-node-cwd": "dist/bin-cwd.js",
"ts-node-esm": "dist/bin-esm.js",
"ts-node-script": "dist/bin-script.js",
"ts-node-transpile-only": "dist/bin-transpile.js",
"ts-script": "dist/bin-script-deprecated.js"
},
"peerDependencies": {
"@swc/core": ">=1.2.50",
"@swc/wasm": ">=1.2.50",
"@types/node": "*",
"typescript": ">=2.7"
},
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
},
"@swc/wasm": {
"optional": true
}
}
},
"node_modules/tsconfig-paths": {
"version": "4.2.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"json5": "^2.2.2",
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/tsconfig-paths-webpack-plugin": {
"version": "4.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"chalk": "^4.1.0",
"enhanced-resolve": "^5.7.0",
"tsconfig-paths": "^4.1.2"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/tslib": {
"version": "2.5.3",
2023-06-22 18:11:55 -05:00
"license": "0BSD"
2023-06-20 15:52:43 -05:00
},
"node_modules/tsutils": {
"version": "3.21.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"tslib": "^1.8.1"
},
"engines": {
"node": ">= 6"
},
"peerDependencies": {
"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
}
},
"node_modules/tsutils/node_modules/tslib": {
"version": "1.14.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "0BSD"
2023-06-20 15:52:43 -05:00
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/type-detect": {
"version": "4.0.8",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=4"
}
},
"node_modules/type-fest": {
2023-06-22 18:11:55 -05:00
"version": "0.21.3",
2023-06-20 15:52:43 -05:00
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "(MIT OR CC0-1.0)",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/type-is": {
"version": "1.6.18",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.24"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/typedarray": {
"version": "0.0.6",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/typescript": {
"version": "5.1.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/uid": {
"version": "2.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@lukeed/csprng": "^1.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/universalify": {
"version": "2.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 10.0.0"
}
},
"node_modules/unpipe": {
"version": "1.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/update-browserslist-db": {
"version": "1.0.11",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
},
"bin": {
"update-browserslist-db": "cli.js"
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
}
},
"node_modules/uri-js": {
"version": "4.4.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause",
2023-06-20 15:52:43 -05:00
"dependencies": {
"punycode": "^2.1.0"
}
},
"node_modules/util-deprecate": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/utils-merge": {
"version": "1.0.1",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/uuid": {
"version": "9.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/v8-compile-cache-lib": {
"version": "3.0.1",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/v8-to-istanbul": {
"version": "9.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.12",
"@types/istanbul-lib-coverage": "^2.0.1",
"convert-source-map": "^1.6.0"
},
"engines": {
"node": ">=10.12.0"
}
},
"node_modules/v8-to-istanbul/node_modules/convert-source-map": {
"version": "1.9.0",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "MIT"
2023-06-20 15:52:43 -05:00
},
"node_modules/value-or-promise": {
"version": "1.0.12",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=12"
}
},
"node_modules/vary": {
"version": "1.1.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 0.8"
}
},
"node_modules/walker": {
"version": "1.0.8",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "Apache-2.0",
2023-06-20 15:52:43 -05:00
"dependencies": {
"makeerror": "1.0.12"
}
},
"node_modules/watchpack": {
"version": "2.4.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.1.2"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/wcwidth": {
"version": "1.0.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"defaults": "^1.0.3"
}
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
2023-06-22 18:11:55 -05:00
"license": "BSD-2-Clause"
2023-06-20 15:52:43 -05:00
},
"node_modules/webpack": {
"version": "5.87.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"@types/eslint-scope": "^3.7.3",
"@types/estree": "^1.0.0",
"@webassemblyjs/ast": "^1.11.5",
"@webassemblyjs/wasm-edit": "^1.11.5",
"@webassemblyjs/wasm-parser": "^1.11.5",
"acorn": "^8.7.1",
"acorn-import-assertions": "^1.9.0",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.15.0",
"es-module-lexer": "^1.2.1",
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.9",
"json-parse-even-better-errors": "^2.3.1",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
"neo-async": "^2.6.2",
"schema-utils": "^3.2.0",
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.3.7",
"watchpack": "^2.4.0",
"webpack-sources": "^3.2.3"
},
"bin": {
"webpack": "bin/webpack.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependenciesMeta": {
"webpack-cli": {
"optional": true
}
}
},
"node_modules/webpack-node-externals": {
"version": "3.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/webpack-sources": {
"version": "3.2.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/whatwg-mimetype": {
"version": "3.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=12"
}
},
"node_modules/whatwg-url": {
"version": "5.0.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/which": {
"version": "2.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/windows-release": {
"version": "4.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"execa": "^4.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/word-wrap": {
"version": "1.2.3",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/wrap-ansi": {
"version": "7.0.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/wrappy": {
"version": "1.0.2",
2023-06-22 18:11:55 -05:00
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/write-file-atomic": {
"version": "4.0.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"dependencies": {
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.7"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"node_modules/ws": {
"version": "8.13.0",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xss": {
"version": "1.0.14",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"commander": "^2.20.3",
"cssfilter": "0.0.10"
},
"bin": {
"xss": "bin/xss"
},
"engines": {
"node": ">= 0.10.0"
}
},
"node_modules/xtend": {
"version": "4.0.2",
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=0.4"
}
},
"node_modules/y18n": {
"version": "5.0.8",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
}
},
"node_modules/yallist": {
2023-06-22 18:11:55 -05:00
"version": "4.0.0",
"dev": true,
"license": "ISC"
2023-06-20 15:52:43 -05:00
},
"node_modules/yaml": {
"version": "1.10.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">= 6"
}
},
"node_modules/yargs": {
"version": "17.7.2",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"dependencies": {
"cliui": "^8.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.1.1"
},
"engines": {
"node": ">=12"
}
},
"node_modules/yargs-parser": {
"version": "21.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "ISC",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=12"
}
},
"node_modules/yn": {
"version": "3.1.1",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=6"
}
},
"node_modules/yocto-queue": {
"version": "0.1.0",
"dev": true,
2023-06-22 18:11:55 -05:00
"license": "MIT",
2023-06-20 15:52:43 -05:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
}
}