mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
155 lines
4.5 KiB
JSON
155 lines
4.5 KiB
JSON
{
|
|
"name": "compiler-explorer",
|
|
"description": "Interactively investigate compiler output",
|
|
"author": {
|
|
"name": "Matt Godbolt",
|
|
"email": "matt@godbolt.org",
|
|
"url": "https://xania.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "compiler-explorer/compiler-explorer"
|
|
},
|
|
"version": "0.0.3",
|
|
"engines": {
|
|
"node": ">=12.18"
|
|
},
|
|
"main": "./app.js",
|
|
"esm": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
"@sentry/browser": "^6.4.1",
|
|
"@sentry/node": "^6.4.1",
|
|
"@sentry/tracing": "^6.4.1",
|
|
"aws-sdk": "^2.917.0",
|
|
"big-integer": "^1.6.48",
|
|
"body-parser": "^1.18.2",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-slider": "^10.6.2",
|
|
"chart.js": "^2.9.4",
|
|
"clipboard": "^2.0.8",
|
|
"compiler-opt-info": "0.0.4",
|
|
"compression": "^1.7.1",
|
|
"cross-env": "^7.0.3",
|
|
"es6-promise": "^4.2.8",
|
|
"es6-shim": "^0.35.6",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"esm": "^3.2.25",
|
|
"express": "^4.17.1",
|
|
"file-saver": "^2.0.5",
|
|
"fs-extra": "^10.0.0",
|
|
"golden-layout": "^1.5.9",
|
|
"html-loader": "^0.5.5",
|
|
"http-proxy": "^1.18.1",
|
|
"jquery": "^3.6.0",
|
|
"js-cookie": "^2.2.1",
|
|
"jszip": "^3.6.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lru-cache": "^5.1.1",
|
|
"lz-string": "^1.4.4",
|
|
"monaco-editor": "^0.24.0",
|
|
"monaco-vim": "^0.1.14",
|
|
"morgan": "^1.10.0",
|
|
"node-graceful": "^3.0.1",
|
|
"node-targz": "^0.2.0",
|
|
"nopt": "^4.0.3",
|
|
"p-queue": "^6.6.2",
|
|
"popper.js": "^1.16.1",
|
|
"profanities": "^2.14.0",
|
|
"prom-client": "^12.0.0",
|
|
"pug": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"response-time": "^2.3.2",
|
|
"semver": "^7.3.5",
|
|
"serve-favicon": "^2.4.5",
|
|
"shell-quote": "^1.7.2",
|
|
"systemd-socket": "0.0.0",
|
|
"tar-stream": "^2.2.0",
|
|
"temp": "^0.9.4",
|
|
"tom-select": "^1.7.5",
|
|
"tree-kill": "^1.2.2",
|
|
"triple-beam": "^1.3.0",
|
|
"underscore": "^1.13.1",
|
|
"url-join": "^4.0.1",
|
|
"vis": "4.20.1",
|
|
"which": "^2.0.2",
|
|
"winston": "^3.3.3",
|
|
"winston-loki": "^6.0.1",
|
|
"winston-papertrail": "^1.0.5",
|
|
"winston-transport": "^4.4.0",
|
|
"wolfy87-eventemitter": "^5.2.9",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bootstrap": "^5.0.17",
|
|
"@types/jquery": "^3.5.6",
|
|
"@types/underscore": "^1.11.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
"@typescript-eslint/parser": "^4.25.0",
|
|
"approvals": "^4.0.0-beta.1",
|
|
"aws-sdk-mock": "^5.1.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-http": "^4.2.1",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"codecov": "^3.8.2",
|
|
"copy-webpack-plugin": "^5.1.2",
|
|
"css-loader": "^3.6.0",
|
|
"deep-equal-in-any-order": "^1.1.4",
|
|
"eslint": "^7.27.0",
|
|
"eslint-formatter-github": "^1.0.11",
|
|
"eslint-plugin-import": "^2.23.3",
|
|
"eslint-plugin-jsdoc": "^35.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-requirejs": "^4.0.1",
|
|
"eslint-plugin-sonarjs": "^0.7.0",
|
|
"eslint-plugin-unicorn": "^32.0.1",
|
|
"file-loader": "^5.1.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"mocha": "^8.4.0",
|
|
"mock-fs": "^5.0.0",
|
|
"monaco-editor-webpack-plugin": "^3.1.0",
|
|
"nock": "^12.0.3",
|
|
"nyc": "^15.1.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.6",
|
|
"sass": "^1.34.0",
|
|
"sass-loader": "^10.2.0",
|
|
"sinon": "^11.1.1",
|
|
"source-map-loader": "^1.1.3",
|
|
"supervisor": "^0.12.0",
|
|
"terser-webpack-plugin": "^2.3.8",
|
|
"ts-loader": "^8.3.0",
|
|
"typescript": "^4.3.2",
|
|
"url-loader": "^3.0.0",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-middleware": "^3.7.3",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-manifest-plugin": "^2.2.0"
|
|
},
|
|
"mocha": {
|
|
"require": [
|
|
"esm",
|
|
"test/_setup"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"ci-lint": "eslint --format github .",
|
|
"ci-test": "nyc mocha --recursive",
|
|
"lint": "eslint .",
|
|
"lint-fix": "eslint --fix .",
|
|
"test": "mocha --recursive",
|
|
"check": "npm run lint && npm run test",
|
|
"dev": "cross-env NODE_ENV=DEV node -r esm app.js",
|
|
"debugger": "cross-env NODE_ENV=DEV node --inspect -r esm app.js --debug",
|
|
"debug": "cross-env NODE_ENV=DEV node -r esm app.js --debug",
|
|
"start": "webpack && cross-env NODE_ENV=LOCAL node -r esm app.js",
|
|
"codecov": "codecov --disable=gcov",
|
|
"sentry": "npx -p @sentry/cli sentry-cli",
|
|
"update-browserslist": "npx browserslist@latest -- --update-db"
|
|
},
|
|
"license": "BSD-2-Clause"
|
|
}
|