| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "_from": "vxe-table@^3.16.3",
- "_id": "vxe-table@3.19.1",
- "_inBundle": false,
- "_integrity": "sha512-1gTagIChpGFFzHu1LPElzSO279f004GQtkrvj+ttqaEGwYHvoPYp0ycaCo3UZ/C83wUZ6bpcUd4Lr8tigWetwQ==",
- "_location": "/vxe-table",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vxe-table@^3.16.3",
- "name": "vxe-table",
- "escapedName": "vxe-table",
- "rawSpec": "^3.16.3",
- "saveSpec": null,
- "fetchSpec": "^3.16.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-3.19.1.tgz",
- "_shasum": "f7c965e345e6061c329eaf52daac8f984fcaa0d8",
- "_spec": "vxe-table@^3.16.3",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "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",
- "vxe-gantt": "~3.0.1"
- },
- "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.19.1",
- "vetur": {
- "tags": "helper/vetur/tags.json",
- "attributes": "helper/vetur/attributes.json"
- }
- }
|