forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.11 KB
/
package.json
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
{
"name": "moloch",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/aol/moloch.git"
},
"dependencies": {
"@elastic/elasticsearch": "^7.9.0",
"async": "^2.5.0",
"axios": "^0.19.0",
"body-parser": "^1.18.2",
"bson": "^1.0.5",
"connect-timeout": "^1.7.0",
"console-stamp": "^0.2.2",
"cryptiles": ">=4.1.2",
"csv": "^5.1.3",
"elasticsearch": "^16.6.0",
"express": "^4.16.1",
"font-awesome": "^4.7.0",
"fstream": "^1.0.12",
"glob": "^7.1.2",
"helmet": "^3.21.0",
"hoek": "^4.2.1",
"iniparser": "http://github.com/awick/node-iniparser/tarball/master",
"ioredis": "^4.14.1",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"lru-cache": "^4.0.1",
"moment": "^2.19.1",
"morgan": "^1.9.1",
"native-dns": "^0.7.0",
"natives": "^1.1.6",
"notifme-sdk": "^1.10.0",
"on-headers": "^1.0.1",
"pug": "^2.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sortablejs": "^1.7.0",
"splunk-sdk": "^1.9.0",
"sqlite3": "^4.2.0",
"stylus": "^0.54.5",
"unzipper": "^0.10.10",
"uuidv4": "^5.0.1",
"vue": "^2.6.12",
"vue-axios": "^2.1.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.0.1"
},
"scripts": {
"lint": "eslint --ext .js,.vue parliament viewer notifiers wiseService capture/plugins",
"lint-viewer": "eslint --ext .js,.vue viewer capture/plugins",
"lint-parliament": "eslint --ext .js,.vue parliament",
"lint-wise": "eslint --ext .js,.vue wiseService",
"lint-fix": "eslint --fix --ext .js,.vue parliament viewer notifiers wiseService",
"lint-fix-viewer": "eslint --fix --ext .js,.vue viewer",
"lint-fix-parliament": "eslint --fix --ext .js,.vue parliament",
"lint-fix-wise": "eslint --fix --ext .js,.vue wiseService"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"autoprefixer": "^9.8.6",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.17.3",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^2.0.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0-alpha.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^5.2.3",
"js-yaml": "^3.14.0",
"node-notifier": "^8.0.0",
"ora": "^5.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.2",
"postcss-url": "^8.0.0",
"semver": "^7.3.2",
"shelljs": "^0.8.4"
},
"optionalDependencies": {}
}