{"_id":"@ace-fetch/axios","_rev":"28-35fdd6097ffccbc4c12c09fea6ef78e0","name":"@ace-fetch/axios","dist-tags":{"alpha":"0.5.0-alpha.0","latest":"0.9.1"},"versions":{"0.1.2":{"name":"@ace-fetch/axios","version":"0.1.2","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.1.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"517479e4ec5146a8858a333366c367b82dc34a2c","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.1.2.tgz","fileCount":53,"integrity":"sha512-Jx0A7kRLU5Bv0165DxbZSuN/axdoxA/TPwvBJqTIAAnvFNp6lFnZNauHPXPXn/aZ1m9mpW3lH5XRgflUn6b2Yw==","signatures":[{"sig":"MEUCIAwzNoS32QFOD+rY2mrflRNz4kEIetm3lKgsYn1wIXVFAiEAg96UTxc29SL+XjqYIrBKKDEn84XJcVV31dn363Rz7QM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":281029},"main":"lib/index.js","unpkg":"dist/fetch-axios.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":"./esm/*","default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":"./lib/*"}},"gitHead":"b4bd2a8217b219eca8371d253d1bb711aca49c9e","scripts":{"lint":"eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"eslint . --cache --fix --ignore-path=../../.eslintignore","prebuild":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"tsc --project tsconfig.build.json","build:esm":"tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"rollup --config","release:beta":"npm version $(semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","release:alpha":"npm version $(semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/fetch-axios.umd.production.js","umd:main":"dist/fetch-axios.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.14.0+x64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"warning":"^4.0.3","@ace-fetch/core":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/vue":"^0.1.0","@types/warning":"^3.0.0"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.1.2_1690785727675_0.40138944162425827","host":"s3://npm-registry-packages"}},"0.1.3":{"name":"@ace-fetch/axios","version":"0.1.3","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.1.3","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"6804e74a230abb2a88621cc8ea1d8861c126999b","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.1.3.tgz","fileCount":54,"integrity":"sha512-fQIir+couQq/L2N2xVpq+HFv13SbRczgXkrORGPTSXTu1YH9hBAXtabx3D9LXjPazDHMJG5XaOGumYyNAD3IfA==","signatures":[{"sig":"MEQCIAilZnI+RMzEaRf4kGPy11qWH0lfr6RkgW95WJXgaHLcAiBG4qgz10yLpr2FBbhlQF8TTIcgrxD+2jF/aRs7oRzvNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":281353},"main":"lib/index.js","unpkg":"dist/fetch-axios.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":"./esm/*","default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":"./lib/*"}},"gitHead":"99074d794e59e8851146ec72fa5a3dc6ac67b9cc","scripts":{"lint":"eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"eslint . --cache --fix --ignore-path=../../.eslintignore","prebuild":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"tsc --project tsconfig.build.json","build:esm":"tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"rollup --config","release:beta":"npm version $(semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","release:alpha":"npm version $(semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/fetch-axios.umd.production.js","umd:main":"dist/fetch-axios.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.14.0+x64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"warning":"^4.0.3","@ace-fetch/core":"^0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/vue":"^0.1.3","@types/warning":"^3.0.0"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.1.3_1691482202600_0.8983517676218258","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@ace-fetch/axios","version":"0.2.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.2.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"fc67dabd487cd1551e97ea9db6119fb324916e13","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.2.0.tgz","fileCount":54,"integrity":"sha512-B58wiOrYRES88uAHsHvctFHhX3amRgwrGp8eY3ZrsJRRmoGVWvGktLnsLKivOR7+WsS46KFxncVJNXIZY26hdQ==","signatures":[{"sig":"MEQCIEgnp5r+FShooEP3smUZA6+T4/Vs8r750YubWVaAM3IdAiAQ7ufVEMNuZoVE5tDI3+zCdokR1sKESZbp/c6aHjAOGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":370673},"main":"lib/index.js","unpkg":"dist/fetch-axios.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":"./esm/*","default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":"./lib/*"}},"gitHead":"febd6d406a2095b3177f8990160fdfdba86d1dc7","scripts":{"lint":"eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"eslint . --cache --fix --ignore-path=../../.eslintignore","prebuild":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"tsc --project tsconfig.build.json","build:esm":"tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"rollup --config","release:beta":"npm version $(semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","release:alpha":"npm version $(semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/fetch-axios.umd.production.js","umd:main":"dist/fetch-axios.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.14.0+x64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"@ace-util/core":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/vue":"^0.2.0","@ace-fetch/core":"^0.2.0"},"peerDependencies":{"axios":"^0.27.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.2.0_1691487969789_0.03877425291514336","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@ace-fetch/axios","version":"0.2.1","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.2.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"a001b4127b9e6b16d54ef100141458d3764165a9","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.2.1.tgz","fileCount":52,"integrity":"sha512-xiYn5G6x82bCXSp7ofqxyK+hV2Nl50lw1GDhPmduZCp3VnVYaBeRVXhYEqmKyHqhcbwKXvzD570JD10Au6Oa0g==","signatures":[{"sig":"MEQCIHOtYlvM1ERjJBCPSMnOrh7oh4R/v7bXjq2MKT9e75fNAiA0qeSG/UBMzkQ8PVyzGTG8D4ORBYVlXTpAK1cyLxiUjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":368907},"main":"lib/index.js","types":"./lib/index.d.ts","unpkg":"dist/fetch-axios.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":"./esm/*","default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":"./lib/*"}},"gitHead":"50b00716db1037afaaa084686bf5f736b963a8f7","scripts":{"lint":"eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"eslint . --cache --fix --ignore-path=../../.eslintignore","prebuild":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"tsc --project tsconfig.build.json","build:esm":"tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"rollup --config","release:beta":"npm version $(semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","release:alpha":"npm version $(semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/fetch-axios.umd.production.js","umd:main":"dist/fetch-axios.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"8.19.4","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@ace-util/core":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/vue":"^0.2.0","@ace-fetch/core":"^0.2.0"},"peerDependencies":{"axios":"^0.27.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.2.1_1701055192244_0.3206231391394194","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@ace-fetch/axios","version":"0.2.2","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.2.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"08d6f688a88dc48d346cc2a2f5f175d40f9e7a90","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.2.2.tgz","fileCount":54,"integrity":"sha512-NCy/oD7oMLH+4BzPVteTy2mJfwsJ0U9RRxXdaAECVnQHe9y/imtKkcshrIMbFlrlA9I70vDwr39nbMFbniyJeg==","signatures":[{"sig":"MEQCIDG9kgm/mbUmQ70pQR+WzonyxnGrxB/6xPZiCmjQGIkkAiBo7p6CzaP6vRseMUVKilGY9lzN6n5jpTy4gkLarQWARA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":370890},"main":"lib/index.js","unpkg":"dist/fetch-axios.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"643414850379e433be6cba94f05c0920a7d95fb7","scripts":{"lint":"eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"eslint . --cache --fix --ignore-path=../../.eslintignore","prebuild":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"tsc --project tsconfig.build.json","build:esm":"tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"rollup --config","release:beta":"npm version $(semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","release:alpha":"npm version $(semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/fetch-axios.umd.production.js","umd:main":"dist/fetch-axios.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.20.2+arm64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@ace-util/core":"^0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/vue":"^0.2.2","@ace-fetch/core":"^0.2.2"},"peerDependencies":{"axios":"^0.27.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.2.2_1705388123615_0.5777076745704561","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@ace-fetch/axios","version":"0.3.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.3.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"6cc91dbb7027f17aa0c495142e68719ebd9ae04a","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.3.0.tgz","fileCount":54,"integrity":"sha512-7NoJr1MPRY29RakD8W3FWfrqvI0oIEfn6/f/KSxq2H15lwu8Tl1kK3UZ95IG2/GRXQQ9QmcwNiX9piiyXL+tDw==","signatures":[{"sig":"MEQCIBHrgOEQDtAeZ1wVUIm5lgfoqVeKfYH5Ah1FrVv1daF/AiBaZd1kLoqrd+bnU/OlVfgyvBPTVohCU/vxg3I8SVlKnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":371117},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"da1889f81b2853370ffd6193b6dea565543e0787","scripts":{"lint":"eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"rimraf -rf lib esm dist && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"eslint . --cache --fix --ignore-path=../../.eslintignore","prebuild":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"tsc --project tsconfig.build.json","build:esm":"tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"rollup --config","release:beta":"npm version $(semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","release:alpha":"npm version $(semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.20.2+arm64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@ace-util/core":"^0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/vue":"^0.3.0","@ace-fetch/core":"^0.3.0"},"peerDependencies":{"axios":"^0.27.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.3.0_1711350276554_0.15842991648927152","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"@ace-fetch/axios","version":"0.3.2","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.3.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/vus-async/issues"},"dist":{"shasum":"e7b5718f690ffa5421f1e6c03b27848f19d2cd70","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.3.2.tgz","fileCount":54,"integrity":"sha512-jEW8RvHLR1/LZXKFyvYnKUxCJB3rCcK5mzH5BeOTMm6us6CJ3kR/29yYAyhNFUUSv86N30MfOdXSQoCQdzqFdA==","signatures":[{"sig":"MEYCIQC0VT7PKAtgKkKmOsDUjjNgTprPPYIN8q6INeNgxfUUqQIhAMMW5rpoi1Nk87YQE9Jw/ei7JDV4PT8rS0a+3EP9kgFZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":371314},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"ce316f325d0fefc1426dc1cde4d12e6b4dd044cb","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config","release:beta":"npm version $(run -T semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"npm version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(run -T semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(run -T semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(run -T semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.20.2+arm64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@ace-util/core":"^0.1.1","@ace-fetch/core":"0.3.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"^3.0.0","axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.3.2_1721385404227_0.5936525576067389","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@ace-fetch/axios","version":"0.4.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.4.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"24e23479c0d39caa6ae78b502892a0bd2f7fd088","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.4.0.tgz","fileCount":54,"integrity":"sha512-2w14l/9gnRjFx5AmfEuLQoDbcnPnAMpY7H0dl3RPnMlK/UOGUcN88LS5MZXUcZpnnpp/Lc6LzI/1Hz/j/DzNqQ==","signatures":[{"sig":"MEUCIBwlj7iUlPKzPt7R6oKA2MZ/cKc9de6xtfjvUSzniAwIAiEA4cPUN0gzpJ1FKsiTmEMuHSgimU1tw3mJHR4MqfvK64M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":371521},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"8ef660f44b1807d73c5f7b872873e43b24509426","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config","release:beta":"npm version $(run -T semver $npm_package_version -i prerelease --preid beta ) && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"npm version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && yarn build && npm publish --tag alpha","release:major":"npm version $(run -T semver $npm_package_version -i major) && yarn build && npm publish --tag latest","release:minor":"npm version $(run -T semver $npm_package_version -i minor) && yarn build && npm publish --tag latest","release:patch":"npm version $(run -T semver $npm_package_version -i patch) && yarn build && npm publish --tag latest","serve:playground":"nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/3.22.1/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.1.1","@ace-fetch/core":"^0.4.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"^3.0.0","axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.4.0_1724903751396_0.41063168173194575","host":"s3://npm-registry-packages"}},"0.4.1-alpha.0":{"name":"@ace-fetch/axios","version":"0.4.1-alpha.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/axios@0.4.1-alpha.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"homepage":"https://github.com/aceHubert/ace-fetch#readme","bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"d678688a777361effb609ee56045fdc4c539b2ef","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.4.1-alpha.0.tgz","fileCount":28,"integrity":"sha512-+GIMI8BV2xe7Zfn97zNOvKjW719z7qUMeJzAzQKHyNCOh9hVHg1hK3A9FOwmcvRK8GU62zXozk65LF/hK8wVtg==","signatures":[{"sig":"MEUCIQCqJDJjcsgCskU5UVgwCU2XexYLl2lCvg+15yTjgTccnAIgG5RphcVMXxFA7CcfSkNorA1vkcgrSLy+3dWu6t3N9tM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348732},"main":"lib/index.js","types":"./lib/index.d.ts","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"7d311bf4a95f83b37d1a996ddf6f76ca3654f41d","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"git+https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"8.19.4","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.4.1-alpha.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.4.1-alpha.0_1725356540155_0.5115054863690867","host":"s3://npm-registry-packages"}},"0.5.0-alpha.0":{"name":"@ace-fetch/axios","version":"0.5.0-alpha.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.5.0-alpha.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"46fb4ef642005003cffbee81472522079c7a2da9","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.5.0-alpha.0.tgz","fileCount":33,"integrity":"sha512-hvhQ75/KO7ppnNCgw8cnieJNlNZ9yJae+FAT14YVv6becfHbxTzC7ydlq38Ge6yiAdvN1pjs/66CnyJ5plyR6Q==","signatures":[{"sig":"MEQCIDgGqhnEKeHWu2H8f0occq8N6uct4epzR4bp1378Bc3vAiA7lDaB6djSTEnF55ABElDwVvlKhkOnVahWkr2PpmI4JQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347399},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"b444b54df6155c9455f66988dfe05118dfe89439","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.0-alpha.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.5.0-alpha.0_1725444457665_0.6813830834021493","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@ace-fetch/axios","version":"0.5.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.5.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"6cfb12da821a0afa78e8b50e57d47dc8f67d7fff","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.5.0.tgz","fileCount":33,"integrity":"sha512-7/zDKu1hlii9OO+5OKkYHLDxH6lTrxJIkNVY1trsLx4QJ9YsxZsL14XY2MihZLqRzCNfY3n+5uURSc621jNCNw==","signatures":[{"sig":"MEYCIQDIUcZMI5Cq/DaAu6AFbQBoMc6E3ZMQtPkWG4R6Mq6g1gIhAO6imQNcj1pL60+Y6Ek5A5XZpsGCvu1fK31Ne6RRx8eo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347335},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"d7ea0db9961d1c15f52262e03ed4d80d24f530f6","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.5.0_1725504994393_0.32090557600260494","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"@ace-fetch/axios","version":"0.5.1","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.5.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"3e7018c35c152216251259fdde0d30fec1f5f54c","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.5.1.tgz","fileCount":33,"integrity":"sha512-VrvA9uj52qSkl/Kt87kwXSDy/NX0zsY1B20Z1TfQgIpfRJv4jOpa6EDgspXaw8wol8Eb9pqHm4ETHlThI2XXIg==","signatures":[{"sig":"MEYCIQDB7ZPeG72H9Svo7Nm2PcEDl4jAlIPLikSSfgjt6aQjIQIhAKPBdC3XFRoWJo5zYK3zXQi/t3SeuAU4+KqGoItwSpvs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347335},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"08cf198812625df9bd144c46b8e0443630566519","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.5.1_1726034490351_0.3826419447284839","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"@ace-fetch/axios","version":"0.5.3","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.5.3","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"43cadfce2adf501e82257bdfe85e86e0b3b5eb3d","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.5.3.tgz","fileCount":33,"integrity":"sha512-RqndJutdlRitZpNYzT9QXfg724t2SahFYw0ZZ78MIpQ+NdnY7HrFs/aoyN/0kYefVsaTbHX2s7X0NiLRWb/hwQ==","signatures":[{"sig":"MEQCIEuhGstAJ/4OQcASGJfeDexDPxSbCsQG3N0f0di/vsFnAiA9W3iwVlKHmSy1SSr4vH3cuDf5H3uU8d0AeR7lKEtELA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347335},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"bb311e9c6586f2eac0cbb880254d1b303f5a9566","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --declarationDir types --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.5.3_1726040518861_0.866255555555508","host":"s3://npm-registry-packages"}},"0.5.5":{"name":"@ace-fetch/axios","version":"0.5.5","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.5.5","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"66ee2b93a8830d90a02060c534bf8a4275af0ad8","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.5.5.tgz","fileCount":33,"integrity":"sha512-ha91q1x0kDVKotoafXXmVHBtFGfWXi1ETMadZLnYw+69HKKvMbpza0Yoab8LfgR7h23bIAzANBu6a3SaMrh4qw==","signatures":[{"sig":"MEUCIQCe5cI5JJcYZ8I3WbtZ10ed0YUWQh2NLYFNDbJi6VItQAIgLV3FNsxud456AihO7LL0gM4UFOh7lfPLPbKxX9bC2E4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347312},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"7bf6e012071120d5342df94a381d114416c8be72","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.5.5_1730370977240_0.9012607735707683","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"@ace-fetch/axios","version":"0.6.1","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.6.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"3e55d04e11002639d007a8e15c4b6560a9a1f54a","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.6.1.tgz","fileCount":33,"integrity":"sha512-8ouNLsBKVdyOEMivdrA3IU50aAx3ZsJQaWkvEvWw4eXm/fIi5m+snlcRAtY4k1Z33mAt6SLojyLmmhssUAX1Eg==","signatures":[{"sig":"MEYCIQC6wF8A0QqC0jyk0C8AeCjODpK8jQzUN7RMOkX1v6felgIhAIIt2bV0LQnxYI2x3yNUlE9oV52fmh+Dnsi3isuKz+16","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347312},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"ae475dea9f64a4319df65880ff0ee1be7482f4c5","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.6.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.6.1_1730432709488_0.38276468879428815","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"@ace-fetch/axios","version":"0.6.2","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.6.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"804227fb4575f729520ce8b632f4f8ba83454019","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.6.2.tgz","fileCount":33,"integrity":"sha512-3TmZ5LoNlQojSYIHnDMjodbpexhnwmWfhZ5fu/Dcqo3sfJMomgjcWA1m6Cpnk9bv13Npa2csT3i4QaPMpqqHLA==","signatures":[{"sig":"MEYCIQDftQXs6VA+Wy8Va+YMfbnzgzwevgPUTvdW4Je1RrRDbAIhAJ9c3drVQ0Ao+VffvQXcSzxfW+OVJbrlZeNgD05QHIDh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":347312},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"73d37f0c1e01a08e29d331114e3a993a1532d630","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.6.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.6.2_1730433721680_0.1784625582189061","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@ace-fetch/axios","version":"0.7.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.7.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"62e609297a7a782a392da15779660405d2a2f5a1","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.7.0.tgz","fileCount":33,"integrity":"sha512-GsWQJ/ip1YGlXjpvfCemqWnKoj1Bu/YYJMjvI2CH4qvuYE4ikF2lvcAEHHvFjc7TH4Zezb+WNcBUfLNKzLpIqw==","signatures":[{"sig":"MEQCIFwJwWm/snfERrNCv02SNrG+L5UXcIkL9G4aB2L+29x8AiAJxOOYuzifAa/aUpaNzldcGcMGtGroX2W+f665mcgkCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348586},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"ad81ab0cf8b7d3c90702e317e62f1f5583eb2dd6","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.20.2+arm64 (darwin)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.7.0_1732245490479_0.5510317212058147","host":"s3://npm-registry-packages"}},"0.7.1":{"name":"@ace-fetch/axios","version":"0.7.1","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.7.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"aa0aec8816fde8af7aa1a932fa0df4d278b89342","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.7.1.tgz","fileCount":33,"integrity":"sha512-6aQ8ufpaO/BDe2GuF+pEfaLxqj8iCXFR3DQ9IB6O1BRp5bIqtvBTrjGVCekgm9/Y2khCnH/v0iN/E+9qaATl7w==","signatures":[{"sig":"MEUCIFG0ox3QhJT++4abaKzwGBXqeq4jzSndYjTqBDVlR5IvAiEA5MfpOFkkee+7+mie/OuoYoOiyo47kqtGKOEeU6HJrvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348586},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"93f83b80281e1a5454e660344999620305373d58","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.7.1_1732245747467_0.7443860553113606","host":"s3://npm-registry-packages"}},"0.7.2":{"name":"@ace-fetch/axios","version":"0.7.2","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.7.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"f9ef99fa82cd23eafc9e5b24c77d82b36030aac4","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.7.2.tgz","fileCount":33,"integrity":"sha512-hhfNTwTkIVsBaON6zPqFEWi0ziMGtcMxInE4JCjBA4V39hUYyUZ+z6sQsHVJtk8+IPla3ffaVa927r7SbpGwKw==","signatures":[{"sig":"MEYCIQCQWNiNgPgOc/P0XHmq9DlRurm7tExtXeoO62ZlqHJPJgIhAOx6ygWK7BW4X/svLye9n80GfxSF5ykVYrjAAJan5Puu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348586},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"b333f13aafa220fc3f7e7f8232fef25f31b659ef","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.7.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.7.2_1733371022601_0.342873585319037","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"@ace-fetch/axios","version":"0.8.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.8.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"791f4de58c61a6c72cbd6ef7efa91f874c94e884","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.8.0.tgz","fileCount":33,"integrity":"sha512-Ks1DzrdGFFKZ7S7IStB8NFUhx/6F9XdBM4gMyWgAzfW8XZIgoCccq2MUSrK+KEAxlyl5tVgvTYJgoBbEWJMxJg==","signatures":[{"sig":"MEYCIQDaPrmLtG4LJJrrQhX+y9b8lUT0yD2MtMw7WSL8YWNTLAIhANkbMo82ni/yaSAsGwPwg2UM3NwqCPEdQuFEbZc4ADnx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":348586},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"5c4d78fcebd2dc0e7fdd134831bc1f7311e3348d","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.8.0_1733888000513_0.6009327686615404","host":"s3://npm-registry-packages-npm-production"}},"0.8.2":{"name":"@ace-fetch/axios","version":"0.8.2","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.8.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"3a93e6e7bb9ed0f5be9eb83705429d8c5b806977","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.8.2.tgz","fileCount":33,"integrity":"sha512-A13guAzNhLf/mdz5R9wSeo/Bmz7PauANt7Oc0iFS8H4czAQz4p/Em92lo4Zhayvy8AmY0hf+PQKN1Z8jBkwNsQ==","signatures":[{"sig":"MEUCIQD+H2rDCQ0rUDhoZz2cPZpmL3Av9a5Mt/oxkUoEUaJc8wIgLqtoJ42LkJbey5ceqI7RosI2km4rc5+mwIFC6RIynHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":350071},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"3a9d7473d8faaecfc5747e2bb4cec3e9a05fe797","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.8.2_1733900083143_0.31516047711645023","host":"s3://npm-registry-packages-npm-production"}},"0.9.0":{"name":"@ace-fetch/axios","version":"0.9.0","keywords":["ace-fetch","fetch","axios","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/axios@0.9.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"cb90ce4380b76c09874d0d4bb601763723a7cf12","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.9.0.tgz","fileCount":33,"integrity":"sha512-mIdXRANgii9URM11u7OK3kOfms8tR2et//t413G+ugztklBXCkAGgJJuVY0DCOczq16sRk4e5yR9AzUEcLO95g==","signatures":[{"sig":"MEMCHxEqEfRg7CLWKOcSfDgusJMVVix/zQelAuS8d7hywbsCIHx71iEnRC6E7RFEgtDNFm28WNFZC4miCIUHBMfZWcmC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":350071},"main":"lib/index.js","unpkg":"dist/index.umd.production.js","module":"esm/index.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"},"require":["./*","./lib/*"]}},"gitHead":"02318e61c0c5d86626ea61ac3355f4febca2b3bb","scripts":{"lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","release:beta":"yarn version $(run -T semver $npm_package_version -i prerelease --preid beta ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag beta","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","release:alpha":"yarn version $(run -T semver $npm_package_version -i prerelease --preid alpha ) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag alpha","release:major":"yarn version $(run -T semver $npm_package_version -i major) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:minor":"yarn version $(run -T semver $npm_package_version -i minor) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","release:patch":"yarn version $(run -T semver $npm_package_version -i patch) && ../../scripts/remove-stableVersion.sh && yarn build && npm publish --tag latest","serve:playground":"run -T nuxi dev playground  --port 7003"},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"jsdelivr":"dist/index.umd.production.js","umd:main":"dist/index.umd.production.js","repository":{"url":"https://github.com/aceHubert/ace-fetch.git","type":"git","directory":"packages/axios"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"axios adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.9.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"_npmOperationalInternal":{"tmp":"tmp/axios_0.9.0_1733991944050_0.9785510074484769","host":"s3://npm-registry-packages-npm-production"}},"0.9.1":{"name":"@ace-fetch/axios","version":"0.9.1","author":"Hubert<yi.xiang@live.com>","description":"axios adapter for @ace-fetch/core.","main":"lib/index.js","module":"esm/index.js","umd:main":"dist/index.umd.production.js","unpkg":"dist/index.umd.production.js","jsdelivr":"dist/index.umd.production.js","exports":{".":{"import":"./esm/index.js","require":"./lib/index.js"},"./*":{"import":["./*","./esm/*"],"require":["./*","./lib/*"],"default":{"import":"./esm/*/index.js","require":"./lib/*/index.js"}}},"keywords":["ace-fetch","fetch","axios","microfront"],"scripts":{"serve:playground":"run -T nuxi dev playground  --port 7003","serve":"run -T concurrently --raw \"tsc --project tsconfig.build.json --module es2015 --declaration --outDir esm -watch\" \"yarn serve:playground\"","build":"run -T rimraf -rf lib esm dist && yarn build:version && yarn build:cjs && yarn build:esm && yarn build:umd","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","build:cjs":"run -T tsc --project tsconfig.build.json","build:esm":"run -T tsc --project tsconfig.build.json --module es2015 --outDir esm","build:umd":"run -T rollup --config --bundleConfigAsCjs","lint":"run -T eslint . --cache --report-unused-disable-directives --ignore-path=../../.eslintignore","lint:fix":"run -T eslint . --cache --fix --ignore-path=../../.eslintignore"},"license":"MIT","repository":{"type":"git","url":"https://github.com/aceHubert/ace-fetch.git","directory":"packages/axios"},"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dependencies":{"@ace-fetch/core":"^0.9.1","@ace-util/core":"^0.3.0"},"devDependencies":{"axios":"^0.27.1"},"peerDependencies":{"axios":"^0.27.0"},"publishConfig":{"access":"public"},"gitHead":"a46925f9ee6a73e739023d9541b0bbfc65829545","_nodeVersion":"16.20.2","_npmVersion":"lerna/8.1.8/node@v16.20.2+arm64 (darwin)","_id":"@ace-fetch/axios@0.9.1","dist":{"integrity":"sha512-lLryCqOtksD+Z4wZhVIBeBjaN/H6D2TeJBnVBdVqjTODJVHK3gpxh9gEnOOeUTuY5Eu3fBFopkcGUHvtwN1mKQ==","shasum":"6d1326ee5cc7fa63584d2056ac792e0d83cdf2f4","tarball":"https://registry.npmjs.org/@ace-fetch/axios/-/axios-0.9.1.tgz","fileCount":33,"unpackedSize":349201,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAIUeeGpy2SyOFQSo2izLEe44CPEi3VsTtXdERMwlN2GAiBQPZujiXeF+IqcYJuS+4sj9kaa7/Q2d+sZ03pZiD3zlw=="}]},"_npmUser":{"name":"acehubert","email":"yi.xiang@live.cn"},"directories":{},"maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/axios_0.9.1_1737019417586_0.6014182553682768"},"_hasShrinkwrap":false}},"time":{"created":"2023-07-31T06:42:07.604Z","modified":"2025-01-16T09:23:37.989Z","0.1.0":"2023-07-31T02:40:49.615Z","0.1.1":"2023-07-31T03:20:42.469Z","0.1.2":"2023-07-31T06:42:07.915Z","0.1.3":"2023-08-08T08:10:02.789Z","0.2.0":"2023-08-08T09:46:09.962Z","0.2.1":"2023-11-27T03:19:52.417Z","0.2.2":"2024-01-16T06:55:23.802Z","0.3.0":"2024-03-25T07:04:36.748Z","0.3.2":"2024-07-19T10:36:44.362Z","0.4.0":"2024-08-29T03:55:51.631Z","0.4.1-alpha.0":"2024-09-03T09:42:20.277Z","0.5.0-alpha.0":"2024-09-04T10:07:37.859Z","0.5.0":"2024-09-05T02:56:34.695Z","0.5.1":"2024-09-11T06:01:30.537Z","0.5.3":"2024-09-11T07:41:59.148Z","0.5.5":"2024-10-31T10:36:17.410Z","0.6.1":"2024-11-01T03:45:09.675Z","0.6.2":"2024-11-01T04:02:01.850Z","0.7.0":"2024-11-22T03:18:10.647Z","0.7.1":"2024-11-22T03:22:27.645Z","0.7.2":"2024-12-05T03:57:02.791Z","0.8.0":"2024-12-11T03:33:20.721Z","0.8.2":"2024-12-11T06:54:43.326Z","0.9.0":"2024-12-12T08:25:44.237Z","0.9.1":"2025-01-16T09:23:37.790Z"},"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"author":"Hubert<yi.xiang@live.com>","license":"MIT","keywords":["ace-fetch","fetch","axios","microfront"],"repository":{"type":"git","url":"https://github.com/aceHubert/ace-fetch.git","directory":"packages/axios"},"description":"axios adapter for @ace-fetch/core.","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"readme":"","readmeFilename":""}