Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)

This commit is contained in:
anaarmas 2020-04-28 16:46:47 +02:00
commit 28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions

39
package.json Normal file
View file

@ -0,0 +1,39 @@
{
"name": "codeql",
"version": "0.0.0",
"private": true,
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'"
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.1",
"@actions/http-client": "^1.0.4",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@octokit/rest": "^17.1.0",
"console-log-level": "^1.4.1",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
"js-yaml": "^3.13.1",
"long": "^4.0.0",
"md5": "^2.2.1",
"path": "^0.12.7",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/jszip": "^3.1.6",
"@types/long": "4.0.0",
"@types/node": "^12.0.4",
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"ts-jest": "^25.3.0",
"tslint": "^6.1.0",
"typescript": "^3.7.5"
}
}