-
Notifications
You must be signed in to change notification settings - Fork 198
/
Copy pathpackage-lock.json
45 lines (45 loc) · 1.05 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "onesignal-cordova-plugin",
"version": "5.2.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "onesignal-cordova-plugin",
"version": "5.2.11",
"engines": [
{
"name": "cordova-android",
"version": ">=4.0.0"
},
{
"name": "apple-xcode",
"version": ">=8.0.0"
},
{
"name": "apple-ios",
"version": ">=7.0.0"
},
{
"name": "cordova",
"version": ">=6.4.0"
},
{
"name": "cordova-ios",
"version": ">=4.3.0"
}
],
"license": "MIT",
"devDependencies": {
"@types/cordova": "^11.0.3"
}
},
"node_modules/@types/cordova": {
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-11.0.3.tgz",
"integrity": "sha512-kyuRQ40/NWQVhqGIHq78Ehu2Bf9Mlg0LhmSmis6ZFJK7z933FRfYi8tHe/k/0fB+PGfCf95rJC6TO7dopaFvAg==",
"dev": true,
"license": "MIT"
}
}
}