{
  "_args": [
    [
      "axios-auth-refresh@2.2.1",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web"
    ]
  ],
  "_from": "axios-auth-refresh@2.2.1",
  "_id": "axios-auth-refresh@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-olZyeN82CCAUJM2LGU6R8ORaSdM4+sp7QsprrxwnKPkrIzYNWHZ3fiVB3pdEDdPPmu1MEKGWhmX7+byHxP1Nsw==",
  "_location": "/axios-auth-refresh",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "axios-auth-refresh@2.2.1",
    "name": "axios-auth-refresh",
    "escapedName": "axios-auth-refresh",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/axios-auth-refresh/-/axios-auth-refresh-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/pieniazek_web",
  "author": {
    "name": "Dawid Zbiński",
    "email": "dawid@zbinski.eu"
  },
  "bugs": {
    "url": "https://github.com/Flyrell/axios-auth-refresh/issues"
  },
  "description": "Axios plugin which makes it very easy to automatically refresh the authorization tokens of your clients",
  "devDependencies": {
    "@types/jest": "^24.0.25",
    "axios": "~0.19.1",
    "babel-loader": "^8.0.4",
    "clean-webpack-plugin": "^3.0.0",
    "declaration-bundler-webpack-plugin": "^1.0.3",
    "jest": "^24.9.0",
    "ts-jest": "^24.3.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.4",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  },
  "homepage": "https://github.com/Flyrell/axios-auth-refresh#readme",
  "keywords": [
    "axios",
    "authentication",
    "authorization",
    "refresh token",
    "access token",
    "interceptor",
    "auto refresh"
  ],
  "license": "MIT",
  "main": "dist/index.min.js",
  "name": "axios-auth-refresh",
  "peerDependencies": {
    "axios": "~0.18.0 || ~0.19.1"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Flyrell/axios-auth-refresh.git"
  },
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode development",
    "test": "jest",
    "test-coverage": "jest --coverage"
  },
  "types": "dist/index.d.ts",
  "version": "2.2.1"
}
