-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
253 lines (253 loc) · 8.11 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
{
"lockfileVersion": 1,
"dependencies": {
"cordova-android": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-6.2.3.tgz",
"integrity": "sha1-JJ8hts5fHxyEenq4OxaQnb7Vqig=",
"dependencies": {
"abbrev": {
"version": "1.1.0",
"bundled": true
},
"ansi": {
"version": "0.3.1",
"bundled": true
},
"balanced-match": {
"version": "0.4.2",
"bundled": true
},
"base64-js": {
"version": "0.0.8",
"bundled": true
},
"big-integer": {
"version": "1.6.22",
"bundled": true
},
"bplist-parser": {
"version": "0.1.1",
"bundled": true
},
"brace-expansion": {
"version": "1.1.7",
"bundled": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
},
"cordova-common": {
"version": "2.0.2",
"bundled": true
},
"cordova-registry-mapper": {
"version": "1.1.15",
"bundled": true
},
"elementtree": {
"version": "0.1.6",
"bundled": true
},
"glob": {
"version": "5.0.15",
"bundled": true
},
"inflight": {
"version": "1.0.6",
"bundled": true
},
"inherits": {
"version": "2.0.3",
"bundled": true
},
"lodash": {
"version": "3.10.1",
"bundled": true
},
"minimatch": {
"version": "3.0.3",
"bundled": true
},
"nopt": {
"version": "3.0.6",
"bundled": true
},
"once": {
"version": "1.4.0",
"bundled": true
},
"os-homedir": {
"version": "1.0.2",
"bundled": true
},
"os-tmpdir": {
"version": "1.0.2",
"bundled": true
},
"osenv": {
"version": "0.1.4",
"bundled": true
},
"path-is-absolute": {
"version": "1.0.1",
"bundled": true
},
"plist": {
"version": "1.2.0",
"bundled": true
},
"properties-parser": {
"version": "0.2.3",
"bundled": true
},
"q": {
"version": "1.5.0",
"bundled": true
},
"sax": {
"version": "0.3.5",
"bundled": true
},
"semver": {
"version": "5.3.0",
"bundled": true
},
"shelljs": {
"version": "0.5.3",
"bundled": true
},
"underscore": {
"version": "1.8.3",
"bundled": true
},
"unorm": {
"version": "1.4.1",
"bundled": true
},
"util-deprecate": {
"version": "1.0.2",
"bundled": true
},
"wrappy": {
"version": "1.0.2",
"bundled": true
},
"xmlbuilder": {
"version": "4.0.0",
"bundled": true
},
"xmldom": {
"version": "0.1.27",
"bundled": true
}
}
},
"cordova-plugin-battery-status": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/cordova-plugin-battery-status/-/cordova-plugin-battery-status-1.1.2.tgz",
"integrity": "sha1-QZIcdKvA2z431i88XcT94MYQkOQ="
},
"cordova-plugin-camera": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-camera/-/cordova-plugin-camera-2.1.1.tgz",
"integrity": "sha1-lIi6NiBOMnFIDb6C2apwijUt9+s="
},
"cordova-plugin-console": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/cordova-plugin-console/-/cordova-plugin-console-1.0.7.tgz",
"integrity": "sha1-ibepLtHDNYiN/ADZAtxBcgHPOws="
},
"cordova-plugin-contacts": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-contacts/-/cordova-plugin-contacts-2.0.1.tgz",
"integrity": "sha1-czw2mTj0deoFdmxhVVj3QSVphIk="
},
"cordova-plugin-device": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-1.1.6.tgz",
"integrity": "sha1-LSF2TK18m4AVI+TgmjDgJLJJM0s="
},
"cordova-plugin-device-motion": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/cordova-plugin-device-motion/-/cordova-plugin-device-motion-1.2.5.tgz",
"integrity": "sha1-e1jt2dVQ3wpvua76tVuW1UkLGlY="
},
"cordova-plugin-device-orientation": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/cordova-plugin-device-orientation/-/cordova-plugin-device-orientation-1.0.7.tgz",
"integrity": "sha1-rIx5i+jtsOVbYf7GjtqQk+SGvws="
},
"cordova-plugin-dialogs": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-dialogs/-/cordova-plugin-dialogs-1.2.1.tgz",
"integrity": "sha1-dDvIrwB2oQp29VbFE0ClMBY9MVM="
},
"cordova-plugin-file": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-4.0.0.tgz",
"integrity": "sha1-qfsxGz1T+DQcvjCAq1xLi3t5czY="
},
"cordova-plugin-file-transfer": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-file-transfer/-/cordova-plugin-file-transfer-1.5.1.tgz",
"integrity": "sha1-z5tjTo8yg0goAstfCzgdQPVGU5g="
},
"cordova-plugin-geolocation": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-geolocation/-/cordova-plugin-geolocation-2.1.0.tgz",
"integrity": "sha1-7grBx3Fh6bC3O0fSFpYbvAV+5Es="
},
"cordova-plugin-globalization": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/cordova-plugin-globalization/-/cordova-plugin-globalization-1.0.7.tgz",
"integrity": "sha1-uZQYSPtetdzWM+aXERj61jj2SM8="
},
"cordova-plugin-inappbrowser": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-1.3.0.tgz",
"integrity": "sha1-FvAIUwC8mHFzPLH5qXeNLxT7YYc="
},
"cordova-plugin-media": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-media/-/cordova-plugin-media-2.2.0.tgz",
"integrity": "sha1-3ij7BbwVxpaisxCzbEcP3WFtbEI="
},
"cordova-plugin-media-capture": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-media-capture/-/cordova-plugin-media-capture-1.2.0.tgz",
"integrity": "sha1-tktdtWP6i6FwUrzkTExe7XcSGes="
},
"cordova-plugin-network-information": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/cordova-plugin-network-information/-/cordova-plugin-network-information-1.2.1.tgz",
"integrity": "sha1-H9e3KvBmJBW5VcV2OPe3dnyEPZg="
},
"cordova-plugin-splashscreen": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-3.2.2.tgz",
"integrity": "sha1-1WOL+wi9vJqz59owwhdL5kzwJ7A="
},
"cordova-plugin-statusbar": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.1.3.tgz",
"integrity": "sha1-lwRKjK8U1To0cpb2/LFe9c0+q4g="
},
"cordova-plugin-vibration": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/cordova-plugin-vibration/-/cordova-plugin-vibration-2.1.5.tgz",
"integrity": "sha1-SFNTov385xsOSAnD9Vdx+Po+BiM="
},
"cordova-plugin-whitelist": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.2.2.tgz",
"integrity": "sha1-CFk/yVeIViCdQ3t2yLBHUp8Z9iM="
},
"pushwoosh-cordova-plugin": {
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/pushwoosh-cordova-plugin/-/pushwoosh-cordova-plugin-6.5.3.tgz",
"integrity": "sha1-7G18hrnDjF251AirvZHhllnVjjk="
}
}
}