CyberChef/package.json

179 lines
5 KiB
JSON
Raw Normal View History

2016-11-28 10:42:58 +00:00
{
"name": "cyberchef",
2021-02-11 19:06:58 +00:00
"version": "9.26.1",
2017-04-27 10:23:01 +00:00
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
2016-11-28 10:42:58 +00:00
"author": "n1474335 <n1474335@gmail.com>",
2016-11-28 11:13:01 +00:00
"homepage": "https://gchq.github.io/CyberChef",
2016-11-28 10:42:58 +00:00
"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"
2016-11-28 10:42:58 +00:00
],
"repository": {
"type": "git",
2016-12-20 18:57:53 +00:00
"url": "https://github.com/gchq/CyberChef/"
2016-11-28 10:42:58 +00:00
},
"main": "src/node/cjs.js",
"module": "src/node/index.mjs",
"bugs": "https://github.com/gchq/CyberChef/issues",
2019-06-27 16:29:27 +00:00
"browserslist": [
2019-08-28 16:14:12 +00:00
"Chrome >= 50",
"Firefox >= 38",
"node >= 10"
2019-06-27 16:29:27 +00:00
],
2016-11-28 10:42:58 +00:00
"devDependencies": {
2020-12-11 16:24:39 +00:00
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
2021-02-01 16:57:42 +00:00
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^10.2.4",
2020-03-18 16:12:30 +00:00
"babel-eslint": "^10.1.0",
2020-12-11 16:24:39 +00:00
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
2021-02-01 16:57:42 +00:00
"chromedriver": "^88.0.0",
"cli-progress": "^3.9.0",
2019-11-21 12:15:07 +00:00
"colors": "^1.4.0",
2020-12-11 16:24:39 +00:00
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
2021-02-01 16:57:42 +00:00
"eslint": "^7.19.0",
"exports-loader": "^2.0.0",
2020-12-11 16:24:39 +00:00
"file-loader": "^6.2.0",
"grunt": "^1.3.0",
2016-11-28 10:42:58 +00:00
"grunt-chmod": "~1.1.1",
2019-06-27 16:29:27 +00:00
"grunt-concurrent": "^3.0.0",
2018-10-10 15:49:07 +00:00
"grunt-contrib-clean": "~2.0.0",
2020-12-11 16:24:39 +00:00
"grunt-contrib-connect": "^3.0.0",
2016-12-20 18:57:53 +00:00
"grunt-contrib-copy": "~1.0.0",
2018-08-04 18:32:30 +00:00
"grunt-contrib-watch": "^1.1.0",
2020-12-11 16:24:39 +00:00
"grunt-eslint": "^23.0.0",
2017-08-04 13:35:52 +00:00
"grunt-exec": "~3.0.0",
2020-12-11 16:24:39 +00:00
"grunt-webpack": "^4.0.2",
"grunt-zip": "^0.18.2",
2021-02-01 16:57:42 +00:00
"html-webpack-plugin": "^4.5.1",
"imports-loader": "^2.0.0",
"mini-css-extract-plugin": "^1.3.5",
2020-12-11 16:24:39 +00:00
"nightwatch": "^1.5.1",
"node-sass": "^5.0.0",
2021-02-01 16:57:42 +00:00
"postcss": "^8.2.4",
2020-12-11 16:24:39 +00:00
"postcss-css-variables": "^0.17.0",
2021-02-01 16:57:42 +00:00
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"prompt": "^1.1.0",
"sass-loader": "^10.1.1",
"sitemap": "^6.3.5",
2020-12-11 16:24:39 +00:00
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"url-loader": "^4.1.1",
2021-02-01 16:57:42 +00:00
"webpack": "^5.19.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.2",
2020-12-11 16:24:39 +00:00
"webpack-node-externals": "^2.5.2",
2021-02-01 16:57:42 +00:00
"worker-loader": "^3.0.7"
},
"dependencies": {
2020-12-11 16:24:39 +00:00
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.12.5",
"arrive": "^2.4.1",
2020-12-11 16:24:39 +00:00
"avsc": "^5.5.3",
"babel-plugin-transform-builtin-extend": "1.1.2",
"bcryptjs": "^2.4.3",
2020-12-11 17:58:23 +00:00
"bignumber.js": "^9.0.1",
"blakejs": "^1.1.0",
2021-02-01 16:57:42 +00:00
"bootstrap": "4.6.0",
2019-12-09 13:51:48 +00:00
"bootstrap-colorpicker": "^3.2.0",
2020-12-11 16:24:39 +00:00
"bootstrap-material-design": "^4.1.3",
"browserify-zlib": "^0.2.0",
2020-12-11 17:58:23 +00:00
"bson": "^4.2.2",
2020-12-11 16:24:39 +00:00
"buffer": "^6.0.3",
"chi-squared": "^1.1.0",
"codepage": "^1.14.0",
2021-02-01 16:57:42 +00:00
"core-js": "^3.8.3",
2019-08-30 17:49:05 +00:00
"crypto-api": "^0.8.5",
2020-12-11 16:24:39 +00:00
"crypto-browserify": "^3.12.0",
2020-03-18 16:12:30 +00:00
"crypto-js": "^4.0.0",
2018-03-04 18:41:41 +00:00
"ctph.js": "0.0.5",
2021-02-01 16:57:42 +00:00
"d3": "^6.5.0",
2017-05-30 18:50:56 +00:00
"d3-hexbin": "^0.2.2",
2020-12-14 17:51:12 +00:00
"diff": "^5.0.0",
2020-12-11 16:24:39 +00:00
"es6-promisify": "^6.1.1",
2020-12-14 17:51:12 +00:00
"escodegen": "^2.0.0",
"esm": "^3.2.25",
2018-08-04 18:32:30 +00:00
"esprima": "^4.0.1",
2017-07-24 13:49:16 +00:00
"exif-parser": "^0.1.12",
2020-12-11 17:58:23 +00:00
"file-saver": "^2.0.5",
2021-02-01 16:41:54 +00:00
"flat": "^5.0.2",
"geodesy": "^1.1.3",
2021-02-01 16:57:42 +00:00
"highlight.js": "^10.5.0",
2020-12-14 17:51:12 +00:00
"jimp": "^0.16.1",
2020-12-11 16:24:39 +00:00
"jquery": "3.5.1",
2017-09-12 15:50:46 +00:00
"js-crc": "^0.2.0",
2018-10-10 15:49:07 +00:00
"js-sha3": "^0.8.0",
2020-12-11 16:24:39 +00:00
"jsesc": "^3.0.2",
2021-02-01 16:57:42 +00:00
"jsonpath": "^1.1.0",
2019-03-30 14:56:43 +00:00
"jsonwebtoken": "^8.5.1",
2020-12-14 17:51:12 +00:00
"jsqr": "^1.3.1",
2021-02-01 16:57:42 +00:00
"jsrsasign": "10.1.5",
2020-12-11 17:58:23 +00:00
"kbpgp": "2.1.15",
"libbzip2-wasm": "0.0.4",
2020-12-11 17:58:23 +00:00
"libyara-wasm": "^1.1.0",
"lodash": "^4.17.20",
"loglevel": "^1.7.1",
"loglevel-message-prefix": "^3.0.0",
2021-02-01 16:57:42 +00:00
"markdown-it": "^12.0.4",
2020-12-11 16:24:39 +00:00
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
2019-01-01 19:19:07 +00:00
"ngeohash": "^0.6.3",
2020-12-11 17:58:23 +00:00
"node-forge": "^0.10.0",
2017-09-12 14:20:05 +00:00
"node-md6": "^0.1.0",
2019-11-21 12:15:07 +00:00
"nodom": "^2.4.0",
2020-03-18 16:12:30 +00:00
"notepack.io": "^2.3.0",
2018-03-28 22:56:33 +00:00
"nwmatcher": "^1.4.4",
"otp": "^0.1.3",
2020-12-14 17:51:12 +00:00
"path": "^0.12.7",
2020-03-18 16:12:30 +00:00
"popper.js": "^1.16.1",
2020-12-11 16:24:39 +00:00
"process": "^0.11.10",
2018-12-19 13:27:18 +00:00
"qr-image": "^3.2.0",
2019-06-27 16:29:27 +00:00
"scryptsy": "^2.1.0",
"snackbarjs": "^1.1.0",
2021-02-01 16:57:42 +00:00
"sortablejs": "^1.13.0",
2020-12-11 17:58:23 +00:00
"split.js": "^1.6.2",
2018-03-04 18:41:41 +00:00
"ssdeep.js": "0.0.2",
2020-12-11 16:24:39 +00:00
"stream-browserify": "^3.0.0",
2020-12-11 17:58:23 +00:00
"terser": "^5.5.1",
2021-01-22 11:04:45 +00:00
"tesseract.js": "^2.1.1",
2020-12-11 17:58:23 +00:00
"ua-parser-js": "^0.7.23",
"unorm": "^1.6.0",
"utf8": "^3.0.0",
2017-08-04 13:35:52 +00:00
"vkbeautify": "^0.99.3",
2020-12-11 16:24:39 +00:00
"xmldom": "^0.4.0",
"xpath": "0.0.32",
2020-12-11 17:58:23 +00:00
"xregexp": "^4.4.1",
2017-07-24 13:49:16 +00:00
"zlibjs": "^0.3.1"
},
"scripts": {
"start": "npx grunt dev",
"build": "npx grunt prod",
"repl": "node src/node/repl.js",
"test": "npx grunt configTests && node --experimental-modules --no-warnings --no-deprecation tests/node/index.mjs && node --experimental-modules --no-warnings --no-deprecation tests/operations/index.mjs",
"test-node-consumer": "npx grunt testnodeconsumer",
"testui": "npx grunt testui",
2019-08-30 17:49:05 +00:00
"testuidev": "npx nightwatch --env=dev",
"lint": "npx grunt lint",
"postinstall": "npx grunt exec:fixCryptoApiImports",
2019-07-05 08:44:01 +00:00
"newop": "node --experimental-modules src/core/config/scripts/newOperation.mjs"
2016-11-28 10:42:58 +00:00
}
}