UNPKG

uni-http

Version:

在uniapp中发送请求和上传文件的api进行了封装

47 lines (46 loc) 1.11 kB
{ "name": "uni-http", "version": "0.7.9", "description": "在uniapp中发送请求和上传文件的api进行了封装", "main": "./dist/umd/uni-http.js", "types": "./dist/types/index.d.ts", "scripts": { "build:umd": "webpack", "build": "npm run build:umd", "test": "jest" }, "keywords": [ "uni-http", "uniapp", "uniapp http", "uniapp request", "uniapp 发送http请求", "uniapp 发送文件", "Ajanuw" ], "author": "Ajanuw", "license": "MIT", "homepage": "https://github.com/januwA/uni-http", "repository": { "type": "git", "url": "https://github.com/januwA/uni-http.git" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@dcloudio/types": "^3.4.14", "@types/jest": "^29.5.14", "@types/node": "^22.9.0", "babel-loader": "^9.2.1", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "typescript": "^5.6.3", "webpack": "^5.96.1", "webpack-cli": "^5.1.4" }, "dependencies": { "ajanuw-completer": "^0.3.0" } }