Skip to content
Permalink
bb36dc476d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit bb36dc4 Jan 18, 2023 History
0 contributors

Users who have contributed to this file

79 lines (79 sloc) 2.19 KB
{
"name": "codeql",
"version": "2.1.40",
"private": true,
"description": "CodeQL action",
"scripts": {
"build": "tsc --build",
"test": "ava src/**.test.ts --serial --verbose",
"test-debug": "ava src/**.test.ts --serial --verbose --timeout=20m",
"lint": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts",
"lint-fix": "eslint --report-unused-disable-directives --max-warnings=0 . --ext .js,.ts --fix",
"removeNPMAbsolutePaths": "removeNPMAbsolutePaths . --force"
},
"ava": {
"typescript": {
"rewritePaths": {
"src/": "lib/"
},
"compile": false
}
},
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.0",
"@actions/cache": "^3.0.5",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^4.0.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1",
"@chrisgavin/safe-which": "^1.0.2",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/types": "^8.0.0",
"adm-zip": "^0.5.9",
"commander": "^8.1.0",
"console-log-level": "^1.4.1",
"del": "^6.0.0",
"fast-deep-equal": "^3.1.3",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
"get-folder-size": "^2.0.1",
"glob": "^8.0.1",
"js-yaml": "^4.1.0",
"jsonschema": "1.2.6",
"long": "^5.2.0",
"md5": "^2.3.0",
"path": "^0.12.7",
"semver": "^7.3.2",
"uuid": "^9.0.0",
"zlib": "^1.0.5"
},
"//": [
"micromatch is an unspecified dependency of ava"
],
"devDependencies": {
"@ava/typescript": "3.0.1",
"@types/adm-zip": "^0.5.0",
"@types/get-folder-size": "^2.0.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "16.11.22",
"@types/semver": "^7.3.8",
"@types/sinon": "^10.0.2",
"@typescript-eslint/parser": "^5.0.0",
"ava": "^4.3.3",
"eslint": "^7.32.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-github": "^4.2.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.4",
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "3.0.0",
"sinon": "^13.0.0",
"typescript": "^4.4.2"
},
"resolutions": {
"glob-parent": ">=5.1.2"
}
}