aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json-example
blob: ab66fd7b7d970551714d2fb6d6b9f6889e93b86b (plain)
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
{
    "name": "org.mysociety.groundcontrolapp",
    "version": "1.0",
    "lockfileVersion": 1,
    "requires": true,
    "dependencies": {
        "cordova-android": {
            "version": "6.2.3",
            "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-6.2.3.tgz",
            "integrity": "sha1-JJ8hts5fHxyEenq4OxaQnb7Vqig=",
            "requires": {
                "cordova-common": "2.0.2",
                "elementtree": "0.1.6",
                "nopt": "3.0.6",
                "properties-parser": "0.2.3",
                "q": "1.5.0",
                "shelljs": "0.5.3"
            },
            "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,
                    "requires": {
                        "big-integer": "1.6.22"
                    }
                },
                "brace-expansion": {
                    "version": "1.1.7",
                    "bundled": true,
                    "requires": {
                        "balanced-match": "0.4.2",
                        "concat-map": "0.0.1"
                    }
                },
                "concat-map": {
                    "version": "0.0.1",
                    "bundled": true
                },
                "cordova-common": {
                    "version": "2.0.2",
                    "bundled": true,
                    "requires": {
                        "ansi": "0.3.1",
                        "bplist-parser": "0.1.1",
                        "cordova-registry-mapper": "1.1.15",
                        "elementtree": "0.1.6",
                        "glob": "5.0.15",
                        "minimatch": "3.0.3",
                        "osenv": "0.1.4",
                        "plist": "1.2.0",
                        "q": "1.5.0",
                        "semver": "5.3.0",
                        "shelljs": "0.5.3",
                        "underscore": "1.8.3",
                        "unorm": "1.4.1"
                    }
                },
                "cordova-registry-mapper": {
                    "version": "1.1.15",
                    "bundled": true
                },
                "elementtree": {
                    "version": "0.1.6",
                    "bundled": true,
                    "requires": {
                        "sax": "0.3.5"
                    }
                },
                "glob": {
                    "version": "5.0.15",
                    "bundled": true,
                    "requires": {
                        "inflight": "1.0.6",
                        "inherits": "2.0.3",
                        "minimatch": "3.0.3",
                        "once": "1.4.0",
                        "path-is-absolute": "1.0.1"
                    }
                },
                "inflight": {
                    "version": "1.0.6",
                    "bundled": true,
                    "requires": {
                        "once": "1.4.0",
                        "wrappy": "1.0.2"
                    }
                },
                "inherits": {
                    "version": "2.0.3",
                    "bundled": true
                },
                "lodash": {
                    "version": "3.10.1",
                    "bundled": true
                },
                "minimatch": {
                    "version": "3.0.3",
                    "bundled": true,
                    "requires": {
                        "brace-expansion": "1.1.7"
                    }
                },
                "nopt": {
                    "version": "3.0.6",
                    "bundled": true,
                    "requires": {
                        "abbrev": "1.1.0"
                    }
                },
                "once": {
                    "version": "1.4.0",
                    "bundled": true,
                    "requires": {
                        "wrappy": "1.0.2"
                    }
                },
                "os-homedir": {
                    "version": "1.0.2",
                    "bundled": true
                },
                "os-tmpdir": {
                    "version": "1.0.2",
                    "bundled": true
                },
                "osenv": {
                    "version": "0.1.4",
                    "bundled": true,
                    "requires": {
                        "os-homedir": "1.0.2",
                        "os-tmpdir": "1.0.2"
                    }
                },
                "path-is-absolute": {
                    "version": "1.0.1",
                    "bundled": true
                },
                "plist": {
                    "version": "1.2.0",
                    "bundled": true,
                    "requires": {
                        "base64-js": "0.0.8",
                        "util-deprecate": "1.0.2",
                        "xmlbuilder": "4.0.0",
                        "xmldom": "0.1.27"
                    }
                },
                "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,
                    "requires": {
                        "lodash": "3.10.1"
                    }
                },
                "xmldom": {
                    "version": "0.1.27",
                    "bundled": true
                }
            }
        },
        "cordova-ios": {
            "version": "4.5.4",
            "resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-4.5.4.tgz",
            "integrity": "sha1-yAZIBYlyloVw3BXalzFP+S0H3+c=",
            "requires": {
                "cordova-common": "2.1.0",
                "ios-sim": "6.1.2",
                "nopt": "3.0.6",
                "plist": "1.2.0",
                "q": "1.5.1",
                "shelljs": "0.5.3",
                "xcode": "0.9.3",
                "xml-escape": "1.1.0"
            },
            "dependencies": {
                "abbrev": {
                    "version": "1.1.1",
                    "bundled": true
                },
                "ansi": {
                    "version": "0.3.1",
                    "bundled": true
                },
                "balanced-match": {
                    "version": "1.0.0",
                    "bundled": true
                },
                "base64-js": {
                    "version": "0.0.8",
                    "bundled": true
                },
                "big-integer": {
                    "version": "1.6.25",
                    "bundled": true
                },
                "bplist-creator": {
                    "version": "0.0.7",
                    "bundled": true,
                    "requires": {
                        "stream-buffers": "2.2.0"
                    }
                },
                "bplist-parser": {
                    "version": "0.1.1",
                    "bundled": true,
                    "requires": {
                        "big-integer": "1.6.25"
                    }
                },
                "brace-expansion": {
                    "version": "1.1.8",
                    "bundled": true,
                    "requires": {
                        "balanced-match": "1.0.0",
                        "concat-map": "0.0.1"
                    }
                },
                "concat-map": {
                    "version": "0.0.1",
                    "bundled": true
                },
                "cordova-common": {
                    "version": "2.1.0",
                    "bundled": true,
                    "requires": {
                        "ansi": "0.3.1",
                        "bplist-parser": "0.1.1",
                        "cordova-registry-mapper": "1.1.15",
                        "elementtree": "0.1.6",
                        "glob": "5.0.15",
                        "minimatch": "3.0.4",
                        "osenv": "0.1.4",
                        "plist": "1.2.0",
                        "q": "1.5.1",
                        "semver": "5.4.1",
                        "shelljs": "0.5.3",
                        "underscore": "1.8.3",
                        "unorm": "1.4.1"
                    }
                },
                "cordova-registry-mapper": {
                    "version": "1.1.15",
                    "bundled": true
                },
                "elementtree": {
                    "version": "0.1.6",
                    "bundled": true,
                    "requires": {
                        "sax": "0.3.5"
                    }
                },
                "glob": {
                    "version": "5.0.15",
                    "bundled": true,
                    "requires": {
                        "inflight": "1.0.6",
                        "inherits": "2.0.3",
                        "minimatch": "3.0.4",
                        "once": "1.4.0",
                        "path-is-absolute": "1.0.1"
                    }
                },
                "inflight": {
                    "version": "1.0.6",
                    "bundled": true,
                    "requires": {
                        "once": "1.4.0",
                        "wrappy": "1.0.2"
                    }
                },
                "inherits": {
                    "version": "2.0.3",
                    "bundled": true
                },
                "ios-sim": {
                    "version": "6.1.2",
                    "bundled": true,
                    "requires": {
                        "bplist-parser": "0.0.6",
                        "nopt": "1.0.9",
                        "plist": "1.2.0",
                        "simctl": "1.1.1"
                    },
                    "dependencies": {
                        "bplist-parser": {
                            "version": "0.0.6",
                            "bundled": true
                        },
                        "nopt": {
                            "version": "1.0.9",
                            "bundled": true,
                            "requires": {
                                "abbrev": "1.1.1"
                            }
                        }
                    }
                },
                "lodash": {
                    "version": "3.10.1",
                    "bundled": true
                },
                "minimatch": {
                    "version": "3.0.4",
                    "bundled": true,
                    "requires": {
                        "brace-expansion": "1.1.8"
                    }
                },
                "nopt": {
                    "version": "3.0.6",
                    "bundled": true,
                    "requires": {
                        "abbrev": "1.1.1"
                    }
                },
                "once": {
                    "version": "1.4.0",
                    "bundled": true,
                    "requires": {
                        "wrappy": "1.0.2"
                    }
                },
                "os-homedir": {
                    "version": "1.0.2",
                    "bundled": true
                },
                "os-tmpdir": {
                    "version": "1.0.2",
                    "bundled": true
                },
                "osenv": {
                    "version": "0.1.4",
                    "bundled": true,
                    "requires": {
                        "os-homedir": "1.0.2",
                        "os-tmpdir": "1.0.2"
                    }
                },
                "path-is-absolute": {
                    "version": "1.0.1",
                    "bundled": true
                },
                "pegjs": {
                    "version": "0.10.0",
                    "bundled": true
                },
                "plist": {
                    "version": "1.2.0",
                    "bundled": true,
                    "requires": {
                        "base64-js": "0.0.8",
                        "util-deprecate": "1.0.2",
                        "xmlbuilder": "4.0.0",
                        "xmldom": "0.1.27"
                    }
                },
                "q": {
                    "version": "1.5.1",
                    "bundled": true
                },
                "sax": {
                    "version": "0.3.5",
                    "bundled": true
                },
                "semver": {
                    "version": "5.4.1",
                    "bundled": true
                },
                "shelljs": {
                    "version": "0.5.3",
                    "bundled": true
                },
                "simctl": {
                    "version": "1.1.1",
                    "bundled": true,
                    "requires": {
                        "shelljs": "0.2.6",
                        "tail": "0.4.0"
                    },
                    "dependencies": {
                        "shelljs": {
                            "version": "0.2.6",
                            "bundled": true
                        }
                    }
                },
                "simple-plist": {
                    "version": "0.2.1",
                    "bundled": true,
                    "requires": {
                        "bplist-creator": "0.0.7",
                        "bplist-parser": "0.1.1",
                        "plist": "2.0.1"
                    },
                    "dependencies": {
                        "base64-js": {
                            "version": "1.1.2",
                            "bundled": true
                        },
                        "plist": {
                            "version": "2.0.1",
                            "bundled": true,
                            "requires": {
                                "base64-js": "1.1.2",
                                "xmlbuilder": "8.2.2",
                                "xmldom": "0.1.27"
                            }
                        },
                        "xmlbuilder": {
                            "version": "8.2.2",
                            "bundled": true
                        }
                    }
                },
                "stream-buffers": {
                    "version": "2.2.0",
                    "bundled": true
                },
                "tail": {
                    "version": "0.4.0",
                    "bundled": true
                },
                "underscore": {
                    "version": "1.8.3",
                    "bundled": true
                },
                "unorm": {
                    "version": "1.4.1",
                    "bundled": true
                },
                "util-deprecate": {
                    "version": "1.0.2",
                    "bundled": true
                },
                "uuid": {
                    "version": "3.0.1",
                    "bundled": true
                },
                "wrappy": {
                    "version": "1.0.2",
                    "bundled": true
                },
                "xcode": {
                    "version": "0.9.3",
                    "bundled": true,
                    "requires": {
                        "pegjs": "0.10.0",
                        "simple-plist": "0.2.1",
                        "uuid": "3.0.1"
                    }
                },
                "xml-escape": {
                    "version": "1.1.0",
                    "bundled": true
                },
                "xmlbuilder": {
                    "version": "4.0.0",
                    "bundled": true,
                    "requires": {
                        "lodash": "3.10.1"
                    }
                },
                "xmldom": {
                    "version": "0.1.27",
                    "bundled": true
                }
            }
        },
        "cordova-plugin-camera": {
            "version": "2.4.1",
            "resolved": "https://registry.npmjs.org/cordova-plugin-camera/-/cordova-plugin-camera-2.4.1.tgz",
            "integrity": "sha1-GV404S22TxxJ52T31OPyYao9lME="
        },
        "cordova-plugin-compat": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/cordova-plugin-compat/-/cordova-plugin-compat-1.1.0.tgz",
            "integrity": "sha1-kr3xaf62EgUyPcyWo/+DSON+h/w="
        },
        "cordova-plugin-device": {
            "version": "1.1.7",
            "resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-1.1.7.tgz",
            "integrity": "sha1-/JQRG+aTJijGaGiTjd89yCyfv+Y="
        },
        "cordova-plugin-dialogs": {
            "version": "1.3.4",
            "resolved": "https://registry.npmjs.org/cordova-plugin-dialogs/-/cordova-plugin-dialogs-1.3.4.tgz",
            "integrity": "sha1-XMlm7nyZsvW1s934SQAmKLDacVc="
        },
        "cordova-plugin-file": {
            "version": "4.3.3",
            "resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-4.3.3.tgz",
            "integrity": "sha1-AS6Xqhr7kfhJFuY0G1SDZtI96bk="
        },
        "cordova-plugin-file-transfer": {
            "version": "1.7.1",
            "resolved": "https://registry.npmjs.org/cordova-plugin-file-transfer/-/cordova-plugin-file-transfer-1.7.1.tgz",
            "integrity": "sha1-p12L4uvDu5sjxbG70ZkhTsJnWGs="
        },
        "cordova-plugin-geolocation": {
            "version": "2.4.3",
            "resolved": "https://registry.npmjs.org/cordova-plugin-geolocation/-/cordova-plugin-geolocation-2.4.3.tgz",
            "integrity": "sha1-HdAAI9Hxos4zD4dn7Qj3tzj+cYQ="
        },
        "cordova-plugin-inappbrowser": {
            "version": "1.7.2",
            "resolved": "https://registry.npmjs.org/cordova-plugin-inappbrowser/-/cordova-plugin-inappbrowser-1.7.2.tgz",
            "integrity": "sha1-ZHY0lb6H6y562xoI8CCblupc7uA="
        },
        "cordova-plugin-media": {
            "version": "2.4.1",
            "resolved": "https://registry.npmjs.org/cordova-plugin-media/-/cordova-plugin-media-2.4.1.tgz",
            "integrity": "sha1-kEcG76alns95awXBar4o/Jic1Wk="
        },
        "cordova-plugin-media-capture": {
            "version": "1.4.3",
            "resolved": "https://registry.npmjs.org/cordova-plugin-media-capture/-/cordova-plugin-media-capture-1.4.3.tgz",
            "integrity": "sha1-IOO74zT7uJ9iSwIYjqxTcnQ5IPo="
        },
        "cordova-plugin-network-information": {
            "version": "1.3.4",
            "resolved": "https://registry.npmjs.org/cordova-plugin-network-information/-/cordova-plugin-network-information-1.3.4.tgz",
            "integrity": "sha1-KPQmzCZZF03GIqBxgPm6DYVfc4M="
        },
        "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.4.1",
            "resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.4.1.tgz",
            "integrity": "sha1-IiYop4qlTTTUySeZACDQo7rOVUU="
        },
        "cordova-plugin-whitelist": {
            "version": "1.3.3",
            "resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.3.tgz",
            "integrity": "sha1-tehezbv+Wu3tQKG/TuI3LmfZb7Q="
        },
        "ionic-plugin-keyboard": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/ionic-plugin-keyboard/-/ionic-plugin-keyboard-2.1.0.tgz",
            "integrity": "sha1-EOVAuYg9XHhuZXv/gXIDGmMtC2Q="
        }
    }
}