-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
29 lines (29 loc) · 1.27 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"nativescript-permissions": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/nativescript-permissions/-/nativescript-permissions-1.2.3.tgz",
"integrity": "sha1-4+ZVRfmP5IjdVXj3/5DrrjCI5wA="
},
"nativescript-theme-core": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/nativescript-theme-core/-/nativescript-theme-core-1.0.4.tgz",
"integrity": "sha1-zyiAx/vy/l9D4iNdMJdQeQgD7+E="
},
"tns-core-modules": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tns-core-modules/-/tns-core-modules-4.2.1.tgz",
"integrity": "sha512-UH38lmVrdEJatc8l2q0p7WxWRhv6dXvkwY67cenSRl0FC4z7W/dih3fSlKp4yM9Uo0vu2RFsKRa9+UHyZR1YQA==",
"requires": {
"tns-core-modules-widgets": "4.2.1"
}
},
"tns-core-modules-widgets": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tns-core-modules-widgets/-/tns-core-modules-widgets-4.2.1.tgz",
"integrity": "sha512-ncy7D1oxuuX78sZL+MImxEZBYOUnxma7ZIkAsGRdyPjb7a/A/MoaIXmDLK+Ib2xw4Ul2qlCD1nvF56Q1Dy1m4Q=="
}
}
}