package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "_args": [
  3. [
  4. "vue-i18n@8.28.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "vue-i18n@8.28.2",
  9. "_id": "vue-i18n@8.28.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-C5GZjs1tYlAqjwymaaCPDjCyGo10ajUphiwA922jKt9n7KPpqR7oM1PCwYzhB/E7+nT3wfdG3oRre5raIT1rKA==",
  12. "_location": "/vue-i18n",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-i18n@8.28.2",
  18. "name": "vue-i18n",
  19. "escapedName": "vue-i18n",
  20. "rawSpec": "8.28.2",
  21. "saveSpec": null,
  22. "fetchSpec": "8.28.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.28.2.tgz",
  28. "_spec": "8.28.2",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "kazuya kawaguchi",
  32. "email": "kawakazu80@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kazupon/vue-i18n/issues"
  36. },
  37. "changelog": {
  38. "labels": {
  39. "Type: Feature": ":star: New Features",
  40. "Type: Bug": ":bug: Bug Fixes",
  41. "Type: Security": ":lock: Security Fixes",
  42. "Type: Performance": ":chart_with_upwards_trend: Performance Fixes",
  43. "Type: Improvement": ":zap: Improved Features",
  44. "Type: Breaking": ":boom: Breaking Change",
  45. "Type: Deprecated": ":warning: Deprecated Features",
  46. "Type: I18n": ":globe_with_meridians: Internationalization",
  47. "Type: A11y": ":wheelchair: Accessibility",
  48. "Type: Documentation": ":pencil: Documentation"
  49. }
  50. },
  51. "description": "Internationalization plugin for Vue.js",
  52. "devDependencies": {
  53. "@babel/core": "^7.1.0",
  54. "@babel/plugin-proposal-class-properties": "^7.1.0",
  55. "@babel/plugin-syntax-flow": "^7.0.0",
  56. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  57. "@typescript-eslint/eslint-plugin": "^3.0.0",
  58. "@typescript-eslint/parser": "^3.0.0",
  59. "@vue/babel-preset-app": "^4.4.1",
  60. "@vuepress/theme-vue": "^1.9.7",
  61. "babel-eslint": "^10.1.0",
  62. "babel-loader": "^8.1.0",
  63. "babel-plugin-istanbul": "^6.0.0",
  64. "babel-preset-power-assert": "^3.0.0",
  65. "buble": "^0.19.3",
  66. "chromedriver": "^106.0.0",
  67. "core-js": "^3.6.5",
  68. "cross-env": "^7.0.2",
  69. "cross-spawn": "^7.0.3",
  70. "eslint": "^6.8.0",
  71. "eslint-loader": "^4.0.2",
  72. "eslint-plugin-flowtype": "^4.7.0",
  73. "eslint-plugin-ie11": "^1.0.0",
  74. "eslint-plugin-no-autofix": "^1.0.1",
  75. "eslint-plugin-vue": "^7.14.0",
  76. "eslint-plugin-vue-libs": "^4.0.0",
  77. "flow-bin": "^0.38.0",
  78. "http-server": "^0.12.3",
  79. "intl": "^1.2.5",
  80. "karma": "^5.0.9",
  81. "karma-chrome-launcher": "^3.1.0",
  82. "karma-coverage": "^2.0.2",
  83. "karma-firefox-launcher": "^2.1.1",
  84. "karma-mocha": "^2.0.1",
  85. "karma-mocha-reporter": "^2.2.5",
  86. "karma-safari-launcher": "^1.0.0",
  87. "karma-sauce-launcher": "^4.1.5",
  88. "karma-sourcemap-loader": "^0.3.7",
  89. "karma-webpack": "^4.0.2",
  90. "lerna-changelog": "^1.0.0",
  91. "lerna-changelog-label-schema": "^3.0.0",
  92. "mocha": "^7.2.0",
  93. "mocha-loader": "^5.0.0",
  94. "nightwatch": "^1.3.5",
  95. "nightwatch-helpers": "^1.2.0",
  96. "power-assert": "^1.6.0",
  97. "rollup": "^0.66.0",
  98. "rollup-plugin-buble": "^0.19.2",
  99. "rollup-plugin-commonjs": "^9.1.8",
  100. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  101. "rollup-plugin-node-resolve": "^3.4.0",
  102. "rollup-plugin-replace": "^2.0.0",
  103. "selenium-server": "^3.141.59",
  104. "shipjs": "^0.23.3",
  105. "sinon": "^11.1.1",
  106. "terser": "^3.17.0",
  107. "typescript": "^3.9.3",
  108. "vue": "^2.5.17",
  109. "vue-github-button": "^1.1.2",
  110. "vue-template-compiler": "^2.5.17",
  111. "vuepress": "^1.8.2",
  112. "webpack": "^4.43.0",
  113. "webpack-cli": "^4.7.2",
  114. "webpack-dev-middleware": "^5.0.0",
  115. "webpack-dev-server": "^3.11.0"
  116. },
  117. "files": [
  118. "dist/vue-i18n.js",
  119. "dist/vue-i18n.min.js",
  120. "dist/vue-i18n.common.js",
  121. "dist/vue-i18n.esm.js",
  122. "dist/vue-i18n.esm.browser.js",
  123. "dist/vue-i18n.esm.browser.min.js",
  124. "src/**/*.js",
  125. "types/*.d.ts",
  126. "decls",
  127. "vetur/tags.json",
  128. "vetur/attributes.json"
  129. ],
  130. "homepage": "https://github.com/kazupon/vue-i18n#readme",
  131. "keywords": [
  132. "i18n",
  133. "internationalization",
  134. "plugin",
  135. "vue",
  136. "vue.js"
  137. ],
  138. "license": "MIT",
  139. "main": "dist/vue-i18n.common.js",
  140. "module": "dist/vue-i18n.esm.js",
  141. "name": "vue-i18n",
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/kazupon/vue-i18n.git"
  145. },
  146. "scripts": {
  147. "build": "node config/build.js",
  148. "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",
  149. "coverage": "cat ./coverage/lcov.info",
  150. "dev": "cross-env BABEL_ENV=test webpack-dev-server --inline --hot --open --content-base ./test/unit/ --config config/webpack.dev.conf.js",
  151. "docs:build": "cross-env NODE_ENV=production node config/version.js && cross-env NODE_ENV=production vuepress build vuepress -d docs",
  152. "docs:clean": "rm -rf docs/**",
  153. "docs:dev": "vuepress dev vuepress",
  154. "flow": "flow check",
  155. "lint": "eslint --fix src test types/**/*.ts",
  156. "release:prepare": "shipjs prepare",
  157. "release:trigger": "shipjs trigger",
  158. "sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
  159. "sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
  160. "sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
  161. "sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
  162. "test": "npm run lint && npm run flow && npm run test:types && npm run test:cover && npm run test:e2e",
  163. "test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
  164. "test:e2e": "node test/e2e/runner.js",
  165. "test:types": "tsc -p types",
  166. "test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js",
  167. "test:unit:ci": "cross-env BABEL_ENV=test karma start config/karma.unit.ci.conf.js"
  168. },
  169. "sideEffects": false,
  170. "types": "types/index.d.ts",
  171. "unpkg": "dist/vue-i18n.js",
  172. "version": "8.28.2",
  173. "vetur": {
  174. "tags": "vetur/tags.json",
  175. "attributes": "vetur/attributes.json"
  176. }
  177. }