{
  "_args": [
    [
      "axios-mock-adapter@1.17.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "axios-mock-adapter@1.17.0",
  "_id": "axios-mock-adapter@1.17.0",
  "_inBundle": false,
  "_integrity": "sha512-q3efmwJUOO4g+wsLNSk9Ps1UlJoF3fQ3FSEe4uEEhkRtu7SoiAVPj8R3Hc/WP55MBTVFzaDP9QkdJhdVhP8A1Q==",
  "_location": "/axios-mock-adapter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "axios-mock-adapter@1.17.0",
    "name": "axios-mock-adapter",
    "escapedName": "axios-mock-adapter",
    "rawSpec": "1.17.0",
    "saveSpec": null,
    "fetchSpec": "1.17.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-1.17.0.tgz",
  "_spec": "1.17.0",
  "_where": "/home/dianasoft/public_html",
  "author": {
    "name": "Colin Timmermans",
    "email": "colintimmermans@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ctimmerm/axios-mock-adapter/issues"
  },
  "dependencies": {
    "deep-equal": "^1.0.1"
  },
  "description": "Axios adapter that allows to easily mock requests",
  "devDependencies": {
    "axios": "^0.19.0",
    "chai": "^4.1.0",
    "eslint": "^6.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "rimraf": "^2.6.1",
    "webpack": "^4.16.4",
    "webpack-command": "^0.4.1"
  },
  "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 ./dist/axios-mock-adapter.js",
    "build:umd:min": "webpack --mode production ./src/index.js --output ./dist/axios-mock-adapter.min.js",
    "clean": "rimraf dist",
    "lint": "eslint src test",
    "prepublish": "npm run clean && npm run build:umd && npm run build:umd:min",
    "test": "mocha",
    "test:coverage": "istanbul cover node_modules/.bin/_mocha"
  },
  "types": "types",
  "version": "1.17.0"
}
