| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "_from": "vue-i18n@^7.8.0",
- "_id": "vue-i18n@7.8.1",
- "_inBundle": false,
- "_integrity": "sha512-BzB+EAPo/iFyFn/GXd/qVdDe67jfk+gmQaWUKD5BANhUclGrFxzRExzW2pYEAbhNm2pg0F12Oo+gL2IMLDcTAw==",
- "_location": "/vue-i18n",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vue-i18n@^7.8.0",
- "name": "vue-i18n",
- "escapedName": "vue-i18n",
- "rawSpec": "^7.8.0",
- "saveSpec": null,
- "fetchSpec": "^7.8.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-7.8.1.tgz",
- "_shasum": "2ce4b6efde679a1e05ddb5d907bfc1bc218803b2",
- "_spec": "vue-i18n@^7.8.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "author": {
- "name": "kazuya kawaguchi",
- "email": "kawakazu80@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/kazupon/vue-i18n/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Internationalization plugin for Vue.js",
- "devDependencies": {
- "@babel/core": "^7.0.0-beta.48",
- "@babel/plugin-proposal-class-properties": "^7.0.0-beta.49",
- "@babel/plugin-syntax-flow": "^7.0.0-beta.49",
- "@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.49",
- "@vue/babel-preset-app": "^3.0.0-beta.11",
- "babel-eslint": "^8.0.0",
- "babel-loader": "^8.0.0-beta.3",
- "babel-plugin-istanbul": "^3.1.2",
- "babel-preset-power-assert": "^3.0.0-beta.1",
- "buble": "^0.19.3",
- "chromedriver": "^2.27.2",
- "conventional-changelog-cli": "^1.2.0",
- "conventional-github-releaser": "^1.1.3",
- "cross-env": "^5.1.6",
- "cross-spawn": "^6.0.0",
- "eslint": "^4.19.0",
- "eslint-loader": "^2.0.0",
- "eslint-plugin-flowtype": "^2.47.0",
- "eslint-plugin-vue-libs": "^2.0.1",
- "flow-bin": "^0.38.0",
- "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
- "http-server": "^0.9.0",
- "intl": "^1.2.5",
- "jasmine": "^2.5.3",
- "jasmine-core": "^2.5.2",
- "karma": "^2.0.2",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.2",
- "karma-firefox-launcher": "^1.1.0",
- "karma-mocha": "^1.3.0",
- "karma-mocha-reporter": "^2.2.5",
- "karma-safari-launcher": "^1.0.0",
- "karma-sauce-launcher": "^1.2.0",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^3.0.0",
- "mocha": "^4.1.0",
- "mocha-loader": "^1.1.1",
- "nightwatch": "^0.9.12",
- "nightwatch-helpers": "^1.2.0",
- "power-assert": "^1.5.0",
- "rollup": "^0.59.3",
- "rollup-plugin-buble": "^0.19.2",
- "rollup-plugin-flow-no-whitespace": "^1.0.0",
- "rollup-plugin-replace": "^2.0.0",
- "selenium-server": "2.53.1",
- "sinon": "^2.1.0",
- "typescript": "^2.4.1",
- "uglify-js": "^2.7.5",
- "vue": "^2.5.16",
- "vue-template-compiler": "^2.5.16",
- "vuepress": "^0.10.0",
- "webpack": "^4.9.1",
- "webpack-serve": "^1.0.2"
- },
- "files": [
- "dist/vue-i18n.js",
- "dist/vue-i18n.min.js",
- "dist/vue-i18n.common.js",
- "dist/vue-i18n.esm.js",
- "src",
- "types/*.d.ts",
- "decls"
- ],
- "homepage": "https://github.com/kazupon/vue-i18n#readme",
- "keywords": [
- "i18n",
- "internationalization",
- "plugin",
- "vue",
- "vue.js"
- ],
- "license": "MIT",
- "main": "dist/vue-i18n.common.js",
- "module": "dist/vue-i18n.esm.js",
- "name": "vue-i18n",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kazupon/vue-i18n.git"
- },
- "scripts": {
- "build": "node config/build.js",
- "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
- "clean": "rm -rf coverage && rm -rf dist/*.js* && rm ./*.log",
- "coverage": "cat ./coverage/lcov.info",
- "dev": "cross-env BABEL_ENV=test webpack-serve --hot --open --content ./test/unit/ --config config/webpack.dev.conf.js",
- "docs:build": "node config/version.js && vuepress build vuepress -d docs",
- "docs:clean": "rm -rf docs/**",
- "docs:dev": "vuepress dev vuepress",
- "flow": "flow check",
- "lint": "eslint --fix src test config",
- "release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
- "sauce": "npm run sauce:coolkids && npm run sauce:ie && npm run sauce:mobile",
- "sauce:coolkids": "karma start config/karma.sauce.conf.js -- 0",
- "sauce:ie": "karma start config/karma.sauce.conf.js -- 1",
- "sauce:mobile": "karma start config/karma.sauce.conf.js -- 2",
- "test": "npm run lint && npm run flow && npm run test:types && npm run test:cover && npm run test:e2e",
- "test:cover": "cross-env BABEL_ENV=test karma start config/karma.cover.conf.js",
- "test:e2e": "npm run build && node test/e2e/runner.js",
- "test:types": "tsc -p types",
- "test:unit": "cross-env BABEL_ENV=test karma start config/karma.unit.conf.js"
- },
- "types": "types/index.d.ts",
- "unpkg": "dist/vue-i18n.js",
- "version": "7.8.1"
- }
|