{
  "name": "fetch-mock",
  "version": "9.11.0",
  "description": "Mock http requests made using fetch (or isomorphic-fetch)",
  "main": "./cjs/server.js",
  "browser": "./esm/client.js",
  "module": "./esm/server.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "make lint test",
    "prepublishOnly": "make build"
  },
  "funding": {
    "type": "charity",
    "url": "https://www.justgiving.com/refugee-support-europe"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wheresrhys/fetch-mock.git"
  },
  "keywords": [
    "fetch",
    "http",
    "mock",
    "testing",
    "spy",
    "xhr",
    "ajax"
  ],
  "author": "Rhys Evans",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wheresrhys/fetch-mock/issues"
  },
  "homepage": "http://www.wheresrhys.co.uk/fetch-mock",
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "@babel/core": "^7.0.0",
    "core-js": "^3.0.0",
    "debug": "^4.1.1",
    "glob-to-regexp": "^0.4.0",
    "is-subset": "^0.1.1",
    "lodash.isequal": "^4.5.0",
    "path-to-regexp": "^2.2.1",
    "querystring": "^0.2.0",
    "whatwg-url": "^6.5.0"
  },
  "peerDependencies": {
    "node-fetch": "*"
  },
  "peerDependenciesMeta": {
    "node-fetch": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/plugin-transform-async-to-generator": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "abort-controller": "^3.0.0",
    "babel-loader": "^8.0.0",
    "bluebird": "^3.4.6",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.0",
    "dtslint": "^1.0.2",
    "eslint": "^4.14.0",
    "eslint-config-origami-component": "1.0.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.6.1",
    "karma": "^3.1.4",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-webpack": "^3.0.0",
    "mocha": "^7.1.2",
    "node-fetch": "^2.6.0",
    "nyc": "^11.7.3",
    "prettier": "^2.0.4",
    "rollup": "^1.25.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.6.2",
    "sinon": "^4.5.0",
    "sinon-chai": "^2.14.0",
    "typescript": "^3.6.4",
    "webpack": "^4.41.2"
  }
}
