2016-11-28 11:42:58 +01:00
|
|
|
{
|
|
|
|
"name": "cyberchef",
|
2017-07-28 17:44:48 +02:00
|
|
|
"version": "5.12.2",
|
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
|
|
|
},
|
2017-04-27 12:23:01 +02:00
|
|
|
"main": "build/node/CyberChef.js",
|
2017-04-27 12:43:11 +02:00
|
|
|
"bugs": "https://github.com/gchq/CyberChef/issues",
|
2016-11-28 11:42:58 +01:00
|
|
|
"devDependencies": {
|
2017-03-21 23:41:44 +01:00
|
|
|
"babel-core": "^6.24.0",
|
2017-07-24 15:49:16 +02:00
|
|
|
"babel-loader": "^7.1.1",
|
2017-03-22 00:56:46 +01:00
|
|
|
"babel-polyfill": "^6.23.0",
|
2017-07-17 00:33:47 +02:00
|
|
|
"babel-preset-env": "^1.6.0",
|
|
|
|
"babel-regenerator-runtime": "^6.5.0",
|
2017-07-24 15:49:16 +02:00
|
|
|
"css-loader": "^0.28.4",
|
2017-03-21 23:41:44 +01:00
|
|
|
"exports-loader": "^0.6.4",
|
2017-07-24 15:49:16 +02:00
|
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
|
|
"file-loader": "^0.11.2",
|
2017-03-21 23:41:44 +01:00
|
|
|
"grunt": ">=0.4.5",
|
2017-04-05 22:30:22 +02:00
|
|
|
"grunt-accessibility": "~5.0.0",
|
2016-11-28 11:42:58 +01:00
|
|
|
"grunt-chmod": "~1.1.1",
|
2017-07-24 15:49:16 +02:00
|
|
|
"grunt-contrib-clean": "~1.1.0",
|
2016-12-20 19:57:53 +01:00
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
2017-07-24 15:49:16 +02:00
|
|
|
"grunt-eslint": "^20.0.0",
|
|
|
|
"grunt-exec": "~2.0.0",
|
2017-02-28 18:08:36 +01:00
|
|
|
"grunt-execute": "^0.2.2",
|
2016-12-20 19:57:53 +01:00
|
|
|
"grunt-jsdoc": "^2.1.0",
|
2017-07-24 15:49:16 +02:00
|
|
|
"grunt-webpack": "^3.0.2",
|
2017-07-17 00:33:47 +02:00
|
|
|
"html-webpack-plugin": "^2.29.0",
|
2017-03-21 23:41:44 +01:00
|
|
|
"imports-loader": "^0.7.1",
|
2017-02-25 00:50:17 +01:00
|
|
|
"ink-docstrap": "^1.1.4",
|
2017-04-22 00:05:30 +02:00
|
|
|
"jsdoc-babel": "^0.3.0",
|
2017-05-18 00:02:52 +02:00
|
|
|
"less": "^2.7.2",
|
2017-07-24 15:49:16 +02:00
|
|
|
"less-loader": "^4.0.5",
|
2017-05-19 00:24:24 +02:00
|
|
|
"postcss-css-variables": "^0.7.0",
|
|
|
|
"postcss-import": "^10.0.0",
|
|
|
|
"postcss-loader": "^2.0.5",
|
2017-07-24 15:49:16 +02:00
|
|
|
"style-loader": "^0.18.2",
|
2017-03-22 17:12:53 +01:00
|
|
|
"url-loader": "^0.5.8",
|
2017-07-17 00:33:47 +02:00
|
|
|
"value-loader": "^0.1.3",
|
2017-03-27 17:08:36 +02:00
|
|
|
"web-resource-inliner": "^4.1.0",
|
2017-07-04 00:15:57 +02:00
|
|
|
"webpack-dev-server": "^2.5.0",
|
2017-07-28 17:55:07 +02:00
|
|
|
"webpack": "^3.3.0",
|
2017-07-04 00:15:57 +02:00
|
|
|
"worker-loader": "^0.8.0"
|
2017-03-06 13:45:51 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-05-19 16:17:34 +02:00
|
|
|
"bootstrap": "^3.3.7",
|
2017-03-21 23:41:44 +01:00
|
|
|
"bootstrap-colorpicker": "^2.5.1",
|
|
|
|
"bootstrap-switch": "^3.3.4",
|
2017-03-06 13:45:51 +01:00
|
|
|
"crypto-api": "^0.6.2",
|
|
|
|
"crypto-js": "^3.1.9-1",
|
2017-07-24 15:49:16 +02:00
|
|
|
"diff": "^3.3.0",
|
2017-03-06 13:45:51 +01:00
|
|
|
"escodegen": "^1.8.1",
|
|
|
|
"esmangle": "^1.0.1",
|
2017-07-24 15:49:16 +02:00
|
|
|
"esprima": "^4.0.0",
|
|
|
|
"exif-parser": "^0.1.12",
|
2017-03-06 13:45:51 +01:00
|
|
|
"google-code-prettify": "^1.0.5",
|
|
|
|
"jquery": "^3.1.1",
|
|
|
|
"jsbn": "^1.1.0",
|
2017-07-24 15:49:16 +02:00
|
|
|
"jsrsasign": "8.0.3",
|
2017-04-29 19:42:07 +02:00
|
|
|
"lodash": "^4.17.4",
|
2017-03-06 13:45:51 +01:00
|
|
|
"moment": "^2.17.1",
|
|
|
|
"moment-timezone": "^0.5.11",
|
|
|
|
"sladex-blowfish": "^0.8.1",
|
2017-03-21 23:41:44 +01:00
|
|
|
"sortablejs": "^1.5.1",
|
|
|
|
"split.js": "^1.2.0",
|
2017-03-06 13:45:51 +01:00
|
|
|
"vkbeautify": "^0.99.1",
|
2017-03-21 23:41:44 +01:00
|
|
|
"xmldom": "^0.1.27",
|
|
|
|
"xpath": "0.0.24",
|
2017-07-24 15:49:16 +02:00
|
|
|
"zlibjs": "^0.3.1"
|
2017-03-30 19:47:53 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-07-04 00:15:57 +02:00
|
|
|
"start": "grunt dev",
|
2017-03-30 20:58:58 +02:00
|
|
|
"build": "grunt prod",
|
2017-03-30 19:47:53 +02:00
|
|
|
"test": "grunt test",
|
|
|
|
"docs": "grunt docs"
|
2016-11-28 11:42:58 +01:00
|
|
|
}
|
|
|
|
}
|