| { |
| "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": "4.4.1", |
| "@sentry/node": "4.4.1", |
| "aws-sdk": "^2.177.0", |
| "big-integer": "1.6.43", |
| "body-parser": "^1.18.2", |
| "bootstrap": "4.1.3", |
| "bootstrap-slider": "10.6.1", |
| "clipboard": "^1.7.1", |
| "compiler-opt-info": "0.0.4", |
| "compression": "^1.7.1", |
| "cross-env": "^5.1.3", |
| "denodeify": "^1.2.1", |
| "es6-promise": "4.2.6", |
| "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", |
| "lru-cache": "^4.1.3", |
| "lz-string": "^1.4.4", |
| "mkdirp": "^0.5.1", |
| "monaco-editor": "0.10.1", |
| "morgan": "^1.9.1", |
| "node-targz": "^0.2.0", |
| "nopt": "3.0.x", |
| "popper.js": "^1.14.4", |
| "profanities": "2.10.2", |
| "promise-queue": "2.2.3", |
| "pug": "2.0.3", |
| "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": "^1.1.8", |
| "underscore": "1.9.1", |
| "vis": "4.20.1", |
| "winston": "^2.4.0", |
| "wolfy87-eventemitter": "^5.2.3" |
| }, |
| "devDependencies": { |
| "aws-sdk-mock": "^1.7.0", |
| "chai": "3.5.x", |
| "chai-as-promised": "^7.1.1", |
| "chai-http": "^4.2.1", |
| "codecov": "^3.0.0", |
| "copy-webpack-plugin": "^4.1.1", |
| "css-loader": "^2.1.0", |
| "eslint": "5.16.0", |
| "extract-text-webpack-plugin": "^3.0.1", |
| "file-loader": "^1.1.5", |
| "istanbul": "^0.4.5", |
| "mocha": "^5.2.0", |
| "nock": "^9.1.4", |
| "requirejs": "2.3.6", |
| "style-loader": "^0.19.0", |
| "supervisor": "^0.12.0", |
| "uglify-js": "^3.5.10", |
| "url-loader": "^0.6.2", |
| "webpack": "^3.6.0", |
| "webpack-dev-middleware": "^1.12.0", |
| "webpack-dev-server": "^2.9.4", |
| "webpack-manifest-plugin": "^1.3.2" |
| }, |
| "scripts": { |
| "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": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive && codecov", |
| "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --recursive", |
| "localcoverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report html -- -R spec --recursive" |
| }, |
| "license": "BSD-2-Clause" |
| } |