2016-11-28 11:42:58 +01:00
|
|
|
{
|
|
|
|
"name": "cyberchef",
|
2022-12-09 12:40:35 +01:00
|
|
|
"version": "9.55.0",
|
2017-04-27 12:23:01 +02:00
|
|
|
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
|
2016-11-28 11:42:58 +01:00
|
|
|
"author": "n1474335 <n1474335@gmail.com>",
|
2016-11-28 12:13:01 +01:00
|
|
|
"homepage": "https://gchq.github.io/CyberChef",
|
2016-11-28 11:42:58 +01:00
|
|
|
"copyright": "Crown copyright 2016",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"keywords": [
|
|
|
|
"cipher",
|
|
|
|
"cypher",
|
|
|
|
"encode",
|
|
|
|
"decode",
|
|
|
|
"encrypt",
|
|
|
|
"decrypt",
|
|
|
|
"base64",
|
|
|
|
"xor",
|
|
|
|
"charset",
|
|
|
|
"hex",
|
|
|
|
"encoding",
|
|
|
|
"format",
|
2017-04-27 12:43:11 +02:00
|
|
|
"cybersecurity",
|
|
|
|
"data manipulation",
|
|
|
|
"data analysis"
|
2016-11-28 11:42:58 +01:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-12-20 19:57:53 +01:00
|
|
|
"url": "https://github.com/gchq/CyberChef/"
|
2016-11-28 11:42:58 +01:00
|
|
|
},
|
2022-03-28 11:52:28 +02:00
|
|
|
"main": "src/node/wrapper.js",
|
2022-03-25 19:28:01 +01:00
|
|
|
"exports": {
|
2022-03-28 11:52:28 +02:00
|
|
|
"import": "./src/node/index.mjs",
|
|
|
|
"require": "./src/node/wrapper.js"
|
2022-03-25 19:28:01 +01:00
|
|
|
},
|
2017-04-27 12:43:11 +02:00
|
|
|
"bugs": "https://github.com/gchq/CyberChef/issues",
|
2019-06-27 18:29:27 +02:00
|
|
|
"browserslist": [
|
2019-08-28 18:14:12 +02:00
|
|
|
"Chrome >= 50",
|
|
|
|
"Firefox >= 38",
|
2022-03-25 19:28:01 +01:00
|
|
|
"node >= 16"
|
2019-06-27 18:29:27 +02:00
|
|
|
],
|
2016-11-28 11:42:58 +01:00
|
|
|
"devDependencies": {
|
2023-02-27 18:55:52 +01:00
|
|
|
"@babel/core": "^7.21.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
|
|
"@babel/plugin-syntax-import-assertions": "^7.20.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2023-02-27 18:55:52 +01:00
|
|
|
"@babel/runtime": "^7.21.0",
|
|
|
|
"@codemirror/commands": "^6.2.1",
|
|
|
|
"@codemirror/language": "^6.6.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"@codemirror/search": "^6.2.3",
|
2023-01-13 15:25:40 +01:00
|
|
|
"@codemirror/state": "^6.2.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"@codemirror/view": "^6.9.1",
|
2022-12-09 20:44:31 +01:00
|
|
|
"autoprefixer": "^10.4.13",
|
2023-01-13 15:25:40 +01:00
|
|
|
"babel-loader": "^9.1.2",
|
2020-12-11 17:24:39 +01:00
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
2022-06-03 23:13:44 +02:00
|
|
|
"babel-plugin-transform-builtin-extend": "1.1.2",
|
2023-02-27 18:55:52 +01:00
|
|
|
"chromedriver": "^110.0.0",
|
|
|
|
"cli-progress": "^3.12.0",
|
2019-11-21 13:15:07 +01:00
|
|
|
"colors": "^1.4.0",
|
2022-06-03 23:13:44 +02:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"core-js": "^3.29.0",
|
2023-01-13 15:25:40 +01:00
|
|
|
"css-loader": "6.7.3",
|
2023-02-27 18:55:52 +01:00
|
|
|
"eslint": "^8.35.0",
|
|
|
|
"grunt": "^1.6.1",
|
2016-11-28 11:42:58 +01:00
|
|
|
"grunt-chmod": "~1.1.1",
|
2019-06-27 18:29:27 +02:00
|
|
|
"grunt-concurrent": "^3.0.0",
|
2022-06-03 23:13:44 +02:00
|
|
|
"grunt-contrib-clean": "~2.0.1",
|
2020-12-11 17:24:39 +01:00
|
|
|
"grunt-contrib-connect": "^3.0.0",
|
2016-12-20 19:57:53 +01:00
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
2018-08-04 20:32:30 +02:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"grunt-eslint": "^24.0.1",
|
2017-08-04 15:35:52 +02:00
|
|
|
"grunt-exec": "~3.0.0",
|
2022-03-28 16:42:11 +02:00
|
|
|
"grunt-webpack": "^5.0.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"grunt-zip": "^0.20.0",
|
2022-03-28 16:42:11 +02:00
|
|
|
"html-webpack-plugin": "^5.5.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"imports-loader": "^4.0.1",
|
|
|
|
"mini-css-extract-plugin": "2.7.2",
|
2022-05-30 23:53:17 +02:00
|
|
|
"modify-source-webpack-plugin": "^3.0.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"nightwatch": "^2.6.15",
|
2023-01-13 15:25:40 +01:00
|
|
|
"postcss": "^8.4.21",
|
2021-08-19 13:06:26 +02:00
|
|
|
"postcss-css-variables": "^0.18.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"postcss-import": "^15.1.0",
|
|
|
|
"postcss-loader": "^7.0.2",
|
2022-06-03 23:13:44 +02:00
|
|
|
"prompt": "^1.3.0",
|
2022-03-28 16:42:11 +02:00
|
|
|
"sitemap": "^7.1.1",
|
2023-02-27 18:55:52 +01:00
|
|
|
"terser": "^5.16.5",
|
2022-12-09 20:44:31 +01:00
|
|
|
"webpack": "^5.75.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"webpack-bundle-analyzer": "^4.8.0",
|
2022-12-09 20:44:31 +01:00
|
|
|
"webpack-dev-server": "4.11.1",
|
2021-07-28 16:35:24 +02:00
|
|
|
"webpack-node-externals": "^3.0.0",
|
2021-02-12 13:04:59 +01:00
|
|
|
"worker-loader": "^3.0.8"
|
2017-03-06 13:45:51 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-09 12:39:22 +01:00
|
|
|
"@astronautlabs/amf": "^0.0.6",
|
2020-12-11 17:24:39 +01:00
|
|
|
"@babel/polyfill": "^7.12.1",
|
2022-09-19 15:05:13 +02:00
|
|
|
"@blu3r4y/lzma": "^2.3.3",
|
2018-06-09 11:43:36 +02:00
|
|
|
"arrive": "^2.4.1",
|
2023-01-13 15:25:40 +01:00
|
|
|
"avsc": "^5.7.7",
|
2018-03-26 23:25:36 +02:00
|
|
|
"bcryptjs": "^2.4.3",
|
2023-01-13 15:25:40 +01:00
|
|
|
"bignumber.js": "^9.1.1",
|
2022-03-28 16:42:11 +02:00
|
|
|
"blakejs": "^1.2.1",
|
2023-01-13 15:25:40 +01:00
|
|
|
"bootstrap": "4.6.2",
|
2021-08-19 13:06:26 +02:00
|
|
|
"bootstrap-colorpicker": "^3.4.0",
|
2020-12-11 17:24:39 +01:00
|
|
|
"bootstrap-material-design": "^4.1.3",
|
|
|
|
"browserify-zlib": "^0.2.0",
|
2023-01-13 15:25:40 +01:00
|
|
|
"bson": "^4.7.2",
|
2020-12-11 17:24:39 +01:00
|
|
|
"buffer": "^6.0.3",
|
2022-03-28 16:42:11 +02:00
|
|
|
"cbor": "8.1.0",
|
2018-02-10 16:10:53 +01:00
|
|
|
"chi-squared": "^1.1.0",
|
2021-08-19 13:06:26 +02:00
|
|
|
"codepage": "^1.15.0",
|
2019-08-30 19:49:05 +02:00
|
|
|
"crypto-api": "^0.8.5",
|
2020-12-11 17:24:39 +01:00
|
|
|
"crypto-browserify": "^3.12.0",
|
2021-08-19 13:06:26 +02:00
|
|
|
"crypto-js": "^4.1.1",
|
2018-03-04 19:41:41 +01:00
|
|
|
"ctph.js": "0.0.5",
|
2023-02-27 18:55:52 +01:00
|
|
|
"d3": "7.8.2",
|
2017-05-30 20:50:56 +02:00
|
|
|
"d3-hexbin": "^0.2.2",
|
2022-06-03 23:13:44 +02:00
|
|
|
"diff": "^5.1.0",
|
2021-08-19 13:06:26 +02:00
|
|
|
"es6-promisify": "^7.0.0",
|
2020-12-14 18:51:12 +01:00
|
|
|
"escodegen": "^2.0.0",
|
2018-08-04 20:32:30 +02:00
|
|
|
"esprima": "^4.0.1",
|
2017-07-24 15:49:16 +02:00
|
|
|
"exif-parser": "^0.1.12",
|
2020-12-11 18:58:23 +01:00
|
|
|
"file-saver": "^2.0.5",
|
2021-02-01 17:41:54 +01:00
|
|
|
"flat": "^5.0.2",
|
2021-02-12 13:04:59 +01:00
|
|
|
"geodesy": "1.1.3",
|
2023-01-13 15:25:40 +01:00
|
|
|
"highlight.js": "^11.7.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"jimp": "^0.16.13",
|
2023-01-13 15:25:40 +01:00
|
|
|
"jquery": "3.6.3",
|
2017-09-12 17:50:46 +02:00
|
|
|
"js-crc": "^0.2.0",
|
2018-10-10 17:49:07 +02:00
|
|
|
"js-sha3": "^0.8.0",
|
2020-12-11 17:24:39 +01:00
|
|
|
"jsesc": "^3.0.2",
|
2023-01-13 15:25:40 +01:00
|
|
|
"json5": "^2.2.3",
|
2022-09-09 21:39:28 +02:00
|
|
|
"jsonpath-plus": "^7.2.0",
|
2023-02-27 18:55:52 +01:00
|
|
|
"jsonwebtoken": "8.5.1",
|
2021-08-19 13:06:26 +02:00
|
|
|
"jsqr": "^1.4.0",
|
2023-01-13 15:25:40 +01:00
|
|
|
"jsrsasign": "^10.6.1",
|
2020-12-11 18:58:23 +01:00
|
|
|
"kbpgp": "2.1.15",
|
2019-04-07 19:59:03 +02:00
|
|
|
"libbzip2-wasm": "0.0.4",
|
2022-09-18 17:11:04 +02:00
|
|
|
"libyara-wasm": "^1.2.1",
|
2021-07-28 16:35:24 +02:00
|
|
|
"lodash": "^4.17.21",
|
2023-01-13 15:25:40 +01:00
|
|
|
"loglevel": "^1.8.1",
|
2017-12-29 18:32:23 +01:00
|
|
|
"loglevel-message-prefix": "^3.0.0",
|
2021-10-29 08:31:55 +02:00
|
|
|
"lz-string": "^1.4.4",
|
2022-11-11 17:27:14 +01:00
|
|
|
"lz4js": "^0.2.0",
|
2022-06-03 23:13:44 +02:00
|
|
|
"markdown-it": "^13.0.1",
|
2022-12-09 20:44:31 +01:00
|
|
|
"moment": "^2.29.4",
|
2023-02-27 18:55:52 +01:00
|
|
|
"moment-timezone": "^0.5.41",
|
2019-01-01 20:19:07 +01:00
|
|
|
"ngeohash": "^0.6.3",
|
2022-06-03 23:13:44 +02:00
|
|
|
"node-forge": "^1.3.1",
|
2017-09-12 16:20:05 +02:00
|
|
|
"node-md6": "^0.1.0",
|
2019-11-21 13:15:07 +01:00
|
|
|
"nodom": "^2.4.0",
|
2022-06-03 23:13:44 +02:00
|
|
|
"notepack.io": "^3.0.1",
|
2022-10-15 01:13:39 +02:00
|
|
|
"ntlm": "^0.1.3",
|
2018-03-29 00:56:33 +02:00
|
|
|
"nwmatcher": "^1.4.4",
|
2021-02-12 13:04:59 +01:00
|
|
|
"otp": "0.1.3",
|
2020-12-14 18:51:12 +01:00
|
|
|
"path": "^0.12.7",
|
2020-03-18 17:12:30 +01:00
|
|
|
"popper.js": "^1.16.1",
|
2020-12-11 17:24:39 +01:00
|
|
|
"process": "^0.11.10",
|
2023-02-27 18:55:52 +01:00
|
|
|
"protobufjs": "^7.2.2",
|
2018-12-19 14:27:18 +01:00
|
|
|
"qr-image": "^3.2.0",
|
2022-12-09 12:39:22 +01:00
|
|
|
"reflect-metadata": "^0.1.13",
|
2019-06-27 18:29:27 +02:00
|
|
|
"scryptsy": "^2.1.0",
|
2018-06-20 01:18:59 +02:00
|
|
|
"snackbarjs": "^1.1.0",
|
2022-03-28 16:42:11 +02:00
|
|
|
"sortablejs": "^1.15.0",
|
|
|
|
"split.js": "^1.6.5",
|
2021-08-19 13:06:26 +02:00
|
|
|
"ssdeep.js": "0.0.3",
|
2020-12-11 17:24:39 +01:00
|
|
|
"stream-browserify": "^3.0.0",
|
2023-01-13 15:25:40 +01:00
|
|
|
"tesseract.js": "3.0.3",
|
2023-02-27 18:55:52 +01:00
|
|
|
"ua-parser-js": "^1.0.33",
|
2020-05-27 13:28:59 +02:00
|
|
|
"unorm": "^1.6.0",
|
2017-12-26 00:11:52 +01:00
|
|
|
"utf8": "^3.0.0",
|
2017-08-04 15:35:52 +02:00
|
|
|
"vkbeautify": "^0.99.3",
|
2021-07-28 16:35:24 +02:00
|
|
|
"xmldom": "^0.6.0",
|
2020-12-11 17:24:39 +01:00
|
|
|
"xpath": "0.0.32",
|
2022-12-09 20:44:31 +01:00
|
|
|
"xregexp": "^5.1.1",
|
2017-07-24 15:49:16 +02:00
|
|
|
"zlibjs": "^0.3.1"
|
2017-03-30 19:47:53 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-02-03 20:07:39 +01:00
|
|
|
"start": "npx grunt dev",
|
|
|
|
"build": "npx grunt prod",
|
2022-09-16 15:37:31 +02:00
|
|
|
"node": "npx grunt node",
|
2022-03-28 11:52:28 +02:00
|
|
|
"repl": "node --experimental-modules --experimental-json-modules --experimental-specifier-resolution=node --no-warnings src/node/repl.mjs",
|
2022-10-15 01:13:39 +02:00
|
|
|
"test": "npx grunt configTests && node --experimental-modules --experimental-json-modules --no-warnings --no-deprecation --openssl-legacy-provider tests/node/index.mjs && node --experimental-modules --experimental-json-modules --no-warnings --no-deprecation --openssl-legacy-provider tests/operations/index.mjs",
|
2022-03-28 16:42:11 +02:00
|
|
|
"testnodeconsumer": "npx grunt testnodeconsumer",
|
2021-02-03 20:07:39 +01:00
|
|
|
"testui": "npx grunt testui",
|
2019-08-30 19:49:05 +02:00
|
|
|
"testuidev": "npx nightwatch --env=dev",
|
2021-02-03 20:07:39 +01:00
|
|
|
"lint": "npx grunt lint",
|
2022-12-09 21:46:01 +01:00
|
|
|
"postinstall": "npx grunt exec:fixCryptoApiImports && npx grunt exec:fixSnackbarMarkup",
|
2021-09-17 08:43:29 +02:00
|
|
|
"newop": "node --experimental-modules --experimental-json-modules src/core/config/scripts/newOperation.mjs",
|
2022-05-31 01:20:19 +02:00
|
|
|
"minor": "node --experimental-modules --experimental-json-modules src/core/config/scripts/newMinorVersion.mjs",
|
2021-02-12 14:51:51 +01:00
|
|
|
"getheapsize": "node -e 'console.log(`node heap limit = ${require(\"v8\").getHeapStatistics().heap_size_limit / (1024 * 1024)} Mb`)'",
|
|
|
|
"setheapsize": "export NODE_OPTIONS=--max_old_space_size=2048"
|
2016-11-28 11:42:58 +01:00
|
|
|
}
|
|
|
|
}
|