-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
49 lines (49 loc) · 1.47 KB
/
package-lock.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
{
"name": "gaia-bms",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"angular": {
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/angular/-/angular-1.6.5.tgz",
"integrity": "sha1-N/eI7r7Fzi4/oCsXu8sqIxV2oNY="
},
"angular-base64": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/angular-base64/-/angular-base64-2.0.5.tgz",
"integrity": "sha1-EyVVYq0cjoygm5xLH075ZqxM0JM=",
"requires": {
"angular": "1.6.5"
}
},
"angular-oidc": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/angular-oidc/-/angular-oidc-1.1.2.tgz",
"integrity": "sha1-A/U5AiMKcBfbUQ9HwrzghTWmjCI=",
"requires": {
"angular-base64": "2.0.5",
"sha256": "0.2.0"
}
},
"convert-hex": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/convert-hex/-/convert-hex-0.1.0.tgz",
"integrity": "sha1-CMBFaJIsJ3drii6BqV05M2LqC2U="
},
"convert-string": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/convert-string/-/convert-string-0.1.0.tgz",
"integrity": "sha1-ec5BqbsNA7z3LNxqjzxW+7xkQQo="
},
"sha256": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/sha256/-/sha256-0.2.0.tgz",
"integrity": "sha1-c6C0GNqrcDW/+G6EkeNjQS/CqwU=",
"requires": {
"convert-hex": "0.1.0",
"convert-string": "0.1.0"
}
}
}
}