{
  "_from": "axios@1.15.0",
  "_id": "axios@1.15.0",
  "_inBundle": false,
  "_integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
  "_location": "/axios",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "axios@1.15.0",
    "name": "axios",
    "escapedName": "axios",
    "rawSpec": "1.15.0",
    "saveSpec": null,
    "fetchSpec": "1.15.0"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER",
    "/@inertiajs/core"
  ],
  "_resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
  "_shasum": "0fcee91ef03d386514474904b27863b2c683bf4f",
  "_spec": "axios@1.15.0",
  "_where": "/var/www/laravelapp",
  "author": {
    "name": "Matt Zabriskie"
  },
  "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"
  },
  "bugs": {
    "url": "https://github.com/axios/axios/issues"
  },
  "bundleDependencies": false,
  "commitlint": {
    "rules": {
      "header-max-length": [
        2,
        "always",
        130
      ]
    },
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "contributors": [
    {
      "name": "Matt Zabriskie",
      "url": "https://github.com/mzabriskie"
    },
    {
      "name": "Jay",
      "url": "https://github.com/jasonsaayman"
    },
    {
      "name": "Dmitriy Mozgovoy",
      "url": "https://github.com/DigitalBrainJS"
    },
    {
      "name": "Nick Uraltsev",
      "url": "https://github.com/nickuraltsev"
    },
    {
      "name": "Emily Morehouse",
      "url": "https://github.com/emilyemorehouse"
    },
    {
      "name": "Rubén Norte",
      "url": "https://github.com/rubennorte"
    },
    {
      "name": "Justin Beckwith",
      "url": "https://github.com/JustinBeckwith"
    },
    {
      "name": "Martti Laine",
      "url": "https://github.com/codeclown"
    },
    {
      "name": "Xianming Zhong",
      "url": "https://github.com/chinesedfan"
    },
    {
      "name": "Remco Haszing",
      "url": "https://github.com/remcohaszing"
    },
    {
      "name": "Willian Agostini",
      "url": "https://github.com/WillianAgostini"
    },
    {
      "name": "Rikki Gibson",
      "url": "https://github.com/RikkiGibson"
    },
    {
      "name": "Ben Carp",
      "url": "https://github.com/carpben"
    }
  ],
  "dependencies": {
    "follow-redirects": "^1.15.11",
    "form-data": "^4.0.5",
    "proxy-from-env": "^2.1.0"
  },
  "deprecated": false,
  "description": "Promise based HTTP client for the browser and node.js",
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@commitlint/cli": "^20.4.4",
    "@commitlint/config-conventional": "^20.4.4",
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@vitest/browser": "^4.1.1",
    "@vitest/browser-playwright": "^4.1.1",
    "abortcontroller-polyfill": "^1.7.8",
    "auto-changelog": "^2.5.0",
    "body-parser": "^2.2.2",
    "chalk": "^5.6.2",
    "cross-env": "^10.1.0",
    "dev-null": "^0.1.1",
    "eslint": "^10.1.0",
    "express": "^5.2.1",
    "formdata-node": "^6.0.3",
    "formidable": "^3.2.4",
    "fs-extra": "^11.3.4",
    "get-stream": "^9.0.1",
    "globals": "^17.4.0",
    "gulp": "^5.0.1",
    "handlebars": "^4.7.8",
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0",
    "memoizee": "^0.4.17",
    "minimist": "^1.2.8",
    "multer": "^2.1.1",
    "pacote": "^21.5.0",
    "playwright": "^1.58.2",
    "prettier": "^3.8.1",
    "pretty-bytes": "^7.1.0",
    "rollup": "^4.60.0",
    "rollup-plugin-bundle-size": "^1.0.3",
    "selfsigned": "^5.5.0",
    "stream-throttle": "^0.1.3",
    "string-replace-async": "^3.0.2",
    "tar-stream": "^3.1.8",
    "typescript": "^5.9.3",
    "vitest": "^4.1.1"
  },
  "exports": {
    ".": {
      "types": {
        "require": "./index.d.cts",
        "default": "./index.d.ts"
      },
      "bun": {
        "require": "./dist/node/axios.cjs",
        "default": "./index.js"
      },
      "react-native": {
        "require": "./dist/browser/axios.cjs",
        "default": "./dist/esm/axios.js"
      },
      "browser": {
        "require": "./dist/browser/axios.cjs",
        "default": "./index.js"
      },
      "default": {
        "require": "./dist/node/axios.cjs",
        "default": "./index.js"
      }
    },
    "./lib/adapters/http.js": "./lib/adapters/http.js",
    "./lib/adapters/xhr.js": "./lib/adapters/xhr.js",
    "./unsafe/*": "./lib/*",
    "./unsafe/core/settle.js": "./lib/core/settle.js",
    "./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js",
    "./unsafe/helpers/isAbsoluteURL.js": "./lib/helpers/isAbsoluteURL.js",
    "./unsafe/helpers/buildURL.js": "./lib/helpers/buildURL.js",
    "./unsafe/helpers/combineURLs.js": "./lib/helpers/combineURLs.js",
    "./unsafe/adapters/http.js": "./lib/adapters/http.js",
    "./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
    "./unsafe/utils.js": "./lib/utils.js",
    "./package.json": "./package.json",
    "./dist/browser/axios.cjs": "./dist/browser/axios.cjs",
    "./dist/node/axios.cjs": "./dist/node/axios.cjs"
  },
  "homepage": "https://axios-http.com",
  "jsdelivr": "dist/axios.min.js",
  "keywords": [
    "xhr",
    "http",
    "ajax",
    "promise",
    "node",
    "browser",
    "fetch",
    "rest",
    "api",
    "client"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,cjs,mjs,ts,json,md,yml,yaml}": "prettier --write"
  },
  "main": "./dist/node/axios.cjs",
  "module": "./index.js",
  "name": "axios",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axios/axios.git"
  },
  "scripts": {
    "build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
    "docs:dev": "cd docs && npm run docs:dev",
    "examples": "node ./examples/server.js",
    "fix": "eslint --fix lib/**/*.js",
    "lint": "eslint lib/**/*.js",
    "prepare": "husky",
    "preversion": "gulp version",
    "start": "node ./sandbox/server.js",
    "test": "npm run test:vitest",
    "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:bun": "bun test --cwd tests/smoke/bun",
    "test:smoke:cjs:vitest": "npm --prefix tests/smoke/cjs run test:smoke:cjs:mocha",
    "test:smoke:deno": "deno task --cwd tests/smoke/deno test",
    "test:smoke:esm:vitest": "npm --prefix tests/smoke/esm run test:smoke:esm:vitest",
    "test:vitest": "vitest run",
    "test:vitest:browser": "vitest run --project browser",
    "test:vitest:browser:headless": "vitest run --project browser-headless",
    "test:vitest:unit": "vitest run --project unit",
    "test:vitest:watch": "vitest",
    "version": "npm run build && git add package.json"
  },
  "sideEffects": false,
  "type": "module",
  "types": "index.d.ts",
  "typings": "./index.d.ts",
  "unpkg": "dist/axios.min.js",
  "version": "1.15.0"
}
