-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 869 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
24 lines (24 loc) · 869 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"ngx-currency": {
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/ngx-currency/-/ngx-currency-1.5.2.tgz",
"integrity": "sha512-vhSbufGYSy+IIZDHf06rGk3w6BcLOZO8Weq6jfOh3mwZi8OnTZ3I5Yju/1rhH3mKvt9SCbpT53tc2dsEh5nCjg=="
},
"ngx-mask": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/ngx-mask/-/ngx-mask-7.7.2.tgz",
"integrity": "sha512-OjkbPZ3eAAp4rnVliHUmF5lsICTTb5ldZQWERJtxs9pY+6cgQJ+D+MfgEKXB/gnzJSoxnjRECbqb/w2Z54uWow==",
"requires": {
"tslib": "^1.9.0"
}
},
"tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}
}
}