package.json 5.9 KB

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