{
  "name": "cyberchef",
  "version": "8.24.0",
  "description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
  "author": "n1474335 <n1474335@gmail.com>",
  "homepage": "https://gchq.github.io/CyberChef",
  "copyright": "Crown copyright 2016",
  "license": "Apache-2.0",
  "keywords": [
    "cipher",
    "cypher",
    "encode",
    "decode",
    "encrypt",
    "decrypt",
    "base64",
    "xor",
    "charset",
    "hex",
    "encoding",
    "format",
    "cybersecurity",
    "data manipulation",
    "data analysis"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gchq/CyberChef/"
  },
  "main": "build/node/CyberChef.js",
  "bugs": "https://github.com/gchq/CyberChef/issues",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "autoprefixer": "^9.4.3",
    "babel-loader": "^8.0.4",
    "bootstrap": "^4.2.1",
    "chromedriver": "^2.45.0",
    "colors": "^1.3.3",
    "css-loader": "^2.1.0",
    "eslint": "^5.11.1",
    "exports-loader": "^0.7.0",
    "extract-text-webpack-plugin": "^4.0.0-alpha0",
    "file-loader": "^3.0.1",
    "grunt": "^1.0.3",
    "grunt-accessibility": "~6.0.0",
    "grunt-chmod": "~1.1.1",
    "grunt-concurrent": "^2.3.1",
    "grunt-contrib-clean": "~2.0.0",
    "grunt-contrib-connect": "^2.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^21.0.0",
    "grunt-exec": "~3.0.0",
    "grunt-jsdoc": "^2.3.0",
    "grunt-webpack": "^3.1.3",
    "html-webpack-plugin": "^3.2.0",
    "imports-loader": "^0.8.0",
    "ink-docstrap": "^1.3.2",
    "jsdoc-babel": "^0.5.0",
    "nightwatch": "^1.0.18",
    "node-sass": "^4.11.0",
    "postcss-css-variables": "^0.11.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "prompt": "^1.0.0",
    "sass-loader": "^7.1.0",
    "sitemap": "^2.1.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "web-resource-inliner": "^4.2.1",
    "webpack": "^4.28.3",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-dev-server": "^3.1.14",
    "webpack-node-externals": "^1.7.2",
    "worker-loader": "^2.0.0"
  },
  "dependencies": {
    "arrive": "^2.4.1",
    "babel-plugin-transform-builtin-extend": "1.1.2",
    "babel-polyfill": "^6.26.0",
    "bcryptjs": "^2.4.3",
    "bignumber.js": "^8.0.2",
    "bootstrap-colorpicker": "^2.5.3",
    "bootstrap-material-design": "^4.1.1",
    "bson": "^4.0.1",
    "chi-squared": "^1.1.0",
    "crypto-api": "^0.8.3",
    "crypto-js": "^3.1.9-1",
    "ctph.js": "0.0.5",
    "diff": "^3.5.0",
    "es6-promisify": "^6.0.1",
    "escodegen": "^1.11.0",
    "esmangle": "^1.0.1",
    "esprima": "^4.0.1",
    "exif-parser": "^0.1.12",
    "file-saver": "^2.0.0",
    "geodesy": "^1.1.3",
    "highlight.js": "^9.13.1",
    "jimp": "^0.6.0",
    "jquery": "^3.3.1",
    "js-crc": "^0.2.0",
    "js-sha3": "^0.8.0",
    "jsesc": "^2.5.2",
    "jsonpath": "^1.0.0",
    "jsonwebtoken": "^8.4.0",
    "jsqr": "^1.1.1",
    "jsrsasign": "8.0.12",
    "kbpgp": "^2.0.82",
    "libyara-wasm": "0.0.11",
    "lodash": "^4.17.11",
    "loglevel": "^1.6.1",
    "loglevel-message-prefix": "^3.0.0",
    "moment": "^2.23.0",
    "moment-timezone": "^0.5.23",
    "ngeohash": "^0.6.3",
    "node-forge": "^0.7.6",
    "node-md6": "^0.1.0",
    "notepack.io": "^2.2.0",
    "nwmatcher": "^1.4.4",
    "otp": "^0.1.3",
    "popper.js": "^1.14.6",
    "qr-image": "^3.2.0",
    "scryptsy": "^2.0.0",
    "snackbarjs": "^1.1.0",
    "sortablejs": "^1.8.0-rc1",
    "split.js": "^1.5.10",
    "ssdeep.js": "0.0.2",
    "ua-parser-js": "^0.7.19",
    "utf8": "^3.0.0",
    "vkbeautify": "^0.99.3",
    "xmldom": "^0.1.27",
    "xpath": "0.0.27",
    "xregexp": "^4.2.4",
    "zlibjs": "^0.3.1"
  },
  "scripts": {
    "start": "grunt dev",
    "build": "grunt prod",
    "test": "grunt test",
    "testui": "grunt testui",
    "docs": "grunt docs",
    "lint": "grunt lint",
    "newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
  }
}