-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
27 lines (27 loc) · 970 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-plugin-file-transfer",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@capacitor/core": {
"version": "1.0.0-beta.8",
"resolved": "https://registry.npmjs.org/@capacitor/core/-/core-1.0.0-beta.8.tgz",
"integrity": "sha512-3SgaEXwRPVc6UFA4UX5AqFMm9BteJ7emkgTzHm0j277acfTUu/uQKM6mC0jYAFUK1eHkmX0fmboVbdr293aW6A==",
"requires": {
"tslib": "^1.9.0"
}
},
"tslib": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ=="
},
"typescript": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz",
"integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==",
"dev": true
}
}
}