forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 6.76 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 6.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "arkime",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/arkime/arkime.git"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.994.0",
"@clickhouse/client": "^1.12.1",
"@databricks/sql": "^1.12.0",
"@elastic/elasticsearch": "7.10.0",
"arkime-iptrie": "^0.0.9",
"arkime-notifme-sdk": "^1.11.8",
"async": "^3.2.6",
"axios": "^1.13.5",
"better-sqlite3": "^10.1.0",
"body-parser": "^1.20.4",
"bson": "^1.1.5",
"chalk": "^4.1.2",
"compression": "^1.8.1",
"connect-timeout": "^1.9.1",
"console-stamp": "^3.1.2",
"csv": "^6.4.1",
"ejs": "^3.1.10",
"express": "^4.22.1",
"express-session": "^1.18.2",
"font-awesome": "^4.7.0",
"helmet": "^3.23.3",
"ioredis": "^5.8.2",
"ipaddr.js": "^2.3.0",
"js-ini": "^1.6.0",
"js-yaml": "^4.1.1",
"lmdb": "^3.4.3",
"lru-cache": "^11.2.4",
"memjs": "^1.3.2",
"moment": "^2.30.1",
"morgan": "^1.10.1",
"multer": "^2.1.0",
"on-headers": "^1.1.0",
"openid-client": "^5.7.0",
"passport": "^0.7.0",
"passport-custom": "^1.1.1",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"peek-stream": "^1.1.3",
"pngjs": "^7.0.0",
"pug": "^3.0.3",
"re2": "^1.23.3",
"sanitize-html": "^2.17.0",
"serve-favicon": "^2.5.1",
"splunk-sdk": "^2.0.2",
"stylus": "^0.64.0",
"through2": "^4.0.2",
"unzipper": "^0.12.3",
"uuid": "^9.0.1",
"vue": "^3.5.22"
},
"scripts": {
"lint": "eslint parliament viewer wiseService capture/plugins common cont3xt",
"lint-fix": "eslint --fix parliament viewer wiseService capture/plugins common cont3xt",
"common:lint": "eslint common",
"cont3xt:addtestuser": "cd viewer && node addUser.js -c ../tests/cont3xt.ini -n cont3xt admin admin admin --admin --packetSearch --createOnly",
"cont3xt:bundle": "cd cont3xt && npm run bundle",
"cont3xt:bundle:min": "cd cont3xt && npm run bundle:min",
"cont3xt:run_bundle": "(cd cont3xt && nodemon cont3xt.js -c ../tests/cont3xt.ini)",
"cont3xt:dev": "(cd cont3xt && npm run dev)",
"cont3xt:doc": "jsdoc2md --partial jsdoc/*.hbs --helper jsdoc/dochelpers.js --files cont3xt/*.js > ../arkimeweb/_wiki/api_cont3xt_docs.md",
"cont3xt:lint": "eslint cont3xt common",
"cont3xt:lint-fix": "eslint --fix parliament viewer wiseService capture/plugins common cont3xt",
"doc": "npm run common:doc && npm run cont3xt:doc && npm run viewer:doc && npm run wise:doc",
"esproxy:dev": "cd viewer && NODE_ENV=development nodemon esProxy.js -c ../tests/config.test.ini -n esproxy",
"viewer:addtestuser": "cd viewer && node addUser.js -c ../tests/config.test.ini -n testuser admin admin admin --admin --packetSearch --createOnly",
"viewer:bundle": "cd viewer && npm run bundle",
"viewer:bundle:min": "cd viewer && npm run bundle:min",
"viewer:start": "cd viewer && node viewer.js -c ../config.ini",
"previewer:start": "npm run viewer:bundle",
"viewer:dev": "(cd viewer && npm run dev)",
"viewer:run_bundle": "(cd viewer && nodemon viewer.js -c ../tests/config.test.ini -n testuser)",
"viewer:test": "(cd viewer && NODE_ENV=development nodemon viewer.js --debug -c ../tests/config.test.ini -n test) & npm run viewer:dev",
"viewer:testuserdebug": "(cd viewer && NODE_ENV=development nodemon viewer.js -c ../tests/config.test.ini -n testuser --debug) & npm run viewer:dev",
"viewer:multies": "cd viewer && NODE_ENV=development nodemon multies.js -c ../tests/config.test.ini -n all",
"viewer:testmultiviewer": "(cd viewer && NODE_ENV=development nodemon viewer.js -c ../tests/config.test.ini -n all) & npm run viewer:dev",
"viewer:all": "cd viewer && concurrently 'NODE_ENV=development nodemon --trace-warnings multies.js -c ../tests/config.test.ini -n all' 'NODE_ENV=development nodemon --trace-warnings viewer.js -c ../tests/config.test.ini -n test' 'NODE_ENV=development nodemon --trace-warnings viewer.js -c ../tests/config.test.ini -n test2' 'NODE_ENV=development nodemon --trace-warnings viewer.js -c ../tests/config.test.ini -n all' 'npm run dev_front'",
"viewer:doc": "jsdoc2md --partial jsdoc/*.hbs --helper jsdoc/dochelpers.js --files viewer/*.js > ../arkimeweb/_wiki/api_viewer_docs.md",
"viewer:lint": "eslint viewer capture/plugins",
"viewer:lint-fix": "eslint --fix viewer capture/plugins",
"parliament:bundle": "cd parliament && npm run bundle",
"parliament:bundle:min": "cd parliament && npm run bundle:min",
"parliament:start": "cd parliament && node parliament.js -c ../tests/parliament.ini",
"preparliament:start": "npm run parliament:bundle",
"parliament:dev": "cd parliament && npm run dev",
"parliament:lint": "eslint parliament common",
"parliament:lint-fix": "eslint --fix parliament common",
"wise:bundle": "cd wiseService && npm run bundle",
"wise:bundle:min": "cd wiseService && npm run bundle:min",
"wise:start": "cd wiseService && node wiseService.js -c ../tests/config.test.json",
"prewise:start": "npm run wise:bundle",
"wise:dev": "cd wiseService && npm run dev",
"wise:devdebug": "cd wiseService && npm run dev_back_debug",
"wise:lint": "eslint wiseService common",
"wise:lint-fix": "eslint --fix wiseService common",
"wise:doc": "jsdoc2md --partial jsdoc/*.hbs --helper jsdoc/dochelpers.js --files wiseService/*.js > ../arkimeweb/_wiki/api_wise_docs.md",
"common:doc": "jsdoc2md --partial jsdoc/*.hbs --helper jsdoc/dochelpers.js --files common/*.js > ../arkimeweb/_wiki/api_common_docs.md"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"@babel/preset-env": "^7.28.3",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.33.0",
"@rollup/plugin-inject": "^5.0.5",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/compiler-sfc": "^3.5.22",
"autoprefixer": "^10.2.5",
"baseline-browser-mapping": "^2.9.18",
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.40.6",
"concurrently": "^8.1.0",
"country-code-emoji": "^2.3.0",
"d3-sankey": "^0.12.3",
"defang-refang": "0.0.5",
"eslint": "^9.33.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^10.5.1",
"globals": "^16.3.0",
"jsdoc-to-markdown": "^9.1.3",
"json-editor-vue": "^0.18.1",
"moment-timezone": "^0.6.0",
"node-notifier": "^8.0.1",
"nodemon": "^3.1.11",
"postcss": "^8.4.31",
"postcss-import": "^14.0.0",
"postcss-url": "^10.1.3",
"qs": "^6.15.0",
"sass": "^1.92.0",
"sortablejs": "^1.15.6",
"unplugin-vue-components": "^30.0.0",
"vite": "^7.1.12",
"vue-color": "^3.3.3",
"vue-eslint-parser": "^10.2.0",
"vue-i18n": "^11.2.8",
"vue-json-pretty": "^2.5.0",
"vue-router": "^4.6.3",
"vuex": "^4.1.0"
},
"engines": {
"node": ">= 22.15.0 < 23",
"npm": ">= 3.0.0"
}
}