package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_from": "vue-i18n@^7.8.0",
  3. "_id": "vue-i18n@7.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BzB+EAPo/iFyFn/GXd/qVdDe67jfk+gmQaWUKD5BANhUclGrFxzRExzW2pYEAbhNm2pg0F12Oo+gL2IMLDcTAw==",
  6. "_location": "/vue-i18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-i18n@^7.8.0",
  12. "name": "vue-i18n",
  13. "escapedName": "vue-i18n",
  14. "rawSpec": "^7.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.8.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-7.8.1.tgz",
  22. "_shasum": "2ce4b6efde679a1e05ddb5d907bfc1bc218803b2",
  23. "_spec": "vue-i18n@^7.8.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "kazuya kawaguchi",
  27. "email": "kawakazu80@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/kazupon/vue-i18n/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Internationalization plugin for Vue.js",
  35. "devDependencies": {
  36. "@babel/core": "^7.0.0-beta.48",
  37. "@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
  38. "@babel/plugin-syntax-flow": "^7.0.0-beta.49",
  39. "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.49",
  40. "@vue/babel-preset-app": "^3.0.0-beta.11",
  41. "babel-eslint": "^8.0.0",
  42. "babel-loader": "^8.0.0-beta.3",
  43. "babel-plugin-istanbul": "^3.1.2",
  44. "babel-preset-power-assert": "^3.0.0-beta.1",
  45. "buble": "^0.19.3",
  46. "chromedriver": "^2.27.2",
  47. "conventional-changelog-cli": "^1.2.0",
  48. "conventional-github-releaser": "^1.1.3",
  49. "cross-env": "^5.1.6",
  50. "cross-spawn": "^6.0.0",
  51. "eslint": "^4.19.0",
  52. "eslint-loader": "^2.0.0",
  53. "eslint-plugin-flowtype": "^2.47.0",
  54. "eslint-plugin-vue-libs": "^2.0.1",
  55. "flow-bin": "^0.38.0",
  56. "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
  57. "http-server": "^0.9.0",
  58. "intl": "^1.2.5",
  59. "jasmine": "^2.5.3",
  60. "jasmine-core": "^2.5.2",
  61. "karma": "^2.0.2",
  62. "karma-chrome-launcher": "^2.2.0",
  63. "karma-coverage": "^1.1.2",
  64. "karma-firefox-launcher": "^1.1.0",
  65. "karma-mocha": "^1.3.0",
  66. "karma-mocha-reporter": "^2.2.5",
  67. "karma-safari-launcher": "^1.0.0",
  68. "karma-sauce-launcher": "^1.2.0",
  69. "karma-sourcemap-loader": "^0.3.7",
  70. "karma-webpack": "^3.0.0",
  71. "mocha": "^4.1.0",
  72. "mocha-loader": "^1.1.1",
  73. "nightwatch": "^0.9.12",
  74. "nightwatch-helpers": "^1.2.0",
  75. "power-assert": "^1.5.0",
  76. "rollup": "^0.59.3",
  77. "rollup-plugin-buble": "^0.19.2",
  78. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  79. "rollup-plugin-replace": "^2.0.0",
  80. "selenium-server": "2.53.1",
  81. "sinon": "^2.1.0",
  82. "typescript": "^2.4.1",
  83. "uglify-js": "^2.7.5",
  84. "vue": "^2.5.16",
  85. "vue-template-compiler": "^2.5.16",
  86. "vuepress": "^0.10.0",
  87. "webpack": "^4.9.1",
  88. "webpack-serve": "^1.0.2"
  89. },
  90. "files": [
  91. "dist/vue-i18n.js",
  92. "dist/vue-i18n.min.js",
  93. "dist/vue-i18n.common.js",
  94. "dist/vue-i18n.esm.js",
  95. "src",
  96. "types/*.d.ts",
  97. "decls"
  98. ],
  99. "homepage": "https://github.com/kazupon/vue-i18n#readme",
  100. "keywords": [
  101. "i18n",
  102. "internationalization",
  103. "plugin",
  104. "vue",
  105. "vue.js"
  106. ],
  107. "license": "MIT",
  108. "main": "dist/vue-i18n.common.js",
  109. "module": "dist/vue-i18n.esm.js",
  110. "name": "vue-i18n",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/kazupon/vue-i18n.git"
  114. },
  115. "scripts": {
  116. "build": "node config/build.js",
  117. "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
  118. "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",
  119. "coverage": "cat ./coverage/lcov.info",
  120. "dev": "cross-env BABEL_ENV=test webpack-serve --hot --open --content ./test/unit/ --config config/webpack.dev.conf.js",
  121. "docs:build": "node config/version.js && vuepress build vuepress -d docs",
  122. "docs:clean": "rm -rf docs/**",
  123. "docs:dev": "vuepress dev vuepress",
  124. "flow": "flow check",
  125. "lint": "eslint --fix src test config",
  126. "release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
  127. "sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
  128. "sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
  129. "sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
  130. "sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
  131. "test": "npm run lint && npm run flow && npm run test:types && npm run test:cover && npm run test:e2e",
  132. "test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
  133. "test:e2e": "npm run build && node test/e2e/runner.js",
  134. "test:types": "tsc -p types",
  135. "test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js"
  136. },
  137. "types": "types/index.d.ts",
  138. "unpkg": "dist/vue-i18n.js",
  139. "version": "7.8.1"
  140. }