package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_args": [
  3. [
  4. "vue-i18n@8.21.0",
  5. "D:\\2023\\4\\wwbsr"
  6. ]
  7. ],
  8. "_from": "vue-i18n@8.21.0",
  9. "_id": "vue-i18n@8.21.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-UmRQUl/buch3aFtbpsuVc7c9OUA=",
  12. "_location": "/vue-i18n",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-i18n@8.21.0",
  18. "name": "vue-i18n",
  19. "escapedName": "vue-i18n",
  20. "rawSpec": "8.21.0",
  21. "saveSpec": null,
  22. "fetchSpec": "8.21.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vue-i18n/download/vue-i18n-8.21.0.tgz?cache=0&sync_timestamp=1597336528269&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-i18n%2Fdownload%2Fvue-i18n-8.21.0.tgz",
  28. "_spec": "8.21.0",
  29. "_where": "D:\\2023\\4\\wwbsr",
  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. "babel-eslint": "^10.1.0",
  61. "babel-loader": "^8.1.0",
  62. "babel-plugin-istanbul": "^6.0.0",
  63. "babel-preset-power-assert": "^3.0.0",
  64. "buble": "^0.19.3",
  65. "chromedriver": "^83.0.0",
  66. "core-js": "^3.6.5",
  67. "cross-env": "^7.0.2",
  68. "cross-spawn": "^7.0.3",
  69. "eslint": "^6.8.0",
  70. "eslint-loader": "^4.0.2",
  71. "eslint-plugin-flowtype": "^4.7.0",
  72. "eslint-plugin-ie11": "^1.0.0",
  73. "eslint-plugin-no-autofix": "^1.0.1",
  74. "eslint-plugin-vue": "^6.2.2",
  75. "eslint-plugin-vue-libs": "^4.0.0",
  76. "flow-bin": "^0.38.0",
  77. "http-server": "^0.12.3",
  78. "intl": "^1.2.5",
  79. "karma": "^5.0.9",
  80. "karma-chrome-launcher": "^3.1.0",
  81. "karma-coverage": "^2.0.2",
  82. "karma-firefox-launcher": "^1.1.0",
  83. "karma-mocha": "^2.0.1",
  84. "karma-mocha-reporter": "^2.2.5",
  85. "karma-safari-launcher": "^1.0.0",
  86. "karma-sauce-launcher": "^4.1.5",
  87. "karma-sourcemap-loader": "^0.3.7",
  88. "karma-webpack": "^4.0.2",
  89. "lerna-changelog": "^1.0.0",
  90. "lerna-changelog-label-schema": "^3.0.0",
  91. "mocha": "^7.2.0",
  92. "mocha-loader": "^5.0.0",
  93. "nightwatch": "^1.3.5",
  94. "nightwatch-helpers": "^1.2.0",
  95. "power-assert": "^1.6.0",
  96. "rollup": "^0.66.0",
  97. "rollup-plugin-buble": "^0.19.2",
  98. "rollup-plugin-commonjs": "^9.1.8",
  99. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  100. "rollup-plugin-node-resolve": "^3.4.0",
  101. "rollup-plugin-replace": "^2.0.0",
  102. "selenium-server": "^3.141.59",
  103. "shipjs": "^0.17.0",
  104. "sinon": "^9.0.2",
  105. "terser": "^3.17.0",
  106. "typescript": "^3.9.3",
  107. "vue": "^2.5.17",
  108. "vue-github-button": "^1.1.2",
  109. "vue-template-compiler": "^2.5.17",
  110. "vuepress": "^1.5.0",
  111. "webpack": "^4.43.0",
  112. "webpack-cli": "^3.1.1",
  113. "webpack-dev-middleware": "^3.7.2",
  114. "webpack-dev-server": "^3.11.0"
  115. },
  116. "files": [
  117. "dist/vue-i18n.js",
  118. "dist/vue-i18n.min.js",
  119. "dist/vue-i18n.common.js",
  120. "dist/vue-i18n.esm.js",
  121. "dist/vue-i18n.esm.browser.js",
  122. "dist/vue-i18n.esm.browser.min.js",
  123. "src/**/*.js",
  124. "types/*.d.ts",
  125. "decls",
  126. "vetur/tags.json",
  127. "vetur/attributes.json"
  128. ],
  129. "homepage": "https://github.com/kazupon/vue-i18n#readme",
  130. "keywords": [
  131. "i18n",
  132. "internationalization",
  133. "plugin",
  134. "vue",
  135. "vue.js"
  136. ],
  137. "license": "MIT",
  138. "main": "dist/vue-i18n.common.js",
  139. "module": "dist/vue-i18n.esm.js",
  140. "name": "vue-i18n",
  141. "repository": {
  142. "type": "git",
  143. "url": "git+https://github.com/kazupon/vue-i18n.git"
  144. },
  145. "scripts": {
  146. "build": "node config/build.js",
  147. "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",
  148. "coverage": "cat ./coverage/lcov.info",
  149. "dev": "cross-env BABEL_ENV=test webpack-dev-server --inline --hot --open --content-base ./test/unit/ --config config/webpack.dev.conf.js",
  150. "docs:build": "cross-env NODE_ENV=production node config/version.js && cross-env NODE_ENV=production vuepress build vuepress -d docs",
  151. "docs:clean": "rm -rf docs/**",
  152. "docs:dev": "vuepress dev vuepress",
  153. "flow": "flow check",
  154. "lint": "eslint --fix src test types/**/*.ts",
  155. "release:prepare": "shipjs prepare",
  156. "release:trigger": "shipjs trigger",
  157. "sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
  158. "sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
  159. "sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
  160. "sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
  161. "test": "npm run lint && npm run flow && npm run test:types && npm run test:cover && npm run test:e2e",
  162. "test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
  163. "test:e2e": "npm run build && node test/e2e/runner.js",
  164. "test:types": "tsc -p types",
  165. "test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js",
  166. "test:unit:ci": "cross-env BABEL_ENV=test karma start config/karma.unit.ci.conf.js"
  167. },
  168. "sideEffects": false,
  169. "types": "types/index.d.ts",
  170. "unpkg": "dist/vue-i18n.js",
  171. "version": "8.21.0",
  172. "vetur": {
  173. "tags": "vetur/tags.json",
  174. "attributes": "vetur/attributes.json"
  175. }
  176. }