1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "name": "pda-master",
| "lockfileVersion": 3,
| "requires": true,
| "packages": {
| "": {
| "dependencies": {
| "vue-i18n": "^8.2.1"
| }
| },
| "node_modules/vue-i18n": {
| "version": "8.28.2",
| "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz",
| "integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==",
| "deprecated": "Vue I18n v8.x has reached EOL and is no longer actively maintained. About maintenance status, see https://vue-i18n.intlify.dev/guide/maintenance.html",
| "license": "MIT"
| }
| }
| }
|
|