From dcfb9e6cc2009e21408148a721ee2224c1bc61c6 Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Tue, 29 May 2018 14:15:09 +0200 Subject: [PATCH] Fix: update engines --- package.json | 246 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------------------------------- 1 file changed, 119 insertions(+), 127 deletions(-) diff --git a/package.json b/package.json index 5e1916e..df8a91d 100644 --- a/package.json +++ b/package.json @@ -1,129 +1,121 @@ { - "name": "iview", - "version": "2.14.0", - "title": "iView", - "description": "A high quality UI components Library with Vue.js", - "homepage": "http://www.iviewui.com", - "keywords": [ - "iview", - "vue", - "vue.js", - "component", - "components", - "ui", - "framework" - ], - "main": "dist/iview.js", - "files": [ - "dist", - "src" - ], - "scripts": { - "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", - "dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js", - "dist:style": "gulp --gulpfile build/build-style.js", - "dist:dev": "webpack --config build/webpack.dist.dev.config.js", - "dist:prod": "webpack --config build/webpack.dist.prod.config.js", - "dist:locale": "webpack --config build/webpack.dist.locale.config.js", - "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale", - "lint": "eslint --fix --ext .js,.vue src", - "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", - "test": "npm run lint && npm run unit", - "prepublish": "npm run dist" - }, - "repository": { - "type": "git", - "url": "https://github.com/iview/iview" - }, - "author": "Aresn", - "license": "MIT", - "bugs": { - "url": "https://github.com/iview/iview/issues" - }, - "dependencies": { - "async-validator": "^1.8.2", - "deepmerge": "^2.1.0", - "element-resize-detector": "^1.1.14", - "js-calendar": "^1.2.3", - "lodash.throttle": "^4.1.1", - "popper.js": "^1.14.1", - "tinycolor2": "^1.4.1", - "v-click-outside-x": "^2.5.1" - }, - "peerDependencies": { - "vue": "^2.5.2" - }, - "devDependencies": { - "autoprefixer-loader": "^3.2.0", - "babel-cli": "^6.26.0", - "babel-core": "^6.26.0", - "babel-helper-vue-jsx-merge-props": "^2.0.3", - "babel-loader": "^7.1.4", - "babel-plugin-dynamic-import-node": "^1.2.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "babel-plugin-transform-class-properties": "^6.24.1", - "babel-plugin-transform-es5-property-mutators": "^6.24.1", - "babel-plugin-transform-object-rest-spread": "^6.26.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-plugin-transform-vue-jsx": "^3.7.0", - "babel-preset-env": "^1.6.1", - "babel-preset-stage-3": "^6.24.1", - "babel-runtime": "^6.26.0", - "chai": "^4.1.2", - "compression-webpack-plugin": "^1.1.10", - "cross-env": "^5.1.3", - "css-loader": "^0.28.10", - "eslint": "^3.19.0", - "eslint-plugin-vue": "^2.1.0", - "extract-text-webpack-plugin": "^2.1.2", - "file-loader": "^1.1.11", - "friendly-errors-webpack-plugin": "^1.6.1", - "gulp": "^3.9.1", - "gulp-autoprefixer": "^5.0.0", - "gulp-clean-css": "^3.9.3", - "gulp-less": "^4.0.0", - "gulp-rename": "^1.2.2", - "html-loader": "^0.5.5", - "html-webpack-plugin": "^3.0.6", - "karma": "^2.0.0", - "karma-chrome-launcher": "^2.2.0", - "karma-coverage": "^1.1.1", - "karma-mocha": "^1.3.0", - "karma-sinon-chai": "^1.3.3", - "karma-sourcemap-loader": "^0.3.7", - "karma-spec-reporter": "^0.0.32", - "karma-webpack": "^2.0.13", - "less": "^2.7.3", - "less-loader": "^4.0.6", - "lolex": "^2.3.2", - "mocha": "^5.0.4", - "sinon": "^4.4.2", - "sinon-chai": "^3.0.0", - "style-loader": "^0.20.2", - "uglifyjs-webpack-plugin": "^1.2.3", - "url-loader": "^1.0.1", - "vue": "^2.5.16", - "vue-hot-reload-api": "^2.3.0", - "vue-html-loader": "^1.2.4", - "vue-loader": "^14.2.1", - "vue-router": "^3.0.1", - "vue-style-loader": "^4.0.2", - "vue-template-compiler": "^2.5.16", - "webpack": "^3.11.0", - "webpack-dev-server": "^2.11.1", - "webpack-merge": "^3.0.0" - }, - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - }, - "browserslist": [ - "last 3 Chrome versions", - "last 3 Firefox versions", - "Safari >= 10", - "Explorer >= 11", - "Edge >= 12", - "iOS >= 10", - "Android >= 6" - ] + "name": "iview", + "version": "2.14.0", + "title": "iView", + "description": "A high quality UI components Library with Vue.js", + "homepage": "http://www.iviewui.com", + "keywords": ["iview", "vue", "vue.js", "component", "components", "ui", "framework"], + "main": "dist/iview.js", + "files": ["dist", "src"], + "scripts": { + "dev": + "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", + "dev:s": + "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js", + "dist:style": "gulp --gulpfile build/build-style.js", + "dist:dev": "webpack --config build/webpack.dist.dev.config.js", + "dist:prod": "webpack --config build/webpack.dist.prod.config.js", + "dist:locale": "webpack --config build/webpack.dist.locale.config.js", + "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale", + "lint": "eslint --fix --ext .js,.vue src", + "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", + "test": "npm run lint && npm run unit", + "prepublish": "npm run dist" + }, + "repository": { + "type": "git", + "url": "https://github.com/iview/iview" + }, + "author": "Aresn", + "license": "MIT", + "bugs": { + "url": "https://github.com/iview/iview/issues" + }, + "dependencies": { + "async-validator": "^1.8.2", + "deepmerge": "^2.1.0", + "element-resize-detector": "^1.1.14", + "js-calendar": "^1.2.3", + "lodash.throttle": "^4.1.1", + "popper.js": "^1.14.1", + "tinycolor2": "^1.4.1", + "v-click-outside-x": "^2.5.1" + }, + "peerDependencies": { + "vue": "^2.5.2" + }, + "devDependencies": { + "autoprefixer-loader": "^3.2.0", + "babel-cli": "^6.26.0", + "babel-core": "^6.26.0", + "babel-helper-vue-jsx-merge-props": "^2.0.3", + "babel-loader": "^7.1.4", + "babel-plugin-dynamic-import-node": "^1.2.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-es5-property-mutators": "^6.24.1", + "babel-plugin-transform-object-rest-spread": "^6.26.0", + "babel-plugin-transform-runtime": "^6.23.0", + "babel-plugin-transform-vue-jsx": "^3.7.0", + "babel-preset-env": "^1.6.1", + "babel-preset-stage-3": "^6.24.1", + "babel-runtime": "^6.26.0", + "chai": "^4.1.2", + "compression-webpack-plugin": "^1.1.10", + "cross-env": "^5.1.3", + "css-loader": "^0.28.10", + "eslint": "^3.19.0", + "eslint-plugin-vue": "^2.1.0", + "extract-text-webpack-plugin": "^2.1.2", + "file-loader": "^1.1.11", + "friendly-errors-webpack-plugin": "^1.6.1", + "gulp": "^3.9.1", + "gulp-autoprefixer": "^5.0.0", + "gulp-clean-css": "^3.9.3", + "gulp-less": "^4.0.0", + "gulp-rename": "^1.2.2", + "html-loader": "^0.5.5", + "html-webpack-plugin": "^3.0.6", + "karma": "^2.0.0", + "karma-chrome-launcher": "^2.2.0", + "karma-coverage": "^1.1.1", + "karma-mocha": "^1.3.0", + "karma-sinon-chai": "^1.3.3", + "karma-sourcemap-loader": "^0.3.7", + "karma-spec-reporter": "^0.0.32", + "karma-webpack": "^2.0.13", + "less": "^2.7.3", + "less-loader": "^4.0.6", + "lolex": "^2.3.2", + "mocha": "^5.0.4", + "sinon": "^4.4.2", + "sinon-chai": "^3.0.0", + "style-loader": "^0.20.2", + "uglifyjs-webpack-plugin": "^1.2.3", + "url-loader": "^1.0.1", + "vue": "^2.5.16", + "vue-hot-reload-api": "^2.3.0", + "vue-html-loader": "^1.2.4", + "vue-loader": "^14.2.1", + "vue-router": "^3.0.1", + "vue-style-loader": "^4.0.2", + "vue-template-compiler": "^2.5.16", + "webpack": "^3.11.0", + "webpack-dev-server": "^2.11.1", + "webpack-merge": "^3.0.0" + }, + "engines": { + "node": ">=8.9.1", + "npm": ">=5.5.1", + "yarn": ">=1.3.2" + }, + "browserslist": [ + "last 3 Chrome versions", + "last 3 Firefox versions", + "Safari >= 10", + "Explorer >= 11", + "Edge >= 12", + "iOS >= 10", + "Android >= 6" + ] } -- libgit2 0.21.4