-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
32 lines (32 loc) · 1.16 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
{
"name": "call-observer",
"version": "0.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@capacitor/core": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-1.4.0.tgz",
"integrity": "sha512-9cLk6f8A2BjSh9KTItAOXGFSS9ZsVReMUACWw+1lEHsSk5kdPbp0oQ8c1kOX36LlHeBKi/EPSs8dXNedNHyHQA==",
"requires": {
"tslib": "^1.9.0"
}
},
"jetifier": {
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/jetifier/-/jetifier-1.6.5.tgz",
"integrity": "sha512-T7yzBSu9PR+DqjYt+I0KVO1XTb1QhAfHnXV5Nd3xpbXM6Xg4e3vP60Q4qkNU8Fh6PHC2PivPUNN3rY7G2MxcDQ=="
},
"tslib": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
"integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="
},
"typescript": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
"integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==",
"dev": true
}
}
}