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.
119 lines
3.4 KiB
119 lines
3.4 KiB
{
|
|
"_from": "vxe-table@3",
|
|
"_id": "vxe-table@3.17.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZH68UWZ3SswCc/hn3+qVD4ZZXBafI0QjlXMELdV2FlpX+jfqQkOaJf+EQhxzmQQJuqP69NF2wA8c9IZiW6tvdg==",
|
|
"_location": "/vxe-table",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vxe-table@3",
|
|
"name": "vxe-table",
|
|
"escapedName": "vxe-table",
|
|
"rawSpec": "3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vxe-table/-/vxe-table-3.17.10.tgz",
|
|
"_shasum": "e55ab586327a979a90334d1ab3e2956c7f9a77d0",
|
|
"_spec": "vxe-table@3",
|
|
"_where": "D:\\code\\template-vue-antd",
|
|
"author": {
|
|
"name": "Xu Liangzhan",
|
|
"email": "xu_liangzhan@163.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/x-extends/vxe-table/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"vxe-pc-ui": "^3.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.",
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
|
|
"@types/resize-observer-browser": "^0.1.11",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"core-js": "^3.8.3",
|
|
"del": "^6.1.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.1.4",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-typescript": "^5.0.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"sass": "^1.80.4",
|
|
"sass-loader": "^14.2.1",
|
|
"typescript": "~4.5.5",
|
|
"vue": "~2.6.14",
|
|
"vue-i18n": "^8.15.1",
|
|
"vue-router": "^3.5.1",
|
|
"vue-template-compiler": "2.6.14"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"src",
|
|
"helper",
|
|
"types",
|
|
"styles",
|
|
"packages"
|
|
],
|
|
"homepage": "https://github.com/x-extends/vxe-table#readme",
|
|
"jsdelivr": "lib/index.umd.js",
|
|
"keywords": [
|
|
"vxe",
|
|
"vxe-ui",
|
|
"vxe-table"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.common.js",
|
|
"module": "es/index.esm.js",
|
|
"name": "vxe-table",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-extends/vxe-table.git"
|
|
},
|
|
"scripts": {
|
|
"build": "vue-cli-service build",
|
|
"format": "eslint --fix examples/**/*.{js,ts,vue}",
|
|
"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_temp index.ts",
|
|
"lint": "vue-cli-service lint",
|
|
"serve": "vue-cli-service serve",
|
|
"update": "npm install --legacy-peer-deps"
|
|
},
|
|
"style": "lib/style.css",
|
|
"typings": "types/index.d.ts",
|
|
"unpkg": "lib/index.umd.js",
|
|
"version": "3.17.10",
|
|
"vetur": {
|
|
"tags": "helper/vetur/tags.json",
|
|
"attributes": "helper/vetur/attributes.json"
|
|
}
|
|
}
|
|
|