1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-20 01:35:53 +02:00
eslint-config-conventions/package-lock.json

10033 lines
240 KiB
JSON
Raw Normal View History

2022-02-19 16:05:21 +01:00
{
"name": "eslint-config-conventions",
"version": "0.0.0-development",
2023-01-10 13:27:35 +01:00
"lockfileVersion": 3,
2022-02-19 16:05:21 +01:00
"requires": true,
"packages": {
"": {
"name": "eslint-config-conventions",
"version": "0.0.0-development",
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@tsconfig/strictest": "2.0.5",
"@types/eslint": "8.56.10",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"editorconfig-checker": "5.1.5",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "53.0.0",
2024-02-16 20:03:29 +01:00
"husky": "9.0.11",
"lint-staged": "15.2.2",
2024-05-21 12:58:23 +02:00
"markdownlint-cli2": "0.13.0",
"markdownlint-rule-relative-links": "2.3.2",
2022-03-16 11:38:20 +01:00
"pinst": "3.0.0",
"prettier": "3.2.5",
2024-05-21 12:58:23 +02:00
"semantic-release": "23.1.1",
"typescript": "5.4.5"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18.0.0"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^51.0.1 || ^52.0.0 || ^53.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@babel/code-frame": {
2024-05-21 12:58:23 +02:00
"version": "7.24.2",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@babel/highlight": "^7.24.2",
"picocolors": "^1.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=6.9.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@babel/helper-validator-identifier": {
2024-05-21 12:58:23 +02:00
"version": "7.24.5",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=6.9.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@babel/highlight": {
2024-05-21 12:58:23 +02:00
"version": "7.24.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@babel/helper-validator-identifier": "^7.24.5",
"chalk": "^2.4.2",
2024-05-21 12:58:23 +02:00
"js-tokens": "^4.0.0",
"picocolors": "^1.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/highlight/node_modules/ansi-styles": {
"version": "3.2.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/chalk": {
"version": "2.4.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01: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/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/@babel/highlight/node_modules/has-flag": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
"node_modules/@babel/highlight/node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/@colors/colors": {
"version": "1.5.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"optional": true,
"engines": {
"node": ">=0.1.90"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@commitlint/cli": {
2024-05-21 12:58:23 +02:00
"version": "19.2.2",
"dev": true,
"license": "MIT",
"dependencies": {
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.2.2",
"@commitlint/load": "^19.2.0",
"@commitlint/read": "^19.2.1",
"@commitlint/types": "^19.0.3",
"execa": "^8.0.1",
2022-02-19 16:05:21 +01:00
"yargs": "^17.0.0"
},
"bin": {
"commitlint": "cli.js"
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/config-conventional": {
2024-05-21 12:58:23 +02:00
"version": "19.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/types": "^19.0.3",
"conventional-changelog-conventionalcommits": "^7.0.2"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/config-validator": {
2024-05-21 12:58:23 +02:00
"version": "19.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/types": "^19.0.3",
"ajv": "^8.11.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/ensure": {
2024-05-21 12:58:23 +02:00
"version": "19.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/types": "^19.0.3",
2023-01-10 13:27:35 +01:00
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.snakecase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.upperfirst": "^4.3.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/execute-rule": {
2024-05-21 12:58:23 +02:00
"version": "19.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/format": {
2024-05-21 12:58:23 +02:00
"version": "19.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/types": "^19.0.3",
"chalk": "^5.3.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/is-ignored": {
2024-05-21 12:58:23 +02:00
"version": "19.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/types": "^19.0.3",
"semver": "^7.6.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/lint": {
2024-05-21 12:58:23 +02:00
"version": "19.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/is-ignored": "^19.2.2",
"@commitlint/parse": "^19.0.3",
"@commitlint/rules": "^19.0.3",
"@commitlint/types": "^19.0.3"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/load": {
2024-05-21 12:58:23 +02:00
"version": "19.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/config-validator": "^19.0.3",
"@commitlint/execute-rule": "^19.0.0",
"@commitlint/resolve-extends": "^19.1.0",
"@commitlint/types": "^19.0.3",
"chalk": "^5.3.0",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^5.0.0",
2023-01-10 13:27:35 +01:00
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
2024-05-21 12:58:23 +02:00
"lodash.uniq": "^4.5.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/message": {
2024-05-21 12:58:23 +02:00
"version": "19.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/parse": {
2024-05-21 12:58:23 +02:00
"version": "19.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/types": "^19.0.3",
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-parser": "^5.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/read": {
2024-05-21 12:58:23 +02:00
"version": "19.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/top-level": "^19.0.0",
"@commitlint/types": "^19.0.3",
"execa": "^8.0.1",
"git-raw-commits": "^4.0.0",
"minimist": "^1.2.8"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/resolve-extends": {
2024-05-21 12:58:23 +02:00
"version": "19.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/config-validator": "^19.0.3",
"@commitlint/types": "^19.0.3",
"global-directory": "^4.0.1",
"import-meta-resolve": "^4.0.0",
2023-01-10 13:27:35 +01:00
"lodash.mergewith": "^4.6.2",
2024-05-21 12:58:23 +02:00
"resolve-from": "^5.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/rules": {
2024-05-21 12:58:23 +02:00
"version": "19.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@commitlint/ensure": "^19.0.3",
"@commitlint/message": "^19.0.0",
"@commitlint/to-lines": "^19.0.0",
"@commitlint/types": "^19.0.3",
"execa": "^8.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/to-lines": {
2024-05-21 12:58:23 +02:00
"version": "19.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/top-level": {
2024-05-21 12:58:23 +02:00
"version": "19.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"find-up": "^7.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@commitlint/types": {
2024-05-21 12:58:23 +02:00
"version": "19.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@types/conventional-commits-parser": "^5.0.0",
"chalk": "^5.3.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=v18"
2022-02-19 16:05:21 +01:00
}
},
2023-01-10 13:27:35 +01:00
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01: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.10.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2023-01-10 13:27:35 +01:00
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@eslint/eslintrc": {
"version": "2.1.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.6.0",
2023-01-10 13:27:35 +01:00
"globals": "^13.19.0",
2022-03-16 11:38:20 +01:00
"ignore": "^5.2.0",
2022-02-19 16:05:21 +01:00
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.1.2",
2022-02-19 16:05:21 +01:00
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-08-31 13:17:00 +02:00
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@eslint/eslintrc/node_modules/ajv": {
"version": "6.12.6",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-12-26 22:07:17 +01:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
"version": "0.4.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2023-12-26 22:07:17 +01:00
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2023-12-26 22:07:17 +01:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/@eslint/js": {
2024-05-21 12:58:23 +02:00
"version": "8.57.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@humanwhocodes/config-array": {
2024-01-30 01:32:52 +01:00
"version": "0.11.14",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-01-30 01:32:52 +01:00
"@humanwhocodes/object-schema": "^2.0.2",
"debug": "^4.3.1",
"minimatch": "^3.0.5"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=10.10.0"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-12-26 22:07:17 +01:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2023-12-26 22:07:17 +01:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
2022-08-31 13:17:00 +02:00
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-08-31 13:17:00 +02:00
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@humanwhocodes/object-schema": {
2024-05-21 12:58:23 +02:00
"version": "2.0.3",
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">= 8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">= 8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@octokit/auth-token": {
2024-05-21 12:58:23 +02:00
"version": "5.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">= 18"
2022-03-19 14:28:00 +01:00
}
},
"node_modules/@octokit/core": {
2024-05-21 12:58:23 +02:00
"version": "6.1.2",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/auth-token": "^5.0.0",
"@octokit/graphql": "^8.0.0",
"@octokit/request": "^9.0.0",
"@octokit/request-error": "^6.0.1",
"@octokit/types": "^13.0.0",
"before-after-hook": "^3.0.2",
"universal-user-agent": "^7.0.0"
},
"engines": {
"node": ">= 18"
2022-03-19 14:28:00 +01:00
}
},
"node_modules/@octokit/endpoint": {
2024-05-21 12:58:23 +02:00
"version": "10.1.1",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/types": "^13.0.0",
"universal-user-agent": "^7.0.2"
},
"engines": {
"node": ">= 18"
2022-03-19 14:28:00 +01:00
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@octokit/graphql": {
2024-05-21 12:58:23 +02:00
"version": "8.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/request": "^9.0.0",
"@octokit/types": "^13.0.0",
"universal-user-agent": "^7.0.0"
},
"engines": {
"node": ">= 18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@octokit/openapi-types": {
2024-05-21 12:58:23 +02:00
"version": "22.2.0",
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/@octokit/plugin-paginate-rest": {
2024-05-21 12:58:23 +02:00
"version": "11.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/types": "^13.5.0"
},
"engines": {
"node": ">= 18"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/core": ">=6"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@octokit/plugin-retry": {
2024-05-21 12:58:23 +02:00
"version": "7.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/request-error": "^6.0.0",
"@octokit/types": "^13.0.0",
"bottleneck": "^2.15.3"
},
"engines": {
"node": ">= 18"
},
2022-02-19 16:05:21 +01:00
"peerDependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/core": ">=6"
}
},
"node_modules/@octokit/plugin-throttling": {
2024-05-21 12:58:23 +02:00
"version": "9.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/types": "^13.0.0",
"bottleneck": "^2.15.3"
},
"engines": {
"node": ">= 18"
},
2022-02-19 16:05:21 +01:00
"peerDependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/core": "^6.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@octokit/request": {
2024-05-21 12:58:23 +02:00
"version": "9.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/endpoint": "^10.0.0",
"@octokit/request-error": "^6.0.1",
"@octokit/types": "^13.1.0",
"universal-user-agent": "^7.0.2"
},
"engines": {
"node": ">= 18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@octokit/request-error": {
2024-05-21 12:58:23 +02:00
"version": "6.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/types": "^13.0.0"
},
"engines": {
"node": ">= 18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@octokit/types": {
2024-05-21 12:58:23 +02:00
"version": "13.5.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/openapi-types": "^22.2.0"
}
},
"node_modules/@pnpm/config.env-replace": {
"version": "1.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=12.22.0"
}
},
"node_modules/@pnpm/network.ca-file": {
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"graceful-fs": "4.2.10"
},
"engines": {
"node": ">=12.22.0"
}
},
"node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": {
"version": "4.2.10",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
},
"node_modules/@pnpm/npm-conf": {
"version": "2.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@pnpm/config.env-replace": "^1.1.0",
"@pnpm/network.ca-file": "^1.0.1",
"config-chain": "^1.1.11"
},
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/@sec-ant/readable-stream": {
"version": "0.4.1",
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/@semantic-release/commit-analyzer": {
2024-05-21 12:58:23 +02:00
"version": "12.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-filter": "^4.0.0",
"conventional-commits-parser": "^5.0.0",
2022-02-19 16:05:21 +01:00
"debug": "^4.0.0",
"import-from-esm": "^1.0.3",
"lodash-es": "^4.17.21",
2022-02-19 16:05:21 +01:00
"micromatch": "^4.0.2"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=20.8.1"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"semantic-release": ">=20.1.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@semantic-release/error": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@semantic-release/github": {
2024-05-21 12:58:23 +02:00
"version": "10.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@octokit/core": "^6.0.0",
"@octokit/plugin-paginate-rest": "^11.0.0",
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^9.0.0",
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
"debug": "^4.3.4",
"dir-glob": "^3.0.1",
"globby": "^14.0.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
2024-05-21 12:58:23 +02:00
"issue-parser": "^7.0.0",
"lodash-es": "^4.17.21",
"mime": "^4.0.0",
2023-12-26 22:07:17 +01:00
"p-filter": "^4.0.0",
"url-join": "^5.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=20.8.1"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"semantic-release": ">=20.1.0"
}
},
"node_modules/@semantic-release/github/node_modules/globby": {
2024-02-16 20:03:29 +01:00
"version": "14.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-02-16 20:03:29 +01:00
"@sindresorhus/merge-streams": "^2.1.0",
"fast-glob": "^3.3.2",
"ignore": "^5.2.4",
"path-type": "^5.0.0",
"slash": "^5.1.0",
"unicorn-magic": "^0.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/github/node_modules/path-type": {
"version": "5.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@semantic-release/github/node_modules/slash": {
"version": "5.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/@semantic-release/npm": {
2024-05-21 12:58:23 +02:00
"version": "12.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
2024-05-21 12:58:23 +02:00
"execa": "^9.0.0",
"fs-extra": "^11.0.0",
"lodash-es": "^4.17.21",
2022-02-19 16:05:21 +01:00
"nerf-dart": "^1.0.0",
"normalize-url": "^8.0.0",
2024-05-21 12:58:23 +02:00
"npm": "^10.5.0",
2022-02-19 16:05:21 +01:00
"rc": "^1.2.8",
"read-pkg": "^9.0.0",
"registry-auth-token": "^5.0.0",
2022-02-19 16:05:21 +01:00
"semver": "^7.1.2",
"tempy": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=20.8.1"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"semantic-release": ">=20.1.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/@semantic-release/npm/node_modules/@sindresorhus/merge-streams": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/npm/node_modules/execa": {
2024-05-21 12:58:23 +02:00
"version": "9.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sindresorhus/merge-streams": "^4.0.0",
"cross-spawn": "^7.0.3",
2024-05-21 12:58:23 +02:00
"figures": "^6.1.0",
"get-stream": "^9.0.0",
"human-signals": "^7.0.0",
"is-plain-obj": "^4.1.0",
"is-stream": "^4.0.1",
"npm-run-path": "^5.2.0",
"pretty-ms": "^9.0.0",
"signal-exit": "^4.1.0",
2024-05-21 12:58:23 +02:00
"strip-final-newline": "^4.0.0",
"yoctocolors": "^2.0.0"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/@semantic-release/npm/node_modules/get-stream": {
2024-05-21 12:58:23 +02:00
"version": "9.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"@sec-ant/readable-stream": "^0.4.1",
"is-stream": "^4.0.1"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/npm/node_modules/hosted-git-info": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"dependencies": {
"lru-cache": "^10.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/@semantic-release/npm/node_modules/human-signals": {
2024-05-21 12:58:23 +02:00
"version": "7.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18.18.0"
}
},
"node_modules/@semantic-release/npm/node_modules/is-stream": {
2024-05-21 12:58:23 +02:00
"version": "4.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/npm/node_modules/normalize-package-data": {
2024-05-21 12:58:23 +02:00
"version": "6.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
"dependencies": {
"hosted-git-info": "^7.0.0",
"is-core-module": "^2.8.1",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/@semantic-release/npm/node_modules/parse-json": {
"version": "8.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.22.13",
"index-to-position": "^0.1.2",
"type-fest": "^4.7.1"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/npm/node_modules/read-pkg": {
"version": "9.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"@types/normalize-package-data": "^2.4.3",
"normalize-package-data": "^6.0.0",
"parse-json": "^8.0.0",
"type-fest": "^4.6.0",
"unicorn-magic": "^0.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/npm/node_modules/strip-final-newline": {
2024-05-21 12:58:23 +02:00
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/npm/node_modules/type-fest": {
2024-05-21 12:58:23 +02:00
"version": "4.18.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@semantic-release/release-notes-generator": {
2024-05-21 12:58:23 +02:00
"version": "13.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"conventional-changelog-angular": "^7.0.0",
"conventional-changelog-writer": "^7.0.0",
"conventional-commits-filter": "^4.0.0",
"conventional-commits-parser": "^5.0.0",
2022-02-19 16:05:21 +01:00
"debug": "^4.0.0",
"get-stream": "^7.0.0",
"import-from-esm": "^1.0.3",
"into-stream": "^7.0.0",
"lodash-es": "^4.17.21",
"read-pkg-up": "^11.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=20.8.1"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"semantic-release": ">=20.1.0"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/get-stream": {
"version": "7.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/hosted-git-info": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"dependencies": {
"lru-cache": "^10.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/normalize-package-data": {
2024-05-21 12:58:23 +02:00
"version": "6.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
"dependencies": {
"hosted-git-info": "^7.0.0",
"is-core-module": "^2.8.1",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/parse-json": {
"version": "8.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.22.13",
"index-to-position": "^0.1.2",
"type-fest": "^4.7.1"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg": {
"version": "9.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"@types/normalize-package-data": "^2.4.3",
"normalize-package-data": "^6.0.0",
"parse-json": "^8.0.0",
"type-fest": "^4.6.0",
"unicorn-magic": "^0.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg-up": {
"version": "11.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"find-up-simple": "^1.0.0",
"read-pkg": "^9.0.0",
"type-fest": "^4.6.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@semantic-release/release-notes-generator/node_modules/type-fest": {
2024-05-21 12:58:23 +02:00
"version": "4.18.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@sindresorhus/is": {
"version": "4.6.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/is?sponsor=1"
}
},
"node_modules/@sindresorhus/merge-streams": {
2024-05-21 12:58:23 +02:00
"version": "2.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2023-01-10 13:27:35 +01:00
"node_modules/@tsconfig/strictest": {
2024-05-21 12:58:23 +02:00
"version": "2.0.5",
"dev": true,
"license": "MIT"
},
"node_modules/@types/conventional-commits-parser": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
2023-01-10 13:27:35 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/@types/eslint": {
2024-05-21 12:58:23 +02:00
"version": "8.56.10",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@types/estree": "*",
"@types/json-schema": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.5",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/@types/json-schema": {
"version": "7.0.15",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/@types/json5": {
"version": "0.0.29",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/@types/node": {
2024-05-21 12:58:23 +02:00
"version": "20.12.12",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"undici-types": "~5.26.4"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.4",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/@typescript-eslint/eslint-plugin": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "7.10.0",
"@typescript-eslint/type-utils": "7.10.0",
"@typescript-eslint/utils": "7.10.0",
"@typescript-eslint/visitor-keys": "7.10.0",
"graphemer": "^1.4.0",
2024-05-21 12:58:23 +02:00
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
2024-05-21 12:58:23 +02:00
"ts-api-utils": "^1.3.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
2024-02-16 20:03:29 +01:00
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.56.0"
2022-02-19 16:05:21 +01:00
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/parser": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@typescript-eslint/scope-manager": "7.10.0",
"@typescript-eslint/types": "7.10.0",
"@typescript-eslint/typescript-estree": "7.10.0",
"@typescript-eslint/visitor-keys": "7.10.0",
"debug": "^4.3.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
2024-02-16 20:03:29 +01:00
"eslint": "^8.56.0"
2022-02-19 16:05:21 +01:00
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/scope-manager": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@typescript-eslint/types": "7.10.0",
"@typescript-eslint/visitor-keys": "7.10.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/type-utils": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@typescript-eslint/typescript-estree": "7.10.0",
"@typescript-eslint/utils": "7.10.0",
"debug": "^4.3.4",
2024-05-21 12:58:23 +02:00
"ts-api-utils": "^1.3.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
2024-02-16 20:03:29 +01:00
"eslint": "^8.56.0"
2022-02-19 16:05:21 +01:00
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/types": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@typescript-eslint/typescript-estree": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@typescript-eslint/types": "7.10.0",
"@typescript-eslint/visitor-keys": "7.10.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
2022-02-19 16:05:21 +01:00
"is-glob": "^4.0.3",
2024-05-21 12:58:23 +02:00
"minimatch": "^9.0.4",
"semver": "^7.6.0",
"ts-api-utils": "^1.3.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/utils": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
2024-05-21 12:58:23 +02:00
"@typescript-eslint/scope-manager": "7.10.0",
"@typescript-eslint/types": "7.10.0",
"@typescript-eslint/typescript-estree": "7.10.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
2024-02-16 20:03:29 +01:00
"eslint": "^8.56.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/@typescript-eslint/visitor-keys": {
2024-05-21 12:58:23 +02:00
"version": "7.10.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@typescript-eslint/types": "7.10.0",
"eslint-visitor-keys": "^3.4.3"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.18.0 || >=20.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
}
},
"node_modules/@ungap/structured-clone": {
"version": "1.2.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
},
2022-02-19 16:05:21 +01:00
"node_modules/acorn": {
2024-01-30 01:32:52 +01:00
"version": "8.11.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"acorn": "bin/acorn"
},
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/acorn-jsx": {
"version": "5.3.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/agent-base": {
2024-05-21 12:58:23 +02:00
"version": "7.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"debug": "^4.3.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/aggregate-error": {
"version": "5.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"clean-stack": "^5.2.0",
"indent-string": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/aggregate-error/node_modules/indent-string": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/ajv": {
2024-05-21 12:58:23 +02:00
"version": "8.13.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"fast-deep-equal": "^3.1.3",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2",
2024-05-21 12:58:23 +02:00
"uri-js": "^4.4.1"
2022-02-19 16:05:21 +01:00
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/ansi-escapes": {
2024-05-21 12:58:23 +02:00
"version": "6.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=14.16"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/ansi-regex": {
"version": "5.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/ansi-styles": {
2024-05-21 12:58:23 +02:00
"version": "6.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/any-promise": {
"version": "1.3.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/argparse": {
"version": "2.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "Python-2.0"
2022-02-19 16:05:21 +01:00
},
"node_modules/argv-formatter": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/array-buffer-byte-length": {
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.5",
"is-array-buffer": "^3.0.4"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/array-ify": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/array-includes": {
2024-05-21 12:58:23 +02:00
"version": "3.1.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0",
"get-intrinsic": "^1.2.4",
2022-02-19 16:05:21 +01:00
"is-string": "^1.0.7"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/array-union": {
"version": "2.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/array.prototype.findlastindex": {
2024-05-21 12:58:23 +02:00
"version": "1.2.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
2024-05-21 12:58:23 +02:00
"es-abstract": "^1.23.2",
"es-errors": "^1.3.0",
2024-05-21 12:58:23 +02:00
"es-object-atoms": "^1.0.0",
"es-shim-unscopables": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/array.prototype.flat": {
"version": "1.3.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"es-shim-unscopables": "^1.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/array.prototype.flatmap": {
"version": "1.3.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"es-shim-unscopables": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/arraybuffer.prototype.slice": {
"version": "1.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"array-buffer-byte-length": "^1.0.1",
"call-bind": "^1.0.5",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.3",
"es-errors": "^1.2.1",
"get-intrinsic": "^1.2.3",
"is-array-buffer": "^3.0.4",
"is-shared-array-buffer": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/available-typed-arrays": {
2024-05-21 12:58:23 +02:00
"version": "1.0.7",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"possible-typed-array-names": "^1.0.0"
},
2023-01-10 13:27:35 +01:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/balanced-match": {
"version": "1.0.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/before-after-hook": {
2024-05-21 12:58:23 +02:00
"version": "3.0.2",
"dev": true,
"license": "Apache-2.0"
2022-02-19 16:05:21 +01:00
},
"node_modules/bottleneck": {
"version": "2.19.5",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/brace-expansion": {
2023-12-26 22:07:17 +01:00
"version": "2.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2023-12-26 22:07:17 +01:00
"balanced-match": "^1.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/braces": {
2024-05-21 12:58:23 +02:00
"version": "3.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"fill-range": "^7.1.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=8"
}
},
"node_modules/browserslist": {
2024-02-16 20:03:29 +01:00
"version": "4.23.0",
"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"
}
],
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-02-16 20:03:29 +01:00
"caniuse-lite": "^1.0.30001587",
"electron-to-chromium": "^1.4.668",
"node-releases": "^2.0.14",
"update-browserslist-db": "^1.0.13"
},
"bin": {
"browserslist": "cli.js"
},
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/builtin-modules": {
"version": "3.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/call-bind": {
2024-02-16 20:03:29 +01:00
"version": "1.0.7",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-02-16 20:03:29 +01:00
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
2024-02-16 20:03:29 +01:00
"get-intrinsic": "^1.2.4",
"set-function-length": "^1.2.1"
},
"engines": {
"node": ">= 0.4"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/callsites": {
"version": "3.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=6"
}
},
"node_modules/caniuse-lite": {
2024-05-21 12:58:23 +02:00
"version": "1.0.30001620",
"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"
}
2024-05-21 12:58:23 +02:00
],
"license": "CC-BY-4.0"
},
2022-02-19 16:05:21 +01:00
"node_modules/chalk": {
2024-05-21 12:58:23 +02:00
"version": "5.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.17.0 || ^14.13 || >=16.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/char-regex": {
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=10"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/ci-info": {
"version": "4.0.0",
"dev": true,
2023-01-10 13:27:35 +01:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
}
],
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=8"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/clean-regexp": {
"version": "1.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"engines": {
"node": ">=4"
}
},
"node_modules/clean-regexp/node_modules/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/clean-stack": {
"version": "5.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"escape-string-regexp": "5.0.0"
},
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/clean-stack/node_modules/escape-string-regexp": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/cli-cursor": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"restore-cursor": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/cli-highlight": {
"version": "2.1.11",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"dependencies": {
"chalk": "^4.0.0",
"highlight.js": "^10.7.1",
"mz": "^2.4.0",
"parse5": "^5.1.1",
"parse5-htmlparser2-tree-adapter": "^6.0.0",
"yargs": "^16.0.0"
},
"bin": {
"highlight": "bin/highlight"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/cli-highlight/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/cli-highlight/node_modules/chalk": {
"version": "4.1.2",
"dev": true,
"license": "MIT",
"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/cli-highlight/node_modules/cliui": {
"version": "7.0.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"wrap-ansi": "^7.0.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/cli-highlight/node_modules/color-convert": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/cli-highlight/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
},
"node_modules/cli-highlight/node_modules/emoji-regex": {
"version": "8.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
"node_modules/cli-highlight/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/cli-highlight/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cli-highlight/node_modules/wrap-ansi": {
"version": "7.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/cli-highlight/node_modules/yargs": {
"version": "16.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
},
"engines": {
"node": ">=10"
}
},
"node_modules/cli-highlight/node_modules/yargs-parser": {
"version": "20.2.9",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"engines": {
"node": ">=10"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/cli-table3": {
2024-05-21 12:58:23 +02:00
"version": "0.6.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"string-width": "^4.2.0"
},
"engines": {
"node": "10.* || >= 12.*"
},
"optionalDependencies": {
"@colors/colors": "1.5.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/cli-table3/node_modules/emoji-regex": {
"version": "8.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/cli-table3/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cli-truncate": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"slice-ansi": "^5.0.0",
"string-width": "^7.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cliui": {
"version": "8.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.1",
2022-02-19 16:05:21 +01:00
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/cliui/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/cliui/node_modules/color-convert": {
"version": "2.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/cliui/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/cliui/node_modules/emoji-regex": {
"version": "8.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/cliui/node_modules/string-width": {
"version": "4.2.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cliui/node_modules/wrap-ansi": {
"version": "7.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/color-convert": {
2024-05-21 12:58:23 +02:00
"version": "1.9.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"color-name": "1.1.3"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/color-name": {
2024-05-21 12:58:23 +02:00
"version": "1.1.3",
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/colorette": {
"version": "2.0.20",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/commander": {
"version": "11.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/compare-func": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"array-ify": "^1.0.0",
"dot-prop": "^5.1.0"
}
},
"node_modules/concat-map": {
"version": "0.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/config-chain": {
"version": "1.1.13",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"ini": "^1.3.4",
"proto-list": "~1.2.1"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/config-chain/node_modules/ini": {
"version": "1.3.8",
"dev": true,
"license": "ISC"
},
2022-02-19 16:05:21 +01:00
"node_modules/conventional-changelog-angular": {
"version": "7.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"compare-func": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/conventional-changelog-conventionalcommits": {
"version": "7.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"compare-func": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/conventional-changelog-writer": {
"version": "7.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"conventional-commits-filter": "^4.0.0",
2022-02-19 16:05:21 +01:00
"handlebars": "^4.7.7",
"json-stringify-safe": "^5.0.1",
"meow": "^12.0.1",
"semver": "^7.5.2",
"split2": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"bin": {
"conventional-changelog-writer": "cli.mjs"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/conventional-commits-filter": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/conventional-commits-parser": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-text-path": "^2.0.0",
"JSONStream": "^1.3.5",
"meow": "^12.0.1",
"split2": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"bin": {
"conventional-commits-parser": "cli.mjs"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/convert-hrtime": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/core-js-compat": {
2024-05-21 12:58:23 +02:00
"version": "3.37.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"browserslist": "^4.23.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/core-util-is": {
"version": "1.0.3",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/cosmiconfig": {
2024-05-21 12:58:23 +02:00
"version": "9.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"env-paths": "^2.2.1",
"import-fresh": "^3.3.0",
2023-01-10 13:27:35 +01:00
"js-yaml": "^4.1.0",
2024-05-21 12:58:23 +02:00
"parse-json": "^5.2.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2023-01-10 13:27:35 +01:00
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/d-fischer"
},
"peerDependencies": {
"typescript": ">=4.9.5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-02-19 16:05:21 +01:00
}
},
"node_modules/cosmiconfig-typescript-loader": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"jiti": "^1.19.1"
},
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=v16"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"@types/node": "*",
"cosmiconfig": ">=8.2",
"typescript": ">=4"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/crypto-random-string": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"type-fest": "^1.0.1"
},
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/crypto-random-string/node_modules/type-fest": {
"version": "1.4.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/dargs": {
2024-05-21 12:58:23 +02:00
"version": "8.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/data-view-buffer": {
"version": "1.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.6",
"es-errors": "^1.3.0",
"is-data-view": "^1.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">= 0.4"
2022-02-19 16:05:21 +01:00
},
2024-05-21 12:58:23 +02:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/data-view-byte-length": {
"version": "1.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.7",
"es-errors": "^1.3.0",
"is-data-view": "^1.0.1"
},
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/data-view-byte-offset": {
"version": "1.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.6",
"es-errors": "^1.3.0",
"is-data-view": "^1.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">= 0.4"
},
"funding": {
2024-05-21 12:58:23 +02:00
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/debug": {
"version": "4.3.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-02-19 16:05:21 +01:00
}
},
"node_modules/deep-extend": {
"version": "0.6.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/deep-is": {
"version": "0.1.4",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/define-data-property": {
2024-02-16 20:03:29 +01:00
"version": "1.1.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-02-16 20:03:29 +01:00
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
2024-02-16 20:03:29 +01:00
"gopd": "^1.0.1"
},
"engines": {
"node": ">= 0.4"
2024-02-16 20:03:29 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/define-properties": {
"version": "1.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"define-data-property": "^1.0.1",
"has-property-descriptors": "^1.0.0",
"object-keys": "^1.1.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/dir-glob": {
"version": "3.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"path-type": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/doctrine": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-02-19 16:05:21 +01:00
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/dot-prop": {
"version": "5.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-obj": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/duplexer2": {
"version": "0.1.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-3-Clause",
2022-02-19 16:05:21 +01:00
"dependencies": {
"readable-stream": "^2.0.2"
}
},
"node_modules/editorconfig-checker": {
2024-05-21 12:58:23 +02:00
"version": "5.1.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"ec": "dist/index.js",
"editorconfig-checker": "dist/index.js"
},
"engines": {
"node": ">=18.0.0"
},
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/mstruebing"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/electron-to-chromium": {
2024-05-21 12:58:23 +02:00
"version": "1.4.776",
"dev": true,
"license": "ISC"
},
2022-02-19 16:05:21 +01:00
"node_modules/emoji-regex": {
"version": "10.3.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/emojilib": {
"version": "2.4.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/entities": {
2024-01-30 01:32:52 +01:00
"version": "4.5.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-08-31 13:17:00 +02:00
"engines": {
"node": ">=0.12"
},
2022-02-19 16:05:21 +01:00
"funding": {
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/env-ci": {
2024-01-30 01:32:52 +01:00
"version": "11.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"execa": "^8.0.0",
2023-01-10 13:27:35 +01:00
"java-properties": "^1.0.2"
},
"engines": {
"node": "^18.17 || >=20.6.1"
2023-01-10 13:27:35 +01:00
}
},
2024-01-30 01:32:52 +01:00
"node_modules/env-paths": {
"version": "2.2.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2024-01-30 01:32:52 +01:00
"engines": {
"node": ">=6"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/error-ex": {
"version": "1.3.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-arrayish": "^0.2.1"
}
},
"node_modules/es-abstract": {
2024-05-21 12:58:23 +02:00
"version": "1.23.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-02-16 20:03:29 +01:00
"array-buffer-byte-length": "^1.0.1",
"arraybuffer.prototype.slice": "^1.0.3",
2024-05-21 12:58:23 +02:00
"available-typed-arrays": "^1.0.7",
2024-02-16 20:03:29 +01:00
"call-bind": "^1.0.7",
2024-05-21 12:58:23 +02:00
"data-view-buffer": "^1.0.1",
"data-view-byte-length": "^1.0.1",
"data-view-byte-offset": "^1.0.0",
2024-02-16 20:03:29 +01:00
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
2024-05-21 12:58:23 +02:00
"es-object-atoms": "^1.0.0",
"es-set-tostringtag": "^2.0.3",
2022-02-19 16:05:21 +01:00
"es-to-primitive": "^1.2.1",
"function.prototype.name": "^1.1.6",
2024-02-16 20:03:29 +01:00
"get-intrinsic": "^1.2.4",
"get-symbol-description": "^1.0.2",
2023-01-10 13:27:35 +01:00
"globalthis": "^1.0.3",
"gopd": "^1.0.1",
2024-02-16 20:03:29 +01:00
"has-property-descriptors": "^1.0.2",
2024-05-21 12:58:23 +02:00
"has-proto": "^1.0.3",
"has-symbols": "^1.0.3",
2024-05-21 12:58:23 +02:00
"hasown": "^2.0.2",
2024-02-16 20:03:29 +01:00
"internal-slot": "^1.0.7",
"is-array-buffer": "^3.0.4",
"is-callable": "^1.2.7",
2024-05-21 12:58:23 +02:00
"is-data-view": "^1.0.1",
"is-negative-zero": "^2.0.3",
2022-02-19 16:05:21 +01:00
"is-regex": "^1.1.4",
2024-05-21 12:58:23 +02:00
"is-shared-array-buffer": "^1.0.3",
2022-02-19 16:05:21 +01:00
"is-string": "^1.0.7",
2024-02-16 20:03:29 +01:00
"is-typed-array": "^1.1.13",
"is-weakref": "^1.0.2",
"object-inspect": "^1.13.1",
2022-02-19 16:05:21 +01:00
"object-keys": "^1.1.1",
2024-02-16 20:03:29 +01:00
"object.assign": "^4.1.5",
"regexp.prototype.flags": "^1.5.2",
2024-05-21 12:58:23 +02:00
"safe-array-concat": "^1.1.2",
2024-02-16 20:03:29 +01:00
"safe-regex-test": "^1.0.3",
2024-05-21 12:58:23 +02:00
"string.prototype.trim": "^1.2.9",
"string.prototype.trimend": "^1.0.8",
"string.prototype.trimstart": "^1.0.8",
"typed-array-buffer": "^1.0.2",
"typed-array-byte-length": "^1.0.1",
"typed-array-byte-offset": "^1.0.2",
"typed-array-length": "^1.0.6",
2023-01-10 13:27:35 +01:00
"unbox-primitive": "^1.0.2",
2024-05-21 12:58:23 +02:00
"which-typed-array": "^1.1.15"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2024-02-16 20:03:29 +01:00
"node_modules/es-define-property": {
"version": "1.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2024-02-16 20:03:29 +01:00
"dependencies": {
"get-intrinsic": "^1.2.4"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-errors": {
"version": "1.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-object-atoms": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"es-errors": "^1.3.0"
},
"engines": {
"node": ">= 0.4"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/es-set-tostringtag": {
2024-05-21 12:58:23 +02:00
"version": "2.0.3",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"get-intrinsic": "^1.2.4",
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.1"
2023-01-10 13:27:35 +01:00
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-shim-unscopables": {
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"hasown": "^2.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/es-to-primitive": {
"version": "1.2.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/escalade": {
"version": "3.1.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=6"
}
},
"node_modules/escape-string-regexp": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint": {
2024-05-21 12:58:23 +02:00
"version": "8.57.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.4",
2024-05-21 12:58:23 +02:00
"@eslint/js": "8.57.0",
"@humanwhocodes/config-array": "^0.11.14",
2022-08-31 13:17:00 +02:00
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"@ungap/structured-clone": "^1.2.0",
"ajv": "^6.12.4",
2022-02-19 16:05:21 +01:00
"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.2",
"eslint-visitor-keys": "^3.4.3",
"espree": "^9.6.1",
"esquery": "^1.4.2",
2022-02-19 16:05:21 +01:00
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
2022-08-31 13:17:00 +02:00
"find-up": "^5.0.0",
"glob-parent": "^6.0.2",
2023-01-10 13:27:35 +01:00
"globals": "^13.19.0",
"graphemer": "^1.4.0",
2022-02-19 16:05:21 +01:00
"ignore": "^5.2.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"is-path-inside": "^3.0.3",
2022-02-19 16:05:21 +01:00
"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",
2022-02-19 16:05:21 +01:00
"natural-compare": "^1.4.0",
"optionator": "^0.9.3",
2022-02-19 16:05:21 +01:00
"strip-ansi": "^6.0.1",
2022-08-31 13:17:00 +02:00
"text-table": "^0.2.0"
2022-02-19 16:05:21 +01:00
},
"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-import-resolver-node": {
"version": "0.3.9",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"debug": "^3.2.7",
"is-core-module": "^2.13.0",
"resolve": "^1.22.4"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/eslint-import-resolver-node/node_modules/debug": {
"version": "3.2.7",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/eslint-module-utils": {
2024-05-21 12:58:23 +02:00
"version": "2.8.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-08-31 13:17:00 +02:00
"debug": "^3.2.7"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=4"
2022-08-31 13:17:00 +02:00
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
2022-02-19 16:05:21 +01:00
}
},
"node_modules/eslint-module-utils/node_modules/debug": {
"version": "3.2.7",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/eslint-plugin-import": {
"version": "2.29.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"array-includes": "^3.1.7",
"array.prototype.findlastindex": "^1.2.3",
"array.prototype.flat": "^1.3.2",
"array.prototype.flatmap": "^1.3.2",
"debug": "^3.2.7",
2022-02-19 16:05:21 +01:00
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-module-utils": "^2.8.0",
"hasown": "^2.0.0",
"is-core-module": "^2.13.1",
2022-02-19 16:05:21 +01:00
"is-glob": "^4.0.3",
"minimatch": "^3.1.2",
"object.fromentries": "^2.0.7",
"object.groupby": "^1.0.1",
"object.values": "^1.1.7",
"semver": "^6.3.1",
"tsconfig-paths": "^3.15.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=4"
},
"peerDependencies": {
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-12-26 22:07:17 +01:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/eslint-plugin-import/node_modules/debug": {
"version": "3.2.7",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ms": "^2.1.1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/eslint-plugin-import/node_modules/doctrine": {
"version": "2.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-02-19 16:05:21 +01:00
"dependencies": {
"esutils": "^2.0.2"
},
"engines": {
"node": ">=0.10.0"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/eslint-plugin-import/node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2023-12-26 22:07:17 +01:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/eslint-plugin-import/node_modules/semver": {
"version": "6.3.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/eslint-plugin-promise": {
"version": "6.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "53.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-53.0.0.tgz",
"integrity": "sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@babel/helper-validator-identifier": "^7.24.5",
"@eslint-community/eslint-utils": "^4.4.0",
"@eslint/eslintrc": "^3.0.2",
"ci-info": "^4.0.0",
2022-02-19 16:05:21 +01:00
"clean-regexp": "^1.0.0",
"core-js-compat": "^3.37.0",
"esquery": "^1.5.0",
2022-02-19 16:05:21 +01:00
"indent-string": "^4.0.0",
"is-builtin-module": "^3.2.1",
2023-01-10 13:27:35 +01:00
"jsesc": "^3.0.2",
2022-02-19 16:05:21 +01:00
"pluralize": "^8.0.0",
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.27",
"regjsparser": "^0.10.0",
"semver": "^7.6.1",
2022-02-19 16:05:21 +01:00
"strip-indent": "^3.0.0"
},
"engines": {
"node": ">=18.18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
},
"peerDependencies": {
"eslint": ">=8.56.0"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/@eslint/eslintrc": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.1.0.tgz",
"integrity": "sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^10.0.1",
"globals": "^14.0.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": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dev": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/eslint-visitor-keys": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz",
"integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/espree": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz",
"integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.11.3",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^4.0.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/globals": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint-plugin-unicorn/node_modules/json-schema-traverse": {
"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==",
"dev": true,
"license": "MIT"
},
"node_modules/eslint-plugin-unicorn/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/eslint-scope": {
"version": "7.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-02-19 16:05:21 +01:00
"dependencies": {
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/eslint-visitor-keys": {
"version": "3.4.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-02-19 16:05:21 +01:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/eslint/node_modules/ajv": {
"version": "6.12.6",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/eslint/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/eslint/node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-12-26 22:07:17 +01:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/eslint/node_modules/chalk": {
"version": "4.1.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=10"
2022-08-31 13:17:00 +02:00
},
"funding": {
2024-05-21 12:58:23 +02:00
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/eslint/node_modules/color-convert": {
"version": "2.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"color-name": "~1.1.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=7.0.0"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/eslint/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
},
"node_modules/eslint/node_modules/find-up": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/eslint/node_modules/json-schema-traverse": {
"version": "0.4.1",
"dev": true,
"license": "MIT"
},
"node_modules/eslint/node_modules/locate-path": {
"version": "6.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint/node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/eslint/node_modules/p-limit": {
"version": "3.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint/node_modules/p-locate": {
"version": "5.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/eslint/node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/eslint/node_modules/yocto-queue": {
"version": "0.1.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/espree": {
"version": "9.6.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"acorn": "^8.9.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/esquery": {
"version": "1.5.0",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"estraverse": "^5.1.0"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/esrecurse": {
"version": "4.3.0",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"estraverse": "^5.2.0"
},
"engines": {
"node": ">=4.0"
}
},
"node_modules/estraverse": {
"version": "5.3.0",
"dev": true,
"license": "BSD-2-Clause",
"engines": {
2022-02-19 16:05:21 +01:00
"node": ">=4.0"
}
},
"node_modules/esutils": {
"version": "2.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/eventemitter3": {
"version": "5.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/execa": {
2024-05-21 12:58:23 +02:00
"version": "8.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"cross-spawn": "^7.0.3",
2024-05-21 12:58:23 +02:00
"get-stream": "^8.0.1",
"human-signals": "^5.0.0",
"is-stream": "^3.0.0",
2022-02-19 16:05:21 +01:00
"merge-stream": "^2.0.0",
2024-05-21 12:58:23 +02:00
"npm-run-path": "^5.1.0",
"onetime": "^6.0.0",
"signal-exit": "^4.1.0",
"strip-final-newline": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=16.17"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/fast-glob": {
"version": "3.3.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01: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-glob/node_modules/glob-parent": {
"version": "5.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/fast-levenshtein": {
"version": "2.0.6",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/fastq": {
"version": "1.17.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"reusify": "^1.0.4"
}
},
"node_modules/figures": {
2024-05-21 12:58:23 +02:00
"version": "6.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-unicode-supported": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/fill-range": {
2024-05-21 12:58:23 +02:00
"version": "7.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
"node_modules/find-up": {
2024-05-21 12:58:23 +02:00
"version": "7.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"locate-path": "^7.2.0",
"path-exists": "^5.0.0",
"unicorn-magic": "^0.1.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/find-up-simple": {
"version": "1.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/find-versions": {
2024-05-21 12:58:23 +02:00
"version": "6.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"semver-regex": "^4.0.5",
"super-regex": "^1.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/flat-cache": {
"version": "3.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"flatted": "^3.2.9",
"keyv": "^4.5.3",
2022-02-19 16:05:21 +01:00
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/flatted": {
2024-05-21 12:58:23 +02:00
"version": "3.3.1",
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
2023-01-10 13:27:35 +01:00
"node_modules/for-each": {
"version": "0.3.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
"is-callable": "^1.1.3"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/from2": {
"version": "2.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.0"
}
},
"node_modules/fs-extra": {
"version": "11.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
2023-01-10 13:27:35 +01:00
"node": ">=14.14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/fs.realpath": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
"node_modules/function-bind": {
"version": "1.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-02-19 16:05:21 +01:00
},
2024-05-21 12:58:23 +02:00
"node_modules/function-timeout": {
"version": "1.0.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/function.prototype.name": {
"version": "1.1.6",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"functions-have-names": "^1.2.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/functions-have-names": {
"version": "1.2.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/get-caller-file": {
"version": "2.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
},
"node_modules/get-east-asian-width": {
"version": "1.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/get-intrinsic": {
"version": "1.2.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3",
"hasown": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
},
2022-02-19 16:05:21 +01:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-stream": {
2024-05-21 12:58:23 +02:00
"version": "8.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=16"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-symbol-description": {
"version": "1.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"call-bind": "^1.0.5",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/git-log-parser": {
"version": "1.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"argv-formatter": "~1.0.0",
"spawn-error-forwarder": "~1.0.0",
"split2": "~1.0.0",
"stream-combiner2": "~1.1.1",
"through2": "~2.0.0",
"traverse": "~0.6.6"
}
},
"node_modules/git-log-parser/node_modules/split2": {
"version": "1.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"through2": "~2.0.0"
}
},
"node_modules/git-raw-commits": {
2024-05-21 12:58:23 +02:00
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"dargs": "^8.0.0",
"meow": "^12.0.1",
"split2": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"bin": {
2024-05-21 12:58:23 +02:00
"git-raw-commits": "cli.mjs"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/glob": {
"version": "7.2.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02: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"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "*"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent": {
"version": "6.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/glob/node_modules/brace-expansion": {
"version": "1.1.11",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-12-26 22:07:17 +01:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/glob/node_modules/minimatch": {
"version": "3.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2023-12-26 22:07:17 +01:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/global-directory": {
"version": "4.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"ini": "4.1.1"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/globals": {
"version": "13.24.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/globalthis": {
2024-05-21 12:58:23 +02:00
"version": "1.0.4",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"define-properties": "^1.2.1",
"gopd": "^1.0.1"
2023-01-10 13:27:35 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/globby": {
"version": "11.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01: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"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/gopd": {
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
"get-intrinsic": "^1.1.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/graceful-fs": {
"version": "4.2.11",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
"node_modules/graphemer": {
"version": "1.4.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/handlebars": {
"version": "4.7.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"minimist": "^1.2.5",
"neo-async": "^2.6.2",
2022-02-19 16:05:21 +01:00
"source-map": "^0.6.1",
"wordwrap": "^1.0.0"
},
"bin": {
"handlebars": "bin/handlebars"
},
"engines": {
"node": ">=0.4.7"
},
"optionalDependencies": {
"uglify-js": "^3.1.4"
}
},
"node_modules/has-bigints": {
"version": "1.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-flag": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/has-property-descriptors": {
2024-02-16 20:03:29 +01:00
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-02-16 20:03:29 +01:00
"es-define-property": "^1.0.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/has-proto": {
2024-05-21 12:58:23 +02:00
"version": "1.0.3",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-symbols": {
2022-03-16 11:38:20 +01:00
"version": "1.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/has-tostringtag": {
"version": "1.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-symbols": "^1.0.3"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/hasown": {
2024-05-21 12:58:23 +02:00
"version": "2.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/highlight.js": {
"version": "10.7.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-3-Clause",
"engines": {
"node": "*"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/hook-std": {
2023-01-10 13:27:35 +01:00
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2023-01-10 13:27:35 +01:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/hosted-git-info": {
"version": "2.8.9",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
"node_modules/http-proxy-agent": {
2024-02-16 20:03:29 +01:00
"version": "7.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/https-proxy-agent": {
2024-02-16 20:03:29 +01:00
"version": "7.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"agent-base": "^7.0.2",
2022-02-19 16:05:21 +01:00
"debug": "4"
},
"engines": {
"node": ">= 14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/human-signals": {
2024-05-21 12:58:23 +02:00
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=16.17.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/husky": {
2024-02-16 20:03:29 +01:00
"version": "9.0.11",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"husky": "bin.mjs"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-01-30 01:32:52 +01:00
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/ignore": {
"version": "5.3.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 4"
}
},
"node_modules/import-fresh": {
"version": "3.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01: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-fresh/node_modules/resolve-from": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
"node_modules/import-from-esm": {
2024-05-21 12:58:23 +02:00
"version": "1.3.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
"import-meta-resolve": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16.20"
}
},
"node_modules/import-meta-resolve": {
2024-05-21 12:58:23 +02:00
"version": "4.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/indent-string": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/index-to-position": {
"version": "0.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/inflight": {
"version": "1.0.6",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
}
},
"node_modules/inherits": {
"version": "2.0.4",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
"node_modules/ini": {
2024-05-21 12:58:23 +02:00
"version": "4.1.1",
"dev": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/internal-slot": {
"version": "1.0.7",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"es-errors": "^1.3.0",
"hasown": "^2.0.0",
2022-02-19 16:05:21 +01:00
"side-channel": "^1.0.4"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/into-stream": {
"version": "7.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"from2": "^2.3.0",
"p-is-promise": "^3.0.0"
},
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/is-array-buffer": {
"version": "3.0.4",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.2.1"
},
"engines": {
"node": ">= 0.4"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/is-arrayish": {
"version": "0.2.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/is-bigint": {
"version": "1.0.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-bigints": "^1.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-boolean-object": {
"version": "1.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-builtin-module": {
"version": "3.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-08-31 13:17:00 +02:00
"builtin-modules": "^3.3.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=6"
2022-08-31 13:17:00 +02:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/is-callable": {
"version": "1.2.7",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-core-module": {
"version": "2.13.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"hasown": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/is-data-view": {
"version": "1.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/is-date-object": {
"version": "1.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-extglob": {
"version": "2.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-fullwidth-code-point": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-glob": {
"version": "4.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-negative-zero": {
2024-05-21 12:58:23 +02:00
"version": "2.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-number": {
"version": "7.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.12.0"
}
},
"node_modules/is-number-object": {
"version": "1.0.7",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-obj": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-path-inside": {
"version": "3.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/is-plain-obj": {
2024-05-21 12:58:23 +02:00
"version": "4.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/is-regex": {
"version": "1.1.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-shared-array-buffer": {
2024-05-21 12:58:23 +02:00
"version": "1.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7"
},
"engines": {
"node": ">= 0.4"
},
2022-02-19 16:05:21 +01:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-stream": {
2024-05-21 12:58:23 +02:00
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-string": {
"version": "1.0.7",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-symbol": {
"version": "1.0.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-symbols": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-text-path": {
"version": "2.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"text-extensions": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
2023-01-10 13:27:35 +01:00
"node_modules/is-typed-array": {
"version": "1.1.13",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
"which-typed-array": "^1.1.14"
2023-01-10 13:27:35 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-unicode-supported": {
"version": "2.0.0",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"engines": {
"node": ">=18"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/is-weakref": {
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"call-bind": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/isarray": {
"version": "2.0.5",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/isexe": {
"version": "2.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
"node_modules/issue-parser": {
2024-05-21 12:58:23 +02:00
"version": "7.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"lodash.capitalize": "^4.2.1",
"lodash.escaperegexp": "^4.1.2",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.uniqby": "^4.7.0"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^18.17 || >=20.6.1"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/java-properties": {
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/jiti": {
"version": "1.21.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"bin": {
"jiti": "bin/jiti.js"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/js-tokens": {
"version": "4.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/js-yaml": {
"version": "4.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/jsesc": {
"version": "3.0.2",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"bin": {
"jsesc": "bin/jsesc"
},
"engines": {
"node": ">=6"
2022-03-19 14:28:00 +01:00
}
},
"node_modules/json-buffer": {
"version": "3.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-03-19 14:28:00 +01:00
"node_modules/json-parse-better-errors": {
"version": "1.0.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/json-schema-traverse": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/json-stringify-safe": {
"version": "5.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-03-19 14:28:00 +01:00
},
"node_modules/json5": {
"version": "1.0.2",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0"
},
2022-03-19 14:28:00 +01:00
"bin": {
"json5": "lib/cli.js"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/jsonc-parser": {
2024-05-21 12:58:23 +02:00
"version": "3.2.1",
"dev": true,
"license": "MIT"
2024-01-30 01:32:52 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/jsonfile": {
"version": "6.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"universalify": "^2.0.0"
},
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
"node_modules/jsonparse": {
"version": "1.3.1",
"dev": true,
"engines": [
"node >= 0.2.0"
2024-05-21 12:58:23 +02:00
],
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/JSONStream": {
"version": "1.3.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR Apache-2.0)",
2022-02-19 16:05:21 +01:00
"dependencies": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
},
"bin": {
"JSONStream": "bin.js"
},
"engines": {
"node": "*"
}
},
"node_modules/keyv": {
"version": "4.5.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"json-buffer": "3.0.1"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/levn": {
"version": "0.4.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/lilconfig": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/lines-and-columns": {
"version": "1.2.4",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/linkify-it": {
2024-01-30 01:32:52 +01:00
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-01-30 01:32:52 +01:00
"uc.micro": "^2.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/lint-staged": {
"version": "15.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"chalk": "5.3.0",
"commander": "11.1.0",
"debug": "4.3.4",
"execa": "8.0.1",
"lilconfig": "3.0.0",
"listr2": "8.0.1",
"micromatch": "4.0.5",
"pidtree": "0.6.0",
"string-argv": "0.3.2",
"yaml": "2.3.4"
2022-02-19 16:05:21 +01:00
},
"bin": {
"lint-staged": "bin/lint-staged.js"
},
"engines": {
"node": ">=18.12.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://opencollective.com/lint-staged"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/lint-staged/node_modules/micromatch": {
"version": "4.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"braces": "^3.0.2",
"picomatch": "^2.3.1"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=8.6"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/lint-staged/node_modules/picomatch": {
"version": "2.3.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=8.6"
2022-02-19 16:05:21 +01:00
},
"funding": {
2024-05-21 12:58:23 +02:00
"url": "https://github.com/sponsors/jonschlinkert"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/listr2": {
"version": "8.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"cli-truncate": "^4.0.0",
"colorette": "^2.0.20",
"eventemitter3": "^5.0.1",
"log-update": "^6.0.0",
2022-02-19 16:05:21 +01:00
"rfdc": "^1.3.0",
"wrap-ansi": "^9.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/load-json-file": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"graceful-fs": "^4.1.2",
"parse-json": "^4.0.0",
"pify": "^3.0.0",
"strip-bom": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/load-json-file/node_modules/parse-json": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1"
},
"engines": {
"node": ">=4"
}
},
"node_modules/locate-path": {
2024-05-21 12:58:23 +02:00
"version": "7.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"p-locate": "^6.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/lodash-es": {
"version": "4.17.21",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
"node_modules/lodash.camelcase": {
"version": "4.3.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/lodash.capitalize": {
"version": "4.2.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/lodash.escaperegexp": {
"version": "4.1.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/lodash.isplainobject": {
"version": "4.0.6",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/lodash.isstring": {
"version": "4.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
2023-01-10 13:27:35 +01:00
"node_modules/lodash.kebabcase": {
"version": "4.1.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/lodash.merge": {
"version": "4.6.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
2023-01-10 13:27:35 +01:00
"node_modules/lodash.mergewith": {
"version": "4.6.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
"node_modules/lodash.snakecase": {
"version": "4.1.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
"node_modules/lodash.startcase": {
"version": "4.4.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
"node_modules/lodash.uniq": {
"version": "4.5.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/lodash.uniqby": {
"version": "4.7.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
2023-01-10 13:27:35 +01:00
"node_modules/lodash.upperfirst": {
"version": "4.3.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2023-01-10 13:27:35 +01:00
},
2022-02-19 16:05:21 +01:00
"node_modules/log-update": {
"version": "6.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ansi-escapes": "^6.2.0",
"cli-cursor": "^4.0.0",
"slice-ansi": "^7.0.0",
"strip-ansi": "^7.1.0",
"wrap-ansi": "^9.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/log-update/node_modules/ansi-regex": {
"version": "6.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/log-update/node_modules/is-fullwidth-code-point": {
"version": "5.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"get-east-asian-width": "^1.0.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/log-update/node_modules/slice-ansi": {
"version": "7.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"ansi-styles": "^6.2.1",
"is-fullwidth-code-point": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
}
},
"node_modules/log-update/node_modules/strip-ansi": {
"version": "7.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ansi-regex": "^6.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/lru-cache": {
2024-05-21 12:58:23 +02:00
"version": "10.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": "14 || >=16.14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/markdown-it": {
2024-05-21 12:58:23 +02:00
"version": "14.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"argparse": "^2.0.1",
2024-01-30 01:32:52 +01:00
"entities": "^4.4.0",
"linkify-it": "^5.0.0",
"mdurl": "^2.0.0",
"punycode.js": "^2.3.1",
2024-05-21 12:58:23 +02:00
"uc.micro": "^2.1.0"
2022-02-19 16:05:21 +01:00
},
"bin": {
2024-01-30 01:32:52 +01:00
"markdown-it": "bin/markdown-it.mjs"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/markdownlint": {
2024-05-21 12:58:23 +02:00
"version": "0.34.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"markdown-it": "14.1.0",
"markdownlint-micromark": "0.1.9"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
2022-02-19 16:05:21 +01:00
}
},
2022-08-31 13:17:00 +02:00
"node_modules/markdownlint-cli2": {
2024-05-21 12:58:23 +02:00
"version": "0.13.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"globby": "14.0.1",
"js-yaml": "4.1.0",
"jsonc-parser": "3.2.1",
"markdownlint": "0.34.0",
"markdownlint-cli2-formatter-default": "0.0.4",
2024-05-21 12:58:23 +02:00
"micromatch": "4.0.5"
2022-02-19 16:05:21 +01:00
},
"bin": {
2024-01-30 01:32:52 +01:00
"markdownlint-cli2": "markdownlint-cli2.js"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
2022-02-19 16:05:21 +01:00
}
},
2022-08-31 13:17:00 +02:00
"node_modules/markdownlint-cli2-formatter-default": {
"version": "0.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-08-31 13:17:00 +02:00
"peerDependencies": {
"markdownlint-cli2": ">=0.0.4"
2022-02-19 16:05:21 +01:00
}
},
2022-08-31 13:17:00 +02:00
"node_modules/markdownlint-cli2/node_modules/globby": {
2024-05-21 12:58:23 +02:00
"version": "14.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sindresorhus/merge-streams": "^2.1.0",
"fast-glob": "^3.3.2",
"ignore": "^5.2.4",
"path-type": "^5.0.0",
"slash": "^5.1.0",
"unicorn-magic": "^0.1.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
2022-08-31 13:17:00 +02:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/markdownlint-cli2/node_modules/micromatch": {
"version": "4.0.5",
"dev": true,
"license": "MIT",
"dependencies": {
"braces": "^3.0.2",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/markdownlint-cli2/node_modules/path-type": {
"version": "5.0.0",
2022-08-31 13:17:00 +02:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-08-31 13:17:00 +02:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/markdownlint-cli2/node_modules/picomatch": {
"version": "2.3.1",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/markdownlint-cli2/node_modules/slash": {
"version": "5.1.0",
2022-08-31 13:17:00 +02:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-08-31 13:17:00 +02:00
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/markdownlint-micromark": {
2024-05-21 12:58:23 +02:00
"version": "0.1.9",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2024-01-30 01:32:52 +01:00
},
"funding": {
"url": "https://github.com/sponsors/DavidAnson"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/markdownlint-rule-relative-links": {
2024-05-21 12:58:23 +02:00
"version": "2.3.2",
2022-08-31 13:17:00 +02:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"markdown-it": "14.1.0"
},
2022-08-31 13:17:00 +02:00
"engines": {
2023-01-10 13:27:35 +01:00
"node": ">=16.0.0",
"npm": ">=9.0.0"
2022-08-31 13:17:00 +02:00
}
2022-02-19 16:05:21 +01:00
},
"node_modules/marked": {
2024-05-21 12:58:23 +02:00
"version": "12.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"marked": "bin/marked.js"
},
"engines": {
2024-01-30 01:32:52 +01:00
"node": ">= 18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/marked-terminal": {
"version": "7.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ansi-escapes": "^6.2.0",
"chalk": "^5.3.0",
"cli-highlight": "^2.1.11",
"cli-table3": "^0.6.3",
"node-emoji": "^2.1.3",
"supports-hyperlinks": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16.0.0"
2022-02-19 16:05:21 +01:00
},
"peerDependencies": {
"marked": ">=1 <13"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/mdurl": {
2024-01-30 01:32:52 +01:00
"version": "2.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/meow": {
"version": "12.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=16.10"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/merge-stream": {
"version": "2.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/merge2": {
"version": "1.4.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 8"
}
},
"node_modules/micromatch": {
2024-05-21 12:58:23 +02:00
"version": "4.0.6",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"braces": "^3.0.3",
"picomatch": "^4.0.2"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=8.6"
}
},
"node_modules/mime": {
2024-05-21 12:58:23 +02:00
"version": "4.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"funding": [
"https://github.com/sponsors/broofa"
],
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"mime": "bin/cli.js"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/mimic-fn": {
2024-05-21 12:58:23 +02:00
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/min-indent": {
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
"node_modules/minimatch": {
2024-05-21 12:58:23 +02:00
"version": "9.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
2023-12-26 22:07:17 +01:00
"brace-expansion": "^2.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2023-12-26 22:07:17 +01:00
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/minimist": {
"version": "1.2.8",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/ms": {
"version": "2.1.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/mz": {
"version": "2.7.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
"thenify-all": "^1.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/natural-compare": {
"version": "1.4.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/neo-async": {
"version": "2.6.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/nerf-dart": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/node-emoji": {
"version": "2.1.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@sindresorhus/is": "^4.6.0",
"char-regex": "^1.0.2",
"emojilib": "^2.4.0",
"skin-tone": "^2.0.0"
},
"engines": {
"node": ">=18"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/node-releases": {
"version": "2.0.14",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/normalize-package-data": {
"version": "2.5.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-02-19 16:05:21 +01:00
"dependencies": {
"hosted-git-info": "^2.1.4",
"resolve": "^1.10.0",
"semver": "2 || 3 || 4 || 5",
2022-02-19 16:05:21 +01:00
"validate-npm-package-license": "^3.0.1"
}
},
"node_modules/normalize-package-data/node_modules/semver": {
"version": "5.7.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"bin": {
"semver": "bin/semver"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/normalize-url": {
2024-05-21 12:58:23 +02:00
"version": "8.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=14.16"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/npm": {
2024-05-21 12:58:23 +02:00
"version": "10.8.0",
2022-02-19 16:05:21 +01:00
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
"@npmcli/config",
"@npmcli/fs",
2022-02-19 16:05:21 +01:00
"@npmcli/map-workspaces",
"@npmcli/package-json",
"@npmcli/promise-spawn",
2024-05-21 12:58:23 +02:00
"@npmcli/redact",
2022-02-19 16:05:21 +01:00
"@npmcli/run-script",
"@sigstore/tuf",
2022-02-19 16:05:21 +01:00
"abbrev",
"archy",
"cacache",
"chalk",
"ci-info",
2022-02-19 16:05:21 +01:00
"cli-columns",
"fastest-levenshtein",
"fs-minipass",
2022-02-19 16:05:21 +01:00
"glob",
"graceful-fs",
"hosted-git-info",
"ini",
"init-package-json",
"is-cidr",
"json-parse-even-better-errors",
"libnpmaccess",
"libnpmdiff",
"libnpmexec",
"libnpmfund",
"libnpmhook",
"libnpmorg",
"libnpmpack",
"libnpmpublish",
"libnpmsearch",
"libnpmteam",
"libnpmversion",
"make-fetch-happen",
"minimatch",
2022-02-19 16:05:21 +01:00
"minipass",
"minipass-pipeline",
"ms",
"node-gyp",
"nopt",
"normalize-package-data",
2022-02-19 16:05:21 +01:00
"npm-audit-report",
"npm-install-checks",
"npm-package-arg",
"npm-pick-manifest",
"npm-profile",
"npm-registry-fetch",
"npm-user-validate",
2022-08-31 13:17:00 +02:00
"p-map",
2022-02-19 16:05:21 +01:00
"pacote",
"parse-conflict-json",
"proc-log",
"qrcode-terminal",
"read",
"semver",
"spdx-expression-parse",
2022-02-19 16:05:21 +01:00
"ssri",
"supports-color",
2022-02-19 16:05:21 +01:00
"tar",
"text-table",
"tiny-relative-date",
"treeverse",
"validate-npm-package-name",
"which",
"write-file-atomic"
],
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Artistic-2.0",
"workspaces": [
"docs",
"smoke-tests",
"mock-globals",
"mock-registry",
"workspaces/*"
],
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-03-19 14:07:42 +01:00
"@isaacs/string-locale-compare": "^1.1.0",
2024-05-21 12:58:23 +02:00
"@npmcli/arborist": "^7.5.2",
"@npmcli/config": "^8.3.2",
"@npmcli/fs": "^3.1.1",
"@npmcli/map-workspaces": "^3.0.6",
"@npmcli/package-json": "^5.1.0",
"@npmcli/promise-spawn": "^7.0.2",
"@npmcli/redact": "^2.0.0",
"@npmcli/run-script": "^8.1.0",
"@sigstore/tuf": "^2.3.3",
"abbrev": "^2.0.0",
2022-03-19 14:07:42 +01:00
"archy": "~1.0.0",
2024-05-21 12:58:23 +02:00
"cacache": "^18.0.3",
"chalk": "^5.3.0",
"ci-info": "^4.0.0",
2022-03-19 14:07:42 +01:00
"cli-columns": "^4.0.0",
"fastest-levenshtein": "^1.0.16",
"fs-minipass": "^3.0.3",
2024-05-21 12:58:23 +02:00
"glob": "^10.3.15",
"graceful-fs": "^4.2.11",
2024-05-21 12:58:23 +02:00
"hosted-git-info": "^7.0.2",
"ini": "^4.1.2",
"init-package-json": "^6.0.3",
"is-cidr": "^5.0.5",
"json-parse-even-better-errors": "^3.0.2",
"libnpmaccess": "^8.0.6",
"libnpmdiff": "^6.1.2",
"libnpmexec": "^8.1.1",
"libnpmfund": "^5.0.10",
"libnpmhook": "^10.0.5",
"libnpmorg": "^6.0.6",
"libnpmpack": "^7.0.2",
"libnpmpublish": "^9.0.8",
"libnpmsearch": "^7.0.5",
"libnpmteam": "^6.0.5",
"libnpmversion": "^6.0.2",
"make-fetch-happen": "^13.0.1",
"minimatch": "^9.0.4",
"minipass": "^7.1.1",
2022-03-19 14:07:42 +01:00
"minipass-pipeline": "^1.2.4",
"ms": "^2.1.2",
2024-05-21 12:58:23 +02:00
"node-gyp": "^10.1.0",
"nopt": "^7.2.1",
"normalize-package-data": "^6.0.1",
"npm-audit-report": "^5.0.0",
"npm-install-checks": "^6.3.0",
2024-05-21 12:58:23 +02:00
"npm-package-arg": "^11.0.2",
"npm-pick-manifest": "^9.0.1",
"npm-profile": "^10.0.0",
"npm-registry-fetch": "^17.0.1",
"npm-user-validate": "^2.0.1",
2022-08-31 13:17:00 +02:00
"p-map": "^4.0.0",
2024-05-21 12:58:23 +02:00
"pacote": "^18.0.6",
"parse-conflict-json": "^3.0.1",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.2.0",
2022-03-19 14:07:42 +01:00
"qrcode-terminal": "^0.12.0",
2024-05-21 12:58:23 +02:00
"read": "^3.0.1",
"semver": "^7.6.2",
"spdx-expression-parse": "^4.0.0",
"ssri": "^10.0.6",
"supports-color": "^9.4.0",
2024-05-21 12:58:23 +02:00
"tar": "^6.2.1",
2022-03-19 14:07:42 +01:00
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
"treeverse": "^3.0.0",
2024-05-21 12:58:23 +02:00
"validate-npm-package-name": "^5.0.1",
"which": "^4.0.0",
"write-file-atomic": "^5.0.1"
2022-02-19 16:05:21 +01:00
},
"bin": {
"npm": "bin/npm-cli.js",
"npx": "bin/npx-cli.js"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm-run-path": {
2024-05-21 12:58:23 +02:00
"version": "5.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"path-key": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm-run-path/node_modules/path-key": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/npm/node_modules/@isaacs/cliui": {
"version": "8.0.2",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"string-width": "^5.1.2",
"string-width-cjs": "npm:string-width@^4.2.0",
"strip-ansi": "^7.0.1",
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
"wrap-ansi": "^8.1.0",
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
},
"engines": {
"node": ">=12"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
"version": "6.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
"version": "9.2.2",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
"version": "5.1.2",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
"version": "7.1.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
"node_modules/npm/node_modules/@isaacs/string-locale-compare": {
"version": "1.1.0",
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/@npmcli/agent": {
2024-05-21 12:58:23 +02:00
"version": "2.2.2",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"agent-base": "^7.1.0",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.1",
"lru-cache": "^10.0.1",
2024-05-21 12:58:23 +02:00
"socks-proxy-agent": "^8.0.3"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/@npmcli/arborist": {
2024-05-21 12:58:23 +02:00
"version": "7.5.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
2024-05-21 12:58:23 +02:00
"@npmcli/fs": "^3.1.1",
"@npmcli/installed-package-contents": "^2.1.0",
"@npmcli/map-workspaces": "^3.0.2",
2024-05-21 12:58:23 +02:00
"@npmcli/metavuln-calculator": "^7.1.1",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/node-gyp": "^3.0.0",
2024-05-21 12:58:23 +02:00
"@npmcli/package-json": "^5.1.0",
"@npmcli/query": "^3.1.0",
"@npmcli/redact": "^2.0.0",
"@npmcli/run-script": "^8.1.0",
"bin-links": "^4.0.4",
"cacache": "^18.0.3",
2022-02-19 16:05:21 +01:00
"common-ancestor-path": "^1.0.1",
2024-05-21 12:58:23 +02:00
"hosted-git-info": "^7.0.2",
"json-parse-even-better-errors": "^3.0.2",
2022-02-19 16:05:21 +01:00
"json-stringify-nice": "^1.1.4",
2024-05-21 12:58:23 +02:00
"lru-cache": "^10.2.2",
"minimatch": "^9.0.4",
"nopt": "^7.2.1",
"npm-install-checks": "^6.2.0",
2024-05-21 12:58:23 +02:00
"npm-package-arg": "^11.0.2",
"npm-pick-manifest": "^9.0.1",
"npm-registry-fetch": "^17.0.1",
"pacote": "^18.0.6",
"parse-conflict-json": "^3.0.0",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.2.0",
"proggy": "^2.0.0",
2022-02-19 16:05:21 +01:00
"promise-all-reject-late": "^1.0.0",
2024-01-30 01:32:52 +01:00
"promise-call-limit": "^3.0.1",
"read-package-json-fast": "^3.0.2",
"semver": "^7.3.7",
2024-05-21 12:58:23 +02:00
"ssri": "^10.0.6",
"treeverse": "^3.0.0",
"walk-up-path": "^3.0.1"
2022-02-19 16:05:21 +01:00
},
"bin": {
"arborist": "bin/index.js"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/@npmcli/config": {
2024-05-21 12:58:23 +02:00
"version": "8.3.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
"ci-info": "^4.0.0",
2024-05-21 12:58:23 +02:00
"ini": "^4.1.2",
"nopt": "^7.2.1",
"proc-log": "^4.2.0",
"read-package-json-fast": "^3.0.2",
2022-03-16 11:38:20 +01:00
"semver": "^7.3.5",
"walk-up-path": "^3.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/@npmcli/fs": {
2024-05-21 12:58:23 +02:00
"version": "3.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"semver": "^7.3.5"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/@npmcli/git": {
2024-05-21 12:58:23 +02:00
"version": "5.0.7",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/promise-spawn": "^7.0.0",
"lru-cache": "^10.0.1",
"npm-pick-manifest": "^9.0.0",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.0.0",
2022-02-19 16:05:21 +01:00
"promise-inflight": "^1.0.1",
"promise-retry": "^2.0.1",
"semver": "^7.3.5",
"which": "^4.0.0"
2022-03-16 11:38:20 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-03-16 11:38:20 +01:00
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/@npmcli/installed-package-contents": {
2024-05-21 12:58:23 +02:00
"version": "2.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"npm-bundled": "^3.0.0",
"npm-normalize-package-bin": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"bin": {
2024-05-21 12:58:23 +02:00
"installed-package-contents": "bin/index.js"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/@npmcli/map-workspaces": {
2024-05-21 12:58:23 +02:00
"version": "3.0.6",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/name-from-folder": "^2.0.0",
"glob": "^10.2.2",
"minimatch": "^9.0.0",
"read-package-json-fast": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-03-16 11:38:20 +01:00
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
2024-05-21 12:58:23 +02:00
"version": "7.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"cacache": "^18.0.0",
"json-parse-even-better-errors": "^3.0.0",
2024-05-21 12:58:23 +02:00
"pacote": "^18.0.0",
"proc-log": "^4.1.0",
2022-03-16 11:38:20 +01:00
"semver": "^7.3.5"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/@npmcli/name-from-folder": {
"version": "2.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/@npmcli/node-gyp": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/@npmcli/package-json": {
2024-05-21 12:58:23 +02:00
"version": "5.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.0",
"glob": "^10.2.2",
"hosted-git-info": "^7.0.0",
"json-parse-even-better-errors": "^3.0.0",
"normalize-package-data": "^6.0.0",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.0.0",
"semver": "^7.5.3"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"which": "^4.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
2022-08-31 13:17:00 +02:00
"node_modules/npm/node_modules/@npmcli/query": {
2024-05-21 12:58:23 +02:00
"version": "3.1.0",
2022-08-31 13:17:00 +02:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"postcss-selector-parser": "^6.0.10"
2022-08-31 13:17:00 +02:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-08-31 13:17:00 +02:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/@npmcli/redact": {
"version": "2.0.0",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/@npmcli/run-script": {
2024-05-21 12:58:23 +02:00
"version": "8.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/node-gyp": "^3.0.0",
2024-01-30 01:32:52 +01:00
"@npmcli/package-json": "^5.0.0",
"@npmcli/promise-spawn": "^7.0.0",
"node-gyp": "^10.0.0",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.0.0",
"which": "^4.0.0"
2022-03-16 11:38:20 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/@pkgjs/parseargs": {
"version": "0.11.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"optional": true,
"engines": {
"node": ">=14"
}
},
"node_modules/npm/node_modules/@sigstore/bundle": {
2024-05-21 12:58:23 +02:00
"version": "2.3.1",
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sigstore/protobuf-specs": "^0.3.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/@sigstore/core": {
2024-05-21 12:58:23 +02:00
"version": "1.1.0",
2024-01-30 01:32:52 +01:00
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/@sigstore/protobuf-specs": {
2024-05-21 12:58:23 +02:00
"version": "0.3.2",
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/@sigstore/sign": {
2024-05-21 12:58:23 +02:00
"version": "2.3.1",
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sigstore/bundle": "^2.3.0",
"@sigstore/core": "^1.0.0",
"@sigstore/protobuf-specs": "^0.3.1",
"make-fetch-happen": "^13.0.1",
"proc-log": "^4.2.0",
"promise-retry": "^2.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/@sigstore/tuf": {
2024-05-21 12:58:23 +02:00
"version": "2.3.3",
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sigstore/protobuf-specs": "^0.3.0",
"tuf-js": "^2.2.1"
2024-01-30 01:32:52 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/@sigstore/verify": {
2024-05-21 12:58:23 +02:00
"version": "1.2.0",
2024-01-30 01:32:52 +01:00
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sigstore/bundle": "^2.3.1",
"@sigstore/core": "^1.1.0",
"@sigstore/protobuf-specs": "^0.3.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/@tufjs/canonical-json": {
"version": "2.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/@tufjs/models": {
2024-05-21 12:58:23 +02:00
"version": "2.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"@tufjs/canonical-json": "2.0.0",
2024-05-21 12:58:23 +02:00
"minimatch": "^9.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/abbrev": {
"version": "2.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/agent-base": {
2024-05-21 12:58:23 +02:00
"version": "7.1.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"debug": "^4.3.4"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/npm/node_modules/aggregate-error": {
"version": "3.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"clean-stack": "^2.0.0",
"indent-string": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=8"
}
},
2022-03-19 14:07:42 +01:00
"node_modules/npm/node_modules/ansi-regex": {
2024-01-30 01:32:52 +01:00
"version": "5.0.1",
2022-03-19 14:07:42 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
2024-01-30 01:32:52 +01:00
"node": ">=8"
2022-03-19 14:07:42 +01:00
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/ansi-styles": {
"version": "6.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/npm/node_modules/aproba": {
"version": "2.0.0",
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/archy": {
"version": "1.0.0",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/balanced-match": {
"version": "1.0.2",
"dev": true,
2022-02-19 16:05:21 +01:00
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/bin-links": {
2024-05-21 12:58:23 +02:00
"version": "4.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"cmd-shim": "^6.0.0",
"npm-normalize-package-bin": "^3.0.0",
"read-cmd-shim": "^4.0.0",
"write-file-atomic": "^5.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/binary-extensions": {
2024-05-21 12:58:23 +02:00
"version": "2.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=8"
2024-05-21 12:58:23 +02:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/brace-expansion": {
"version": "2.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"balanced-match": "^1.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/cacache": {
2024-05-21 12:58:23 +02:00
"version": "18.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/fs": "^3.1.0",
"fs-minipass": "^3.0.0",
"glob": "^10.2.2",
"lru-cache": "^10.0.1",
"minipass": "^7.0.3",
"minipass-collect": "^2.0.1",
2022-02-19 16:05:21 +01:00
"minipass-flush": "^1.0.5",
2022-03-19 14:07:42 +01:00
"minipass-pipeline": "^1.2.4",
2022-02-19 16:05:21 +01:00
"p-map": "^4.0.0",
"ssri": "^10.0.0",
2022-03-19 14:07:42 +01:00
"tar": "^6.1.11",
"unique-filename": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/chalk": {
"version": "5.3.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/npm/node_modules/chownr": {
"version": "2.0.0",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": ">=10"
}
},
"node_modules/npm/node_modules/ci-info": {
"version": "4.0.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
}
],
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/cidr-regex": {
2024-05-21 12:58:23 +02:00
"version": "4.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "BSD-2-Clause",
"dependencies": {
"ip-regex": "^5.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/clean-stack": {
"version": "2.2.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/npm/node_modules/cli-columns": {
"version": "4.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">= 10"
}
},
"node_modules/npm/node_modules/cmd-shim": {
2024-05-21 12:58:23 +02:00
"version": "6.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/color-convert": {
"version": "2.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/npm/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"inBundle": true,
"license": "MIT"
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/common-ancestor-path": {
"version": "1.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/cross-spawn": {
"version": "7.0.3",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/npm/node_modules/cross-spawn/node_modules/which": {
"version": "2.0.2",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
}
},
2022-08-31 13:17:00 +02:00
"node_modules/npm/node_modules/cssesc": {
"version": "3.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"bin": {
"cssesc": "bin/cssesc"
},
"engines": {
"node": ">=4"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/debug": {
"version": "4.3.4",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/npm/node_modules/debug/node_modules/ms": {
"version": "2.1.2",
"dev": true,
"inBundle": true,
"license": "MIT"
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/diff": {
"version": "5.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=0.3.1"
}
},
"node_modules/npm/node_modules/eastasianwidth": {
"version": "0.2.0",
"dev": true,
"inBundle": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/emoji-regex": {
"version": "8.0.0",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/encoding": {
"version": "0.1.13",
"dev": true,
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"iconv-lite": "^0.6.2"
}
},
"node_modules/npm/node_modules/env-paths": {
"version": "2.2.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/npm/node_modules/err-code": {
"version": "2.0.3",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/exponential-backoff": {
"version": "3.1.1",
"dev": true,
"inBundle": true,
"license": "Apache-2.0"
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/fastest-levenshtein": {
"version": "1.0.16",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">= 4.9.1"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/foreground-child": {
"version": "3.1.1",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"cross-spawn": "^7.0.0",
"signal-exit": "^4.0.1"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/fs-minipass": {
"version": "3.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minipass": "^7.0.3"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/function-bind": {
"version": "1.1.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/glob": {
2024-05-21 12:58:23 +02:00
"version": "10.3.15",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"foreground-child": "^3.1.0",
2024-05-21 12:58:23 +02:00
"jackspeak": "^2.3.6",
"minimatch": "^9.0.1",
2024-05-21 12:58:23 +02:00
"minipass": "^7.0.4",
"path-scurry": "^1.11.0"
},
"bin": {
"glob": "dist/esm/bin.mjs"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=16 || 14 >=14.18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/npm/node_modules/graceful-fs": {
"version": "4.2.11",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/hasown": {
2024-05-21 12:58:23 +02:00
"version": "2.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.4"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/hosted-git-info": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"lru-cache": "^10.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/http-cache-semantics": {
"version": "4.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "BSD-2-Clause"
},
"node_modules/npm/node_modules/http-proxy-agent": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/npm/node_modules/https-proxy-agent": {
2024-05-21 12:58:23 +02:00
"version": "7.0.4",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"agent-base": "^7.0.2",
"debug": "4"
},
"engines": {
"node": ">= 14"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/iconv-lite": {
"version": "0.6.3",
"dev": true,
"inBundle": true,
"license": "MIT",
"optional": true,
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
},
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/npm/node_modules/ignore-walk": {
2024-05-21 12:58:23 +02:00
"version": "6.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minimatch": "^9.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/imurmurhash": {
"version": "0.1.4",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=0.8.19"
}
},
"node_modules/npm/node_modules/indent-string": {
"version": "4.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/npm/node_modules/ini": {
2024-05-21 12:58:23 +02:00
"version": "4.1.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/init-package-json": {
2024-05-21 12:58:23 +02:00
"version": "6.0.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/package-json": "^5.0.0",
"npm-package-arg": "^11.0.0",
"promzard": "^1.0.0",
2024-05-21 12:58:23 +02:00
"read": "^3.0.1",
2022-02-19 16:05:21 +01:00
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4",
"validate-npm-package-name": "^5.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/ip-address": {
"version": "9.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"jsbn": "1.1.0",
"sprintf-js": "^1.1.3"
},
"engines": {
"node": ">= 12"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/ip-regex": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/is-cidr": {
2024-05-21 12:58:23 +02:00
"version": "5.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "BSD-2-Clause",
"dependencies": {
2024-05-21 12:58:23 +02:00
"cidr-regex": "^4.0.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/is-core-module": {
"version": "2.13.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"hasown": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/npm/node_modules/is-fullwidth-code-point": {
2022-03-16 11:38:20 +01:00
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
2022-03-16 11:38:20 +01:00
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/is-lambda": {
"version": "1.0.1",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/isexe": {
"version": "2.0.0",
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/jackspeak": {
"version": "2.3.6",
"dev": true,
"inBundle": true,
"license": "BlueOak-1.0.0",
"dependencies": {
"@isaacs/cliui": "^8.0.2"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"optionalDependencies": {
"@pkgjs/parseargs": "^0.11.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/jsbn": {
"version": "1.1.0",
"dev": true,
"inBundle": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/json-parse-even-better-errors": {
2024-05-21 12:58:23 +02:00
"version": "3.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/json-stringify-nice": {
"version": "1.1.4",
"dev": true,
"inBundle": true,
"license": "ISC",
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/npm/node_modules/jsonparse": {
"version": "1.3.1",
"dev": true,
"engines": [
"node >= 0.2.0"
],
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/just-diff": {
"version": "6.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/just-diff-apply": {
"version": "5.5.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/libnpmaccess": {
2024-05-21 12:58:23 +02:00
"version": "8.0.6",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"npm-package-arg": "^11.0.2",
"npm-registry-fetch": "^17.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmdiff": {
2024-05-21 12:58:23 +02:00
"version": "6.1.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/arborist": "^7.5.2",
"@npmcli/installed-package-contents": "^2.1.0",
"binary-extensions": "^2.3.0",
"diff": "^5.1.0",
2024-05-21 12:58:23 +02:00
"minimatch": "^9.0.4",
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.6",
"tar": "^6.2.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmexec": {
2024-05-21 12:58:23 +02:00
"version": "8.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/arborist": "^7.5.2",
"@npmcli/run-script": "^8.1.0",
"ci-info": "^4.0.0",
2024-05-21 12:58:23 +02:00
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.6",
"proc-log": "^4.2.0",
"read": "^3.0.1",
"read-package-json-fast": "^3.0.2",
2022-08-31 13:17:00 +02:00
"semver": "^7.3.7",
"walk-up-path": "^3.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmfund": {
2024-05-21 12:58:23 +02:00
"version": "5.0.10",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/arborist": "^7.5.2"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmhook": {
2024-05-21 12:58:23 +02:00
"version": "10.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
2024-05-21 12:58:23 +02:00
"npm-registry-fetch": "^17.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmorg": {
2024-05-21 12:58:23 +02:00
"version": "6.0.6",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
2024-05-21 12:58:23 +02:00
"npm-registry-fetch": "^17.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmpack": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/arborist": "^7.5.2",
"@npmcli/run-script": "^8.1.0",
"npm-package-arg": "^11.0.2",
"pacote": "^18.0.6"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmpublish": {
2024-05-21 12:58:23 +02:00
"version": "9.0.8",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"ci-info": "^4.0.0",
2024-05-21 12:58:23 +02:00
"normalize-package-data": "^6.0.1",
"npm-package-arg": "^11.0.2",
"npm-registry-fetch": "^17.0.1",
"proc-log": "^4.2.0",
"semver": "^7.3.7",
2024-01-30 01:32:52 +01:00
"sigstore": "^2.2.0",
2024-05-21 12:58:23 +02:00
"ssri": "^10.0.6"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmsearch": {
2024-05-21 12:58:23 +02:00
"version": "7.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"npm-registry-fetch": "^17.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmteam": {
2024-05-21 12:58:23 +02:00
"version": "6.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
2024-05-21 12:58:23 +02:00
"npm-registry-fetch": "^17.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/libnpmversion": {
2024-05-21 12:58:23 +02:00
"version": "6.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/git": "^5.0.7",
"@npmcli/run-script": "^8.1.0",
"json-parse-even-better-errors": "^3.0.2",
"proc-log": "^4.2.0",
"semver": "^7.3.7"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/lru-cache": {
2024-05-21 12:58:23 +02:00
"version": "10.2.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "14 || >=16.14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/make-fetch-happen": {
2024-05-21 12:58:23 +02:00
"version": "13.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/agent": "^2.0.0",
"cacache": "^18.0.0",
"http-cache-semantics": "^4.1.1",
2022-02-19 16:05:21 +01:00
"is-lambda": "^1.0.1",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
2022-02-19 16:05:21 +01:00
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"negotiator": "^0.6.3",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.2.0",
2022-02-19 16:05:21 +01:00
"promise-retry": "^2.0.1",
"ssri": "^10.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/minimatch": {
2024-05-21 12:58:23 +02:00
"version": "9.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/minipass": {
2024-05-21 12:58:23 +02:00
"version": "7.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": ">=16 || 14 >=14.17"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/minipass-collect": {
"version": "2.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"minipass": "^7.0.3"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=16 || 14 >=14.17"
}
},
"node_modules/npm/node_modules/minipass-fetch": {
2024-05-21 12:58:23 +02:00
"version": "3.0.5",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"minipass": "^7.0.3",
"minipass-sized": "^1.0.3",
"minizlib": "^2.1.2"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
2022-02-19 16:05:21 +01:00
"optionalDependencies": {
2022-03-16 11:38:20 +01:00
"encoding": "^0.1.13"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/minipass-flush": {
"version": "1.0.5",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minipass": "^3.0.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/npm/node_modules/minipass-flush/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/minipass-json-stream": {
"version": "1.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"jsonparse": "^1.3.1",
"minipass": "^3.0.0"
}
},
"node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/minipass-pipeline": {
"version": "1.2.4",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minipass": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/minipass-sized": {
"version": "1.0.3",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minipass": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/npm/node_modules/minipass-sized/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/minizlib": {
"version": "2.1.2",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"minipass": "^3.0.0",
"yallist": "^4.0.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/npm/node_modules/minizlib/node_modules/minipass": {
"version": "3.3.6",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/mkdirp": {
"version": "1.0.4",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"bin": {
"mkdirp": "bin/cmd.js"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=10"
}
},
"node_modules/npm/node_modules/ms": {
"version": "2.1.3",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/mute-stream": {
"version": "1.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/negotiator": {
"version": "0.6.3",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/npm/node_modules/node-gyp": {
2024-05-21 12:58:23 +02:00
"version": "10.1.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"env-paths": "^2.2.0",
"exponential-backoff": "^3.1.1",
"glob": "^10.3.10",
"graceful-fs": "^4.2.6",
"make-fetch-happen": "^13.0.0",
"nopt": "^7.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.5",
"tar": "^6.1.2",
"which": "^4.0.0"
},
"bin": {
"node-gyp": "bin/node-gyp.js"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/node-gyp/node_modules/proc-log": {
"version": "3.0.0",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/nopt": {
2024-05-21 12:58:23 +02:00
"version": "7.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"abbrev": "^2.0.0"
},
"bin": {
"nopt": "bin/nopt.js"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/normalize-package-data": {
2024-05-21 12:58:23 +02:00
"version": "6.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "BSD-2-Clause",
2022-02-19 16:05:21 +01:00
"dependencies": {
"hosted-git-info": "^7.0.0",
"is-core-module": "^2.8.1",
2022-03-16 11:38:20 +01:00
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/npm-audit-report": {
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/npm-bundled": {
2024-05-21 12:58:23 +02:00
"version": "3.0.1",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"npm-normalize-package-bin": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/npm-install-checks": {
"version": "6.3.0",
"dev": true,
"inBundle": true,
"license": "BSD-2-Clause",
"dependencies": {
"semver": "^7.1.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/npm-normalize-package-bin": {
"version": "3.0.1",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/npm-package-arg": {
2024-05-21 12:58:23 +02:00
"version": "11.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"hosted-git-info": "^7.0.0",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.0.0",
"semver": "^7.3.5",
"validate-npm-package-name": "^5.0.0"
2022-03-16 11:38:20 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/npm-packlist": {
2024-01-30 01:32:52 +01:00
"version": "8.0.2",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"ignore-walk": "^6.0.4"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/npm-pick-manifest": {
2024-05-21 12:58:23 +02:00
"version": "9.0.1",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"npm-install-checks": "^6.0.0",
"npm-normalize-package-bin": "^3.0.0",
"npm-package-arg": "^11.0.0",
"semver": "^7.3.5"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/npm-profile": {
2024-05-21 12:58:23 +02:00
"version": "10.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"npm-registry-fetch": "^17.0.1",
"proc-log": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/npm-registry-fetch": {
2024-05-21 12:58:23 +02:00
"version": "17.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@npmcli/redact": "^2.0.0",
"make-fetch-happen": "^13.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
2022-02-19 16:05:21 +01:00
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^11.0.0",
2024-05-21 12:58:23 +02:00
"proc-log": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/npm-user-validate": {
2024-05-21 12:58:23 +02:00
"version": "2.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "BSD-2-Clause",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/p-map": {
"version": "4.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"aggregate-error": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/npm/node_modules/pacote": {
2024-05-21 12:58:23 +02:00
"version": "18.0.6",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.0",
"@npmcli/installed-package-contents": "^2.0.1",
2024-05-21 12:58:23 +02:00
"@npmcli/package-json": "^5.1.0",
"@npmcli/promise-spawn": "^7.0.0",
2024-05-21 12:58:23 +02:00
"@npmcli/run-script": "^8.0.0",
"cacache": "^18.0.0",
"fs-minipass": "^3.0.0",
"minipass": "^7.0.2",
"npm-package-arg": "^11.0.0",
"npm-packlist": "^8.0.0",
"npm-pick-manifest": "^9.0.0",
2024-05-21 12:58:23 +02:00
"npm-registry-fetch": "^17.0.0",
"proc-log": "^4.0.0",
2022-02-19 16:05:21 +01:00
"promise-retry": "^2.0.1",
2024-01-30 01:32:52 +01:00
"sigstore": "^2.2.0",
"ssri": "^10.0.0",
2022-03-16 11:38:20 +01:00
"tar": "^6.1.11"
2022-02-19 16:05:21 +01:00
},
"bin": {
2024-05-21 12:58:23 +02:00
"pacote": "bin/index.js"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/parse-conflict-json": {
"version": "3.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"json-parse-even-better-errors": "^3.0.0",
"just-diff": "^6.0.0",
"just-diff-apply": "^5.2.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/path-key": {
"version": "3.1.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/npm/node_modules/path-scurry": {
2024-05-21 12:58:23 +02:00
"version": "1.11.1",
"dev": true,
"inBundle": true,
"license": "BlueOak-1.0.0",
"dependencies": {
2024-05-21 12:58:23 +02:00
"lru-cache": "^10.2.0",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=16 || 14 >=14.18"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
2022-08-31 13:17:00 +02:00
"node_modules/npm/node_modules/postcss-selector-parser": {
2024-05-21 12:58:23 +02:00
"version": "6.0.16",
2022-08-31 13:17:00 +02:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
},
"engines": {
"node": ">=4"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/proc-log": {
2024-05-21 12:58:23 +02:00
"version": "4.2.0",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/proggy": {
"version": "2.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
2022-03-16 11:38:20 +01:00
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/promise-all-reject-late": {
"version": "1.0.1",
"dev": true,
"inBundle": true,
"license": "ISC",
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/npm/node_modules/promise-call-limit": {
2024-01-30 01:32:52 +01:00
"version": "3.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/npm/node_modules/promise-inflight": {
"version": "1.0.1",
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/promise-retry": {
"version": "2.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"err-code": "^2.0.2",
"retry": "^0.12.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/npm/node_modules/promzard": {
2024-05-21 12:58:23 +02:00
"version": "1.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"read": "^3.0.1"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/qrcode-terminal": {
"version": "0.12.0",
"dev": true,
"inBundle": true,
"bin": {
"qrcode-terminal": "bin/qrcode-terminal.js"
}
},
"node_modules/npm/node_modules/read": {
2024-05-21 12:58:23 +02:00
"version": "3.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"mute-stream": "^1.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/read-cmd-shim": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/read-package-json-fast": {
"version": "3.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"json-parse-even-better-errors": "^3.0.0",
"npm-normalize-package-bin": "^3.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/retry": {
"version": "0.12.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">= 4"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/safer-buffer": {
"version": "2.1.2",
"dev": true,
"inBundle": true,
"license": "MIT",
"optional": true
},
"node_modules/npm/node_modules/semver": {
2024-05-21 12:58:23 +02:00
"version": "7.6.2",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/npm/node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/npm/node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/signal-exit": {
"version": "4.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/sigstore": {
2024-05-21 12:58:23 +02:00
"version": "2.3.0",
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sigstore/bundle": "^2.3.1",
"@sigstore/core": "^1.0.0",
"@sigstore/protobuf-specs": "^0.3.1",
"@sigstore/sign": "^2.3.0",
"@sigstore/tuf": "^2.3.1",
"@sigstore/verify": "^1.2.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/smart-buffer": {
"version": "4.2.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
},
"node_modules/npm/node_modules/socks": {
2024-05-21 12:58:23 +02:00
"version": "2.8.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"ip-address": "^9.0.5",
2022-03-16 11:38:20 +01:00
"smart-buffer": "^4.2.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">= 10.0.0",
2022-02-19 16:05:21 +01:00
"npm": ">= 3.0.0"
}
},
"node_modules/npm/node_modules/socks-proxy-agent": {
2024-05-21 12:58:23 +02:00
"version": "8.0.3",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.7.1"
},
"engines": {
"node": ">= 14"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/spdx-correct": {
"version": "3.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse": {
"version": "3.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/spdx-exceptions": {
2024-05-21 12:58:23 +02:00
"version": "2.5.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "CC-BY-3.0"
},
"node_modules/npm/node_modules/spdx-expression-parse": {
2024-05-21 12:58:23 +02:00
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
"node_modules/npm/node_modules/spdx-license-ids": {
2024-05-21 12:58:23 +02:00
"version": "3.0.17",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "CC0-1.0"
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/sprintf-js": {
"version": "1.1.3",
"dev": true,
"inBundle": true,
"license": "BSD-3-Clause"
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/ssri": {
2024-05-21 12:58:23 +02:00
"version": "10.0.6",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minipass": "^7.0.3"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/string-width": {
2022-03-16 11:38:20 +01:00
"version": "4.2.3",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
2022-03-16 11:38:20 +01:00
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2022-03-16 11:38:20 +01:00
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/string-width-cjs": {
"name": "string-width",
"version": "4.2.3",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/strip-ansi": {
2022-03-16 11:38:20 +01:00
"version": "6.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
2022-03-16 11:38:20 +01:00
"ansi-regex": "^5.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2022-03-16 11:38:20 +01:00
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/strip-ansi-cjs": {
"name": "strip-ansi",
"version": "6.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/supports-color": {
"version": "9.4.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/supports-color?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/tar": {
2024-05-21 12:58:23 +02:00
"version": "6.2.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"chownr": "^2.0.0",
"fs-minipass": "^2.0.0",
"minipass": "^5.0.0",
2022-02-19 16:05:21 +01:00
"minizlib": "^2.1.1",
"mkdirp": "^1.0.3",
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/npm/node_modules/tar/node_modules/fs-minipass": {
"version": "2.1.0",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"minipass": "^3.0.0"
},
"engines": {
"node": ">= 8"
}
},
"node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
"version": "3.3.6",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/tar/node_modules/minipass": {
"version": "5.0.0",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/text-table": {
"version": "0.2.0",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/tiny-relative-date": {
"version": "1.3.0",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/treeverse": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/tuf-js": {
2024-05-21 12:58:23 +02:00
"version": "2.2.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"@tufjs/models": "2.0.1",
"debug": "^4.3.4",
2024-05-21 12:58:23 +02:00
"make-fetch-happen": "^13.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/npm/node_modules/unique-filename": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"unique-slug": "^4.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/unique-slug": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"imurmurhash": "^0.1.4"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/util-deprecate": {
"version": "1.0.2",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/validate-npm-package-license": {
"version": "3.0.4",
"dev": true,
"inBundle": true,
"license": "Apache-2.0",
"dependencies": {
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
"version": "3.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/validate-npm-package-name": {
2024-05-21 12:58:23 +02:00
"version": "5.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/walk-up-path": {
"version": "3.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/npm/node_modules/which": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"isexe": "^3.1.1"
2022-02-19 16:05:21 +01:00
},
"bin": {
"node-which": "bin/which.js"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/npm/node_modules/which/node_modules/isexe": {
"version": "3.1.1",
"dev": true,
"inBundle": true,
"license": "ISC",
"engines": {
"node": ">=16"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/wrap-ansi": {
"version": "8.1.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^6.1.0",
"string-width": "^5.0.1",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/npm/node_modules/wrap-ansi-cjs": {
"name": "wrap-ansi",
"version": "7.0.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
"node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
"version": "4.3.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
"version": "6.0.1",
"dev": true,
"inBundle": true,
"license": "MIT",
"engines": {
2024-01-30 01:32:52 +01:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
},
"node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
"version": "9.2.2",
"dev": true,
"inBundle": true,
"license": "MIT"
},
"node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
"version": "5.1.2",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2024-01-30 01:32:52 +01:00
"node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
"version": "7.1.0",
"dev": true,
"inBundle": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^6.0.1"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/npm/node_modules/write-file-atomic": {
"version": "5.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"imurmurhash": "^0.1.4",
"signal-exit": "^4.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/npm/node_modules/yallist": {
"version": "4.0.0",
"dev": true,
"inBundle": true,
"license": "ISC"
},
"node_modules/object-assign": {
"version": "4.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/object-inspect": {
"version": "1.13.1",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object-keys": {
"version": "1.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">= 0.4"
}
},
"node_modules/object.assign": {
"version": "4.1.5",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"call-bind": "^1.0.5",
"define-properties": "^1.2.1",
2022-08-31 13:17:00 +02:00
"has-symbols": "^1.0.3",
2022-03-19 14:28:00 +01:00
"object-keys": "^1.1.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.fromentries": {
2024-05-21 12:58:23 +02:00
"version": "2.0.8",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.groupby": {
2024-05-21 12:58:23 +02:00
"version": "1.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
2024-05-21 12:58:23 +02:00
"es-abstract": "^1.23.2"
},
"engines": {
"node": ">= 0.4"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/object.values": {
2024-05-21 12:58:23 +02:00
"version": "1.2.0",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-object-atoms": "^1.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">= 0.4"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/once": {
"version": "1.4.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
"wrappy": "1"
}
},
"node_modules/onetime": {
2024-05-21 12:58:23 +02:00
"version": "6.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"mimic-fn": "^4.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/optionator": {
2024-05-21 12:58:23 +02:00
"version": "0.9.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
2024-05-21 12:58:23 +02:00
"type-check": "^0.4.0",
"word-wrap": "^1.2.5"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/p-each-series": {
2023-01-10 13:27:35 +01:00
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2023-01-10 13:27:35 +01:00
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-filter": {
2024-01-30 01:32:52 +01:00
"version": "4.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-01-30 01:32:52 +01:00
"p-map": "^7.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2023-12-26 22:07:17 +01:00
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-is-promise": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/p-limit": {
2024-05-21 12:58:23 +02:00
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"yocto-queue": "^1.0.0"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-locate": {
2024-05-21 12:58:23 +02:00
"version": "6.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"p-limit": "^4.0.0"
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/p-map": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2023-12-26 22:07:17 +01:00
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-reduce": {
2023-01-10 13:27:35 +01:00
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2023-01-10 13:27:35 +01:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/p-try": {
"version": "1.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
2022-03-19 14:28:00 +01:00
}
},
2022-02-19 16:05:21 +01:00
"node_modules/parent-module": {
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"callsites": "^3.0.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/parse-json": {
"version": "5.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01: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"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/parse-ms": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/parse5": {
"version": "5.1.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
"node_modules/parse5-htmlparser2-tree-adapter": {
"version": "6.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"parse5": "^6.0.1"
}
},
"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
"version": "6.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
2022-02-19 16:05:21 +01:00
"node_modules/path-exists": {
2024-05-21 12:58:23 +02:00
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/path-parse": {
"version": "1.0.7",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/path-type": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/picocolors": {
2024-05-21 12:58:23 +02:00
"version": "1.0.1",
"dev": true,
"license": "ISC"
},
2022-02-19 16:05:21 +01:00
"node_modules/picomatch": {
2024-05-21 12:58:23 +02:00
"version": "4.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
2022-03-16 11:38:20 +01:00
"node_modules/pidtree": {
"version": "0.6.0",
2022-03-16 11:38:20 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-16 11:38:20 +01:00
"bin": {
"pidtree": "bin/pidtree.js"
},
"engines": {
"node": ">=0.10"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/pify": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
"node_modules/pinst": {
2022-03-16 11:38:20 +01:00
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"pinst": "bin.js"
},
"engines": {
2022-03-16 11:38:20 +01:00
"node": ">=12.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/pkg-conf": {
"version": "2.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"find-up": "^2.0.0",
"load-json-file": "^4.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/pkg-conf/node_modules/find-up": {
"version": "2.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"locate-path": "^2.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/pkg-conf/node_modules/locate-path": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"p-locate": "^2.0.0",
"path-exists": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/pkg-conf/node_modules/p-limit": {
"version": "1.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"p-try": "^1.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/pkg-conf/node_modules/p-locate": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"p-limit": "^1.1.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/pkg-conf/node_modules/path-exists": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
"node_modules/pluralize": {
"version": "8.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/possible-typed-array-names": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.4"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/prelude-ls": {
"version": "1.2.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "3.2.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"prettier": "bin/prettier.cjs"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=14"
2022-03-16 11:38:20 +01:00
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/pretty-ms": {
"version": "9.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"parse-ms": "^4.0.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/process-nextick-args": {
"version": "2.0.1",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/proto-list": {
"version": "1.2.4",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
},
2022-02-19 16:05:21 +01:00
"node_modules/punycode": {
"version": "2.3.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=6"
}
},
2023-12-26 22:07:17 +01:00
"node_modules/punycode.js": {
"version": "2.3.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-12-26 22:07:17 +01:00
"engines": {
"node": ">=6"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/queue-microtask": {
"version": "1.2.3",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
2024-05-21 12:58:23 +02:00
],
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/rc": {
"version": "1.2.8",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
2022-02-19 16:05:21 +01:00
"dependencies": {
"deep-extend": "^0.6.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
},
"bin": {
"rc": "cli.js"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/rc/node_modules/ini": {
"version": "1.3.8",
"dev": true,
"license": "ISC"
},
2022-02-19 16:05:21 +01:00
"node_modules/rc/node_modules/strip-json-comments": {
"version": "2.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.10.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/read-package-up": {
"version": "11.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"find-up-simple": "^1.0.0",
"read-pkg": "^9.0.0",
"type-fest": "^4.6.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/read-package-up/node_modules/hosted-git-info": {
"version": "7.0.2",
"dev": true,
"license": "ISC",
"dependencies": {
"lru-cache": "^10.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/read-package-up/node_modules/normalize-package-data": {
"version": "6.0.1",
"dev": true,
"license": "BSD-2-Clause",
"dependencies": {
"hosted-git-info": "^7.0.0",
"is-core-module": "^2.8.1",
"semver": "^7.3.5",
"validate-npm-package-license": "^3.0.4"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/read-package-up/node_modules/parse-json": {
"version": "8.1.0",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.22.13",
"index-to-position": "^0.1.2",
"type-fest": "^4.7.1"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/read-package-up/node_modules/read-pkg": {
"version": "9.0.1",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/normalize-package-data": "^2.4.3",
"normalize-package-data": "^6.0.0",
"parse-json": "^8.0.0",
"type-fest": "^4.6.0",
"unicorn-magic": "^0.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/read-package-up/node_modules/type-fest": {
"version": "4.18.2",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/read-pkg": {
"version": "5.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@types/normalize-package-data": "^2.4.0",
"normalize-package-data": "^2.5.0",
"parse-json": "^5.0.0",
"type-fest": "^0.6.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/read-pkg-up": {
"version": "7.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"find-up": "^4.1.0",
"read-pkg": "^5.2.0",
"type-fest": "^0.8.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/read-pkg-up/node_modules/find-up": {
"version": "4.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"locate-path": "^5.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/read-pkg-up/node_modules/locate-path": {
"version": "5.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"p-locate": "^4.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/read-pkg-up/node_modules/p-limit": {
"version": "2.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"p-try": "^2.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/read-pkg-up/node_modules/p-locate": {
"version": "4.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"p-limit": "^2.2.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/read-pkg-up/node_modules/p-try": {
"version": "2.2.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=6"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/read-pkg-up/node_modules/path-exists": {
"version": "4.0.0",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/read-pkg-up/node_modules/type-fest": {
"version": "0.8.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/read-pkg/node_modules/type-fest": {
"version": "0.6.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/readable-stream": {
"version": "2.3.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01: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/isarray": {
"version": "1.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/regexp-tree": {
"version": "0.1.27",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"bin": {
"regexp-tree": "bin/regexp-tree"
}
},
"node_modules/regexp.prototype.flags": {
2024-02-16 20:03:29 +01:00
"version": "1.5.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-02-16 20:03:29 +01:00
"call-bind": "^1.0.6",
"define-properties": "^1.2.1",
"es-errors": "^1.3.0",
"set-function-name": "^2.0.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/registry-auth-token": {
"version": "5.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"@pnpm/npm-conf": "^2.1.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=14"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/regjsparser": {
"version": "0.10.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
"dependencies": {
"jsesc": "~0.5.0"
},
"bin": {
"regjsparser": "bin/parser"
}
},
"node_modules/regjsparser/node_modules/jsesc": {
"version": "0.5.0",
"dev": true,
"bin": {
"jsesc": "bin/jsesc"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/require-directory": {
"version": "2.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/require-from-string": {
"version": "2.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/resolve": {
"version": "1.22.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"is-core-module": "^2.13.0",
2022-02-19 16:05:21 +01:00
"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-from": {
"version": "5.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/restore-cursor": {
"version": "4.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/restore-cursor/node_modules/mimic-fn": {
"version": "2.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=6"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/restore-cursor/node_modules/onetime": {
"version": "5.1.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"mimic-fn": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/restore-cursor/node_modules/signal-exit": {
"version": "3.0.7",
"dev": true,
"license": "ISC"
},
"node_modules/reusify": {
"version": "1.0.4",
"dev": true,
"license": "MIT",
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
},
"node_modules/rfdc": {
"version": "1.3.1",
"dev": true,
"license": "MIT"
},
"node_modules/rimraf": {
"version": "3.0.2",
"dev": true,
"license": "ISC",
"dependencies": {
"glob": "^7.1.3"
2022-02-19 16:05:21 +01:00
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/run-parallel": {
"version": "1.2.0",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"queue-microtask": "^1.2.2"
}
},
"node_modules/safe-array-concat": {
2024-05-21 12:58:23 +02:00
"version": "1.1.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"get-intrinsic": "^1.2.4",
"has-symbols": "^1.0.3",
"isarray": "^2.0.5"
},
"engines": {
"node": ">=0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/safe-buffer": {
"version": "5.1.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/safe-regex-test": {
"version": "1.0.3",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.6",
"es-errors": "^1.3.0",
"is-regex": "^1.1.4"
},
2024-01-30 01:32:52 +01:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/semantic-release": {
2024-05-21 12:58:23 +02:00
"version": "23.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/error": "^4.0.0",
2024-05-21 12:58:23 +02:00
"@semantic-release/github": "^10.0.0",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"aggregate-error": "^5.0.0",
2024-01-30 01:32:52 +01:00
"cosmiconfig": "^9.0.0",
2022-02-19 16:05:21 +01:00
"debug": "^4.0.0",
2024-01-30 01:32:52 +01:00
"env-ci": "^11.0.0",
2024-05-21 12:58:23 +02:00
"execa": "^9.0.0",
"figures": "^6.0.0",
2024-05-21 12:58:23 +02:00
"find-versions": "^6.0.0",
2022-02-19 16:05:21 +01:00
"get-stream": "^6.0.0",
"git-log-parser": "^1.2.0",
2023-01-10 13:27:35 +01:00
"hook-std": "^3.0.0",
"hosted-git-info": "^7.0.0",
"import-from-esm": "^1.3.1",
2023-01-10 13:27:35 +01:00
"lodash-es": "^4.17.21",
"marked": "^12.0.0",
"marked-terminal": "^7.0.0",
2022-02-19 16:05:21 +01:00
"micromatch": "^4.0.2",
2023-01-10 13:27:35 +01:00
"p-each-series": "^3.0.0",
"p-reduce": "^3.0.0",
2024-05-21 12:58:23 +02:00
"read-package-up": "^11.0.0",
2022-02-19 16:05:21 +01:00
"resolve-from": "^5.0.0",
"semver": "^7.3.2",
2023-01-10 13:27:35 +01:00
"semver-diff": "^4.0.0",
2022-02-19 16:05:21 +01:00
"signale": "^1.2.1",
2023-01-10 13:27:35 +01:00
"yargs": "^17.5.1"
2022-02-19 16:05:21 +01:00
},
"bin": {
"semantic-release": "bin/semantic-release.js"
},
"engines": {
2024-01-30 01:32:52 +01:00
"node": ">=20.8.1"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/semantic-release/node_modules/@sindresorhus/merge-streams": {
"version": "4.0.0",
2024-01-30 01:32:52 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2024-01-30 01:32:52 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2024-01-30 01:32:52 +01:00
},
"funding": {
2024-05-21 12:58:23 +02:00
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2023-01-10 13:27:35 +01:00
"node_modules/semantic-release/node_modules/execa": {
2024-05-21 12:58:23 +02:00
"version": "9.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sindresorhus/merge-streams": "^4.0.0",
2023-01-10 13:27:35 +01:00
"cross-spawn": "^7.0.3",
2024-05-21 12:58:23 +02:00
"figures": "^6.1.0",
"get-stream": "^9.0.0",
"human-signals": "^7.0.0",
"is-plain-obj": "^4.1.0",
"is-stream": "^4.0.1",
"npm-run-path": "^5.2.0",
"pretty-ms": "^9.0.0",
"signal-exit": "^4.1.0",
2024-05-21 12:58:23 +02:00
"strip-final-newline": "^4.0.0",
"yoctocolors": "^2.0.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/semantic-release/node_modules/execa/node_modules/get-stream": {
2024-05-21 12:58:23 +02:00
"version": "9.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"@sec-ant/readable-stream": "^0.4.1",
"is-stream": "^4.0.1"
2022-02-19 16:05:21 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2022-03-19 14:28:00 +01:00
},
2024-05-21 12:58:23 +02:00
"node_modules/semantic-release/node_modules/get-stream": {
"version": "6.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=10"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/semantic-release/node_modules/hosted-git-info": {
"version": "7.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
"dependencies": {
2024-05-21 12:58:23 +02:00
"lru-cache": "^10.0.1"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/semantic-release/node_modules/human-signals": {
"version": "7.0.0",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2023-01-10 13:27:35 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18.18.0"
2023-01-10 13:27:35 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/semantic-release/node_modules/is-stream": {
"version": "4.0.1",
2024-01-30 01:32:52 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2024-01-30 01:32:52 +01:00
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/semantic-release/node_modules/strip-final-newline": {
2024-05-21 12:58:23 +02:00
"version": "4.0.0",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=18"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/semver": {
2024-05-21 12:58:23 +02:00
"version": "7.6.2",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2023-01-10 13:27:35 +01:00
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/semver-diff": {
"version": "4.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
"semver": "^7.3.5"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/semver-regex": {
"version": "4.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/set-function-length": {
2024-05-21 12:58:23 +02:00
"version": "1.2.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"define-data-property": "^1.1.4",
"es-errors": "^1.3.0",
2024-01-30 01:32:52 +01:00
"function-bind": "^1.1.2",
2024-05-21 12:58:23 +02:00
"get-intrinsic": "^1.2.4",
"gopd": "^1.0.1",
2024-05-21 12:58:23 +02:00
"has-property-descriptors": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/set-function-name": {
2024-05-21 12:58:23 +02:00
"version": "2.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"define-data-property": "^1.1.4",
"es-errors": "^1.3.0",
"functions-have-names": "^1.2.3",
2024-05-21 12:58:23 +02:00
"has-property-descriptors": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/shebang-command": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
"shebang-regex": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/shebang-regex": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/side-channel": {
2024-05-21 12:58:23 +02:00
"version": "1.0.6",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.4",
"object-inspect": "^1.13.1"
},
"engines": {
"node": ">= 0.4"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/signal-exit": {
2024-05-21 12:58:23 +02:00
"version": "4.1.0",
"dev": true,
"license": "ISC",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/signale": {
"version": "1.4.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"chalk": "^2.3.2",
"figures": "^2.0.0",
"pkg-conf": "^2.1.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/signale/node_modules/ansi-styles": {
"version": "3.2.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/signale/node_modules/chalk": {
"version": "2.4.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/signale/node_modules/escape-string-regexp": {
"version": "1.0.5",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/signale/node_modules/figures": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"escape-string-regexp": "^1.0.5"
},
"engines": {
"node": ">=4"
}
},
"node_modules/signale/node_modules/has-flag": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=4"
}
},
"node_modules/signale/node_modules/supports-color": {
"version": "5.5.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
}
},
"node_modules/skin-tone": {
"version": "2.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"unicode-emoji-modifier-base": "^1.0.0"
},
"engines": {
"node": ">=8"
}
},
2022-02-19 16:05:21 +01:00
"node_modules/slash": {
"version": "3.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=8"
}
},
"node_modules/slice-ansi": {
2024-05-21 12:58:23 +02:00
"version": "5.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"ansi-styles": "^6.0.0",
"is-fullwidth-code-point": "^4.0.0"
},
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
},
"funding": {
2024-05-21 12:58:23 +02:00
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/source-map": {
"version": "0.6.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-3-Clause",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/spawn-error-forwarder": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
"node_modules/spdx-correct": {
"version": "3.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-02-19 16:05:21 +01:00
"dependencies": {
"spdx-expression-parse": "^3.0.0",
"spdx-license-ids": "^3.0.0"
}
},
"node_modules/spdx-exceptions": {
2024-02-16 20:03:29 +01:00
"version": "2.5.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "CC-BY-3.0"
2022-02-19 16:05:21 +01:00
},
"node_modules/spdx-expression-parse": {
"version": "3.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"spdx-exceptions": "^2.1.0",
"spdx-license-ids": "^3.0.0"
}
},
"node_modules/spdx-license-ids": {
2024-02-16 20:03:29 +01:00
"version": "3.0.17",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "CC0-1.0"
2022-02-19 16:05:21 +01:00
},
"node_modules/split2": {
"version": "4.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">= 10.x"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/stream-combiner2": {
"version": "1.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"duplexer2": "~0.1.0",
"readable-stream": "^2.0.2"
}
},
"node_modules/string_decoder": {
"version": "1.1.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
"node_modules/string-argv": {
"version": "0.3.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=0.6.19"
}
},
"node_modules/string-width": {
2024-01-30 01:32:52 +01:00
"version": "7.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"emoji-regex": "^10.3.0",
"get-east-asian-width": "^1.0.0",
"strip-ansi": "^7.1.0"
2022-02-19 16:05:21 +01:00
},
"engines": {
"node": ">=18"
2022-02-19 16:05:21 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/string-width/node_modules/ansi-regex": {
"version": "6.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/string-width/node_modules/strip-ansi": {
"version": "7.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"ansi-regex": "^6.0.1"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/string.prototype.trim": {
2024-05-21 12:58:23 +02:00
"version": "1.2.9",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.0",
"es-object-atoms": "^1.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/string.prototype.trimend": {
2024-05-21 12:58:23 +02:00
"version": "1.0.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-object-atoms": "^1.0.0"
2022-03-19 14:28:00 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/string.prototype.trimstart": {
2024-05-21 12:58:23 +02:00
"version": "1.0.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-object-atoms": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
2022-03-19 14:28:00 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/strip-ansi": {
"version": "6.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"ansi-regex": "^5.0.1"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/strip-bom": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=4"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/strip-final-newline": {
2024-05-21 12:58:23 +02:00
"version": "3.0.0",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-03-19 14:28:00 +01:00
}
2022-02-19 16:05:21 +01:00
},
"node_modules/strip-indent": {
"version": "3.0.0",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"min-indent": "^1.0.0"
},
"engines": {
"node": ">=8"
}
2022-02-19 16:05:21 +01:00
},
"node_modules/strip-json-comments": {
"version": "3.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/super-regex": {
"version": "1.0.0",
"dev": true,
"license": "MIT",
"dependencies": {
"function-timeout": "^1.0.1",
"time-span": "^5.1.0"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/supports-color": {
"version": "7.2.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"has-flag": "^4.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/supports-hyperlinks": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
"has-flag": "^4.0.0",
"supports-color": "^7.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=14.18"
}
},
"node_modules/supports-preserve-symlinks-flag": {
"version": "1.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/temp-dir": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=14.16"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/tempy": {
"version": "3.1.0",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"is-stream": "^3.0.0",
"temp-dir": "^3.0.0",
"type-fest": "^2.12.2",
"unique-string": "^3.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/tempy/node_modules/type-fest": {
"version": "2.19.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=12.20"
2022-02-19 16:05:21 +01:00
},
2022-03-19 14:28:00 +01:00
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/text-extensions": {
"version": "2.4.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/text-table": {
"version": "0.2.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/thenify": {
"version": "3.3.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"any-promise": "^1.0.0"
}
},
"node_modules/thenify-all": {
"version": "1.6.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"thenify": ">= 3.1.0 < 4"
},
"engines": {
"node": ">=0.8"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/through": {
"version": "2.3.8",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/through2": {
2024-05-21 12:58:23 +02:00
"version": "2.0.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"
2022-02-19 16:05:21 +01:00
}
},
2024-05-21 12:58:23 +02:00
"node_modules/time-span": {
"version": "5.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"convert-hrtime": "^5.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/to-regex-range": {
"version": "5.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-03-19 14:28:00 +01:00
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/traverse": {
2024-05-21 12:58:23 +02:00
"version": "0.6.9",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
"gopd": "^1.0.1",
"typedarray.prototype.slice": "^1.0.3",
"which-typed-array": "^1.1.15"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-03-19 14:28:00 +01:00
},
"node_modules/ts-api-utils": {
2024-05-21 12:58:23 +02:00
"version": "1.3.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=16"
},
"peerDependencies": {
"typescript": ">=4.2.0"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/tsconfig-paths": {
"version": "3.15.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-03-19 14:28:00 +01:00
"@types/json5": "^0.0.29",
"json5": "^1.0.2",
"minimist": "^1.2.6",
2022-03-19 14:28:00 +01:00
"strip-bom": "^3.0.0"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/type-check": {
"version": "0.4.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-03-19 14:28:00 +01:00
"prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/type-fest": {
"version": "0.20.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "(MIT OR CC0-1.0)",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/typed-array-buffer": {
2024-05-21 12:58:23 +02:00
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"es-errors": "^1.3.0",
"is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/typed-array-byte-length": {
2024-05-21 12:58:23 +02:00
"version": "1.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
"for-each": "^0.3.3",
2024-05-21 12:58:23 +02:00
"gopd": "^1.0.1",
"has-proto": "^1.0.3",
"is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/typed-array-byte-offset": {
2024-05-21 12:58:23 +02:00
"version": "1.0.2",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"available-typed-arrays": "^1.0.7",
"call-bind": "^1.0.7",
"for-each": "^0.3.3",
2024-05-21 12:58:23 +02:00
"gopd": "^1.0.1",
"has-proto": "^1.0.3",
"is-typed-array": "^1.1.13"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-01-10 13:27:35 +01:00
"node_modules/typed-array-length": {
2024-05-21 12:58:23 +02:00
"version": "1.0.6",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"call-bind": "^1.0.7",
2023-01-10 13:27:35 +01:00
"for-each": "^0.3.3",
2024-05-21 12:58:23 +02:00
"gopd": "^1.0.1",
"has-proto": "^1.0.3",
"is-typed-array": "^1.1.13",
"possible-typed-array-names": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/typedarray.prototype.slice": {
"version": "1.0.3",
"dev": true,
"license": "MIT",
"dependencies": {
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.0",
"es-errors": "^1.3.0",
"typed-array-buffer": "^1.0.2",
"typed-array-byte-offset": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
2023-01-10 13:27:35 +01:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/typescript": {
2024-05-21 12:58:23 +02:00
"version": "5.4.5",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-03-19 14:28:00 +01:00
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/uc.micro": {
2024-05-21 12:58:23 +02:00
"version": "2.1.0",
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/uglify-js": {
"version": "3.17.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-03-19 14:28:00 +01:00
"optional": true,
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"engines": {
"node": ">=0.8.0"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/unbox-primitive": {
"version": "1.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"call-bind": "^1.0.2",
"has-bigints": "^1.0.2",
2022-08-31 13:17:00 +02:00
"has-symbols": "^1.0.3",
"which-boxed-primitive": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/undici-types": {
"version": "5.26.5",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
},
"node_modules/unicode-emoji-modifier-base": {
"version": "1.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/unicorn-magic": {
"version": "0.1.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/unique-string": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"crypto-random-string": "^4.0.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/universal-user-agent": {
2024-05-21 12:58:23 +02:00
"version": "7.0.2",
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
2022-03-19 14:28:00 +01:00
"node_modules/universalify": {
"version": "2.0.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">= 10.0.0"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/update-browserslist-db": {
2024-05-21 12:58:23 +02:00
"version": "1.0.16",
"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"
}
],
2024-05-21 12:58:23 +02:00
"license": "MIT",
"dependencies": {
2024-05-21 12:58:23 +02:00
"escalade": "^3.1.2",
"picocolors": "^1.0.1"
},
"bin": {
"update-browserslist-db": "cli.js"
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/uri-js": {
"version": "4.4.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "BSD-2-Clause",
2022-03-19 14:28:00 +01:00
"dependencies": {
"punycode": "^2.1.0"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/url-join": {
"version": "5.0.0",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
2022-02-19 16:05:21 +01:00
},
2022-03-19 14:28:00 +01:00
"node_modules/util-deprecate": {
"version": "1.0.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-02-19 16:05:21 +01:00
},
2022-03-19 14:28:00 +01:00
"node_modules/validate-npm-package-license": {
"version": "3.0.4",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "Apache-2.0",
2022-03-19 14:28:00 +01:00
"dependencies": {
"spdx-correct": "^3.0.0",
"spdx-expression-parse": "^3.0.0"
}
},
"node_modules/which": {
"version": "2.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-03-19 14:28:00 +01:00
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
"engines": {
"node": ">= 8"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/which-boxed-primitive": {
"version": "1.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-19 16:05:21 +01:00
}
},
2023-01-10 13:27:35 +01:00
"node_modules/which-typed-array": {
2024-05-21 12:58:23 +02:00
"version": "1.1.15",
2023-01-10 13:27:35 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2023-01-10 13:27:35 +01:00
"dependencies": {
2024-05-21 12:58:23 +02:00
"available-typed-arrays": "^1.0.7",
"call-bind": "^1.0.7",
2023-01-10 13:27:35 +01:00
"for-each": "^0.3.3",
"gopd": "^1.0.1",
2024-05-21 12:58:23 +02:00
"has-tostringtag": "^1.0.2"
2023-01-10 13:27:35 +01:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2024-05-21 12:58:23 +02:00
"node_modules/word-wrap": {
"version": "1.2.5",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
2022-03-19 14:28:00 +01:00
"node_modules/wordwrap": {
"version": "1.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/wrap-ansi": {
"version": "9.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"ansi-styles": "^6.2.1",
"string-width": "^7.0.0",
"strip-ansi": "^7.1.0"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=18"
2022-03-19 14:28:00 +01:00
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
"node_modules/wrap-ansi/node_modules/ansi-regex": {
"version": "6.0.1",
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
}
2022-03-19 14:28:00 +01:00
},
"node_modules/wrap-ansi/node_modules/strip-ansi": {
"version": "7.1.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"ansi-regex": "^6.0.1"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/wrappy": {
"version": "1.0.2",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "ISC"
2022-02-19 16:05:21 +01:00
},
2022-03-19 14:28:00 +01:00
"node_modules/xtend": {
"version": "4.0.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=0.4"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/y18n": {
"version": "5.0.8",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=10"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/yaml": {
"version": "2.3.4",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-03-19 14:28:00 +01:00
"engines": {
2023-01-10 13:27:35 +01:00
"node": ">= 14"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/yargs": {
"version": "17.7.2",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"dependencies": {
"cliui": "^8.0.1",
2022-03-19 14:28:00 +01:00
"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"
2022-03-19 14:28:00 +01:00
},
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/yargs-parser": {
"version": "21.1.1",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "ISC",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=12"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/yargs/node_modules/emoji-regex": {
"version": "8.0.0",
2024-05-21 12:58:23 +02:00
"dev": true,
"license": "MIT"
2022-03-19 14:28:00 +01:00
},
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/yargs/node_modules/string-width": {
"version": "4.2.3",
2022-02-19 16:05:21 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-02-19 16:05:21 +01:00
"dependencies": {
2022-03-19 14:28:00 +01:00
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
2022-02-19 16:05:21 +01:00
}
},
2022-03-19 14:28:00 +01:00
"node_modules/yocto-queue": {
2024-05-21 12:58:23 +02:00
"version": "1.0.0",
2022-03-19 14:28:00 +01:00
"dev": true,
2024-05-21 12:58:23 +02:00
"license": "MIT",
2022-03-19 14:28:00 +01:00
"engines": {
2024-05-21 12:58:23 +02:00
"node": ">=12.20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/yoctocolors": {
"version": "2.0.2",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
2022-03-19 14:28:00 +01:00
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
2022-02-19 16:05:21 +01:00
}
}