-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 858 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@ionic-native/in-app-browser": {
"version": "5.26.0",
"resolved": "https://registry.npmjs.org/@ionic-native/in-app-browser/-/in-app-browser-5.26.0.tgz",
"integrity": "sha512-AiKY2iCFynWpEkT0Y2cUDkMFN4GCxGMO02EY517Djqhhgfjv7ACxNJLaGrZviEYoxZrljUbL/oXGUC+W+0sYPw==",
"requires": {
"@types/cordova": "^0.0.34"
}
},
"@types/cordova": {
"version": "0.0.34",
"resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-0.0.34.tgz",
"integrity": "sha1-6nrd907Ow9dimCegw54smt3HPQQ="
},
"jso": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/jso/-/jso-4.1.1.tgz",
"integrity": "sha512-5siCaj9b73l52BRItlW5d7jbNJ2xEyVTskjxt2I/+kggNjqip11FngAG0KqZKWfCmpIeUahVvdVlnx4r7d99Mw=="
}
}
}