UNPKG

@bluelovers/axios-extend

Version:

extend axios with a set of plugins

67 lines (66 loc) 1.76 kB
{ "name": "@bluelovers/axios-extend", "version": "1.0.46", "description": "extend axios with a set of plugins", "keywords": [ "axios", "axios-plugin", "cookie", "cookiejar", "cookies", "plugin", "retry", "tough-cookie" ], "homepage": "https://github.com/bluelovers/ws-rest#readme", "bugs": { "url": "https://github.com/bluelovers/ws-rest/issues" }, "repository": { "type": "git", "url": "git+https://github.com/bluelovers/ws-rest.git" }, "license": "ISC", "author": "", "main": "lib/index", "scripts": { "coverage": "npx nyc yarn run test", "lint": "npx eslint **/*.ts", "test": "echo \"Error: no test specified\"", "npm:publish": "npm publish", "prepublishOnly_": "yarn run ncu && yarn run sort-package-json", "postpublish": "echo postpublish", "ncu": "npx yarn-tool ncu -u", "sort-package-json": "npx yarn-tool sort", "tsc:default": "tsc -p tsconfig.json", "tsc:esm": "tsc -p tsconfig.esm.json" }, "dependencies": { "@bluelovers/axios-util": "^1.0.14", "@types/bluebird": "*", "@types/follow-redirects": "^1.13.1", "axios-cache-adapter": "*", "axios-cache-adapter-util": "^1.0.57", "axios-cookiejar-support": "*", "bluebird": "*", "get-value": "^3.0.1", "lodash": "^4", "lru-cache2": "^6.0.7", "reflect-metadata-util": "^1.0.14", "retry-axios": "^2.4.0", "ts-type": "^1.2.39", "tslib": "^2.3.1", "typed-http-headers": "^1.0.7", "unset-value": "^2.0.0" }, "devDependencies": { "restful-decorator": "^1.0.61" }, "peerDependencies": { "axios": "^0.21.1" }, "publishConfig": { "access": "public" }, "gitHead": "7a6fd38a73af7b1462c79813ca36f4ce69d7488d" }