{"_id":"axios-extensions","_rev":"35-57500b0b1e0af20225c15e144e9cd2cd","name":"axios-extensions","dist-tags":{"latest":"4.0.0"},"versions":{"0.0.1":{"name":"axios-extensions","version":"0.0.1","_id":"axios-extensions@0.0.1","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"exclude":["**/node_modules/**","examples/**","**/__tests__/**"],"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"17b997d4c0e854bc835231712b477b3962d26a62","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-0.0.1.tgz","integrity":"sha512-X0+Fsb6NKVGa/4zkG/p8HB7/quy9ANTM7vgkgH6R/ijyu31QResiJKUTMz0/QQ/mHCK+t4j4OP+6jRpVmkrf4A==","signatures":[{"sig":"MEUCIQDWUvKvAN2/L2/JDkjcnHeUu326CcPD3j5B3sQ75GoCBQIgfC0ivOaU1JFKr3yrEf+xQjJOMK5lD97imz3b9ht7Z4I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","scripts":{"pub":"npm run lint && npm run build && npm publish lib","lint":"eslint ./src","test":"BABEL_ENV=test nyc ava -v","build":"rm -fr lib && NODE_ENV=production babel ./src --out-dir lib --ignore **/__tests__,node_modules && cp package.json lib/package.json && cp README.md lib/README.md","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm test"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":["> 1%","last 2 versions","not ie <= 8"],"dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1"},"eslintConfig":{"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.1.0","husky":"^0.14.1","sinon":"^3.2.1","eslint":"^4.1.1","codecov":"^2.3.0","express":"^4.15.3","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-loader":"^7.1.0","eslint-loader":"^1.8.0","babel-preset-env":"^1.5.2","babel-plugin-lodash":"^3.2.11","eslint-plugin-babel":"^4.1.1","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","eslint-friendly-formatter":"^3.0.0","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-decorators-legacy":"^1.3.4"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-0.0.1.tgz_1506587084796_0.8562804688699543","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"axios-extensions","version":"1.0.0","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.0.0","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"exclude":["**/node_modules/**","examples/**","**/__tests__/**"],"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"de6397d6a687c2c0450a06b627e8cea33dd1f6bb","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.0.0.tgz","integrity":"sha512-cxlHf4538nz1w0LMskWYCeZ3gH+6cRuFy9IbcK8Evjw8t7WRHP1Y64ph5IvlhAVMD3yUfw7OKY7hA480JwxAPA==","signatures":[{"sig":"MEUCIEp421TTellQXjjp1HKdNSm3bYvlgusBgU55yZmSaC/KAiEAhhPTrLN4w2U6c8TIT2eLOXowfYxHwgOQ/IGAJPApJSo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp package.json dist/package.json && cp README.md dist/README.md","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1"},"eslintConfig":{"rules":{"object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.0.0.tgz_1508175745495_0.9922855694312602","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"axios-extensions","version":"1.0.1","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.0.1","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"8126935131f42511695f8afead0ea2e2ffa78b1c","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.0.1.tgz","integrity":"sha512-GjPNRRCW6Q0Ku5imsQPQmnXJ9Fuzm4hOAal88GatHxN5Ka3+Lb0h/LidGQaxWMM6LvwKq3I11x/wrB6FcUxeQA==","signatures":[{"sig":"MEQCIBw8gLTjHP0gW4Py8KbDQwH0H/fRP6xQXbR03tot2R8mAiAQrHCYdu0k2Pho7g1ctsSp8zIDH5er/Tf5c5r0vbY0Sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp package.json dist/package.json && cp README.md dist/README.md","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1"},"eslintConfig":{"rules":{"object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.0.1.tgz_1508216116251_0.10480278683826327","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"axios-extensions","version":"1.0.2","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.0.2","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"cec699ea0c0dd86e8340faddbd0e03a2d5ed1bba","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.0.2.tgz","integrity":"sha512-uRFvGMcZmN0MQGvDip8GT6TgD9zrDGx3vABm6HLANvqCklxNRRmiQEb+f4HUniVEcMN0o7HngxfndTE/mCRiyQ==","signatures":[{"sig":"MEQCIC/YKJtYS/dSUgzJyS3IT+fM+0LjBEOiq69HCxzjaJBgAiB6jePgGXe0QRBFCW3jHhrBMsFjGcsR8dUwLPDBH0YE9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp package.json dist/package.json && cp README.md dist/README.md","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.0.2.tgz_1508234565336_0.024257018696516752","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"axios-extensions","version":"1.1.0","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.1.0","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"d7b90867abccb00f584ec149b98b93c012dfaebd","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.1.0.tgz","integrity":"sha512-kA9/YLz7DCgBLHSp/Loo4MgwpuNxlE1Ny1tig5/SlJqF6RBanJ/iwAo7jnvK2EjAXPqIbmWQ2whfmRihrgXOgA==","signatures":[{"sig":"MEUCICtYwv/LLHSnMl/MIexMqemTtYPAxvT+ffJ6dfMrcwUNAiEAgfDRUZXRXu9/+uK6SCu55252xKS53WcNFh+pUrAMx5o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp package.json dist/package.json && cp README.md dist/README.md","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.1.0.tgz_1508296068640_0.938811388798058","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"axios-extensions","version":"1.1.1","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.1.1","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"4d585d84c6e7c216a7e22eead61b3701880c7ff6","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.1.1.tgz","integrity":"sha512-dcgPfUMYze6KlfQZs/SfLI8HurFfzAZIlzRHXwRJxdrMCx9bGcO6vaKz+XnMbG3Zs788VaXXL3nA0RNEie9E+w==","signatures":[{"sig":"MEQCIDVgo6CgJTo2o5x3iPEdzEICvtRis5gpUp11HsvmXtoeAiB0KgSu86an4/+X91jMpHJn8p+xipMuxUTtD0RGiTvYLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp package.json dist/package.json && cp README.md dist/README.md","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.1.1.tgz_1515726130760_0.7960238486994058","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"axios-extensions","version":"1.1.2","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.1.2","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"13f0e4d3671d5b04e026ea544491be62523e9e1c","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.1.2.tgz","integrity":"sha512-L2aJyEktmj8G8CMyWB/i0eZnEuUw77f8ybslun8TIfiZeRIuTgHnrv3z0g+ZnqkpmvqLx0vYTIRcPp6F87xOaQ==","signatures":[{"sig":"MEUCIQCtx+/xAu3e2bPKGl89tweGwMvtbjDxsJtpYWT94ibLagIgJ5Ia5K01vCcE/nPLAmHsO+cTsXeMHxhcFYiEKpQTosk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","@types/lru-cache":"^4.1.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.1.2.tgz_1515728518112_0.08839872037060559","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"axios-extensions","version":"1.1.3","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.1.3","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"a9ff8e7ecdfbb896a1ccd4dbcdae7ccf3691e098","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.1.3.tgz","integrity":"sha512-FQ9qNOmmQqTIw04uRtGMjNw/RWgRzwVgZRIe0qQcQZgVsO7d7vnt04lOsadlvU4eirBAv7ZtUPkn/UXQ8wSSWA==","signatures":[{"sig":"MEUCIQDk+kmrpmh+rOiHezjObhwvLaCVM0Dl8wGWG0Z31YY2kAIgc6METcdneGVzqt42HTmNYN6801TjQQoqtQWF3HpyDQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","@types/lru-cache":"^4.1.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.1.3.tgz_1515728715899_0.1943742132280022","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"axios-extensions","version":"1.2.0","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.2.0","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"347e67d4604a70d5dbb4c4026988ff087be42c44","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.2.0.tgz","integrity":"sha512-3hUwjeEQo8v4CqKscyZohRps8K8QAN81F1tDo77urCqcF1Y/jZKmldnDMb6MYbO45phsxINXcPAC/w++l1hdpg==","signatures":[{"sig":"MEUCIQCySZciWrPFlNZUYCXNMzPGeLLyG5NxKEJvF7SxAalrHwIgTUJfZzwMtKndNYwPkVfBkzOrG3J/BRkQWljKe+HsK4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","@types/lru-cache":"^4.1.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions-1.2.0.tgz_1517498940074_0.5464772041887045","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"axios-extensions","version":"1.2.1","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@1.2.1","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"def023f6bf106650f570bf75abbc0dcf2da6eae8","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-1.2.1.tgz","fileCount":13,"integrity":"sha512-kbTo0HBHTyPK/GLL8Z8HLI/vFFwTj0ozQpymsmih+4IL6mRyLnE5THELPAyCZxknt5gf0I1WXLt8hwN0l2Ma3w==","signatures":[{"sig":"MEYCIQCQwc+gFjS6STJzyzSyW4Wzrm6+OAXyUYJzvPHmhnQaLwIhAPR/AiTj/iwERXWqU6J/r6bhWzzjxc3a+8OcUqGnQEAY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":304514},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.4.0","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lodash":"^4.17.4","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","@types/lru-cache":"^4.1.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_1.2.1_1521014522269_0.7346195354678635","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"axios-extensions","version":"2.0.0","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@2.0.0","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"55f6e83ed2e29634d6c1361d668974cc02d553ec","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-2.0.0.tgz","fileCount":13,"integrity":"sha512-7JXFG3JJnHeAmH7N7Cc46RG5ZsRjrjKdeU2kfICorejx/LR/xweG+ivZCezjXlW6Y2UpqKWIFvPrItgqw49f5A==","signatures":[{"sig":"MEYCIQD0oGmj/xQw1Q87QrET0zXsPLnvi+am3MS44PQ2PJyqAgIhAL6hQ2+gmYzoFsUP+Wt7mCZ1O4NHdnr35Fy3Iw9W6gIG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23364},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"rm -fr dist && npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.7.1","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"^0.16.2","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","@types/lru-cache":"^4.1.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_2.0.0_1521521803961_0.8196104547241299","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"axios-extensions","version":"2.0.1","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@2.0.1","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"ae998b05065ac8f528f0500f400693d06eeb6f73","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-2.0.1.tgz","fileCount":13,"integrity":"sha512-5ff04yOkBCtpFoMzQPPme35zU24JmJUWTALzjY4uUjEIfQOBpZNQg8EbGlxSFprk3swVXRIFHlY/Gm32SEyWVA==","signatures":[{"sig":"MEUCIQCQqcz6o7jReEh4KB29DbzqPuzUA2ldeTex/wm0IKqXEwIgIoas+7T9uwS8dA8nSsh+CttdomjKW927H/LW7QWZ2xY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23671},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"rm -fr dist && npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.7.1","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"*","lru-cache":"^4.1.1","babel-runtime":"^6.26.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","@types/lru-cache":"^4.1.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_2.0.1_1522168319258_0.5374300725458212","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"axios-extensions","version":"2.0.2","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@2.0.2","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"02dd941fa3de1c1f28a7a5fc0c7b1e170d844ca5","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-2.0.2.tgz","fileCount":13,"integrity":"sha512-7441mpW1By8UDCPdtd04mNsY2Xx46ep0y21QnyBHnCUIDIAew0ytgfkjrCtO2cJK69Ayvi121ASmYBnr8uyo0g==","signatures":[{"sig":"MEUCIQC6bD5e7Weu9TyKoU01wzKSI+kr70KdQEFw4Vyw4oNLJQIgBWQObcHH8fH6yLKhEd8pvqOrmOqlW/odSFt0hRnnrXw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23257},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && npm publish dist","lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"rm -fr dist && npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.7.1","description":"make axios great again","directories":{},"_nodeVersion":"8.2.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"*","lru-cache":"^4.1.1","babel-runtime":"^6.26.0","@types/lru-cache":"^4.1.0"},"eslintConfig":{"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_2.0.2_1522398851293_0.5398678677411484","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"axios-extensions","version":"2.0.3","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"_id":"axios-extensions@2.0.3","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"babel":{"env":{"test":{"sourceMaps":"inline"}},"babelrc":true},"files":["src/**/__tests__/**/*.js"],"source":["src/**/*.js"],"require":["babel-register"]},"nyc":{"all":true,"include":["src/**/*.js"],"require":["babel-register"],"sourceMap":false,"instrument":false},"dist":{"shasum":"f41a1d2a9fd45089a042273027811fe299f16b59","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-2.0.3.tgz","fileCount":13,"integrity":"sha512-KMWSNMth4eVUe1hDER1pfwMgVxeIrt9rstONy1nGHIxYPOiZ7NiwO252RRjUwTANOtUPEWaVbIP/6v3fREY9Eg==","signatures":[{"sig":"MEUCIGiPm+AVi8wAek66sH0RJeTIaoy+6WJrwv2VSxYvvoJVAiEAu4jG4XsQRErNlCQLugwJ4TtSXqWw9zw9Y5uR/j/w/gU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa4/vaCRA9TVsSAnZWagAAfj4P/1LR83gB0QaNzkCLeTYK\n0fKri25z2dkLUSyFTCT0yC93AtN3Bjb3BW7JGrN2VlzKIT0jLxAmhEaLhvia\n0lcKRf7RlITs2Yr22yICRqlrc2pEUexVQ8nyR3PhaXwHTxnXq0qJjNYVM+i7\nmXSxBj23WGokOWr5AVhAmQ3VojJdGH/j3meUaG8r+f0X3y3xZ5Pmh59NyFz8\n3nb77ftocxwtd3xWZqiSFN/yLs5DLKez25Jd8CMolu9VnfqEvjAWpCLYpEnA\nFVTwCXhYCn8Z+RzZGdtocil/ahIIsday6C/AV2Y6KjrbntUxDCHV+1MGWLsm\n4SkIJgA8VQRlW2dMj3z8wZTb4yIDmEk3dJWMc5gd8nIHwaC7j4yHBYInqcmv\nichdxhT/ybNwGHOdekyT7c/XlA3SLLLAASalKtuPfYuCOVw4ACwaDbTz2ylt\nIsMWQjK5DHI0vXT8HwxvvbkVzUEyg9V8ud+Q6u+iNEYuUdWIFRZICP20GCff\nWmhSsoViGWv9IZWLeOK9IlJYAE+x8Tm9n0x+VcrNhbdn80WOzODt5f23jopQ\nEFR5uXffchlpdy8dgXFjxmclEoV0zGciJ5/VwH069eE/RNcCLhaMl0suy5HF\nW20W9H6iGSBvXlMHiPMRWC7Ns5mqmHEEoEw7mU68O3VGYTxv8eCBs2V363in\nEy/9\r\n=5/an\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./index.d.ts","module":"./esm/index.js","scripts":{"lint":"eslint ./src & npm run coverageCheck","test":"BABEL_ENV=test nyc ava -v","build":"rm -fr dist && npm run build:cjs && npm run build:esm && cp {package.json,README.md,src/index.d.ts} dist","start":"NODE_ENV=test ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","build:cjs":"rm -fr dist/lib && NODE_ENV=cjs babel ./src --out-dir dist/lib --ignore **/__tests__,node_modules","build:esm":"rm -fr dist/esm && NODE_ENV=esm babel ./src --out-dir dist/esm --ignore **/__tests__,node_modules","coverageCheck":"BABEL_ENV=test nyc --check-coverage --lines 80 --functions 80 --branches 80 ava -v"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"_npmVersion":"5.6.0","description":"make axios great again","directories":{},"_nodeVersion":"8.11.1","browserslist":"last 2 versions, ie > 9","dependencies":{"axios":"*","lru-cache":"^4.1.1","babel-runtime":"^6.26.0","@types/lru-cache":"^4.1.0"},"eslintConfig":{"root":true,"rules":{"no-process-env":"off","object-curly-spacing":"off"},"extends":"shuyun"},"eslintIgnore":["lib/*"],"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.22.0","nyc":"^11.2.1","husky":"^0.14.3","sinon":"^4.0.1","eslint":"^4.1.1","codecov":"^2.3.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-preset-env":"^1.6.0","babel-plugin-lodash":"^3.2.11","babel-preset-stage-0":"^6.24.1","eslint-config-shuyun":"^3.0.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-runtime":"^6.23.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_2.0.3_1524890584882_0.8207208874510761","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"axios-extensions","version":"3.0.2","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.0.2","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"dist/lib/**/__tests__/**/*.js"},"dist":{"shasum":"bac9abd723ccdbfd638b7aa618d41c1a98384e38","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.0.2.tgz","fileCount":33,"integrity":"sha512-gSoilySxr2gg1ELXzHy/yDIF/UCxFj7ncMErNn0511eTPvRB7Ja58kDQnRnM/O+qAr35xjYLP4Oz+K9DIiRfvQ==","signatures":[{"sig":"MEYCIQCxiLUIxhjjghEN4D1M5cAs7MbgDiq+cimvpLqZ/algyAIhAM/poXykhVAcsIkK4zQIE24fCZltS6Z14p+f8iGGSMKv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa7D8yCRA9TVsSAnZWagAAfQMP/1HULfe9OVd3nY/IfBZl\n32i02OUTg/eAxFH0UNvzrFJe0NuorTQCe+KVD5ZpXvNRu3YfFwQoEA9OBZ92\n9YkpwqLsK4MYZwDegm0KidIcJilDZZRsvXHsac4iYqNvKI06F9KqA+uo+8dF\noon/zEFEtxUz2mnKdHbwfwMglZ+8XfZEI0Ma5rvuTxpje7OnQKqQkvT2Sc3v\nWFHAqnBosfzWu+wO5BowpEqEJcwyrTx0kHgpbiLehowJipofTGsuEHx1gSz0\nstLLKZaGjGrvJkejgfZv2JzRu+e2oQ5kW3uBlDdTaoPiMSBdtrHpdrFdeuLP\nJ4gT8E3gCJlrC9d36OQyW0d6ceTkTyAuz7Z951u5AOIEA2aTwk74YyTvJr2G\n9pm2h17z81sVKW1GAabX9iL6KEz7G/oJRaTbndUB8ccWmYuLMqb4bMFCvu4E\n+/2xj63nLpMuR4kDWOuXaZrXV9ccTZDisKWdraxA1xSjCc7ZuM36oLHo0WEo\nRSs80zArJsOgfyNQ+6wNr1lZgK87s3M93eE0ayj5cNOmuS4org77XidOfVfM\nntQvr5m69MZAbi8ENS2Vx7Sbnl2Pl4vsbwZtx2ZSRCcMxSps7owTz2Az1OcZ\nXDpPLiJtyImrOAPqH08GT0zrL9l89XQ9uSvomFXioM1Cu44tOEAofdvI4D3h\nRozo\r\n=osv5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && cp {package.json,README.md,LICENSE,.npmignore} dist && npm publish dist","tsc":"npm run tsc:cjs & npm run tsc:esm","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","tsc:cjs":"rm -fr dist/lib && tsc","tsc:esm":"rm -fr dist/esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"5.6.0","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"9.11.1","dependencies":{"axios":"*","tslib":"^1.9.0","lru-cache":"^4.1.1","@types/lru-cache":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","nyc":"^11.4.1","husky":"^0.14.1","sinon":"^5.0.3","tslint":"^5.8.0","codecov":"^3.0.0","babel-cli":"^6.26.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.0.2_1525432113781_0.20648662133131035","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"axios-extensions","version":"3.0.3","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.0.3","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"dist/lib/**/__tests__/**/*.js"},"dist":{"shasum":"b94444666885c89f9e982ed16cc48b743a12b82c","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.0.3.tgz","fileCount":33,"integrity":"sha512-vwDiazPFvDvCN7Mz8XImJyrBoqJskulpGfg4Td8geqhdZqyRp7Ed1XzSCWyeXk9qsuXd1g/Q8wrOkXB2dpP3Wg==","signatures":[{"sig":"MEYCIQC/lB2QrbLXxoD7gMqMffd29YeMojPqGJwKMEw3SHMOCwIhAIQMdOHaG14o1Q186ZVoX8TmqWcgR07mEW80C2djJivD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNFTeCRA9TVsSAnZWagAAOgkP/00Lb56uaIY8uahMDUnk\nDlmnZDnpeRAVRQHeAg447p4o/V5mRvg+8kg/U7V0hpoeE3jtk/9mob59/2y+\ndLd9YHczaS0hVAHYTsiGLhyUQDPDCJk3vw2BM1SXLbmIlmwsLdlKszoSV4zn\n8Hr5PY6fBZvHIuAftEQyySwFGwFc67DeyFBPEVrxhfejCHqmRdpi/M/ZfQv+\nrrQNURIQur5/aHKc+GJOCn0Cy+aD1QdZZ2DNW4cFgSubSPMwEJGfwygs1Y1X\n7TaxWFucp/5iV9aUjl5cX6tKIN9texad67l3NVMhmMi9ypEH31JSloSor/o2\nS+Vb+DRDeKug8yjF6SujPFbZhTvOydKptpaZtfZiRcF971yekZxtZI1rJljI\n3/GXY1ht7InrilF9xSK1/P8NX+rpE3UuC8JMmDMWMkm4K/J6Tz84eyXF5l0C\nmiOeMqd6DyU90LlxQinrFpay0KKtsf9wEJEDebQH48KVc5EKeoAvK1R6cIjl\nk5Ny4H9AZY73nqFfGEFxGgHND1oALP8pc+77LJn13hmnt9nCfuYpBfRf9GHW\ns2l2LPMbK/7PLXv5rPpZVR5Juj9NiLRAW9OAc8ArV2U0zoDAvQoZcVD9ke9S\nXGkVyFpHtaWqcs2STQXms6pVzabE62rWl9PJL+0MMNXIN28JhE3UmqJbG+J9\n0vph\r\n=FodW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && cp {package.json,README.md,LICENSE,.npmignore} dist && npm publish dist","tsc":"npm run tsc:cjs & npm run tsc:esm","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","tsc:cjs":"rm -fr dist/lib && tsc","tsc:esm":"rm -fr dist/esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"5.6.0","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"8.11.3","dependencies":{"tslib":"^1.9.0","lru-cache":"^4.1.1","@types/lru-cache":"^4.1.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","nyc":"^11.4.1","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","tslint":"^5.8.0","codecov":"^3.0.0","babel-cli":"^6.26.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.0.3_1530156254731_0.22143143433371493","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"axios-extensions","version":"3.0.4","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.0.4","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"dist/lib/**/__tests__/**/*.js"},"dist":{"shasum":"e40878bd225ed7e1a260923aa5c46726df93cf76","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.0.4.tgz","fileCount":23,"integrity":"sha512-r8vbpuAVb2tei/yLCwSE9Wowg0vZR3c7qH5HzS74FocqBOvNcfrrkQghsv9EOA2HNozDCmJIxReuIrZCuxMn5Q==","signatures":[{"sig":"MEQCIC5EMxX9P7JTsuBgPnwybFou6lFWKuNrqfcYQxu1DQrFAiB+PHjGH9EQZuCwgdFk06HNkpPGcYmFJyrgUh/vCbG+Ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27902,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/Yb1CRA9TVsSAnZWagAAwsIQAISrlLTcG3vC+J6xFiiq\nIzDdFkdR7YQVkyln8febDUxvByW1L9p01Jp66N4JdvKA8PC17+VDmRR5YV5E\nZ/y7sdW/eTjvPEvdxgv7cm3pArrSGuO5iciH9CMzCkzOiaOwUofCCHkcyj9x\nyxP5ZUG01C0x4h02rzinMK20vSnM1wJn5GkS+4HFZ+HUYWydqQV0NfaS+Gd0\nB9JNPe4K8Rmz0X2xSRaO7+5a5m8CMEjrJ3sQ17lrZvqnkrMj0DqPNEF5/AM8\nJJVwoVCubtWZmwty1SdAGOElCpjFLgou51BurRc5Eens4zwEFBmI3iOZUXOG\nvCZBlYd6rbqtDCLD4+fO5mDUf0gCTtw4G/DDpy4nzEc68h1IoXtf47c+ptep\nvO601j3cahJWnqxLR3nytKpvoAgXgZBDuDLE2hMj/Qc8seIll8Z4p275aSOC\nwhVJadJAYK4vfhtUxAca52bNiXPI1axw0l13gADCaZtBRag5QVeTBH4QEy5D\ncNYEXW1Zsl5JZL5jfmz0m20VMYi9UffWTa9O32fzI7KxgqtnRP803qNomom4\nA1sTn/zasQDD4fpd7/3xfwYeou9yAnxVEdZdxBaUTDatPDoT0fpKMTaB2rUv\n0nHiICBZpzK8VGEGFg9dD3CHWwQ3+wbNZMtRrlQ6d2M5ui0Tq58w8Sw2hazG\n4Jte\r\n=mfLs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && cp {package.json,README.md,LICENSE,.npmignore} dist && npm publish dist","tsc":"npm run tsc:cjs & npm run tsc:esm","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","tsc:cjs":"rm -fr dist/lib && tsc","tsc:esm":"rm -fr dist/esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.4.1","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"8.13.0","dependencies":{"tslib":"^1.9.0","lru-cache":"^5.1.1","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","tslint":"^5.8.0","codecov":"^3.1.0","babel-cli":"^6.26.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.0.4_1543341812976_0.2570836773284577","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"axios-extensions","version":"3.0.5","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.0.5","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"dist/lib/**/__tests__/**/*.js"},"dist":{"shasum":"824490e2c017df4adceb277ed3f314123a1d1a77","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.0.5.tgz","fileCount":23,"integrity":"sha512-jbc4J+kTWi3dGLGyItZ0RzCKqADgqFwLfhkp4CsmT3/XGcS2/CkZ0glbHeiMrZ7bh5uydX7gVRUiu01dIdT/WA==","signatures":[{"sig":"MEYCIQDkvbtX13odqCd9PfRg7uuiQnj3DJm3uiOZGRA9C55tAQIhAJONs4uH3bYic5iBoTay1EEO9KighdPOGTzHUEptLxbQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":27925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcIa83CRA9TVsSAnZWagAA1IYP+wUsCnb36PiUUwypyOwO\nTwtWF9DE/jvm+7z8svy2DrlZ6DK8lT4IHavv3T+RRgI7/vSmwZkUW7xbEXtb\nSWHFl/d+mVn9VkcnjNLUen7G1/xQe6++aYsycmMHJt09h3SQTt/qccmuhvUT\niFx3K7D0okO3iSao55LdSZjMw79JKGG/GrF96dmj16PHwgH57hoOZOiw5zOa\n4NfCEAN649t6Q1fsPLHHIayvImO26eDYAmKS/n+TZsadL0FieACDyB9v8WL1\nav3IVwtw9sam5DqRPComn7RI/BXqOKo2JpTPVdWSUXeJ8zGq7tTi9CWgSYg8\nIDGQUscEQXTnHpm0L5H5SpI71AhfV/H4h3tyz/27p4q0hGLkdne8hy72iDzw\n9/6AztspM7VGIYunzWcBAOdJ2tjsmBCv/WbaXV8hJdTYcE9PWkUbY8p95ckd\nW3klQ9wASM4K771zmg2cGSxwEJFHaTWho7e8j9L4SHH9bu5WC0ipCS9MmGp0\n2x/xfovICy8E3HAgul1CqeVngSVs+gfyRKu7XZ2XwD3u6bGbQdVac4xsqdAT\nFIdyOVe0GWiNZ4WMP3RfX2G2UVAWKgh5DNAgQQupFczvEEadfxqvlnxZIiPz\naq42LIb5gv80qpDDE+1BFdWLBGTol+viLQ9C12WyJfdTSl5e0kQVW/inMtdR\nW26n\r\n=Hm7I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./lib/index.d.ts","module":"./esm/index.js","scripts":{"pub":"npm run lint && npm run build && cp {package.json,README.md,LICENSE,.npmignore} dist && npm publish dist","tsc":"npm run tsc:cjs & npm run tsc:esm","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","tsc:cjs":"rm -fr dist/lib && tsc","tsc:esm":"rm -fr dist/esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.4.1","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"8.14.1","dependencies":{"util":"^0.11.1","tslib":"^1.9.0","lru-cache":"^4.1.5","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","tslint":"^5.8.0","codecov":"^3.1.0","babel-cli":"^6.26.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","babel-plugin-transform-runtime":"^6.23.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.0.5_1545711415039_0.05830319689067176","host":"s3://npm-registry-packages"}},"3.0.6":{"name":"axios-extensions","version":"3.0.6","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.0.6","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"lib/**/__tests__/**/*.js"},"dist":{"shasum":"c817f2e6a44a1b05949f8fd20bf978f066e694da","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.0.6.tgz","fileCount":61,"integrity":"sha512-a8Aj5reFpVeMmIaJMYwTXtW/5WSGBq8KFAaBOxokkPK/Hvi/hnqNeHfMSvPQqxWPCE4r1pTe/3z7FqGLy1D6CQ==","signatures":[{"sig":"MEQCIH3BuQbqPOdbmVIbFW6offkUuhPCi1UfAxkjGX2MSgOWAiBWyPb214dlfzKQ72x8yxxFjEDuGTp/00vYtDPX2yOubg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":416391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6+8yCRA9TVsSAnZWagAA4nsP/0xZGZjGpnkHCRHoT8Ht\nYbuPGFZzyMQnGTXP1j4L442jvqIYrUzmn23EBSb/7uW4vhQfAIftUIerPQ77\niE5MzC9A3JKz8OvlVBR5IWX6emL4nhw1sG2e9ivi8JWeIUSL/u9cVPL4BLU7\nKZ7HFGObKOteeKUj+TlaAPg1hxS49Yt4ZlFMCmmh1IGOyqfWAUT/dgwroFU+\nm+eASHiRLDsjxteguU5GSCvko8dTSxxO+e+zQ79QvXOmGwr6DPBjf+ztxEsP\njOmvUFDGdl+dQE6CF4juz3uPC7w8flQ0f8Cpq460YhesDMKDMC7YfnFVtLME\nbZD1u6o8AYoOq1g3tQP71H4+WWXJVs6M0WsGJ8GGhXtavfncHqjCuZPknIKz\nC6h0ArO+EexHch+sKnzL/9poVduybYmobCi+LR9j7Ceu9OlceBQLxVI1t+Dr\nwh1zHHdYOD56mD5CN5tr+CMhFz5dpWG1d3b6iM8BSFa2fYxnAchmDhC58PAv\nBPa7FXyXPFsb9KCI5KnwV4zBjmyGLjJJXPzWHz6eXecbpLdAxmbfTg6bJKhR\n5ftqNs9WA292GmQ0MCTqi7h7X91DBCGLyPFbBN8obuIbJCv5W7k1KQTZ0viy\nY5s23AcuVFjDtFFtcYYB2R0vrVbyrQMrWQ3ldNC2vbcdawKt7tbfVjYTKcwE\nhqOn\r\n=pZPu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","gitHead":"6085d227fcc17b70a900b84d498de9414b688540","scripts":{"tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","prepublish":"npm run build","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.4.1","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"8.16.0","dependencies":{"util":"^0.11.1","tslib":"^1.9.0","lru-cache":"^4.1.5","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","rollup":"^1.12.4","tslint":"^5.8.0","codecov":"^3.1.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","rollup-plugin-uglify":"^6.0.2","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.0.6_1558966066077_0.7641250218350109","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"axios-extensions","version":"3.1.0","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.0","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"lib/**/__tests__/**/*.js"},"dist":{"shasum":"2fe7cdfa0dfa92906917ba038a142c2d0b05f2e2","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.0.tgz","fileCount":73,"integrity":"sha512-wxN7y5X4xP1wGAHdYWfQqvJLWc55aCEMoW19gyLpGqPbBC2IiUOH+fYtkr7jxSLsrfhgCnUEMmHHPHbPzGQ3TQ==","signatures":[{"sig":"MEUCIBvYwmkPLg3yCg7sM8ZwDBnvrRroSPpTsoq74PPR2KA4AiEAvTb1vU8CqVMtgLsKklm8J+CTDQ6mEfbePe7ARsfQlpQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":429289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS7mtCRA9TVsSAnZWagAAssUP/03LdGMeo6zEjuLhCIYO\nJdzyhP+ztYgrBLvMCOJfd/ydWSYzi+DmkozBItX8vF3NDTdadrfqKdJuE3KX\nGXO+CAl6lt6UBFo2GouP7d/0ihe7RBUzCt7zKt5nuHRf6JbVz9NjiBVnbFOf\nM4jJKirQhtfeMgvOEPvHUmU11+rVi0HaEqA2zDON6uGAA6TPMus7EEdmh+uQ\nNTBPOV9+f3VR48GrbzSNQlAEuwfMCL2MPd52X6eVKLgIIffYGuVxrm2+d9A6\n28c+beqL0SS+Wr6fQTmfIXaxc3TDt7/NENqqlVkyky1wpbPRChB5fkcBSorm\n7Rc0n/gKV+7BFwb0E0hJW1LF/8FUtb152WDb47fQVlvMYFu8KS845xzVYqf/\n8wAuxY8Uy7yBZaKT1Db5m6VJKqZNR5g1wMzvmY8qqRTI6sacVtDumE+hsSqZ\nJJ2N9shXwgwyDTruqp81YB+05/PaVmRkyG4l0+okmDljR4BYeo5E4PF84YPU\nF6EkizwOlzDDv6SOvjF/G9vcffwAQQT/5RZKMqX27g2P2osPdsm6V924dMsd\n8P8LlOuesIAopPIY7/ufm2VAAe/uuSNnD1tx8idIFObYfavV7SHL5PtexTGH\nswXzdePd9w6LUcx6vqzCFgAviQuLQEVblf76JeksfG4LKzE0M29umWYOACSc\ngHJ5\r\n=XjoZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","gitHead":"9089d38e3c8ee6a6c4fa481fe112cf8c5224d270","scripts":{"tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.13.4","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"util":"^0.11.1","tslib":"^1.9.0","lru-cache":"^4.1.5","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.1.0","ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","rollup":"^1.12.4","tslint":"^5.8.0","codecov":"^3.1.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","rollup-plugin-uglify":"^6.0.2","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.0_1582021036634_0.44465478094614985","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"axios-extensions","version":"3.1.1","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.1","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"lib/**/__tests__/**/*.js"},"dist":{"shasum":"dd746224738c54d39c380c01d4ea6e60bad0c14a","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.1.tgz","fileCount":73,"integrity":"sha512-lNFl26syRs/fomCvj7XOcqiDUtN0WwNR46jRWeBnfmv8d6JdOU559dCkucSL04nruMLN+mpjkhvQKoIdb/gAzg==","signatures":[{"sig":"MEUCIQC8xfx22ztLTWFoJAzf0L8m1ofKmOoXQSscOFodBZBJfwIgNfFbEL/J8xwUykdmSSTBUdFgu/ZI6PwMD/p5hXkGcUs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":438437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS97cCRA9TVsSAnZWagAAHgAP/A+T8PHNRESVwMDlCHGa\nlAY14AG62bpRgv7FO1R0BaX/F642yJvrdisT3y/hmkOAuzM4ulOptvtqr9Xo\ngHxsA3xNdFtob0C+k/5k12gj4GoRxyDggEMz1Q5WCgSEKEkcNmYK9HqR9Pk2\nzwBhyT8i/x7diOOp8A137sM2EQY46/9VGwQuePi4lzaLHUStOuawY0u+X27c\nnHkVESqVFZmVeeYsBH58zKWTVfPkc/tCyWEibeLtJQV7kuRytdGqQmzVdn5A\nUs5YywJS1APUMV6MyfFKaKVEy2HjBJBsuBhFo65+1C3yqJiJq411nsQrtLfl\nYUhzML4m3qLNzMxF5DnJ5YPI027RFMIwZVkdmizsp86I+Ucse17R2qG2pne1\nHVCrTRWOCxAU8Xx1ldidT4/uPRHRbdy8ZJbAyoVykpsKVGAHTBSmrP1Xsrhh\nFIqGZ6rGBUBpfndSPy2qYGTBSrShFrC4H8nxopcRJNJCgzARXOzUzXzcj8pX\nlsksZOQ1mO5hosL/pGkOmVNYWyZlzLxRVJeFng+CIwXtVTnYvlLhZ3JTgxva\n5B+wuYt/Z61RviWw5XY62rH6gnxMH3EDoejRjbOPTLtgPkCxup4u7Xj89zM2\nmO5HmuPQnU19F1AKWueLDoz1KhhKsVZoy9roJHhZo63HbBhaJeqdRd6x9VdP\nVszx\r\n=lKlD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","gitHead":"e935127cd92dbf6675b69a4f0a41fe48fb46f389","scripts":{"tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.13.4","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"util":"^0.11.1","tslib":"^1.9.0","lru-cache":"^4.1.5","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.1.0","ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","rollup":"^1.12.4","tslint":"^5.8.0","codecov":"^3.1.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","rollup-plugin-uglify":"^6.0.2","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.1_1582030556120_0.38372728366748987","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"axios-extensions","version":"3.1.2","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.2","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"lib/**/__tests__/**/*.js"},"dist":{"shasum":"f4e842bbfb90e597ab17b2bf8baf2bddc85fb736","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.2.tgz","fileCount":73,"integrity":"sha512-gJN3Ni5le+/5Oi7MuRlB9NV9hJW8L0hXUntyAa2n9D85ipZUn89HOygGoI0ycr1R1jjZfkqcZ/AHowrbkK5wnw==","signatures":[{"sig":"MEYCIQDXXH4wB2ivyUp/g1p6nn2xU0wxzQgadHpMqLvGPsgDbgIhAODt1+yVydqK5HHRn4CqWyLH2CaKZktaPfE62vqhyYmC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":441611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYJ9oCRA9TVsSAnZWagAA/N4P/3PDYmNIsQKmz7hhj2iC\nAiGS5j/X14t9+ercq93xZHFFTHUFoBG5fozOGEHI8bwgzNCEZEgWSaTnNYU7\njKt03KM9xVjDFcpxN/qXC2kSDDpZN9Cuq8aJ6wpmxBt8um/BjhLc/WRdyaAk\nFOybom1+fUDCSrUMUv4CB3B/hk34Obr8M4jyA6f18nl3+av4ZCOSPq5UvxJb\n79NZij6dROvWbUY/WWA4eEb0jvVnvhQXA+atr33cmwXgf5qEE6JOg7N4elHC\n5+LIbXcOeihRlFAnMmxGwy+0gV6ppAbFzDT8uJbNfc0nftT6y23bT49UFK+Q\nx6BCQ3bT96JyTpuENB4s45Enayku8ZsPIy7GBi7nS7iD+iURXc9s8+qGGZzu\ncop9yp+jOEraxfNk1xqN5DUpRWDHD+Mm9BOCcxh4WdDwqZGqALaWT4+D6ujC\ncHyMiAmnF3tEjy8UxVAZTCgxY0F32rF6KZrKLVQLwtx1O/Z0HQgEht4hhVn3\ntgcinSZqz0LkaNMB9h96ADrzRmqQxKRgaLc1MN3vYNr4cCoJXENrwJd0WjgA\nA8WJTQkXD2G6iplqU3g18wj9tnhwLvKvxH/NfWsdgrr/Fa7GM/1jdm5IJpSe\nNXilW58wCzLZWFUIIeKtYPy/wHDVNMkDPqNI4oieS0ImnpSI6QQAmjqmuuai\n0rPN\r\n=DlTO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","gitHead":"06e15cf209877a64d66cd4ad25e5cefab049184d","scripts":{"tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.13.4","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"util":"^0.11.1","tslib":"^1.9.0","lru-cache":"^4.1.5","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.1.0","ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","rollup":"^1.12.4","tslint":"^5.8.0","codecov":"^3.1.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","rollup-plugin-uglify":"^6.0.2","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.2_1583390567548_0.35308100994646563","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"axios-extensions","version":"3.1.3","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.3","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":"lib/**/__tests__/**/*.js"},"dist":{"shasum":"cd745bb7dc899743f85a2b5a291c7f36d9f41e12","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.3.tgz","fileCount":73,"integrity":"sha512-/OB9OcJLNOIx9pdW4m4/hFRvNo12wlX5BaprIzqpMaLR02I88Mr98/wW4QN9rhx0/yg9rM7i6Af/RpV4MyxXjA==","signatures":[{"sig":"MEQCIGI6/UnzG0eoUG/uIrRdtIRIUWTTUz/o0sGJ/sPvHXJeAiA+uiOZFVNIJayqyhkdn8+7pzkEMrvzML3f9A2WtlHrqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":337256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezy4YCRA9TVsSAnZWagAACnAQAJhm+9iBE55yepFlRUxj\nr40ROaNXYST1A2n3yTXAeDi/eVmrhYC4BdcyJlM+RvutUR6xq1nVmbAnJScU\n/x25Oif9pTVBaCoxvwHd+ayxqjhz7KCt1KkTLnBbyDtenu6IhjT1Olbmtx5V\n1LQGMZsUtMZLKZl4WliX82xQZjkRtXz7kY1qkPlUN0R72Bt75kouUBgyN5ID\n7FHxZ7jYO6gba8KiFJqHGidxzJKV6dcRtkE9PbXSx/u6ly2/R2MVLPoMExMp\n0cgPYdBJs8pwciTbS6LOrVBfIXp/sUV09b3bWd0W9CpJDK9ucaWrLCqXY2wE\nfvprfIxJ1bED+X6LD2YIXYYngK29c08Zw64qSYAg1+7XVP/zP/rH6Jgpu8hI\nxznp1LRroCOvWWnRX0U9ep4lUMLAePcumMKdQvjtPGr4J8s+wqQcBPgZ1UXZ\nvfz5iZNjykDuShB1D+s1BfoToZsH/6yeSPI6q+RazPutZ7q46maiSCMduWiZ\n+mVZY5C6/oH5Rtfuf8BefDVGTnbBJxU+FfXmndu+F7b4G5QS+0p+A3Yxc1PI\n9p0r3ws3ZZO39owZ8Mu8GWmpXCaQOgfKhrngkLiMydwmbsNzVsobYsylxTmA\njhJjNPDrT5xXxvdOWf8YxrRkYMtXBdsrzneDoybWgK1H3KsebqrLAfWLvCop\n3BAX\r\n=0kQx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","gitHead":"e5fec2a438db4e02ad16643c7fc369a3fecc4960","scripts":{"tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"6.14.4","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"12.17.0","dependencies":{"util":"^0.11.1","tslib":"^1.9.0","lru-cache":"^5.1.1","@types/lru-cache":"^4.1.1"},"_hasShrinkwrap":false,"devDependencies":{"np":"^6.1.0","ava":"^0.25.0","nyc":"^13.1.0","axios":"^0.18.0","husky":"^0.14.1","sinon":"^5.0.3","rollup":"^1.12.4","tslint":"^5.8.0","codecov":"^3.1.0","typescript":"^2.8.1","@types/node":"^10.0.3","@types/sinon":"^4.3.1","tslint-eslint-rules":"^4.1.1","rollup-plugin-terser":"^6.1.0","rollup-plugin-uglify":"^6.0.2","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.3_1590636055825_0.24478171107960822","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"axios-extensions","version":"3.1.4","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.4","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"ava":{"files":["lib/**/__tests__/**/*.js"]},"dist":{"shasum":"ba6c06d690d26f48d9d72da6d7d6aa943064e7c3","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.4.tgz","fileCount":79,"integrity":"sha512-6tp2oC1JlySXW4L4Y/hJM4++DSlvWbDY036IqdEMVyQNDgGYRyzUit+vMiQvI7+rMXwNfcOe30k8X/+oti7bdg==","signatures":[{"sig":"MEUCIQDwDvqWYH2MF2RW7sLplapgPWBRzqGougnPhfIZA5S02AIgIx0ETCiFTiF5oncZZelR5JAu8pY5TmBIWGKRQevn84k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":398569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMWN5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpk5RAAjDRgK0TQIZ4EBMNDEBoLHToDYt/itJ73z1eSM7To5BvmXHFl\r\noA7XFwpKnfyjFSpzZM2MtqqvctvBCPS4OhuSQMivTtE2eyMH+8AowIoxV2Fr\r\nOuFSCWlFw7d6T40di+fOjkxrceDhDUKKAtRCG7Scy9OPX/1ZTe0IxddT9qNQ\r\n7psyp+uheJDNBo+uXuxjjiW1u2wjPkDXw5QEnOveCNsbeC2I2Z8H+Jbq4ECJ\r\nBz7qwjkG+8KbsrGqCcuzBUAw0coB9uZkLbnA+ohCSAD1kD+OGtc2b1kpR9hl\r\nAY6ckJBh/QIdMeU4fmPxM+U8bc57k/c20TqYr+JfrW9UkilG8tpJaRMMtMWn\r\nP3uoBD7rNBJ8fzGyE94h01Rb+OL1dmGqnfeOALOIrfvuQiN1g45q5UDLPEQR\r\nJAoZ964N5X/A820d80KEG/X/UVSfD8h93+Wsa4Pikc6EAgTB/Stkqme2G/AC\r\n6xofz68lbwi3HRKHTGnJvizzH3owew2ZstJrWhJ/3BrLM22gf5MLg2nOxKRH\r\nJUiH1ggGg6kC9eF1ZUtlGsL9MJR8M3vPOGyTAfF4Th0BkhAUgRCXyMbC8Ln9\r\n3H1YGSahKHBhJPRjfXEsf3qyWbJ9x+OgePwHCEO6Brmsb9YZDKj6L8XjTdzb\r\nJF6zOBfTkXucgX1eJcaLKEpsMn0GnS41FAg=\r\n=LIAR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","gitHead":"64eaa89687841cc44ca58f7ede9e88e041c98f51","scripts":{"tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"git+https://github.com/kuitos/axios-extensions.git","type":"git"},"_npmVersion":"8.11.0","description":"make axios great again","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"util":"^0.12.3","tslib":"^2.1.0","lru-cache":"^7.14.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.2.0","ava":"^3.15.0","nyc":"^15.1.0","axios":"^0.21.1","husky":"^4.3.8","sinon":"^9.2.3","rollup":"^2.37.1","tslint":"^5.20.1","codecov":"^3.8.1","typescript":"^4.1.3","@types/node":"^14.14.22","@types/sinon":"^9.0.10","tslint-eslint-rules":"^5.4.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-uglify":"^6.0.4","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.4_1664181112997_0.5763481583115393","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"axios-extensions","version":"3.1.5","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.5","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"files":["lib/**/__tests__/**/*.js"]},"dist":{"shasum":"b2869fab73f7ff8d89b14972b12bf6406194d630","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.5.tgz","fileCount":89,"integrity":"sha512-qYpIQx/shFqigO5Zj2pv+pYdQuBKsBfKSC7di/ziY1HnCTnChbzG4rdu6YfHrBZznPHbUm1SqIAl50Q+0+Z3Lw==","signatures":[{"sig":"MEUCIQCugWGEqc9fhD8qkM7IaSyLlj6JrTW/S0VtuNG4OYDNhwIgJZP3f+YIDBYoVyLvA69YEUvbdwruBh62T8CjuC1HtRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":407631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPRhMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqgpRAAk2N0HzYUm67yK6A9LQvOX07mzHSOGVLclCesB6kUErwvBqDh\r\nM/4aOIwC1Xja/vOP1/U+/rk5ASZKI1NPsqXCRMV2QTorpiG2oO69zobvNBMb\r\nCM3P31byCcOCEpBE6YO7pOrZ/NNreUTR998vdTBwdKflGxVCBRJHx2aLREgF\r\nw0nlknn86c9DafNQFspb3hIX8nf17E62TeJ8G1oRFTAJFZffzCgUq/Ypykun\r\n8iS1LmO+KtF9Zv7PskiE/CTjstdcaHH5m6omzKZEnpud6cGjRMr7MD1apYfp\r\n7aS7aS6OSD+2TsCyKDPMSvE2jlVcIgpwWDkCdqlAIb8s6j5OZH43o7OIvq7p\r\nhWaG0EHWKLwdYdAMelNDgLs0qRbtE6/DpSwShmOSsGB7GFRJ8ZRFCgcEjzjD\r\nWrhEQYQoGTEvCbnzjdCBMD7fk5/r/XHe+3nG7mb/TQ4WFcTwJuytXh7TMSDR\r\nvuVssg7NLsoe76D9AbgrkY3DMnFDxbXuud6fKG/+KVaPHHvXIIHc218RTH1w\r\nk7Ges7VDK2o+pGD0uEy6CugTwJTdl0KYaWD7G+PTC+lzTcS0nqmojaimgCbn\r\nm8g3Y1/eaCLEHc5r7CI7WKS6OG/qlgd5A9BWMEoUUzpdrT8MPBCqKmKnZT1s\r\n71HAArJuy17Xv5vB23GVNZDmmBt9UQwg2aA=\r\n=qyRk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","scripts":{"ci":"npm run lint && npm run codecov","tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"https://github.com/kuitos/axios-extensions.git","type":"git"},"description":"make axios great again","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2017 axios-extensions\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"util":"^0.12.3","tslib":"^2.1.0","lru-cache":"^7.14.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.2.0","ava":"^3.15.0","nyc":"^15.1.0","axios":"^0.21.1","husky":"^4.3.8","sinon":"^9.2.3","rollup":"^2.37.1","tslint":"^5.20.1","codecov":"^3.8.1","typescript":"^4.1.3","@types/node":"^14.14.22","@types/sinon":"^9.0.10","tslint-eslint-rules":"^5.4.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-uglify":"^6.0.4","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.5_1664948300389_0.18789922774113776","host":"s3://npm-registry-packages"}},"3.1.6":{"name":"axios-extensions","version":"3.1.6","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.6","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"files":["lib/**/__tests__/**/*.js"]},"dist":{"shasum":"bfa72f65f44f0a3efa55a030cdaaa6451c246b1e","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.6.tgz","fileCount":83,"integrity":"sha512-CmwMYxxAw4DcQDJ7/2Iv4GJj1Ao48lJEPieycgZQH6m1KcYZqf9zm2HM/CsULqheCpYxZbiGrCfZf5tVjXqoLg==","signatures":[{"sig":"MEQCIAYkTHoJciX0EBRqaD11cuVGC3ioePmFnvCGgN+DnRqvAiBfZRTdW2tLDeSIJlYFZLAHzy95q740hPq67Otem/z9Kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":394865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjP7rDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsihAAk8xsBhkzF3hngkyQ1TY87fAWaP22t5prWbbMps17B2CS0mb5\r\n814CuxHZTyYqZFvkKgEja6r8pAMRGKBbxeWwFKxti06TArtWpTZnIkWJaJ1M\r\nPF/iZs+R1lNSwZxjGgAfc7kD+b++gEAmGttUvV9bpTUaZnveIsDKk37ye2K7\r\nj+DPQ8LCQtdoG6SVX0WEy6Edbj8E1MaTH5T3N/eKPBGTNSHFogFD83d6UKu1\r\nWJGbRYOhQyNhUTjSHxixb6DBaDIt4zyzfiSn9NY70tmf0nbQmnyxQTrDOwak\r\n9gD3teO5E0tWsReG6rM/Hr+M01XRPM+vFDkB8mhXO0I8+xtw+tw2MJAQQamf\r\n3LKnN6iMbiafKpMCVR/QrnN5TVxzhi4OAXN9yrsAhBIqhYRxvF6TLsWlp62R\r\nPURWbSOvEzTWz3Cl3jUoaBCqSFWGJV/S6IG8yFYm5Y1nEYTu2Xvl2Tggie8m\r\nj7/SVBxmaFT+hx2HYJUoGa4YxoZWOt3/hHaZQH6nP37QbZ0c8NdSUm9+8GVC\r\nY/+Kb6mBysv9STxriPjOUzOx52SICnjdpIIm4pj+1BAPqyYnnVVdlrfsimOS\r\nBHhXnTgbORuIuHZVy1/EPq1sQ5JQiGYw3scHEu4e6zavQ3NIbp1Q2V6r/S+M\r\nGWPMRsoWUReO0KVM7XqNowu3pxrjq/0bzqU=\r\n=dBHr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","scripts":{"ci":"npm run lint && npm run codecov","tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"https://github.com/kuitos/axios-extensions.git","type":"git"},"description":"make axios great again","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2017 axios-extensions\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"util":"^0.12.3","tslib":"^2.1.0","lru-cache":"^7.14.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.2.0","ava":"^3.15.0","nyc":"^15.1.0","axios":"^0.21.1","husky":"^4.3.8","sinon":"^9.2.3","rollup":"^2.37.1","tslint":"^5.20.1","codecov":"^3.8.1","typescript":"^4.1.3","@types/node":"^14.14.22","@types/sinon":"^9.0.10","tslint-eslint-rules":"^5.4.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-uglify":"^6.0.4","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.6_1665120962991_0.04153224078441786","host":"s3://npm-registry-packages"}},"3.1.7":{"name":"axios-extensions","version":"3.1.7","keywords":["axios","cache","extensions","adapter"],"author":{"name":"kuitos"},"license":"MIT","_id":"axios-extensions@3.1.7","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"homepage":"https://github.com/kuitos/axios-extensions","ava":{"files":["lib/**/__tests__/**/*.js"]},"dist":{"shasum":"0c3965dcb5b0d4969cb4df0170d111a811715541","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.7.tgz","fileCount":83,"integrity":"sha512-Won5Qde6djRtiLle5w1Vae9xTREmAW8T7ZUN+OuMMax6R6YVoGTRKRygonLPV7qaNUfw2P1yAxesyFj1DheRjA==","signatures":[{"sig":"MEUCIGqcBiRuZx1RYu7+k6U5THYcvRofhhXmnUinIMd9dMBmAiEApZ0WqdCK4C7dA9P5fI+LPQhy5jBzgqRt0EzDG8r3vjA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":391542},"main":"./lib/index.js","types":"./esm/index.d.ts","module":"./esm/index.js","scripts":{"ci":"npm run lint && npm run codecov","tsc":"npm run tsc:cjs & npm run tsc:esm","dist":"rm -fr dist && rollup -c rollup.config.js","lint":"tslint 'src/**/*.ts' & npm run coverageCheck","test":"npm run tsc:cjs && nyc ava -v","build":"rm -fr dist && npm run tsc && npm run dist","start":"tsc -w && ava -w","report":"nyc report --reporter=html","codecov":"nyc report --reporter=text-lcov > coverage.lcov && codecov","prepush":"npm run lint","release":"np --no-cleanup --yolo --no-publish","tsc:cjs":"rm -fr lib && tsc","tsc:esm":"rm -fr esm && tsc -p tsconfig.esm.json","test:pure":"tsc && ava","coverageCheck":"nyc --check-coverage --lines 80 --functions 80 --branches 80 npm run test:pure","prepublishOnly":"npm run build"},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"repository":{"url":"https://github.com/kuitos/axios-extensions.git","type":"git"},"description":"make axios great again","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2017 axios-extensions\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","sideEffects":false,"dependencies":{"util":"^0.12.3","tslib":"^2.1.0","lru-cache":"^7.14.0"},"_hasShrinkwrap":false,"devDependencies":{"np":"^7.2.0","ava":"^3.15.0","nyc":"^15.1.0","axios":">=0.21.1","husky":"^4.3.8","sinon":"^9.2.3","rollup":"^2.37.1","tslint":"^5.20.1","codecov":"^3.8.1","typescript":"^4.1.3","@types/node":"^14.14.22","@types/sinon":"^9.0.10","tslint-eslint-rules":"^5.4.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-uglify":"^6.0.4","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.0","rollup-plugin-node-builtins":"^2.1.2"},"peerDependencies":{"axios":"*"},"_npmOperationalInternal":{"tmp":"tmp/axios-extensions_3.1.7_1685360309467_0.13644026148165156","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"axios-extensions","version":"4.0.0","description":"make axios great again","homepage":"https://github.com/kuitos/axios-extensions","repository":{"type":"git","url":"git+https://github.com/kuitos/axios-extensions.git"},"license":"MIT","author":{"name":"kuitos"},"keywords":["axios","cache","extensions","adapter"],"main":"./lib/index.js","module":"./esm/index.js","types":"./esm/index.d.ts","sideEffects":false,"engines":{"node":">=18"},"scripts":{"build":"rm -fr lib esm dist && npm run types && npm run build:js","build:js":"vite build --mode cjs && vite build --mode esm && vite build --mode umd && vite build --mode umd-min","types":"tsc -p tsconfig.types.json","lint":"eslint src/","test":"vitest run --coverage","test:pure":"vitest run","report":"vitest run --coverage --reporter=verbose","prepublishOnly":"npm run build","ci":"npm run lint && npm run test","prepare":"husky"},"peerDependencies":{"axios":">=1.0.0"},"devDependencies":{"@types/node":"^20.0.0","@types/sinon":"^21.0.0","@vitest/coverage-v8":"^3.2.4","axios":"^1.7.0","eslint":"^9.0.0","husky":"^9.0.0","semantic-release":"^24.0.0","@semantic-release/changelog":"^6.0.0","@semantic-release/git":"^10.0.0","sinon":"^19.0.0","typescript":"^5.0.0","typescript-eslint":"^8.0.0","vite":"^6.3.0","vitest":"^3.2.4"},"dependencies":{"tiny-lru":"^11.4.7"},"gitHead":"974a7ebd306127c65f714e2c915bfad50d705bfa","_id":"axios-extensions@4.0.0","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"},"_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-LlzR70Wy4JvJ9PUsbriCSVy+1nuq3vuAkYglzkQH4Q0KcmtRZuUO3w/Wmt44QQQ37/U0zeZ6c0b/l2Q42EIJJA==","shasum":"c61564c308491d9be0018aa23484d46b888e54cd","tarball":"https://registry.npmjs.org/axios-extensions/-/axios-extensions-4.0.0.tgz","fileCount":41,"unpackedSize":225208,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD5MTB6QT6oHAza/84CWiG8UOOaxXD1M+ppye61+o8XhAIgcDLkfdUabsiPQn3CkclgquCqVKlO/CUhcxFf8a1r4JY="}]},"_npmUser":{"name":"kuitos","email":"kuitos.lau@gmail.com"},"directories":{},"maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/axios-extensions_4.0.0_1775322302778_0.8013141417630911"},"_hasShrinkwrap":false}},"time":{"created":"2017-09-28T08:24:44.874Z","modified":"2026-04-04T17:05:03.064Z","0.0.1":"2017-09-28T08:24:44.874Z","1.0.0":"2017-10-16T17:42:25.575Z","1.0.1":"2017-10-17T04:55:16.343Z","1.0.2":"2017-10-17T10:02:45.480Z","1.1.0":"2017-10-18T03:07:48.727Z","1.1.1":"2018-01-12T03:02:10.852Z","1.1.2":"2018-01-12T03:41:58.231Z","1.1.3":"2018-01-12T03:45:15.972Z","1.2.0":"2018-02-01T15:29:00.344Z","1.2.1":"2018-03-14T08:02:02.423Z","2.0.0":"2018-03-20T04:56:44.032Z","2.0.1":"2018-03-27T16:31:59.343Z","2.0.2":"2018-03-30T08:34:11.390Z","2.0.3":"2018-04-28T04:43:04.990Z","3.0.0":"2018-05-04T10:41:37.426Z","3.0.1":"2018-05-04T10:59:34.557Z","3.0.2":"2018-05-04T11:08:33.866Z","3.0.3":"2018-06-28T03:24:14.779Z","3.0.4":"2018-11-27T18:03:33.087Z","3.0.5":"2018-12-25T04:16:55.166Z","3.0.6":"2019-05-27T14:07:46.231Z","3.1.0":"2020-02-18T10:17:16.907Z","3.1.1":"2020-02-18T12:55:56.428Z","3.1.2":"2020-03-05T06:42:47.671Z","3.1.3":"2020-05-28T03:20:55.992Z","3.1.4":"2022-09-26T08:31:53.199Z","3.1.5":"2022-10-05T05:38:20.597Z","3.1.6":"2022-10-07T05:36:03.231Z","3.1.7":"2023-05-29T11:38:29.692Z","4.0.0":"2026-04-04T17:05:02.948Z"},"author":{"name":"kuitos"},"license":"MIT","homepage":"https://github.com/kuitos/axios-extensions","keywords":["axios","cache","extensions","adapter"],"repository":{"type":"git","url":"git+https://github.com/kuitos/axios-extensions.git"},"description":"make axios great again","maintainers":[{"name":"kuitos","email":"kuitos.lau@gmail.com"}],"readme":"<div align=\"center\">\n\n# axios-extensions\n\n[![npm version](https://img.shields.io/npm/v/axios-extensions.svg?style=flat-square)](https://www.npmjs.com/package/axios-extensions)\n[![build](https://img.shields.io/github/actions/workflow/status/kuitos/axios-extensions/ci.yml?branch=master&style=flat-square)](https://github.com/kuitos/axios-extensions/actions/workflows/ci.yml)\n[![coverage](https://img.shields.io/codecov/c/github/kuitos/axios-extensions.svg?style=flat-square)](https://codecov.io/gh/kuitos/axios-extensions)\n[![npm downloads](https://img.shields.io/npm/dt/axios-extensions.svg?style=flat-square)](https://www.npmjs.com/package/axios-extensions)\n\n**Composable Axios adapter enhancers for cache, throttle, and retry.**\n\n[Quick Start](#quick-start) • [API](#api) • [Migration](./MIGRATION.md) • [npm](https://www.npmjs.com/package/axios-extensions)\n\n</div>\n\naxios-extensions gives you production-friendly request behavior without replacing Axios itself.\n\n> This README targets **v4.x**. Looking for older docs? See [v3.1.7](https://github.com/kuitos/axios-extensions/tree/v3.1.7).\n>\n> Migrating from v3? Read **[MIGRATION.md](./MIGRATION.md)**.\n\n## Table of Contents\n\n- [Why axios-extensions](#why-axios-extensions)\n- [Version & Compatibility](#version--compatibility)\n- [Installation](#installation)\n- [Quick Start](#quick-start)\n- [API](#api)\n  - [`cacheAdapterEnhancer`](#cacheadapterenhancer)\n  - [`throttleAdapterEnhancer`](#throttleadapterenhancer)\n  - [`retryAdapterEnhancer`](#retryadapterenhancer)\n- [TypeScript Notes](#typescript-notes)\n- [Logging](#logging)\n- [Development](#development)\n- [License](#license)\n\n## Highlights\n\n- ⚡ **Composable by design**: stack cache, throttle, and retry in one adapter pipeline.\n- 🧠 **Sensible defaults**: GET caching, GET-only throttling, and retry controls out of the box.\n- 🧩 **TypeScript-ready**: request config is module-augmented for feature flags and overrides.\n- 🪶 **Lightweight**: focused utilities with no framework lock-in.\n\n## Why axios-extensions\n\n| Enhancer | What it does | Typical use case |\n| --- | --- | --- |\n| `cacheAdapterEnhancer` | Request-level response caching | Avoid duplicate reads for the same resource |\n| `throttleAdapterEnhancer` | Dedupe/throttle GET requests inside a time window | Prevent burst requests during rapid UI interactions |\n| `retryAdapterEnhancer` | Retry failed requests with global/per-request overrides | Improve resilience on flaky networks |\n\nThese enhancers are designed to be **composed together** on top of Axios adapters.\n\n### Pick the right enhancer\n\n| If you want to... | Use |\n| --- | --- |\n| Avoid duplicate reads and reuse response results | `cacheAdapterEnhancer` |\n| Collapse repeated GET requests in rapid bursts | `throttleAdapterEnhancer` |\n| Survive transient network/backend failures | `retryAdapterEnhancer` |\n\n## Version & Compatibility\n\n| Package | Supported version |\n| --- | --- |\n| Node.js | `>= 18` |\n| axios | `>= 1.0.0` |\n\n`axios v0.19.0` is not supported due to an Axios custom config issue: https://github.com/axios/axios/pull/2207\n\n## Installation\n\n```bash\nnpm i axios-extensions\n```\n\n```bash\nyarn add axios-extensions\n```\n\nBrowser UMD build:\n\n```html\n<!-- exposed as window['axios-extensions'] -->\n<script src=\"https://unpkg.com/axios-extensions/dist/axios-extensions.min.js\"></script>\n```\n\n## Quick Start\n\nCompose all three enhancers in one adapter:\n\n```ts\nimport axios from 'axios';\nimport {\n\tcacheAdapterEnhancer,\n\tthrottleAdapterEnhancer,\n\tretryAdapterEnhancer,\n} from 'axios-extensions';\n\nconst adapter = retryAdapterEnhancer(\n\tthrottleAdapterEnhancer(\n\t\tcacheAdapterEnhancer(axios.defaults.adapter!),\n\t\t{ threshold: 1000 },\n\t),\n\t{ times: 2 },\n);\n\nexport const http = axios.create({\n\tbaseURL: '/api',\n\tadapter,\n});\n```\n\nPer-request overrides:\n\n```ts\nawait http.get('/users', {\n\tforceUpdate: true,\n\tthreshold: 3000,\n\tretryTimes: 3,\n});\n```\n\nCommon composition presets:\n\n```ts\n// 1) Cache only\nconst cacheOnly = cacheAdapterEnhancer(axios.defaults.adapter!);\n\n// 2) Cache + throttle (great for list/search pages)\nconst cacheAndThrottle = throttleAdapterEnhancer(\n\tcacheAdapterEnhancer(axios.defaults.adapter!),\n\t{ threshold: 1000 },\n);\n\n// 3) Full resilience pipeline\nconst resilient = retryAdapterEnhancer(cacheAndThrottle, { times: 2 });\n```\n\n## API\n\n### `cacheAdapterEnhancer`\n\nWhen to use: cache requests (GET by default) and optionally customize cache strategy/key generation.\n\n```ts\ncacheAdapterEnhancer(adapter: NonNullable<AxiosRequestConfig['adapter']>, options?: {\n\tcacheable?: (config: AxiosRequestConfig) => boolean | ICacheLike<any>;\n\tkeyGenerator?: (config: AxiosRequestConfig) => string;\n\tdefaultCache?: ICacheLike<AxiosPromise>;\n}): AxiosAdapter\n```\n\nDefault behavior:\n\n- If `config.cache` is set, it is used as override\n- Otherwise GET requests are cached\n- Default cache store is `new Cache({ ttl: 5 * 60 * 1000, max: 100 })`\n\nCommon request options (module-augmented on `AxiosRequestConfig`):\n\n- `cache?: boolean | ICacheLike<any>`\n- `forceUpdate?: boolean`\n\nExample: enable cache for GET by default, but force refresh per request:\n\n```ts\nawait http.get('/users', { forceUpdate: true });\n```\n\nExample: opt-in cache only:\n\n```ts\nconst adapter = cacheAdapterEnhancer(axios.defaults.adapter!, {\n\tcacheable: config => config.cache ?? false,\n});\n```\n\nExample: cache GET + POST with a URL-only key (safe only when params/body do not affect response):\n\n```ts\nconst adapter = cacheAdapterEnhancer(axios.defaults.adapter!, {\n\tcacheable: config => config.method === 'get' || config.method === 'post',\n\tkeyGenerator: config => `${config.method}:${config.url}`,\n});\n```\n\n`config.url` alone is only safe when query params/body do not change response semantics. Otherwise include `params` and (for non-GET) `data` in the key.\n\n### `throttleAdapterEnhancer`\n\nWhen to use: dedupe GET requests triggered repeatedly within a short interval.\n\n```ts\nthrottleAdapterEnhancer(adapter: NonNullable<AxiosRequestConfig['adapter']>, options?: {\n\tthreshold?: number;\n\tcache?: ICacheLike<{ timestamp: number; value?: AxiosPromise }>;\n}): AxiosAdapter\n```\n\nDefault behavior:\n\n- Only affects **GET** requests\n- Requests within `threshold` (default `1000ms`) reuse in-flight/previous promise\n- Non-GET requests pass through untouched\n\nRequest-level override:\n\n- `threshold?: number` on `AxiosRequestConfig`\n\n```ts\nawait http.get('/users', { threshold: 3000 });\n```\n\n### `retryAdapterEnhancer`\n\nWhen to use: retry transient failures without rewriting request logic.\n\n```ts\nretryAdapterEnhancer(adapter: AxiosAdapter, options?: {\n\ttimes?: number;\n}): AxiosAdapter\n```\n\nDefault behavior:\n\n- Retries failed requests up to `times` (default `2`)\n- Per-request override via `retryTimes?: number`\n\n```ts\nawait http.get('/critical-endpoint', { retryTimes: 3 });\n```\n\n## TypeScript Notes\n\n`axios-extensions` augments Axios request types for:\n\n- `cache`\n- `forceUpdate`\n- `threshold`\n- `retryTimes`\n\nWhen importing shared cache contracts in TypeScript, use type-only imports:\n\n```ts\nimport type { ICacheLike } from 'axios-extensions';\n```\n\nIf your project has strict interop settings, enabling these can improve import ergonomics:\n\n- `esModuleInterop: true`\n- `allowSyntheticDefaultImports: true`\n\n## Logging\n\nSet `process.env.LOGGER_LEVEL=info` in Node-based development to enable internal info logging.\n\n## Development\n\n```bash\nnpm run lint\nnpm test\nnpm run build\n```\n\n## License\n\nMIT\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/kuitos/axios-extensions/issues"}}