{
  "dependencies": {
    "@libj/http-meta": "0.4.7",
    "@libj/logger": "0.4.24",
    "@libj/make-uri": "1.3.12",
    "axios": "^0.21.1",
    "axios-retry": "^3.2.5",
    "form-data": "^4.0.0",
    "fs-extra": "^8.1.0"
  },
  "name": "@libj/http",
  "version": "0.13.12",
  "description": "Http toolbox",
  "author": "Sergey Poskachey <seregynp@gmail.com>",
  "homepage": "https://github.com/sepo27/libj/blob/master/packages/http/README.md",
  "license": "ISC",
  "scripts": {
    "prepare": "cd ../../ && cli/c pkg:bundle http"
  },
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sepo27/libj.git"
  },
  "bugs": {
    "url": "https://github.com/sepo27/libj/labels/pkg%3Ahttp"
  },
  "keywords": [
    "http",
    "http toolbox",
    "http client",
    "xhr",
    "ajax"
  ],
  "gitHead": "402ef541833d8a9f7155d8c9f8c41beaae2c00f1"
}
