-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 883 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 883 Bytes
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"msal": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/msal/-/msal-0.1.9.tgz",
"integrity": "sha512-dBEpz4xjBSU4kl9jCqmEmjBOewM67CR+hWGAOTKVDuTOgf29V73vHrOACiGhlMvWv3efNaCQTbj93AxS0bExSg==",
"requires": {
"tslib": "^1.7.1"
}
},
"react-azure-adb2c": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/react-azure-adb2c/-/react-azure-adb2c-0.2.0.tgz",
"integrity": "sha1-zmwBaGiy2u1VuzaIP6k4M1FrcJs=",
"dev": true,
"requires": {
"msal": "^0.1.5"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
}
}