| { |
| "name": "compiler-explorer", |
| "description": "Interactively investigate compiler output", |
| "author": { |
| "name": "Matt Godbolt", |
| "email": "matt@godbolt.org", |
| "url": "https://xania.org" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "mattgodbolt/compiler-explorer" |
| }, |
| "version": "0.0.3", |
| "engines": { |
| "node": ">=8" |
| }, |
| "main": "./app.js", |
| "dependencies": { |
| "@fortawesome/fontawesome-free": "5.8.1", |
| "@sentry/browser": "^5.1.0", |
| "@sentry/node": "^5.1.0", |
| "aws-sdk": "^2.472.0", |
| "big-integer": "^1.6.44", |
| "body-parser": "^1.18.2", |
| "bootstrap": "^4.3.1", |
| "bootstrap-slider": "10.6.1", |
| "clipboard": "^1.7.1", |
| "compiler-opt-info": "0.0.4", |
| "compression": "^1.7.1", |
| "cross-env": "^5.1.3", |
| "es6-promise": "4.2.6", |
| "es6-shim": "^0.35.5", |
| "express": "4.16.x", |
| "file-saver": "^1.3.3", |
| "fs-extra": "7.0.1", |
| "golden-layout": "^1.5.9", |
| "html-loader": "^0.5.5", |
| "http-proxy": "^1.16.2", |
| "jquery": "^3.3.1", |
| "js-cookie": "^2.2.0", |
| "lodash": ">=4.17.13", |
| "lru-cache": "^4.1.3", |
| "lz-string": "^1.4.4", |
| "mkdirp": "^0.5.1", |
| "monaco-editor": "^0.15.6", |
| "monaco-vim": "0.1.3", |
| "morgan": "^1.9.1", |
| "node-graceful": "^2.0.0", |
| "node-targz": "^0.2.0", |
| "nopt": "3.0.x", |
| "popper.js": "^1.14.4", |
| "profanities": "^2.11.0", |
| "promise-queue": "2.2.3", |
| "pug": "^2.0.4", |
| "request": "^2.88.0", |
| "selectize": "0.12.4", |
| "semver": "^5.5.0", |
| "serve-favicon": "^2.4.5", |
| "shell-quote": "1.6.x", |
| "sinon": "^7.2.7", |
| "systemd-socket": "0.0.0", |
| "temp": "0.8.x", |
| "tree-kill": "^1.2.0", |
| "uglifyjs-webpack-plugin": "^2.1.3", |
| "underscore": "1.9.1", |
| "url-join": "^4.0.1", |
| "vis": "4.20.1", |
| "winston": "^3.2.1", |
| "winston-papertrail": "^1.0.5", |
| "wolfy87-eventemitter": "^5.2.3" |
| }, |
| "devDependencies": { |
| "aws-sdk-mock": "^1.7.0", |
| "chai": "^4.2.0", |
| "chai-as-promised": "^7.1.1", |
| "chai-http": "^4.2.1", |
| "codecov": "^3.5.0", |
| "copy-webpack-plugin": "^4.1.1", |
| "css-loader": "^2.1.0", |
| "eslint": "5.16.0", |
| "file-loader": "^1.1.5", |
| "mini-css-extract-plugin": "^0.7.0", |
| "mocha": "^5.2.0", |
| "mock-fs": "^4.10.1", |
| "monaco-editor-webpack-plugin": "^1.7.0", |
| "nock": "^9.1.4", |
| "nyc": "^14.1.1", |
| "requirejs": "2.3.6", |
| "style-loader": "^0.19.0", |
| "supervisor": "^0.12.0", |
| "uglify-js": "^3.5.10", |
| "url-loader": "^2.0.1", |
| "webpack": "^4.35.3", |
| "webpack-cli": "^3.3.5", |
| "webpack-dev-middleware": "^3.7.0", |
| "webpack-dev-server": "^3.7.2", |
| "webpack-manifest-plugin": "^2.0.4" |
| }, |
| "scripts": { |
| "ci-lint": "eslint --config static/.eslintrc --ignore-path static/.eslintignore ./static/*.js ./static/panes/*.js ./static/modes/*.js && eslint --config .eslintrc --ignore-path .eslintignore ./app.js ./lib/**", |
| "ci-test": "nyc --reporter=lcov mocha --recursive", |
| "lint-client": "eslint --config static/.eslintrc --ignore-path static/.eslintignore --fix ./static/*.js ./static/panes/*.js ./static/modes/*.js", |
| "lint-server": "eslint --config .eslintrc --ignore-path .eslintignore --fix ./app.js ./lib/**", |
| "lint": "npm run lint-client && npm run lint-server", |
| "test": "mocha --recursive", |
| "check": "npm run lint && npm run test", |
| "dev": "cross-env NODE_ENV=DEV node app.js", |
| "start": "npx webpack && cross-env NODE_ENV=LOCAL node app.js", |
| "codecov": "codecov" |
| }, |
| "license": "BSD-2-Clause" |
| } |