徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

145 lines
3.8 KiB

{
"_args": [
[
"vxe-table@2.5.22",
"D:\\project\\cashier"
]
],
"_from": "vxe-table@2.5.22",
"_id": "vxe-table@2.5.22",
"_inBundle": false,
"_integrity": "sha512-iuw7kN72bOK9QohkLdBAraEms10IFyks0Bw8F+i3UHzdwclceiRcIOsyYEeKGLQ0WCWOoaRhhu9eWDDqI1n+Xg==",
"_location": "/vxe-table",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vxe-table@2.5.22",
"name": "vxe-table",
"escapedName": "vxe-table",
"rawSpec": "2.5.22",
"saveSpec": null,
"fetchSpec": "2.5.22"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vxe-table/-/vxe-table-2.5.22.tgz",
"_spec": "2.5.22",
"_where": "D:\\project\\cashier",
"author": {
"name": "Xu Liangzhan",
"email": "xu_liangzhan@163.com"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"bugs": {
"url": "https://github.com/xuliangzhan/vxe-table/issues"
},
"description": "一个简单实用的 Vue 表组件",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^4.0.0",
"ant-design-vue": "^1.3.16",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"core-js": "^2.6.5",
"echarts": "^4.2.1",
"element-ui": "^2.12.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"highlight.js": "^9.15.9",
"iview": "^3.4.2",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"sortablejs": "^1.10.0-rc3",
"standalonify": "^0.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vxe-ajax": "^1.7.2",
"vxe-table-plugin-antd": "^1.4.4",
"vxe-table-plugin-charts": "^1.0.4",
"vxe-table-plugin-element": "^1.4.3",
"vxe-table-plugin-excel": "^1.0.4",
"vxe-table-plugin-iview": "^1.4.3",
"vxe-table-plugin-menus": "^1.0.3",
"vxe-table-plugin-renderer": "^1.0.4",
"vxe-table-plugin-shortcut-key": "^1.0.1",
"vxe-utils": "^1.7.2",
"webpack-cli": "^3.3.1",
"xe-ajax": "^3.8.1",
"xe-ajax-mock": "^1.9.2",
"xe-clipboard": "^1.7.1",
"xe-utils": "^2.2.4",
"xlsx": "^0.14.3"
},
"files": [
"lib",
"types",
"packages",
"styles"
],
"homepage": "https://github.com/xuliangzhan/vxe-table#readme",
"jsdelivr": "lib/index.min.js",
"keywords": [
"vxe-table",
"vxe-editable",
"vue table",
"vue editable",
"vue excel"
],
"license": "MIT",
"main": "lib/vxe-table.js",
"name": "vxe-table",
"peerDependencies": {
"vue": ">=2.6.10",
"xe-utils": ">=2.2.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuliangzhan/vxe-table.git"
},
"scripts": {
"build": "vue-cli-service build",
"lib": "npm run lib:pack && npm run lib:modules",
"lib:modules": "gulp build",
"lib:pack": "vue-cli-service build --target lib --name index --dest lib index.js",
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve"
},
"style": "lib/index.css",
"typings": "types/index.d.ts",
"unpkg": "lib/index.min.js",
"version": "2.5.22"
}