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.
97 lines
2.7 KiB
97 lines
2.7 KiB
{
|
|
"_from": "xe-utils@^3.7.8",
|
|
"_id": "xe-utils@3.7.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-V/k6B/ASYir6yLYhp62DnM17po9u1N9mou/rn4if5WoFCsAO49JpCiVpkDpwCv4zxGfWmhWgzmz4FytWF+pDVw==",
|
|
"_location": "/xe-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "xe-utils@^3.7.8",
|
|
"name": "xe-utils",
|
|
"escapedName": "xe-utils",
|
|
"rawSpec": "^3.7.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.7.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vxe-ui/core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xe-utils/-/xe-utils-3.7.8.tgz",
|
|
"_shasum": "117e53dae2ecda8a254f3960b1e93ec022bf6e9a",
|
|
"_spec": "xe-utils@^3.7.8",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\@vxe-ui\\core",
|
|
"author": {
|
|
"name": "Xu Liangzhan",
|
|
"email": "xu_liangzhan@163.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/x-extends/xe-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "JavaScript 函数库、工具类",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/node": "20.10.0",
|
|
"@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",
|
|
"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-sourcemaps": "^3.0.0",
|
|
"gulp-typescript": "^5.0.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"jest": "^30.0.4",
|
|
"typescript": "~4.7.4"
|
|
},
|
|
"homepage": "https://github.com/x-extends/xe-utils#readme",
|
|
"jsdelivr": "dist/xe-utils.umd.min.js",
|
|
"keywords": [
|
|
"utils",
|
|
"js-util",
|
|
"js-tool",
|
|
"xe-utils",
|
|
"tools"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "xe-utils",
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-extends/xe-utils.git"
|
|
},
|
|
"scripts": {
|
|
"format": "eslint --fix dist/*.ts",
|
|
"lib": "gulp build",
|
|
"test": "npm run lib && jest",
|
|
"update": "npm install --legacy-peer-deps"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"unpkg": "dist/xe-utils.umd.min.js",
|
|
"version": "3.7.8"
|
|
}
|
|
|