mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 21:20:09 +08:00
Bump @types/node
This commit is contained in:
314
node_modules/ava/package.json
generated
vendored
314
node_modules/ava/package.json
generated
vendored
@@ -1,159 +1,159 @@
|
||||
{
|
||||
"name": "ava",
|
||||
"version": "6.4.1",
|
||||
"description": "Node.js test runner that lets you develop with confidence.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/avajs/ava.git"
|
||||
},
|
||||
"homepage": "https://avajs.dev",
|
||||
"bin": {
|
||||
"ava": "entrypoints/cli.mjs"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./entrypoints/main.d.mts",
|
||||
"default": "./entrypoints/main.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/main.d.cts",
|
||||
"default": "./entrypoints/main.cjs"
|
||||
}
|
||||
},
|
||||
"./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs",
|
||||
"./plugin": {
|
||||
"import": {
|
||||
"types": "./entrypoints/plugin.d.mts",
|
||||
"default": "./entrypoints/plugin.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/plugin.d.cts",
|
||||
"default": "./entrypoints/plugin.cjs"
|
||||
}
|
||||
},
|
||||
"./internal": {
|
||||
"types": "./entrypoints/internal.d.mts"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "^18.18 || ^20.8 || ^22 || ^23 || >=24"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./scripts/test.sh"
|
||||
},
|
||||
"files": [
|
||||
"entrypoints",
|
||||
"lib",
|
||||
"types",
|
||||
"*.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"🦄",
|
||||
"test",
|
||||
"runner",
|
||||
"testing",
|
||||
"ava",
|
||||
"concurrent",
|
||||
"parallel",
|
||||
"fast",
|
||||
"tdd",
|
||||
"cli-app",
|
||||
"cli",
|
||||
"jest",
|
||||
"mocha",
|
||||
"tape",
|
||||
"tap",
|
||||
"qunit",
|
||||
"jasmine",
|
||||
"assert",
|
||||
"assertion",
|
||||
"promise",
|
||||
"promises",
|
||||
"async",
|
||||
"function",
|
||||
"await",
|
||||
"generator",
|
||||
"generators",
|
||||
"yield",
|
||||
"observable",
|
||||
"observables",
|
||||
"unit",
|
||||
"snapshot",
|
||||
"expect",
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@vercel/nft": "^0.29.4",
|
||||
"acorn": "^8.15.0",
|
||||
"acorn-walk": "^8.3.4",
|
||||
"ansi-styles": "^6.2.1",
|
||||
"arrgv": "^1.0.2",
|
||||
"arrify": "^3.0.0",
|
||||
"callsites": "^4.2.0",
|
||||
"cbor": "^10.0.9",
|
||||
"chalk": "^5.4.1",
|
||||
"chunkd": "^2.0.1",
|
||||
"ci-info": "^4.3.0",
|
||||
"ci-parallel-vars": "^1.0.1",
|
||||
"cli-truncate": "^4.0.0",
|
||||
"code-excerpt": "^4.0.0",
|
||||
"common-path-prefix": "^3.0.0",
|
||||
"concordance": "^5.0.4",
|
||||
"currently-unhandled": "^0.4.1",
|
||||
"debug": "^4.4.1",
|
||||
"emittery": "^1.2.0",
|
||||
"figures": "^6.1.0",
|
||||
"globby": "^14.1.0",
|
||||
"ignore-by-default": "^2.1.0",
|
||||
"indent-string": "^5.0.0",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"is-promise": "^4.0.0",
|
||||
"matcher": "^5.0.0",
|
||||
"memoize": "^10.1.0",
|
||||
"ms": "^2.1.3",
|
||||
"p-map": "^7.0.3",
|
||||
"package-config": "^5.0.0",
|
||||
"picomatch": "^4.0.2",
|
||||
"plur": "^5.1.0",
|
||||
"pretty-ms": "^9.2.0",
|
||||
"resolve-cwd": "^3.0.0",
|
||||
"stack-utils": "^2.0.6",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"supertap": "^3.0.1",
|
||||
"temp-dir": "^3.0.0",
|
||||
"write-file-atomic": "^6.0.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ava/test": "github:avajs/test",
|
||||
"@ava/typescript": "^6.0.0",
|
||||
"@sindresorhus/tsconfig": "^5.1.1",
|
||||
"@types/node": "^22.16.3",
|
||||
"ansi-escapes": "^7.0.0",
|
||||
"c8": "^10.1.3",
|
||||
"execa": "^9.6.0",
|
||||
"expect": "^30.0.4",
|
||||
"sinon": "^21.0.0",
|
||||
"tap": "^21.1.0",
|
||||
"tempy": "^3.1.0",
|
||||
"tsd": "^0.32.0",
|
||||
"typescript": "~5.8.3",
|
||||
"xo": "^1.1.1",
|
||||
"zen-observable": "^0.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ava/typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@ava/typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"volta": {
|
||||
"node": "22.16.0",
|
||||
"npm": "11.4.1"
|
||||
}
|
||||
"name": "ava",
|
||||
"version": "6.4.1",
|
||||
"description": "Node.js test runner that lets you develop with confidence.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/avajs/ava.git"
|
||||
},
|
||||
"homepage": "https://avajs.dev",
|
||||
"bin": {
|
||||
"ava": "entrypoints/cli.mjs"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
"types": "./entrypoints/main.d.mts",
|
||||
"default": "./entrypoints/main.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/main.d.cts",
|
||||
"default": "./entrypoints/main.cjs"
|
||||
}
|
||||
},
|
||||
"./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs",
|
||||
"./plugin": {
|
||||
"import": {
|
||||
"types": "./entrypoints/plugin.d.mts",
|
||||
"default": "./entrypoints/plugin.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./entrypoints/plugin.d.cts",
|
||||
"default": "./entrypoints/plugin.cjs"
|
||||
}
|
||||
},
|
||||
"./internal": {
|
||||
"types": "./entrypoints/internal.d.mts"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "^18.18 || ^20.8 || ^22 || ^23 || >=24"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./scripts/test.sh"
|
||||
},
|
||||
"files": [
|
||||
"entrypoints",
|
||||
"lib",
|
||||
"types",
|
||||
"*.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"🦄",
|
||||
"test",
|
||||
"runner",
|
||||
"testing",
|
||||
"ava",
|
||||
"concurrent",
|
||||
"parallel",
|
||||
"fast",
|
||||
"tdd",
|
||||
"cli-app",
|
||||
"cli",
|
||||
"jest",
|
||||
"mocha",
|
||||
"tape",
|
||||
"tap",
|
||||
"qunit",
|
||||
"jasmine",
|
||||
"assert",
|
||||
"assertion",
|
||||
"promise",
|
||||
"promises",
|
||||
"async",
|
||||
"function",
|
||||
"await",
|
||||
"generator",
|
||||
"generators",
|
||||
"yield",
|
||||
"observable",
|
||||
"observables",
|
||||
"unit",
|
||||
"snapshot",
|
||||
"expect",
|
||||
"typescript"
|
||||
],
|
||||
"dependencies": {
|
||||
"@vercel/nft": "^0.29.4",
|
||||
"acorn": "^8.15.0",
|
||||
"acorn-walk": "^8.3.4",
|
||||
"ansi-styles": "^6.2.1",
|
||||
"arrgv": "^1.0.2",
|
||||
"arrify": "^3.0.0",
|
||||
"callsites": "^4.2.0",
|
||||
"cbor": "^10.0.9",
|
||||
"chalk": "^5.4.1",
|
||||
"chunkd": "^2.0.1",
|
||||
"ci-info": "^4.3.0",
|
||||
"ci-parallel-vars": "^1.0.1",
|
||||
"cli-truncate": "^4.0.0",
|
||||
"code-excerpt": "^4.0.0",
|
||||
"common-path-prefix": "^3.0.0",
|
||||
"concordance": "^5.0.4",
|
||||
"currently-unhandled": "^0.4.1",
|
||||
"debug": "^4.4.1",
|
||||
"emittery": "^1.2.0",
|
||||
"figures": "^6.1.0",
|
||||
"globby": "^14.1.0",
|
||||
"ignore-by-default": "^2.1.0",
|
||||
"indent-string": "^5.0.0",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"is-promise": "^4.0.0",
|
||||
"matcher": "^5.0.0",
|
||||
"memoize": "^10.1.0",
|
||||
"ms": "^2.1.3",
|
||||
"p-map": "^7.0.3",
|
||||
"package-config": "^5.0.0",
|
||||
"picomatch": "^4.0.2",
|
||||
"plur": "^5.1.0",
|
||||
"pretty-ms": "^9.2.0",
|
||||
"resolve-cwd": "^3.0.0",
|
||||
"stack-utils": "^2.0.6",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"supertap": "^3.0.1",
|
||||
"temp-dir": "^3.0.0",
|
||||
"write-file-atomic": "^6.0.0",
|
||||
"yargs": "^17.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ava/test": "github:avajs/test",
|
||||
"@ava/typescript": "^6.0.0",
|
||||
"@sindresorhus/tsconfig": "^5.1.1",
|
||||
"@types/node": "^22.16.3",
|
||||
"ansi-escapes": "^7.0.0",
|
||||
"c8": "^10.1.3",
|
||||
"execa": "^9.6.0",
|
||||
"expect": "^30.0.4",
|
||||
"sinon": "^21.0.0",
|
||||
"tap": "^21.1.0",
|
||||
"tempy": "^3.1.0",
|
||||
"tsd": "^0.32.0",
|
||||
"typescript": "~5.8.3",
|
||||
"xo": "^1.1.1",
|
||||
"zen-observable": "^0.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ava/typescript": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@ava/typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"volta": {
|
||||
"node": "22.16.0",
|
||||
"npm": "11.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user