You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
121 lines
2.8 KiB
121 lines
2.8 KiB
{ |
|
"_args": [ |
|
[ |
|
"vue-i18n@9.5.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "vue-i18n@9.5.0", |
|
"_id": "vue-i18n@9.5.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-NiI3Ph1qMstNf7uhYh8trQBOBFLxeJgcOxBq51pCcZ28Vs18Y7BDS58r8HGDKCYgXdLUYqPDXdKatIF4bvBVZg==", |
|
"_location": "/vue-i18n", |
|
"_phantomChildren": { |
|
"source-map-js": "1.0.2" |
|
}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "vue-i18n@9.5.0", |
|
"name": "vue-i18n", |
|
"escapedName": "vue-i18n", |
|
"rawSpec": "9.5.0", |
|
"saveSpec": null, |
|
"fetchSpec": "9.5.0" |
|
}, |
|
"_requiredBy": [ |
|
"/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.5.0.tgz", |
|
"_spec": "9.5.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "kazuya kawaguchi", |
|
"email": "kawakazu80@gmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/intlify/vue-i18n-next/issues" |
|
}, |
|
"buildOptions": { |
|
"name": "VueI18n", |
|
"formats": [ |
|
"mjs", |
|
"mjs-runtime", |
|
"browser", |
|
"browser-runtime", |
|
"cjs", |
|
"global", |
|
"global-runtime" |
|
] |
|
}, |
|
"dependencies": { |
|
"@intlify/core-base": "9.5.0", |
|
"@intlify/shared": "9.5.0", |
|
"@vue/devtools-api": "^6.5.0" |
|
}, |
|
"description": "Internationalization plugin for Vue.js", |
|
"devDependencies": { |
|
"@intlify/devtools-if": "9.5.0", |
|
"@intlify/vue-devtools": "9.5.0" |
|
}, |
|
"engines": { |
|
"node": ">= 16" |
|
}, |
|
"exports": { |
|
".": { |
|
"types": "./dist/vue-i18n.d.ts", |
|
"import": "./dist/vue-i18n.mjs", |
|
"browser": "./dist/vue-i18n.esm-browser.js", |
|
"node": { |
|
"import": { |
|
"production": "./dist/vue-i18n.node.mjs", |
|
"development": "./dist/vue-i18n.mjs", |
|
"default": "./dist/vue-i18n.mjs" |
|
}, |
|
"require": { |
|
"production": "./dist/vue-i18n.prod.cjs", |
|
"development": "./dist/vue-i18n.cjs", |
|
"default": "./index.js" |
|
} |
|
} |
|
}, |
|
"./dist/*": "./dist/*", |
|
"./package.json": "./package.json" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"dist", |
|
"vetur" |
|
], |
|
"funding": "https://github.com/sponsors/kazupon", |
|
"homepage": "https://github.com/intlify/vue-i18n-next/tree/master/packages/vue-i18n#readme", |
|
"jsdelivr": "dist/vue-i18n.global.js", |
|
"keywords": [ |
|
"i18n", |
|
"internationalization", |
|
"intlify", |
|
"plugin", |
|
"vue", |
|
"vue.js" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"module": "dist/vue-i18n.mjs", |
|
"name": "vue-i18n", |
|
"peerDependencies": { |
|
"vue": "^3.0.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/intlify/vue-i18n-next.git", |
|
"directory": "packages/vue-i18n" |
|
}, |
|
"sideEffects": false, |
|
"types": "dist/vue-i18n.d.ts", |
|
"unpkg": "dist/vue-i18n.global.js", |
|
"version": "9.5.0", |
|
"vetur": { |
|
"tags": "vetur/tags.json", |
|
"attributes": "vetur/attributes.json" |
|
} |
|
}
|
|
|