package.json 6.0 KB

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