package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "@intlify/shared@10.0.4",
  3. "_id": "@intlify/shared@10.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==",
  6. "_location": "/@intlify/shared",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@intlify/shared@10.0.4",
  12. "name": "@intlify/shared",
  13. "escapedName": "@intlify%2fshared",
  14. "scope": "@intlify",
  15. "rawSpec": "10.0.4",
  16. "saveSpec": null,
  17. "fetchSpec": "10.0.4"
  18. },
  19. "_requiredBy": [
  20. "/@intlify/core-base",
  21. "/@intlify/message-compiler",
  22. "/vue-i18n"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-10.0.4.tgz",
  25. "_shasum": "3acc71e162ffd77a7de9f486e082cc135ec4cdef",
  26. "_spec": "@intlify/shared@10.0.4",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni\\node_modules\\vue-i18n",
  28. "author": {
  29. "name": "kazuya kawaguchi",
  30. "email": "kawakazu80@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/intlify/vue-i18n/issues"
  34. },
  35. "buildOptions": {
  36. "name": "IntlifyShared",
  37. "formats": [
  38. "mjs",
  39. "browser",
  40. "cjs"
  41. ]
  42. },
  43. "bundleDependencies": false,
  44. "deprecated": false,
  45. "description": "@intlify/shared",
  46. "engines": {
  47. "node": ">= 16"
  48. },
  49. "exports": {
  50. ".": {
  51. "types": "./dist/shared.d.ts",
  52. "import": "./dist/shared.mjs",
  53. "browser": "./dist/shared.esm-browser.js",
  54. "node": {
  55. "import": {
  56. "production": "./dist/shared.prod.cjs",
  57. "development": "./dist/shared.mjs",
  58. "default": "./dist/shared.mjs"
  59. },
  60. "require": {
  61. "production": "./dist/shared.prod.cjs",
  62. "development": "./dist/shared.cjs",
  63. "default": "./index.js"
  64. }
  65. }
  66. },
  67. "./dist/*": "./dist/*",
  68. "./package.json": "./package.json"
  69. },
  70. "files": [
  71. "index.js",
  72. "dist"
  73. ],
  74. "funding": "https://github.com/sponsors/kazupon",
  75. "homepage": "https://github.com/intlify/vue-i18n/tree/master/packages/shared#readme",
  76. "keywords": [
  77. "i18n",
  78. "internationalization",
  79. "intlify",
  80. "utitlity"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "module": "dist/shared.mjs",
  85. "name": "@intlify/shared",
  86. "publishConfig": {
  87. "access": "public"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/intlify/vue-i18n.git",
  92. "directory": "packages/shared"
  93. },
  94. "sideEffects": false,
  95. "types": "dist/shared.d.ts",
  96. "version": "10.0.4"
  97. }