This repository was archived by the owner on Mar 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.75 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 2.75 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
{
"name": "visualizer-2",
"version": "0.0.0",
"description": "Description for visualizer2",
"private": true,
"cacheDirectories": [
"node_modules",
"src/main/webapp/bower_components"
],
"devDependencies": {
"axios": "0.22.0",
"bower": "1.8.12",
"browser-sync": "2.26.14",
"browserslist": "4.16.6",
"caniuse-lite": "1.0.30001286",
"concat-with-sourcemaps": "1.1.0",
"del": "6.0.0",
"eslint-config-angular": "0.5.0",
"eslint-plugin-angular": "4.0.1",
"generator-jhipster": "5.8.2",
"gulp": "4.0.2",
"gulp-angular-filesort": "1.2.1",
"gulp-angular-templatecache": "3.0.0",
"gulp-autoprefixer": "7.0.1",
"gulp-changed": "4.0.3",
"gulp-cli": "2.3.0",
"gulp-cssnano": "2.1.3",
"gulp-eslint": "6.0.0",
"gulp-flatten": "0.4.0",
"gulp-footer": "2.0.2",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-inject": "5.0.5",
"gulp-natural-sort": "0.1.1",
"gulp-ng-annotate": "2.1.0",
"gulp-ng-constant": "1.2.0",
"gulp-notify": "4.0.0",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-rev": "9.0.0",
"gulp-rev-replace": "0.4.4",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-useref": "5.0.0",
"jasmine-core": "3.4.0",
"js-yaml": "4.1.0",
"karma": "6.3.16",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-junit-reporter": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-script-launcher": "1.0.0",
"lazypipe": "1.0.2",
"lodash": "4.17.21",
"lodash.template": "4.5.0",
"main-bower-files": "2.13.3",
"map-stream": "0.0.7",
"merge-stream": "2.0.0",
"phantomjs-prebuilt": "2.1.16",
"proxy-middleware": "0.15.0",
"sshpk": "1.16.1",
"xml2js": "0.4.23",
"yargs": "17.0.1"
},
"resolutions": {
"acorn": "7.4.0",
"ansi-regex": "5.0.1",
"async": "2.6.4",
"bl": "5.0.0",
"cache-base": "4.0.0",
"color-string": "1.6.0",
"dot-prop": "6.0.1",
"ejs": "3.1.7",
"engine.io": "5.2.1",
"glob-parent": "6.0.0",
"is-svg": "4.3.1",
"js-yaml": "3.14.1",
"json-schema": "0.4.0",
"lodash": "4.17.21",
"lodash.template": "4.5.0",
"kind-of": "6.0.3",
"mem": "8.1.1",
"merge": "2.1.1",
"minimist": "1.2.6",
"normalize-url": "6.0.1",
"nth-check": "2.0.1",
"postcss": "7.0.39",
"semver-regex": "4.0.2",
"set-value": "4.0.1",
"shelljs": "0.8.5",
"socket.io": "4.1.2",
"trim-newlines": "4.0.2",
"union-value": "2.0.1",
"y18n": "5.0.8",
"yargs-parser": "20.2.7"
},
"engines": {
"node": "^14"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {}
}