80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"name": "@intlify/core",
|
|
"version": "9.14.5",
|
|
"description": "@intlify/core",
|
|
"keywords": [
|
|
"core",
|
|
"fundamental",
|
|
"i18n",
|
|
"internationalization",
|
|
"intlify"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "kazuya kawaguchi",
|
|
"email": "kawakazu80@gmail.com"
|
|
},
|
|
"homepage": "https://github.com/intlify/vue-i18n/tree/master/packages/core#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/intlify/vue-i18n.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/intlify/vue-i18n/issues"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"dist"
|
|
],
|
|
"main": "index.js",
|
|
"module": "dist/core.mjs",
|
|
"unpkg": "dist/core.global.js",
|
|
"jsdelivr": "dist/core.global.js",
|
|
"types": "dist/core.d.ts",
|
|
"dependencies": {
|
|
"@intlify/core-base": "9.14.5",
|
|
"@intlify/shared": "9.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"buildOptions": {
|
|
"name": "IntlifyCore",
|
|
"formats": [
|
|
"mjs",
|
|
"mjs-runtime",
|
|
"browser",
|
|
"browser-runtime",
|
|
"cjs",
|
|
"global",
|
|
"global-runtime"
|
|
]
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/core.d.ts",
|
|
"import": "./dist/core.mjs",
|
|
"browser": "./dist/core.esm-browser.js",
|
|
"node": {
|
|
"import": {
|
|
"production": "./dist/core.prod.node.mjs",
|
|
"development": "./dist/core.node.mjs",
|
|
"default": "./dist/core.node.mjs"
|
|
},
|
|
"require": {
|
|
"production": "./dist/core.prod.cjs",
|
|
"development": "./dist/core.cjs",
|
|
"default": "./index.js"
|
|
}
|
|
}
|
|
},
|
|
"./dist/*": "./dist/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"funding": "https://github.com/sponsors/kazupon",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"sideEffects": false
|
|
} |