12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "@intlify/shared@10.0.4",
- "_id": "@intlify/shared@10.0.4",
- "_inBundle": false,
- "_integrity": "sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==",
- "_location": "/@intlify/shared",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@intlify/shared@10.0.4",
- "name": "@intlify/shared",
- "escapedName": "@intlify%2fshared",
- "scope": "@intlify",
- "rawSpec": "10.0.4",
- "saveSpec": null,
- "fetchSpec": "10.0.4"
- },
- "_requiredBy": [
- "/@intlify/core-base",
- "/@intlify/message-compiler",
- "/vue-i18n"
- ],
- "_resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-10.0.4.tgz",
- "_shasum": "3acc71e162ffd77a7de9f486e082cc135ec4cdef",
- "_spec": "@intlify/shared@10.0.4",
- "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni\\node_modules\\vue-i18n",
- "author": {
- "name": "kazuya kawaguchi",
- "email": "kawakazu80@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/intlify/vue-i18n/issues"
- },
- "buildOptions": {
- "name": "IntlifyShared",
- "formats": [
- "mjs",
- "browser",
- "cjs"
- ]
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "@intlify/shared",
- "engines": {
- "node": ">= 16"
- },
- "exports": {
- ".": {
- "types": "./dist/shared.d.ts",
- "import": "./dist/shared.mjs",
- "browser": "./dist/shared.esm-browser.js",
- "node": {
- "import": {
- "production": "./dist/shared.prod.cjs",
- "development": "./dist/shared.mjs",
- "default": "./dist/shared.mjs"
- },
- "require": {
- "production": "./dist/shared.prod.cjs",
- "development": "./dist/shared.cjs",
- "default": "./index.js"
- }
- }
- },
- "./dist/*": "./dist/*",
- "./package.json": "./package.json"
- },
- "files": [
- "index.js",
- "dist"
- ],
- "funding": "https://github.com/sponsors/kazupon",
- "homepage": "https://github.com/intlify/vue-i18n/tree/master/packages/shared#readme",
- "keywords": [
- "i18n",
- "internationalization",
- "intlify",
- "utitlity"
- ],
- "license": "MIT",
- "main": "index.js",
- "module": "dist/shared.mjs",
- "name": "@intlify/shared",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/intlify/vue-i18n.git",
- "directory": "packages/shared"
- },
- "sideEffects": false,
- "types": "dist/shared.d.ts",
- "version": "10.0.4"
- }
|