1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| {
| "requires": true,
| "lockfileVersion": 1,
| "dependencies": {
| "dayjs": {
| "version": "1.10.7",
| "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz",
| "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig=="
| },
| "uniapp-route-guards": {
| "version": "1.0.7",
| "resolved": "https://registry.npmjs.org/uniapp-route-guards/-/uniapp-route-guards-1.0.7.tgz",
| "integrity": "sha512-w9FYzar+EjfB64VYHQnmVcOfVkPQ1bv8u4wNTHln+rPKSTdjXjd3ubkYOLOuUcJfzsUHwxKC9hc2/ZFK90STOw=="
| }
| }
| }
|
|