UNPKG

@candriajs/axios

Version:

一些常用包以及常用函数进行封装, 并打包优化, 此包为axios封装

38 lines 961 B
{ "name": "@candriajs/axios", "version": "1.1.2", "description": "一些常用包以及常用函数进行封装, 并打包优化, 此包为axios封装", "keywords": [ "axios", "core-lib" ], "homepage": "https://github.com/CandriaJS/core-lib", "bugs": { "url": "https://github.com/CandriaJS/core-lib/issues" }, "repository": { "type": "git", "url": "git+https://github.com/CandriaJS/core-lib.git" }, "license": "GNU AGPL-3.0", "author": "CandriaJS", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "vite build", "sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@candriajs/axios/syncs\"" }, "dependencies": { "form-data": "npm:@candriajs/form-data@1.1.2" }, "devDependencies": { "axios": "^1.10.0", "follow-redirects": "^1.15.6", "proxy-from-env": "^1.1.0" } }