{
  "_args": [
    [
      "axios-mock-adapter@1.20.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "axios-mock-adapter@1.20.0",
  "_id": "axios-mock-adapter@1.20.0",
  "_inBundle": false,
  "_integrity": "sha512-shZRhTjLP0WWdcvHKf3rH3iW9deb3UdKbdnKUoHmmsnBhVXN3sjPJM6ZvQ2r/ywgvBVQrMnjrSyQab60G1sr2w==",
  "_location": "/axios-mock-adapter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "axios-mock-adapter@1.20.0",
    "name": "axios-mock-adapter",
    "escapedName": "axios-mock-adapter",
    "rawSpec": "1.20.0",
    "saveSpec": null,
    "fetchSpec": "1.20.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-1.20.0.tgz",
  "_spec": "1.20.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Colin Timmermans",
    "email": "colintimmermans@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ctimmerm/axios-mock-adapter/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/axios-mock-adapter.min.js",
      "maxSize": "3.0 kB"
    }
  ],
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "is-blob": "^2.1.0",
    "is-buffer": "^2.0.5"
  },
  "description": "Axios adapter that allows to easily mock requests",
  "devDependencies": {
    "axios": "^0.21.0",
    "bundlesize": "^0.18.1",
    "chai": "^4.3.4",
    "eslint": "^7.32.0",
    "istanbul": "^0.4.5",
    "mocha": "^9.0.3",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "webpack": "^5.50.0",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-cli": "^4.7.2"
  },
  "files": [
    "src",
    "dist",
    "types"
  ],
  "homepage": "https://github.com/ctimmerm/axios-mock-adapter#readme",
  "keywords": [
    "axios",
    "test",
    "mock",
    "request",
    "stub",
    "adapter"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "axios-mock-adapter",
  "peerDependencies": {
    "axios": ">= 0.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ctimmerm/axios-mock-adapter.git"
  },
  "scripts": {
    "build:umd": "webpack --mode development ./src/index.js --output-path ./dist",
    "build:umd:min": "webpack --mode production ./src/index.js --output-path ./dist",
    "clean": "rimraf dist",
    "lint": "eslint src test",
    "prepublish": "npm run clean && npm run build:umd && npm run build:umd:min",
    "test": "mocha && npm run test:bundlesize",
    "test:bundlesize": "npm run clean && npm run build:umd:min && bundlesize",
    "test:coverage": "nyc --reporter=html --reporter=text-summary mocha"
  },
  "types": "types",
  "version": "1.20.0"
}
