Files
CyberChef/package.json
T

218 lines
6.7 KiB
JSON
Raw Normal View History

2016-11-28 10:42:58 +00:00
{
"name": "cyberchef",
2026-06-17 12:12:16 +01:00
"version": "11.2.0",
2017-04-27 10:23:01 +00:00
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
2026-06-11 11:36:01 +01:00
"author": "GCHQ <CyberChef@gchq.gov.uk>",
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
},
2022-03-28 10:52:28 +01:00
"main": "src/node/wrapper.js",
2022-03-25 18:28:01 +00:00
"exports": {
2022-03-28 10:52:28 +01:00
"import": "./src/node/index.mjs",
"require": "./src/node/wrapper.js"
2022-03-25 18:28:01 +00:00
},
"bugs": "https://github.com/gchq/CyberChef/issues",
2019-06-27 17:29:27 +01:00
"browserslist": [
2019-08-28 17:14:12 +01:00
"Chrome >= 50",
"Firefox >= 38",
2026-04-28 13:18:02 +01:00
"node >= 24"
2019-06-27 17:29:27 +01:00
],
2016-11-28 10:42:58 +00:00
"devDependencies": {
"@babel/eslint-parser": "^7.29.7",
2026-02-24 09:04:34 +00:00
"@babel/plugin-syntax-import-assertions": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/runtime": "^7.29.7",
"@codemirror/commands": "^6.10.4",
"@codemirror/language": "^6.12.4",
"@codemirror/search": "^6.7.1",
2026-02-24 09:04:34 +00:00
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.43.4",
"@puppeteer/browsers": "3.0.6",
"autoprefixer": "^10.5.2",
"babel-loader": "^10.1.1",
2023-03-24 22:15:21 +00:00
"base64-loader": "^1.0.0",
"chromedriver": "^148.0.4",
"cli-progress": "^3.12.0",
2019-11-21 12:15:07 +00:00
"colors": "^1.4.0",
2026-04-28 13:18:02 +01:00
"compression-webpack-plugin": "^12.0.0",
"copy-webpack-plugin": "^14.0.0",
"core-js": "^3.49.0",
2026-06-08 14:21:26 +01:00
"cspell": "^10.0.1",
2026-04-28 13:18:02 +01:00
"css-loader": "^7.1.4",
"eslint": "^9.39.4",
2026-03-01 16:39:21 +00:00
"eslint-plugin-jsdoc": "^50.8.0",
"globals": "^17.7.0",
"grunt": "^1.6.2",
2016-11-28 10:42:58 +00:00
"grunt-chmod": "~1.1.1",
2019-06-27 17:29:27 +01:00
"grunt-concurrent": "^3.0.0",
2022-06-03 22:13:44 +01:00
"grunt-contrib-clean": "~2.0.1",
2026-02-24 09:04:34 +00:00
"grunt-contrib-connect": "^5.0.1",
2016-12-20 18:57:53 +00:00
"grunt-contrib-copy": "~1.0.0",
2018-08-04 19:32:30 +01:00
"grunt-contrib-watch": "^1.1.0",
2026-06-08 14:21:26 +01:00
"grunt-eslint": "^26.0.0",
2017-08-04 13:35:52 +00:00
"grunt-exec": "~3.0.0",
2026-06-08 14:21:26 +01:00
"grunt-webpack": "^8.0.0",
2024-02-04 01:08:15 +00:00
"grunt-zip": "^1.0.0",
"html-webpack-plugin": "^5.6.7",
2024-02-04 01:08:15 +00:00
"imports-loader": "^5.0.0",
"mini-css-extract-plugin": "2.10.2",
"modify-source-webpack-plugin": "^4.1.0",
"nightwatch": "^3.16.0",
"postcss": "^8.5.16",
2024-02-04 01:08:15 +00:00
"postcss-css-variables": "^0.19.0",
2026-02-24 09:04:34 +00:00
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
2022-06-03 22:13:44 +01:00
"prompt": "^1.3.0",
2026-05-28 19:59:33 +08:00
"sitemap": "^9.0.1",
"terser": "^5.48.0",
"webpack": "^5.108.3",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-dev-server": "^5.2.5",
2021-07-28 15:35:24 +01:00
"webpack-node-externals": "^3.0.0",
2021-02-12 12:04:59 +00:00
"worker-loader": "^3.0.8"
},
"dependencies": {
"@alexaltea/capstone-js": "^3.0.5",
"@astronautlabs/amf": "^0.0.6",
2022-09-19 14:05:13 +01:00
"@blu3r4y/lzma": "^2.3.3",
2026-05-09 11:57:41 +01:00
"@noble/hashes": "2.2.0",
2023-07-14 18:37:02 +01:00
"@wavesenterprise/crypto-gost-js": "^2.1.0-RC1",
"@xmldom/xmldom": "^0.8.13",
2023-03-24 22:15:21 +00:00
"argon2-browser": "^1.18.0",
"arrive": "^2.5.3",
2026-02-24 09:04:34 +00:00
"assert": "^2.1.0",
"avsc": "^5.7.9",
2026-05-09 11:57:41 +01:00
"bcryptjs": "^3.0.3",
"bignumber.js": "^11.1.4",
2022-03-28 15:42:11 +01:00
"blakejs": "^1.2.1",
2023-01-13 14:25:40 +00:00
"bootstrap": "4.6.2",
2021-08-19 12:06:26 +01:00
"bootstrap-colorpicker": "^3.4.0",
2020-12-11 16:24:39 +00:00
"bootstrap-material-design": "^4.1.3",
"browserify-zlib": "^0.2.0",
"bson": "^7.3.1",
2020-12-11 16:24:39 +00:00
"buffer": "^6.0.3",
2026-06-08 14:21:26 +01:00
"cbor": "10.0.12",
"chi-squared": "^1.1.0",
2021-08-19 12:06:26 +01:00
"codepage": "^1.15.0",
2019-08-30 18:49:05 +01:00
"crypto-api": "^0.8.5",
2026-02-03 12:16:04 +00:00
"crypto-browserify": "^3.12.1",
2024-02-04 01:08:15 +00:00
"crypto-js": "^4.2.0",
2018-03-04 18:41:41 +00:00
"ctph.js": "0.0.5",
"d3": "7.9.0",
2017-05-30 14:50:56 -04:00
"d3-hexbin": "^0.2.2",
2026-06-08 14:21:26 +01:00
"diff": "^9.0.0",
"dompurify": "^3.4.11",
2021-08-19 12:06:26 +01:00
"es6-promisify": "^7.0.0",
2024-02-04 01:08:15 +00:00
"escodegen": "^2.1.0",
2018-08-04 19:32:30 +01:00
"esprima": "^4.0.1",
2026-02-24 09:04:34 +00:00
"events": "^3.3.0",
2017-07-24 13:49:16 +00:00
"exif-parser": "^0.1.12",
2026-02-24 09:04:34 +00:00
"fernet": "^0.3.3",
2020-12-11 17:58:23 +00:00
"file-saver": "^2.0.5",
2024-02-04 01:08:15 +00:00
"flat": "^6.0.1",
2021-02-12 12:04:59 +00:00
"geodesy": "1.1.3",
"handlebars": "^4.7.9",
2026-02-24 09:04:34 +00:00
"highlight.js": "^11.11.1",
"ieee754": "^1.2.1",
"jimp": "1.6.0",
2026-03-19 11:47:31 +00:00
"jq-web": "^0.5.1",
2024-02-04 01:08:15 +00:00
"jquery": "3.7.1",
"js-ascon": "^1.3.0",
2024-02-04 01:08:15 +00:00
"js-sha3": "^0.9.3",
2026-02-24 09:04:34 +00:00
"jsesc": "^3.1.0",
2023-01-13 14:25:40 +00:00
"json5": "^2.2.3",
"jsonata": "^2.2.1",
2026-02-24 09:04:34 +00:00
"jsonpath-plus": "^10.4.0",
"jsonwebtoken": "9.0.3",
2021-08-19 12:06:26 +01:00
"jsqr": "^1.4.0",
"jsrsasign": "^11.1.3",
"kbpgp": "^2.1.17",
"libbzip2-wasm": "0.0.4",
"libyara-wasm": "^1.2.1",
"lodash": "^4.18.1",
2026-02-24 09:04:34 +00:00
"loglevel": "^1.9.2",
"loglevel-message-prefix": "^3.0.0",
"lz-string": "^1.5.0",
"lz4js": "^0.2.0",
"markdown-it": "^14.2.0",
2024-02-04 01:08:15 +00:00
"moment": "^2.30.1",
"moment-timezone": "^0.6.2",
2019-01-01 19:19:07 +00:00
"ngeohash": "^0.6.3",
"node-forge": "^1.4.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",
2022-06-03 22:13:44 +01:00
"notepack.io": "^3.0.1",
2022-10-15 00:13:39 +01:00
"ntlm": "^0.1.3",
2018-03-28 23:56:33 +01:00
"nwmatcher": "^1.4.4",
2026-04-28 13:18:02 +01:00
"otpauth": "^9.5.0",
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",
"protobufjs": "^8.6.5",
2026-04-28 13:18:02 +01:00
"punycode.js": "^2.3.1",
2018-12-19 13:27:18 +00:00
"qr-image": "^3.2.0",
"reflect-metadata": "^0.2.2",
2023-04-12 15:09:07 +05:30
"rison": "^0.1.1",
2019-06-27 17:29:27 +01:00
"scryptsy": "^2.1.0",
"snackbarjs": "^1.1.0",
2026-02-24 09:04:34 +00:00
"sortablejs": "^1.15.7",
2022-03-28 15:42:11 +01:00
"split.js": "^1.6.5",
"sql-formatter": "^15.8.2",
2021-08-19 12:06:26 +01:00
"ssdeep.js": "0.0.3",
2020-12-11 16:24:39 +00:00
"stream-browserify": "^3.0.0",
2026-06-08 14:21:26 +01:00
"tesseract.js": "^7.0.0",
"ua-parser-js": "^2.0.10",
2020-05-27 12:28:59 +01:00
"unorm": "^1.6.0",
2026-02-24 09:04:34 +00:00
"url": "^0.11.4",
"utf8": "^3.0.0",
"uuid": "^14.0.1",
2017-08-04 13:35:52 +00:00
"vkbeautify": "^0.99.3",
2024-02-04 01:08:15 +00:00
"xpath": "0.0.34",
2026-02-24 09:04:34 +00:00
"xregexp": "^5.1.2",
2017-07-24 13:49:16 +00:00
"zlibjs": "^0.3.1"
},
"scripts": {
"start": "npx grunt dev",
"build": "npx grunt prod",
2022-09-16 14:37:31 +01:00
"node": "npx grunt node",
2026-04-28 13:18:02 +01:00
"repl": "node --no-warnings src/node/repl.mjs",
"test": "npx grunt configTests && node --no-warnings --no-deprecation --openssl-legacy-provider tests/node/index.mjs && node --no-warnings --no-deprecation --openssl-legacy-provider --trace-uncaught tests/operations/index.mjs",
2022-03-28 15:42:11 +01:00
"testnodeconsumer": "npx grunt testnodeconsumer",
"testui": "npx grunt testui",
2019-08-30 18:49:05 +01:00
"testuidev": "npx nightwatch --env=dev",
"lint": "npx grunt lint",
2025-02-16 13:50:10 +01:00
"lint:grammar": "cspell ./src",
2026-02-18 11:34:31 +00:00
"postinstall": "npx grunt exec:fixCryptoApiImports && npx grunt exec:fixSnackbarMarkup",
2026-04-28 13:18:02 +01:00
"newop": "node src/core/config/scripts/newOperation.mjs",
"minor": "node src/core/config/scripts/newMinorVersion.mjs && npm version minor --git-tag-version=false && echo \"Updated to version v$(npm pkg get version | xargs), please create a pull request and once merged use 'npm run tag'\"",
2026-02-06 08:38:36 +00:00
"tag": "git tag -s \"v$(npm pkg get version | xargs)\" -m \"$(npm pkg get version | xargs)\" && echo \"Created v$(npm pkg get version | xargs), now check and push the tag\"",
2021-02-12 13:51:51 +00: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"
2026-04-28 13:18:02 +01:00
},
"engines": {
"node": ">=24 <25"
2016-11-28 10:42:58 +00:00
}
}