-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package-lock.json
27 lines (27 loc) · 969 Bytes
/
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
{
"name": "capacitor-fingerprint-auth",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@capacitor/core": {
"version": "1.0.0-alpha.39",
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-1.0.0-alpha.39.tgz",
"integrity": "sha512-rR2U9NCeXTTq5gd4tOTnWIVs8/TIsdLWEGdStJCoLZuhIQGpMx7kfcFAHwSIIDpNhTDKrHUEildSR5XmSKDOJw==",
"requires": {
"tslib": "1.9.2"
}
},
"tslib": {
"version": "1.9.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.2.tgz",
"integrity": "sha512-AVP5Xol3WivEr7hnssHDsaM+lVrVXWUvd1cfXTRkTj80b//6g2wIFEH6hZG0muGZRnHGrfttpdzRk3YlBkWjKw=="
},
"typescript": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.1.tgz",
"integrity": "sha512-h6pM2f/GDchCFlldnriOhs1QHuwbnmj6/v7499eMHqPeW4V2G0elua2eIc2nu8v2NdHV0Gm+tzX83Hr6nUFjQA==",
"dev": true
}
}
}