{"name":"axios","version":"1.15.0","keywords":["xhr","http","ajax","promise","node","browser","fetch","rest","api","client"],"author":{"name":"Matt Zabriskie"},"license":"MIT","_id":"axios@1.15.0","maintainers":[{"name":"jasonsaayman","email":"jasonsaayman@gmail.com"}],"contributors":[{"url":"https://github.com/mzabriskie","name":"Matt Zabriskie"},{"url":"https://github.com/jasonsaayman","name":"Jay"},{"url":"https://github.com/DigitalBrainJS","name":"Dmitriy Mozgovoy"},{"url":"https://github.com/nickuraltsev","name":"Nick Uraltsev"},{"url":"https://github.com/emilyemorehouse","name":"Emily Morehouse"},{"url":"https://github.com/rubennorte","name":"Rubén Norte"},{"url":"https://github.com/JustinBeckwith","name":"Justin Beckwith"},{"url":"https://github.com/codeclown","name":"Martti Laine"},{"url":"https://github.com/chinesedfan","name":"Xianming Zhong"},{"url":"https://github.com/remcohaszing","name":"Remco Haszing"},{"url":"https://github.com/WillianAgostini","name":"Willian Agostini"},{"url":"https://github.com/RikkiGibson","name":"Rikki Gibson"},{"url":"https://github.com/carpben","name":"Ben Carp"}],"homepage":"https://axios-http.com","bugs":{"url":"https://github.com/axios/axios/issues"},"dist":{"shasum":"0fcee91ef03d386514474904b27863b2c683bf4f","tarball":"https://registry.npmjs.org/axios/-/axios-1.15.0.tgz","fileCount":87,"integrity":"sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==","signatures":[{"sig":"MEYCIQCmsUOCKpGY3xVTSl3GxJHdVr5EGUdyFy+7affPLK6TywIhAIAiRmvmJspgUW4xqIBLiSLw4Hg4RmDxO3/QGZD4oCia","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/axios@1.15.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":2445962},"main":"./dist/node/axios.cjs","type":"module","types":"index.d.ts","unpkg":"dist/axios.min.js","module":"./index.js","browser":{"./dist/node/axios.cjs":"./dist/browser/axios.cjs","./lib/adapters/http.js":"./lib/helpers/null.js","./lib/platform/node/index.js":"./lib/platform/browser/index.js","./lib/platform/node/classes/FormData.js":"./lib/helpers/null.js"},"exports":{".":{"bun":{"default":"./index.js","require":"./dist/node/axios.cjs"},"types":{"default":"./index.d.ts","require":"./index.d.cts"},"browser":{"default":"./index.js","require":"./dist/browser/axios.cjs"},"default":{"default":"./index.js","require":"./dist/node/axios.cjs"},"react-native":{"default":"./dist/esm/axios.js","require":"./dist/browser/axios.cjs"}},"./unsafe/*":"./lib/*","./package.json":"./package.json","./unsafe/utils.js":"./lib/utils.js","./dist/node/axios.cjs":"./dist/node/axios.cjs","./lib/adapters/xhr.js":"./lib/adapters/xhr.js","./lib/adapters/http.js":"./lib/adapters/http.js","./unsafe/core/settle.js":"./lib/core/settle.js","./dist/browser/axios.cjs":"./dist/browser/axios.cjs","./unsafe/adapters/xhr.js":"./lib/adapters/xhr.js","./unsafe/adapters/http.js":"./lib/adapters/http.js","./unsafe/helpers/buildURL.js":"./lib/helpers/buildURL.js","./unsafe/core/buildFullPath.js":"./lib/core/buildFullPath.js","./unsafe/helpers/combineURLs.js":"./lib/helpers/combineURLs.js","./unsafe/helpers/isAbsoluteURL.js":"./lib/helpers/isAbsoluteURL.js"},"gitHead":"772a4e54ecc4cc2421e2b746daff0aca10f359d7","scripts":{"fix":"eslint --fix lib/**/*.js","lint":"eslint lib/**/*.js","test":"npm run test:vitest","build":"gulp clear && cross-env NODE_ENV=production rollup -c -m","start":"node ./sandbox/server.js","prepare":"husky","version":"npm run build && git add package.json","docs:dev":"cd docs && npm run docs:dev","examples":"node ./examples/server.js","preversion":"gulp version","test:vitest":"vitest run","test:smoke:bun":"bun test --cwd tests/smoke/bun","test:module:cjs":"npm --prefix tests/module/cjs run test:module:cjs","test:module:esm":"npm --prefix tests/module/esm run test:module:esm","test:smoke:deno":"deno task --cwd tests/smoke/deno test","test:vitest:unit":"vitest run --project unit","test:vitest:watch":"vitest","test:vitest:browser":"vitest run --project browser","test:smoke:cjs:vitest":"npm --prefix tests/smoke/cjs run test:smoke:cjs:mocha","test:smoke:esm:vitest":"npm --prefix tests/smoke/esm run test:smoke:esm:vitest","test:vitest:browser:headless":"vitest run --project browser-headless"},"typings":"./index.d.ts","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:73ba2d02-681c-4f11-b06c-4c2d914ece20"}},"jsdelivr":"dist/axios.min.js","commitlint":{"rules":{"header-max-length":[2,"always",130]},"extends":["@commitlint/config-conventional"]},"repository":{"url":"git+https://github.com/axios/axios.git","type":"git"},"_npmVersion":"11.11.0","description":"Promise based HTTP client for the browser and node.js","directories":{},"lint-staged":{"*.{js,cjs,mjs,ts,json,md,yml,yaml}":"prettier --write"},"sideEffects":false,"_nodeVersion":"24.14.1","dependencies":{"form-data":"^4.0.5","proxy-from-env":"^2.1.0","follow-redirects":"^1.15.11"},"react-native":{"./dist/node/axios.cjs":"./dist/browser/axios.cjs","./lib/adapters/http.js":"./lib/helpers/null.js","./lib/platform/node/index.js":"./lib/platform/browser/index.js","./lib/platform/node/classes/FormData.js":"./lib/helpers/null.js"},"_hasShrinkwrap":false,"devDependencies":{"gulp":"^5.0.1","chalk":"^5.6.2","husky":"^9.1.7","eslint":"^10.1.0","multer":"^2.1.1","pacote":"^21.5.0","rollup":"^4.60.0","vitest":"^4.1.1","express":"^5.2.1","globals":"^17.4.0","dev-null":"^0.1.1","fs-extra":"^11.3.4","memoizee":"^0.4.17","minimist":"^1.2.8","prettier":"^3.8.1","cross-env":"^10.1.0","@eslint/js":"^10.0.1","formidable":"^3.2.4","get-stream":"^9.0.1","handlebars":"^4.7.8","playwright":"^1.58.2","selfsigned":"^5.5.0","tar-stream":"^3.1.8","typescript":"^5.9.3","@babel/core":"^7.29.0","body-parser":"^2.2.2","lint-staged":"^16.4.0","pretty-bytes":"^7.1.0","formdata-node":"^6.0.3","auto-changelog":"^2.5.0","@commitlint/cli":"^20.4.4","@vitest/browser":"^4.1.1","stream-throttle":"^0.1.3","@babel/preset-env":"^7.29.0","@rollup/plugin-json":"^6.1.0","@rollup/plugin-alias":"^6.0.0","@rollup/plugin-babel":"^7.0.0","string-replace-async":"^3.0.2","@rollup/plugin-terser":"^1.0.0","@rollup/plugin-commonjs":"^29.0.2","abortcontroller-polyfill":"^1.7.8","rollup-plugin-bundle-size":"^1.0.3","@vitest/browser-playwright":"^4.1.1","@rollup/plugin-node-resolve":"^16.0.3","@commitlint/config-conventional":"^20.4.4"},"_npmOperationalInternal":{"tmp":"tmp/axios_1.15.0_1775664578350_0.08868912542238028","host":"s3://npm-registry-packages-npm-production"}}