| 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
 | | { |  |   "name": "PDA", |  |   "lockfileVersion": 2, |  |   "requires": true, |  |   "packages": { |  |     "": { |  |       "dependencies": { |  |         "vue-touch-keyboard": "^0.3.2" |  |       } |  |     }, |  |     "node_modules/babel-runtime": { |  |       "version": "6.26.0", |  |       "resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz", |  |       "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", |  |       "dependencies": { |  |         "core-js": "^2.4.0", |  |         "regenerator-runtime": "^0.11.0" |  |       } |  |     }, |  |     "node_modules/core-js": { |  |       "version": "2.6.12", |  |       "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz", |  |       "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", |  |       "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", |  |       "hasInstallScript": true |  |     }, |  |     "node_modules/regenerator-runtime": { |  |       "version": "0.11.1", |  |       "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", |  |       "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" |  |     }, |  |     "node_modules/vue-touch-keyboard": { |  |       "version": "0.3.2", |  |       "resolved": "https://registry.npmmirror.com/vue-touch-keyboard/-/vue-touch-keyboard-0.3.2.tgz", |  |       "integrity": "sha512-+GAZSMdiPfop2At9fhGLzs2Jodd6BQla4q4Mm+VkpQLUaxmFFU64NWsjxvkkYjncAgbv/oO5wi+rM1X4eVHCbg==", |  |       "dependencies": { |  |         "babel-runtime": "^6.26.0" |  |       } |  |     } |  |   }, |  |   "dependencies": { |  |     "babel-runtime": { |  |       "version": "6.26.0", |  |       "resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz", |  |       "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", |  |       "requires": { |  |         "core-js": "^2.4.0", |  |         "regenerator-runtime": "^0.11.0" |  |       } |  |     }, |  |     "core-js": { |  |       "version": "2.6.12", |  |       "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz", |  |       "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" |  |     }, |  |     "regenerator-runtime": { |  |       "version": "0.11.1", |  |       "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", |  |       "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" |  |     }, |  |     "vue-touch-keyboard": { |  |       "version": "0.3.2", |  |       "resolved": "https://registry.npmmirror.com/vue-touch-keyboard/-/vue-touch-keyboard-0.3.2.tgz", |  |       "integrity": "sha512-+GAZSMdiPfop2At9fhGLzs2Jodd6BQla4q4Mm+VkpQLUaxmFFU64NWsjxvkkYjncAgbv/oO5wi+rM1X4eVHCbg==", |  |       "requires": { |  |         "babel-runtime": "^6.26.0" |  |       } |  |     } |  |   } |  | } | 
 |