-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-lock.json
More file actions
25 lines (25 loc) · 1011 Bytes
/
package-lock.json
File metadata and controls
25 lines (25 loc) · 1011 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
25
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"cordova-plugin-app-event": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-app-event/-/cordova-plugin-app-event-1.2.1.tgz",
"integrity": "sha1-DuuxQTKqQ7suXAgamr29l8otgTI="
},
"cordova-plugin-device": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.2.tgz",
"integrity": "sha1-/Ajzci5n7ve2xnv8mag99q3Quro="
},
"de.appplant.cordova.plugin.local-notification-v085": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/de.appplant.cordova.plugin.local-notification-v085/-/de.appplant.cordova.plugin.local-notification-v085-0.8.5.tgz",
"integrity": "sha512-eVHm8ZEQ44kO154p/foUPg6vLCT5oFEteaeLRS0UJ7maovxoyqR07zs4PWrZwUcbkTWsxNOqRbme1A9tPkd2NQ==",
"requires": {
"cordova-plugin-app-event": ">=1.1.0",
"cordova-plugin-device": "*"
}
}
}
}