This repository was archived by the owner on Nov 24, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
125 lines (125 loc) · 3.19 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@hawtio/core-navigation",
"version": "3.0.18",
"main": "./dist/hawtio-core-navigation.js",
"types": "./dist/hawtio-core-navigation.d.ts",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "gulp build-example"
},
"dependencies": {
"@hawtio/core": "~3.0.4",
"@hawtio/core-dts": "~3.0.14",
"@types/angular-route": "~1.3.3",
"@types/jquery": "~2.0.0",
"@types/lodash": "~4.14.67",
"@types/urijs": "~1.15.33",
"angular-route": "~1.6.4",
"lodash": "~4.17.4",
"patternfly": "~3.26.0",
"urijs": "~1.18.10"
},
"devDependencies": {
"del": "^2.0.0",
"gulp": "^3.0.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.0.0",
"gulp-connect": "^5.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-typescript": "^3.1.7",
"jasmine-core": "^2.0.0",
"karma": "^1.0.0",
"karma-jasmine": "^1.0.0",
"karma-notify-reporter": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-typescript-preprocessor": "~0.3.0",
"typescript": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hawtio/hawtio-core-navigation.git"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"flat": true,
"resolutions": {
"jquery": "2.2.4",
"@types/jquery": "2.0.48",
"lodash": "4.17.4",
"gulp-concat": "2.6.1",
"datatables.net": "1.10.15",
"moment": "2.14.1",
"object-assign": "4.1.1",
"glob": "7.1.2",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"gulp-util": "3.0.8",
"minimist": "1.2.0",
"semver": "4.3.6",
"vinyl-fs": "0.3.14",
"dateformat": "2.0.0",
"replace-ext": "0.0.1",
"through2": "2.0.3",
"vinyl": "2.1.0",
"readable-stream": "2.3.3",
"isarray": "1.0.0",
"string_decoder": "1.0.3",
"clone": "2.1.1",
"clone-stats": "1.0.0",
"is-glob": "2.0.1",
"is-extglob": "1.0.0",
"braces": "0.1.5",
"kind-of": "3.2.2",
"expand-range": "0.1.1",
"is-number": "0.1.1",
"isobject": "3.0.1",
"repeat-string": "0.2.2",
"for-own": "1.0.0",
"glob-parent": "2.0.0",
"expand-tilde": "2.0.2",
"array-slice": "0.2.3",
"end-of-stream": "0.1.5",
"glob-stream": "3.1.18",
"graceful-fs": "4.1.11",
"mkdirp": "0.5.1",
"strip-bom": "1.0.0",
"ordered-read-streams": "0.1.0",
"unique-stream": "1.0.0",
"lru-cache": "2.2.4",
"event-stream": "3.3.2",
"connect": "2.30.2",
"body-parser": "1.17.2",
"bytes": "2.1.0",
"cookie": "0.1.3",
"debug": "2.2.0",
"depd": "1.0.1",
"finalhandler": "0.4.0",
"http-errors": "1.3.1",
"qs": "4.0.0",
"iconv-lite": "0.4.15",
"raw-body": "2.2.0",
"accepts": "1.2.13",
"vary": "1.0.1",
"negotiator": "0.5.3",
"mime-db": "1.29.0",
"ms": "0.7.1",
"uid-safe": "2.0.0",
"escape-html": "1.0.3",
"statuses": "1.3.1",
"mime": "1.3.6",
"range-parser": "1.2.0",
"convert-source-map": "1.1.3",
"colors": "1.1.2",
"request": "2.79.0",
"caseless": "0.11.0",
"har-validator": "2.0.6",
"tunnel-agent": "0.4.3",
"assert-plus": "0.2.0",
"component-emitter": "1.2.1",
"which": "1.3.0"
}
}