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.
 
 
 
 

99 lines
3.0 KiB

{
"_from": "vxe-table-plugin-export-xlsx@2.2.1",
"_id": "vxe-table-plugin-export-xlsx@2.2.1",
"_inBundle": false,
"_integrity": "sha512-Vj03WObsHDEX6XFPDj/wztLjaR5doIsJZPoCWnbVkZsLXfT8NGv809ZBzyJ8qQUYM/1pVPNEoAqAdwxkqZXM4w==",
"_location": "/vxe-table-plugin-export-xlsx",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vxe-table-plugin-export-xlsx@2.2.1",
"name": "vxe-table-plugin-export-xlsx",
"escapedName": "vxe-table-plugin-export-xlsx",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vxe-table-plugin-export-xlsx/-/vxe-table-plugin-export-xlsx-2.2.1.tgz",
"_shasum": "7eba669bd71b7e469b3c9e4d368d98626b837894",
"_spec": "vxe-table-plugin-export-xlsx@2.2.1",
"_where": "D:\\code\\template-vue-antd",
"author": {
"name": "Xu Liangzhan",
"email": "xu_liangzhan@163.com"
},
"bugs": {
"url": "https://github.com/x-extends/vxe-table-plugin-export-xlsx/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "基于 vxe-table 的表格插件,支持导出 xlsx 格式",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"del": "^6.0.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^16.0.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-typescript": "^0.14.0",
"exceljs": "^4.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"markdown-doctest": "^1.1.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5",
"vue": "^2.6.12",
"vxe-table": "^3.2.4",
"xe-utils": "^3.1.11"
},
"files": [
"dist",
"*.ts",
"*.d.ts"
],
"homepage": "https://github.com/x-extends/vxe-table-plugin-export-xlsx#readme",
"jsdelivr": "dist/index.umd.js",
"keywords": [
"vxe-table-plugin-export-xlsx"
],
"license": "MIT",
"main": "dist/index.common.js",
"name": "vxe-table-plugin-export-xlsx",
"peerDependencies": {
"vxe-table": "^2.10.0 || ^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/x-extends/vxe-table-plugin-export-xlsx.git"
},
"scripts": {
"lib": "gulp build"
},
"style": "dist/style.css",
"typings": "index.ts",
"unpkg": "dist/index.umd.js",
"version": "2.2.1"
}