package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "vue-i18n@7.3.2",
  3. "_id": "vue-i18n@7.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4NBhqrH4Pe1etecC2aafXEKH9gJY+TaO4EHYZ0EBYPwFakUp4FyDHHf+r2N1keSX60iEm1k25WcVMD+OxAH/yw==",
  6. "_location": "/vue-i18n",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "vue-i18n@7.3.2",
  12. "name": "vue-i18n",
  13. "escapedName": "vue-i18n",
  14. "rawSpec": "7.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "7.3.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-7.3.2.tgz",
  22. "_shasum": "1205bb8811323fd5c44e57e4fd619beaf2f7a9a1",
  23. "_spec": "vue-i18n@7.3.2",
  24. "_where": "E:\\workspace\\cfd-front-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. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Internationalization plugin for Vue.js",
  36. "devDependencies": {
  37. "babel-core": "^6.22.1",
  38. "babel-eslint": "^7.1.0",
  39. "babel-loader": "^6.2.10",
  40. "babel-plugin-istanbul": "^3.1.2",
  41. "babel-polyfill": "6.22.0",
  42. "babel-preset-es2015": "^6.22.0",
  43. "babel-preset-flow-vue": "^1.0.0",
  44. "babel-preset-power-assert": "^1.0.0",
  45. "buble": "^0.14.0",
  46. "chromedriver": "^2.27.2",
  47. "conventional-changelog-cli": "^1.2.0",
  48. "conventional-github-releaser": "^1.1.3",
  49. "cross-spawn": "^5.0.1",
  50. "dtslint": "^0.1.2",
  51. "eslint": "^3.14.1",
  52. "eslint-loader": "^1.6.1",
  53. "eslint-plugin-flowtype": "^2.30.0",
  54. "eslint-plugin-vue-libs": "^1.2.0",
  55. "flow-bin": "^0.38.0",
  56. "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
  57. "gitbook-cli": "^2.3.0",
  58. "html-webpack-plugin": "^2.19.0",
  59. "http-server": "^0.9.0",
  60. "intl": "^1.2.5",
  61. "jasmine": "^2.5.3",
  62. "jasmine-core": "^2.5.2",
  63. "karma": "^1.4.1",
  64. "karma-chrome-launcher": "^2.2.0",
  65. "karma-coverage": "^1.1.1",
  66. "karma-firefox-launcher": "^1.0.0",
  67. "karma-mocha": "^1.3.0",
  68. "karma-mocha-reporter": "^2.2.2",
  69. "karma-safari-launcher": "^1.0.0",
  70. "karma-sauce-launcher": "^1.1.0",
  71. "karma-sourcemap-loader": "^0.3.7",
  72. "karma-webpack": "^2.0.2",
  73. "mocha": "^3.2.0",
  74. "mocha-loader": "^1.1.1",
  75. "nightwatch": "^0.9.12",
  76. "nightwatch-helpers": "^1.2.0",
  77. "power-assert": "^1.4.2",
  78. "rollup": "^0.36.4",
  79. "rollup-plugin-buble": "^0.14.0",
  80. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  81. "rollup-plugin-replace": "^1.1.1",
  82. "selenium-server": "2.53.1",
  83. "sinon": "^2.1.0",
  84. "uglify-js": "^2.7.5",
  85. "vue": "^2.4.0",
  86. "webpack": "^2.2.0",
  87. "webpack-dev-server": "^2.2.1"
  88. },
  89. "files": [
  90. "dist/vue-i18n.js",
  91. "dist/vue-i18n.min.js",
  92. "dist/vue-i18n.common.js",
  93. "dist/vue-i18n.esm.js",
  94. "src",
  95. "types",
  96. "decls"
  97. ],
  98. "homepage": "https://github.com/kazupon/vue-i18n#readme",
  99. "keywords": [
  100. "i18n",
  101. "internationalization",
  102. "plugin",
  103. "vue",
  104. "vue.js"
  105. ],
  106. "license": "MIT",
  107. "main": "dist/vue-i18n.common.js",
  108. "module": "dist/vue-i18n.esm.js",
  109. "name": "vue-i18n",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/kazupon/vue-i18n.git"
  113. },
  114. "scripts": {
  115. "build": "node config/build.js",
  116. "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
  117. "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",
  118. "coverage": "cat ./coverage/lcov.info",
  119. "dev": "BABEL_ENV=test webpack-dev-server --inline --hot --open --content-base ./test/unit/ --config config/webpack.dev.conf.js",
  120. "docs": "gitbook serve ./gitbook ./docs",
  121. "docs:build": "node config/version.js && gitbook build ./gitbook ./docs",
  122. "docs:install": "gitbook install ./gitbook",
  123. "dtslint": "dtslint types",
  124. "flow": "flow check",
  125. "lint": "eslint 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:cover && npm run test:e2e",
  132. "test:cover": "BABEL_ENV=test karma start config/karma.cover.conf.js",
  133. "test:e2e": "npm run build && node test/e2e/runner.js",
  134. "test:unit": "BABEL_ENV=test karma start config/karma.unit.conf.js"
  135. },
  136. "types": "types/index.d.ts",
  137. "unpkg": "dist/vue-i18n.js",
  138. "version": "7.3.2"
  139. }