{"_id":"@ace-fetch/vue","_rev":"36-9e8d5fd9565561baf049f3bd83187d2e","name":"@ace-fetch/vue","dist-tags":{"alpha":"0.5.0-alpha.0","latest":"0.11.4"},"versions":{"0.1.2":{"name":"@ace-fetch/vue","version":"0.1.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"13f6212459c9edcd7bea2a1e4e19ef21f6aebf91","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.1.2.tgz","fileCount":45,"integrity":"sha512-gLCR/aIWOAGAK3fpcSzSTqtZPZNVkG3NpWbXpAZy5SiI68EqkBHD3+SWKEwDhzBY40ynUPqQingI+KXgNs+QBA==","signatures":[{"sig":"MEUCIFEcTCO9mw97fZTmOgS2lapXCOhtfr9lbmLNxyZGzXxOAiEAyHcjU8+Yq4YB4bXngfbY0KjHSuv2ESsXW75rgVDSWms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":179782},"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":"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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.14.0+x64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"vue-demi":"^*","@ace-fetch/core":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1"},"peerDependencies":{"vue":"^2.6.0 || ^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.1.2_1690785724724_0.8341974226174034","host":"s3://npm-registry-packages"}},"0.1.3":{"name":"@ace-fetch/vue","version":"0.1.3","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"9e183df85d8992382ec24b9ace09f313d3e3dbbb","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.1.3.tgz","fileCount":46,"integrity":"sha512-EpTsgAA21CtDLTujbnO4FVT7nGpNes3QNPbAbax3BpVwLuvXJ5d3ZSCtO+r49l6YR96wCcK9nlrYPzCIhSUWrg==","signatures":[{"sig":"MEUCIG/fcdFsS7dqP+tltDzEsT24X+ps6vQEu/shefrNiOKkAiEA/75jsXSKSEtDzGSmh2rhQB8Fyr534krVP2XQUp8Guiw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":180259},"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":"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","postinstall":"vue-demi-fix","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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.14.0+x64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"vue-demi":"^*","@ace-fetch/core":"^0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1"},"peerDependencies":{"vue":"^2.6.0 || ^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.1.3_1691482202776_0.8520585601928183","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@ace-fetch/vue","version":"0.2.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"07aac64a73e318a494fe9bbb168ae3c39eb00ccc","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.2.0.tgz","fileCount":46,"integrity":"sha512-MAmaRUgeupk8D07QZ9QWaZeyav7Nw4/I3oohGMGMZ0NOIrLtjG7BeVC+3KU2f5KDVXkG/wGZZDy5CCOu4IA9Zg==","signatures":[{"sig":"MEUCIE2poabwWHMhgs6AxG/Og18cdu+lyzYcCJKrx1s6XZ1rAiEAtuWmXngL+/Q2kpGkGCVjsLv+S8SpMS9FNniMjYjD/UA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305409},"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":"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","postinstall":"vue-demi-fix","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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.14.0+x64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.0","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/core":"^0.2.0"},"peerDependencies":{"vue":"^2.6.0 || ^3.0.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.2.0_1691487969575_0.7385419686140615","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@ace-fetch/vue","version":"0.2.1","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"8e94eee699a97cf8c8037cf39d48335ddd5036c1","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.2.1.tgz","fileCount":44,"integrity":"sha512-uBRwlHi6wQEVlnApzCxgli6iGKVAtddDIPfJBtb7t1ZdvY9KFYoBls8p1r0bqQhPzg3vxlJjYhhYTw/P/DWOeA==","signatures":[{"sig":"MEUCIQCYBwV7RkQ0rudnonsQ/eIpuFUO/O69DQ/ZeUBbopPbnwIga1nM+A8LogZnwlpwQQKUbZ5vux15hHq6mesYo8yIqIM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":303372},"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":"1b827c1aa6d8c12a0be068c2442fcaaab6185074","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 7004"},"_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/vue"},"_npmVersion":"8.19.4","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/core":"^0.2.0"},"peerDependencies":{"vue":"^2.6.0 || ^3.0.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.2.1_1700725421952_0.09908208330338919","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@ace-fetch/vue","version":"0.2.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"a6cf0920a292d26fdb70a4227490396d414cafd1","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.2.2.tgz","fileCount":46,"integrity":"sha512-rHOjNpsiZ7ezIXy3QHg4rmAeynzzIi6ZvXpLbWJ7GhuqIuZG954WZ65WSlILnhFz/DH2VTcRBMPwhGcof9In5w==","signatures":[{"sig":"MEUCIEGlOI1vN++xakjWDCZCbIsAQkLnCbfjg1EzqBD7WJtIAiEAk2+gJaxL0RQoHU/FKQPJlxC90ZhtqHVHwefiwjgxao0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305589},"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":"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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.20.2+arm64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/core":"^0.2.2"},"peerDependencies":{"vue":"^2.6.0 || ^3.0.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.2.2_1705388125943_0.27963120857113455","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@ace-fetch/vue","version":"0.3.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"3628132313e8829842506f4b1a9b2e39c90b8a22","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.3.0.tgz","fileCount":46,"integrity":"sha512-nA14tKz4k3WKwC8fYfAH4MjEGMZ184eq94znHwgaUEWJ3WIKqlKj7BU5vLfb0nJGcC4TRHP3dHVrXv78UGLzXA==","signatures":[{"sig":"MEUCIQDYrsQg8/lHmcuLcL2anKFrJPJVUzWg/h6l9tlKvL5SiAIgUyYqJ6HdSnneeVlTgKUWhXfA3PqNW93cvOsgpMFnUzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":305737},"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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.20.2+arm64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.1.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nuxt":"~3.0.0-rc.0","axios":"^0.27.1","@ace-fetch/core":"^0.3.0"},"peerDependencies":{"vue":"^2.6.0 || ^3.0.0","@ace-fetch/core":"^0.1.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.3.0_1711350276555_0.8744357392511242","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"@ace-fetch/vue","version":"0.3.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"f56bb4b6bc8eb1ec77d577df9201fcfb9565c513","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.3.2.tgz","fileCount":46,"integrity":"sha512-cgFrA77ZmoH39fFEe4iiXMCAy6kH84FbAJFdV7qoKYLXgiopp1uVpNAgnSnUzzlXYEX40WXgOPIPtwxq/AF/hQ==","signatures":[{"sig":"MEQCIHvwANEF6KO7/FzMIGcGd4PjQp5vk/aK8xYtdmMDUJT/AiAX/NZtHyRae/oC1tyEJqgri9ZLDjFXTNALubO1w1+n6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306087},"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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.20.2+arm64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"*","@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":{"vue":"^2.6.0 || ^3.0.0","@vue/composition-api":"^1.0.0"},"peerDependenciesMeta":{"@vue/composition-api":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue_0.3.2_1721385404565_0.6827440004219036","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@ace-fetch/vue","version":"0.4.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"a7f8eea0031d4f57e73808550078c0b184aee6b7","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.4.0.tgz","fileCount":46,"integrity":"sha512-CryK66gk4LFjOEAFuApL2gSqdsfezlSy+BN/4bol1PI0s235kUIYMRfL6oP5xQHOzxDUq5nIA2quGIileshiNg==","signatures":[{"sig":"MEQCICNl+A+/Yx3dt6UZoqjs8rNwGiRKFTUFcxcC/VqjvLKwAiAfsvsNIGR+h/djr1z7Co2wjPrnM/axgGJXZ2aUr80OmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306310},"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 7004"},"_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/vue"},"_npmVersion":"lerna/3.22.1/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"*","@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":{"vue":"^2.6.0 || ^3.0.0","@vue/composition-api":"^1.0.0"},"peerDependenciesMeta":{"@vue/composition-api":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue_0.4.0_1724903751426_0.8212095436536886","host":"s3://npm-registry-packages"}},"0.4.1-alpha.0":{"name":"@ace-fetch/vue","version":"0.4.1-alpha.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":{"name":"Hubert","email":"yi.xiang@live.com"},"license":"MIT","_id":"@ace-fetch/vue@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":"415df0b428e3b6afca848a217fb0700f155960e2","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.4.1-alpha.0.tgz","fileCount":40,"integrity":"sha512-pBAjJzUc/hn4+tmooTAosSn6Ip9z0Q+2iLq+K3w1AENsFi/5HFX1VTpa9BUOiFLNW4wVk57InDmALW3/GH7KAg==","signatures":[{"sig":"MEYCIQCfaBRDW9nAY0t0+2xPESf8RUz++HCxjhCRaCW4s1hkRAIhAO/qNvOT/26Qv21xf8O6Y/OFih6c7Sm9RLT9CMsiaqsO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":335962},"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 7004"},"_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/vue"},"_npmVersion":"8.19.4","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"*","@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":{"vue":"^2.6.0 || ^3.0.0","@vue/composition-api":"^1.0.0"},"peerDependenciesMeta":{"@vue/composition-api":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/vue_0.4.1-alpha.0_1725356571793_0.7151472571257493","host":"s3://npm-registry-packages"}},"0.5.0-alpha.0":{"name":"@ace-fetch/vue","version":"0.5.0-alpha.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.5.0-alpha.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"7f958bd2822135a5ccb447daf6e9cf1a1698a4f5","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.5.0-alpha.0.tgz","fileCount":41,"integrity":"sha512-JoMd+DlCXRrJCKXWWEqt5Zc+JuO2YmhXYfzh92WSwo2mXeB4VB44mD4Iyk6JBvHdzQEtgEVH3Eb1BKEqHULzOQ==","signatures":[{"sig":"MEUCIQC3/XX5vTFwHX7/drhLcAWUo2TTQyt0lXoulSS3v8xrKwIgNh+/o5lVzdOolDNvzQw22Wdqc3bhxZeVRTceL2n5MeM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338043},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.0-alpha.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.5.0-alpha.0_1725444457734_0.2121069366086603","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@ace-fetch/vue","version":"0.5.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.5.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"3bf03c911555dd0ef08d5f47e0287477aef80dbd","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.5.0.tgz","fileCount":41,"integrity":"sha512-V53OeDLlpfTJPdZhAkBKA7DWOIxHblyoljgpqc8BcGUmCKxPFHz7JTaLIrK6qpIOyXXJr//EfIT1jgxMEqCZkg==","signatures":[{"sig":"MEYCIQDi1cTjg1ml5PRp7NDspncKT+K7OGVY403bt8bzo0fMBQIhANgPtbTEk53KFPu9nyH2jigplKh+wweFPPvTD/hfCDJU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":337979},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.5.0_1725504994455_0.7227438580045189","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"@ace-fetch/vue","version":"0.5.1","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.5.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"2974e3c0cff6c677902ff49a51a4d34aa19bc4f7","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.5.1.tgz","fileCount":41,"integrity":"sha512-AtV5Wn5wf313D2DVBZsGKdazSUuPr5Qq8N8ADPB4oGt4Ypw2XtX49f21NAm7IGaTF1FnKcZyeq9yFURECLBf3w==","signatures":[{"sig":"MEQCID+M4jghOIczo5fm/jOKG10kJQtr8SwrkcDWDxWCBmj8AiAcgWfwZAjLV55RSRCtzKrhyUq1WVNoGFZyqzyHi8RE4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":337979},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.5.1_1726034490323_0.020071925070543895","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"@ace-fetch/vue","version":"0.5.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.5.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"666b8291bc14b5837f385b591173ae4f846a47e1","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.5.2.tgz","fileCount":41,"integrity":"sha512-78MFqjjhGz8yEh25ElOdi1Qvu/iSlIcwUnyIWfFOmg8lE8QnkkAHdpFyf1r2Kn4M10LYkQkCsdlskaqm1KTTuQ==","signatures":[{"sig":"MEUCIH60J/PefndzIC0U33dCnfwsnf6Gmb+KcuCEIOrK4z40AiEAhjxhm9mWTDFFLaDu/ydOt8HEk1bPX+bTnnvjw5NFfBk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338355},"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":"6260f70babea3f2ba335abaf637a16363cfbbd51","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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.5.2_1726036235872_0.442296398995047","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"@ace-fetch/vue","version":"0.5.3","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.5.3","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"ea4d173c2f34152d9b85c863b442aa3ff4066e72","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.5.3.tgz","fileCount":41,"integrity":"sha512-gzrkLKIrZFJqHzK7wnzyYp+jidflvgJv8ZiVZ7INxPRMyVlUSZPui4uQMnFFKan6/i4cA5qwOqxmpFfBHwpkzA==","signatures":[{"sig":"MEYCIQCWV11eMjTchq5Pil4v9pinQuWEKcBTnvBikXewjS+uIQIhAIGZ/62g6dRGdzccZL2d3iUr0540j8wnv7lNlDsEf+ow","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338818},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.5.3_1726040518959_0.6216626476393246","host":"s3://npm-registry-packages"}},"0.5.5":{"name":"@ace-fetch/vue","version":"0.5.5","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.5.5","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"7671ea390994c931df6e61ad377801423d613571","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.5.5.tgz","fileCount":41,"integrity":"sha512-VswL+GNd9bS3yjAIV7Of4THkJAplie73b3AYUQNibP4Lke/uohGrMfS3+WsJu9CQksBSDYcVu+RUW8MJofErZg==","signatures":[{"sig":"MEQCIDFKxABDq9NAKFH361dAv1O3L80AiKL1wCMJyde4esHrAiAbX06F/MzTVw3DjS9V7SnA08fFd843udwyqSkKtH1R8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338795},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.5.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.5.5_1730370977226_0.7508083372460048","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"@ace-fetch/vue","version":"0.6.1","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.6.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"b8e055e631cee316438f72122b0345cf5af182ee","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.6.1.tgz","fileCount":41,"integrity":"sha512-a/m6MrRoJ81ZCJgL3jUJbPPzv/r9f+0/a2l3lNRNxuFji+xbrq2AMMbeA79zMZQdmZDTzzfXUm4E+osuZigUWA==","signatures":[{"sig":"MEQCIHuqXqMBSPcDMi2e+WsXovl9ciBaRc2F25WZzpXITmIDAiADXWADok4J7FIuYQqS5ZEDAsyzqm+YNubOkSv+PDZZRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338795},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.6.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.6.1_1730432709327_0.9544354931727903","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"@ace-fetch/vue","version":"0.6.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.6.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"a60b3eb871ccd61abf563356f66106ca6f9e35f3","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.6.2.tgz","fileCount":41,"integrity":"sha512-uMPGSAwQnrd/vEl7cAoYoJljgIEwImgoWlrITPt3Q5SWiODgi2H12saVmw+Pi6vuTJT4qJijhERZ3anqxqq1Gw==","signatures":[{"sig":"MEUCIQDdf0OI4o60CLrrhKgJ1aTC83G+qeayQcuht2HDIW8XPAIgR+ZXI51tVOeILF4sEfhLnJ3lcx6ci9Pc8K4Sqs2zMmc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":338795},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.6.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.6.2_1730433721505_0.2784876395920399","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@ace-fetch/vue","version":"0.7.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.7.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"05bd5e4677852a8e7aa095db2da758a1662fa3c8","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.7.0.tgz","fileCount":45,"integrity":"sha512-BRfpT0qIb0ZfQ6WTcn6rVtK43QOydem//z+L5dYgF+3TkUswiZ96QDQZ9DO2pAdet0RTJMwGbysv5Pi9eIb61A==","signatures":[{"sig":"MEYCIQCl2nItvsdYUqGa1bMqMhqkioo2b4m8x/7JNZKSYKraoQIhAMwB8kuCnXIk1zpJfRdZPIOgnmUG0hAnOjdw3V+3CHN/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":339832},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.20.2+arm64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.7.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.7.0_1732245150960_0.8370981157204769","host":"s3://npm-registry-packages"}},"0.7.2":{"name":"@ace-fetch/vue","version":"0.7.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.7.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"e63a904596952d40f5833e4703aca2cfe045a6c2","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.7.2.tgz","fileCount":45,"integrity":"sha512-m/IwQ8EBQjau4QeYjbgya7g5OEPl2I9NXbdra5/WBOEh5HsuDpez/0ZITy5bxp8WbB8UdyFmMdmHOJ4qqNbznQ==","signatures":[{"sig":"MEUCIEwCukzJ78qEe4UkkXBdmfZAiBXYDtrz5+IFeR9oRRLiAiEAtcjweuNlPGd//BnMBb46bJ6g9ar9yDhu4PNhctZVNCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":339832},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.7.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.7.2_1733371022662_0.2986485763750779","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"@ace-fetch/vue","version":"0.8.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.8.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"b57225b0fae15ad6fb47e8e6e4f68cf41ab733c5","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.8.0.tgz","fileCount":45,"integrity":"sha512-AaMj6G4OmUJGee2wVoSDzURwI5YLEi2QfAXJO9Omk9/upDxPve5B0gL7/jaDSpts9LVImAIUOLeSYImsUih1ZA==","signatures":[{"sig":"MEUCIGGPGLKLqRq8NRpUBHr5IVJ5vUfL0KrxP20km07Wb2COAiEA6GcIn8v9sEXk2LWivUMuHitIMLSW7qHNdCTz4rN/Gu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":339963},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.8.0_1733888000448_0.288248591333089","host":"s3://npm-registry-packages-npm-production"}},"0.8.1":{"name":"@ace-fetch/vue","version":"0.8.1","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.8.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"e011d0a078615c55a4bac36f1acf86dd8f645886","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.8.1.tgz","fileCount":45,"integrity":"sha512-yEmEzRODJGhvlsYjNUt/msNxxle8PvxLp9/kl5Nv37NKoHl59aYP8L+pN9JdClDsBf7P6icK1viMcqu+xX/tcA==","signatures":[{"sig":"MEQCICPU9MxQy66P+r++WbJqDtquN1CLT9sVgKOGJh2JIgwpAiAGvl3CyDT87J9up3GSEjvPFclqKDMRg9UcJ4PPWiomlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":340872},"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":"56b4a72918fbe018d146070595c226ed22f906ae","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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.8.1_1733896652237_0.7770882253877152","host":"s3://npm-registry-packages-npm-production"}},"0.8.2":{"name":"@ace-fetch/vue","version":"0.8.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.8.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"dbea8def36c2f188d39af6812ba7f5246f9cee31","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.8.2.tgz","fileCount":45,"integrity":"sha512-VCIU2rWg2RWKC5nb3lR5o95mvBEKLwsbtFn5uNTDB7iXNetDpfrxOgnt4MUjBSWGOiqd73xQFx6HwarS8oNBUw==","signatures":[{"sig":"MEYCIQDmPxfDlSCYDQRD4Lcfu67i9nT1ha9SXUu91JPh2H4ShwIhAKVqanElMKwUJDFZPLKUFrBwj85TAXszjUEXE66g61GX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":342358},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.8.2_1733900083079_0.09775289107608964","host":"s3://npm-registry-packages-npm-production"}},"0.9.0":{"name":"@ace-fetch/vue","version":"0.9.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.9.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"dedf5658709812a55fa1de886a2fc812e137ec04","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.9.0.tgz","fileCount":45,"integrity":"sha512-alKIf0ate/Q1tIf3N+ebh4KDclhoN7pB/jnxHb/qt5okDSAEzKw5MZqazjhgDjn8zJj/zmqJR9TqXkahFL3dSg==","signatures":[{"sig":"MEUCIGltXvA2URL4sPqam+0zvcDV4LpO6T39kl6w5QGIgVjIAiEAgS+wTdfG6TpKwCBpPxAK3xSBljTVYjJhg0eYQpf2nxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":342358},"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 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.9.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.9.0_1733991943747_0.8219034393477322","host":"s3://npm-registry-packages-npm-production"}},"0.9.1":{"name":"@ace-fetch/vue","version":"0.9.1","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.9.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"b1cd7bba67c103278780082625256a4a52872469","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.9.1.tgz","fileCount":45,"integrity":"sha512-JtuS1dxG0pZZpOlFf/4hwohS87hJETdppa6iIQHQI/7lW6n/OhLw/gJ25ejqr53tRIf2vHpfvhCxY+pXL9qw4g==","signatures":[{"sig":"MEYCIQCZZ/03vORv6zT1IvHWpQwANz+sycr32mZ4Sv0+KVhgNgIhAK1aua3XuwMNQrcbcbmbeRbI7N3i2iofh4CFeMI3xZMC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":341488},"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":"a46925f9ee6a73e739023d9541b0bbfc65829545","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","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts","serve:playground":"run -T nuxi dev playground --port 7004"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.20.2+arm64 (darwin)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.20.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.9.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.9.1_1737019417814_0.049939371249336784","host":"s3://npm-registry-packages-npm-production"}},"0.9.2":{"name":"@ace-fetch/vue","version":"0.9.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.9.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"3265ed87d348d7651adbd7371eda4694e2198271","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.9.2.tgz","fileCount":45,"integrity":"sha512-m0dozat4Cn8bhZPbzpLVPdAjW3kbXsntXWaVMz+bTjq6S2Q+fEiatWxKa/0E596w1MWdvTc40kKXc5gc07I36g==","signatures":[{"sig":"MEUCIQD6zkSionHiv2iDE0hWes+AdlITttmCDGkrqhMpyiqL8QIgLDKsQi1YH5b3OuH7xrE9UBWl+X5U6NAj0/fQorZ6wxE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341321},"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":"b0d2d8672b660e054b8741b4ec373dfccb7e9cbc","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 nuxi dev playground --port 7004","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","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.9.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^0.27.1"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.9.2_1740017474199_0.8026717467793694","host":"s3://npm-registry-packages-npm-production"}},"0.10.0":{"name":"@ace-fetch/vue","version":"0.10.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.10.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"8f5cce38aafe15760d4ff552ede43c98d5a9137e","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.10.0.tgz","fileCount":45,"integrity":"sha512-26UyP7OP1glGRXOqtYW2o+UgdrE6ejkF8sykgVBSICcY2pbcF9VMVYoP8YzVNZXu2+URsdRD8/OudbqpteMIuw==","signatures":[{"sig":"MEYCIQCE8NPFcKjd1qZ3seAiVXhnla2sfnimsDJeOULbJPmmjwIhALOhT10lNk7eiLCFFjI8voSAGTX6xp0LAeL7LPIFRqj0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341328},"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":"1f59f037cf74bafb5ac528515523c9139fae2d0e","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 nuxi dev playground --port 7004","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","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.10.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.10.0_1743068693422_0.651221221816991","host":"s3://npm-registry-packages-npm-production"}},"0.11.0":{"name":"@ace-fetch/vue","version":"0.11.0","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.11.0","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"fda577fd822d17ae34f56490d71cc0e16d56d358","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.11.0.tgz","fileCount":45,"integrity":"sha512-LiYfVr6/GQKcJxqOhBPxIs4Ms/B855HRVUl89/hdI76dibtHEbQ7Nma+Q+/PX775TAYLPHJqklwHP2OavfJbnQ==","signatures":[{"sig":"MEYCIQCE1WbRpNTtsY7euS6RIW1G3oo331/9aKVkU4pGjZotxAIhAORd6NuXSVu/q3zutA2hgZ9bBECVqwS0hiZ1jrdIyW75","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341328},"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":"f2125cfe298911c17f189e4e3c918bec421fb1a8","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 nuxi dev playground --port 7004","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","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.11.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.11.0_1743071879496_0.5451597021469183","host":"s3://npm-registry-packages-npm-production"}},"0.11.1":{"name":"@ace-fetch/vue","version":"0.11.1","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.11.1","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"258296f856f7a7e5de4293e68b70d6e8cbcfeb66","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.11.1.tgz","fileCount":45,"integrity":"sha512-SlAkmFOip+kYtRzAF1TSJKG6t8tUSo/RyTkdT+h7KyjnJ7gPVphodFJ+lL97cLCYh88ZOgWuVmFD8oQomRri8w==","signatures":[{"sig":"MEQCIHTqPl+3L2XfFVMcW5CeMd0yDOLrUar/Mdv5cUgHxyCYAiAzjXWbJEV43XMfPonqJKJBN/uOonyo6xZiunT+EzdSwQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341328},"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":"2720099f4731ab05b8092d47787737aae0125f7f","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 nuxi dev playground --port 7004","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","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.3.0","@ace-fetch/core":"^0.11.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.11.1_1743159495187_0.7911974627028333","host":"s3://npm-registry-packages-npm-production"}},"0.11.2":{"name":"@ace-fetch/vue","version":"0.11.2","keywords":["vue","ace-fetch","fetch","microfront"],"author":"Hubert<yi.xiang@live.com>","license":"MIT","_id":"@ace-fetch/vue@0.11.2","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dist":{"shasum":"6cf3a4b15b3c1b0d10db609fd8b9c31c8bcaa751","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.11.2.tgz","fileCount":45,"integrity":"sha512-NPaBtXN3G6wkPQlB//kULEcQ9xZI0199gKzsqvZJLM/5KJ2LFc1RyPR6k5sxqCQXQeRk8BdHCTJ3SKVcMdrkRw==","signatures":[{"sig":"MEUCIDqi40N7XXc3qf6wt7c1ezHAEsVvTo3vskXzBK1wXvl5AiEA3yhEq181/XwKH5Z1ZH8Gfdqpa4evrkdZjs3cGbTJlnE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":341772},"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":"a1fe83df66f85aa8f0d07a7c73a81ccb05a1a29b","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 nuxi dev playground --port 7004","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","build:version":"node -p \"'export const version: string = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts"},"_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/vue"},"_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","description":"vue adapter for @ace-fetch/core.","directories":{},"_nodeVersion":"16.14.2","dependencies":{"vue-demi":"^*","@ace-util/core":"^0.7.0","@ace-fetch/core":"^0.11.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"axios":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/vue_0.11.2_1745566188404_0.18533026029861333","host":"s3://npm-registry-packages-npm-production"}},"0.11.4":{"name":"@ace-fetch/vue","version":"0.11.4","author":"Hubert<yi.xiang@live.com>","description":"vue 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":["vue","ace-fetch","fetch","microfront"],"scripts":{"serve":"run -T nuxi dev playground --port 7004","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/vue"},"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"dependencies":{"@ace-fetch/core":"^0.11.4","@ace-util/core":"^0.7.0","vue-demi":"^*"},"devDependencies":{"axios":"^1.0.0"},"publishConfig":{"access":"public"},"gitHead":"4dda1e9df7ffa2046618b6221277fd4737b35dc8","_nodeVersion":"16.14.2","_npmVersion":"lerna/8.1.8/node@v16.14.2+x64 (linux)","_id":"@ace-fetch/vue@0.11.4","dist":{"integrity":"sha512-DfUGHVS9VEOfW21Mb4COeKZWXsH9SxEZY+GHe3ZgbuGtfrTch1oZngg3lm+Rc8BccNDD/rW8/iqf6gyV+zbkVQ==","shasum":"bf0d4d5c5c98c604b5eb54e08dd99af6f670aa1f","tarball":"https://registry.npmjs.org/@ace-fetch/vue/-/vue-0.11.4.tgz","fileCount":45,"unpackedSize":341772,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFsXF4E14EseLhzR8tNy7HrIVYHCf5QzOF+hxvWOCRu0AiEAhA4TMfGfhbWisH8iwhoQxPvmqmpWIdSPigvS9FHQbmM="}]},"_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/vue_0.11.4_1754478112001_0.6709105385042444"},"_hasShrinkwrap":false}},"time":{"created":"2023-07-31T06:42:04.664Z","modified":"2025-08-06T11:01:52.367Z","0.1.0":"2023-07-31T02:40:51.698Z","0.1.1":"2023-07-31T03:20:42.375Z","0.1.2":"2023-07-31T06:42:04.899Z","0.1.3":"2023-08-08T08:10:02.979Z","0.2.0":"2023-08-08T09:46:09.691Z","0.2.1":"2023-11-23T07:43:42.152Z","0.2.2":"2024-01-16T06:55:26.085Z","0.3.0":"2024-03-25T07:04:36.731Z","0.3.2":"2024-07-19T10:36:44.728Z","0.4.0":"2024-08-29T03:55:51.652Z","0.4.1-alpha.0":"2024-09-03T09:42:51.936Z","0.5.0-alpha.0":"2024-09-04T10:07:37.875Z","0.5.0":"2024-09-05T02:56:34.733Z","0.5.1":"2024-09-11T06:01:30.521Z","0.5.2":"2024-09-11T06:30:36.081Z","0.5.3":"2024-09-11T07:41:59.105Z","0.5.5":"2024-10-31T10:36:17.403Z","0.6.1":"2024-11-01T03:45:09.555Z","0.6.2":"2024-11-01T04:02:01.714Z","0.7.0":"2024-11-22T03:12:31.148Z","0.7.2":"2024-12-05T03:57:02.819Z","0.8.0":"2024-12-11T03:33:20.697Z","0.8.1":"2024-12-11T05:57:32.399Z","0.8.2":"2024-12-11T06:54:43.261Z","0.9.0":"2024-12-12T08:25:43.951Z","0.9.1":"2025-01-16T09:23:37.994Z","0.9.2":"2025-02-20T02:11:14.488Z","0.10.0":"2025-03-27T09:44:53.631Z","0.11.0":"2025-03-27T10:37:59.663Z","0.11.1":"2025-03-28T10:58:15.409Z","0.11.2":"2025-04-25T07:29:48.612Z","0.11.4":"2025-08-06T11:01:52.204Z"},"bugs":{"url":"https://github.com/aceHubert/ace-fetch/issues"},"author":"Hubert<yi.xiang@live.com>","license":"MIT","keywords":["vue","ace-fetch","fetch","microfront"],"repository":{"type":"git","url":"https://github.com/aceHubert/ace-fetch.git","directory":"packages/vue"},"description":"vue adapter for @ace-fetch/core.","maintainers":[{"name":"acehubert","email":"yi.xiang@live.cn"}],"readme":"","readmeFilename":""}