forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.07 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
{
"name": "moloch",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/aol/moloch.git"
},
"dependencies": {
"async": "^2.5.0",
"axios": "^0.19.0",
"body-parser": "^1.18.2",
"bson": "^1.0.5",
"clean-webpack-plugin": "^2.0.1",
"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.13",
"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.9.3",
"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.11",
"vue-axios": "^2.1.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.0.1"
},
"scripts": {
"lint": "eslint --ext .js,.vue parliament viewer notifiers",
"lint-viewer": "eslint --ext .js,.vue viewer",
"lint-parliament": "eslint --ext .js,.vue parliament",
"lint-fix": "eslint --fix --ext .js,.vue parliament viewer notifiers"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"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"
},
"optionalDependencies": {}
}