mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"name": "anonymous_github",
|
|
"version": "2.1.0",
|
|
"description": "Anonymise Github repositories for double-anonymous reviews",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec",
|
|
"start": "node --inspect=5858 -r ts-node/register ./index.ts",
|
|
"dev": "nodemon --transpile-only index.ts",
|
|
"migrateDB": "ts-node --transpile-only migrateDB.ts",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tdurieux/anonymous_github.git"
|
|
},
|
|
"author": "Thomas Durieux",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tdurieux/anonymous_github/issues"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/tdurieux"
|
|
},
|
|
"homepage": "https://github.com/tdurieux/anonymous_github#readme",
|
|
"dependencies": {
|
|
"@octokit/oauth-app": "^3.3.2",
|
|
"@octokit/rest": "^18.5.3",
|
|
"@pm2/io": "^5.0.0",
|
|
"archiver": "^5.3.0",
|
|
"aws-sdk": "^2.958.0",
|
|
"bull": "^3.29.2",
|
|
"compression": "^1.7.4",
|
|
"connect-redis": "^6.0.0",
|
|
"decompress-stream-to-s3": "^1.2.1",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^5.2.6",
|
|
"express-session": "^1.17.1",
|
|
"got": "^11.8.5",
|
|
"istextorbinary": "^6.0.0",
|
|
"mime-types": "^2.1.30",
|
|
"mongoose": "^5.13.5",
|
|
"node-schedule": "^2.0.0",
|
|
"parse-github-url": "^1.0.2",
|
|
"passport": "^0.4.1",
|
|
"passport-github2": "^0.1.12",
|
|
"rate-limit-redis": "^2.1.0",
|
|
"redis": "^3.1.2",
|
|
"textextensions": "^5.12.0",
|
|
"ts-custom-error": "^3.2.0",
|
|
"unzip-stream": "^0.3.1",
|
|
"xml-flow": "^1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/archiver": "^5.1.1",
|
|
"@types/bull": "^3.15.4",
|
|
"@types/compression": "^1.7.1",
|
|
"@types/connect-redis": "^0.0.17",
|
|
"@types/express": "^4.17.13",
|
|
"@types/express-rate-limit": "^5.1.3",
|
|
"@types/express-session": "^1.17.4",
|
|
"@types/got": "^9.6.12",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/parse-github-url": "^1.0.0",
|
|
"@types/passport": "^1.0.7",
|
|
"@types/passport-github2": "^1.2.5",
|
|
"@types/rate-limit-redis": "^1.7.2",
|
|
"@types/redis": "^2.8.31",
|
|
"@types/tar-fs": "^2.0.1",
|
|
"@types/unzip-stream": "^0.3.1",
|
|
"@types/xml-flow": "^1.0.1",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^9.0.3",
|
|
"ts-node": "^10.1.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"public",
|
|
"test",
|
|
"repo",
|
|
"repositories",
|
|
"session-store"
|
|
]
|
|
}
|
|
}
|