-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 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
{
"name": "backshift",
"version": "1.3.4",
"repository": {
"type": "git",
"url": "https://github.com/OpenNMS/backshift.git"
},
"homepage": "https://github.com/OpenNMS/backshift",
"dependencies": {
"c3": "~0.4.24",
"d3": "~3.5.17",
"dcjs": "https://github.com/dc-js/dc.js.git#2.0.0-beta.27",
"flot": "~0.8.3",
"flot-axislabels": "https://github.com/j-white/flot-axislabels.git#master",
"flot-datatable": "https://github.com/OpenNMS/flot-datatable.git#master",
"flot-legend": "https://github.com/opennms/flot-legend.git#master",
"flot-navigate": "https://github.com/OpenNMS/flot-navigate.git#master",
"flot-saveas": "https://github.com/j-white/flot-saveas.git#master",
"jquery": "~2.1.4",
"jquery.flot.tooltip": "~0.9.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"devDependencies": {
"bower": "^1.8.14",
"grunt": "^1.6.2",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-jsdoc": "^2.4.1",
"http-server": "^0.12.3",
"jasmine-core": "^3.99.1",
"jsdoc": "^3.6.11",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^4.0.2"
},
"overrides": {
"@babel/helpers": "^7.29.2",
"@babel/traverse": "^7.29.0",
"form-data": "^2.5.5",
"json5": "^2.2.3",
"lodash": "^4.18.1",
"minimist": "^1.2.8",
"path-parse": "^1.0.7",
"qs": "^6.15.1",
"yaml": "^1.10.3",
"tap": {
"ansi-regex": "^5.0.1",
"log-update": {
"ansi-regex": "^4.1.1"
},
"string-length": {
"ansi-regex": "^4.1.1"
},
"debug": "^4.4.3",
"semver": "^5.7.2"
},
"minimatch": "3.1.5"
},
"engines": {
"node": ">=18"
},
"scripts": {
"prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1",
"test": "./node_modules/karma/bin/karma start --single-run"
}
}