forked from nativescript-community/https
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 1.35 KB
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 1.35 KB
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
33
34
35
{
"name": "nativescript-https",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"tns-core-modules": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tns-core-modules/-/tns-core-modules-4.2.0.tgz",
"integrity": "sha512-tEbQfeXVp6i9RJAmC+erd63mr6NYw5nX/gzYDVb1Va52/Jdj9ZeGbXKAPyjVXZ3BGI6O9QM1jQUem/Ow6v5FqQ==",
"dev": true,
"requires": {
"tns-core-modules-widgets": "4.2.0"
}
},
"tns-core-modules-widgets": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tns-core-modules-widgets/-/tns-core-modules-widgets-4.2.0.tgz",
"integrity": "sha512-0YlfWN1Wy2qFlnzwrwit910whA9TC9en1PxS/5Yx63lL9uXHyOB53C8POnKfM82YUFVPxifcpuYtCC7+DBXbag==",
"dev": true
},
"tns-platform-declarations": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/tns-platform-declarations/-/tns-platform-declarations-4.2.0.tgz",
"integrity": "sha512-XY31UJiLzmQsYx4fdbG6yUIoEO/p5y3ApYvIYQlSzuXDaekKk96dfBPXNe9P3JNfZZSybQttK7Vqv9w9yTjdkA==",
"dev": true
},
"typescript": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.1.tgz",
"integrity": "sha512-zQIMOmC+372pC/CCVLqnQ0zSBiY7HHodU7mpQdjiZddek4GMj31I3dUJ7gAs9o65X7mnRma6OokOkc6f9jjfBg==",
"dev": true
}
}
}