{
  "_args": [
    [
      "cross-fetch@3.0.4",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "cross-fetch@3.0.4",
  "_id": "cross-fetch@3.0.4",
  "_inBundle": false,
  "_integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==",
  "_location": "/cross-fetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cross-fetch@3.0.4",
    "name": "cross-fetch",
    "escapedName": "cross-fetch",
    "rawSpec": "3.0.4",
    "saveSpec": null,
    "fetchSpec": "3.0.4"
  },
  "_requiredBy": [
    "/@ampproject/toolbox-core",
    "/@ampproject/toolbox-validator-rules"
  ],
  "_resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz",
  "_spec": "3.0.4",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Leonardo Quixada",
    "email": "lquixada@gmail.com"
  },
  "browser": "dist/browser-ponyfill.js",
  "bugs": {
    "url": "https://github.com/lquixada/cross-fetch/issues"
  },
  "dependencies": {
    "node-fetch": "2.6.0",
    "whatwg-fetch": "3.0.0"
  },
  "description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
  "devDependencies": {
    "chai": "4.2.0",
    "codecov": "3.5.0",
    "husky": "2.3.0",
    "lint-staged": "8.1.7",
    "mocha": "6.1.4",
    "mocha-headless-chrome": "2.0.1",
    "nock": "10.0.6",
    "nyc": "14.1.1",
    "ora": "3.4.0",
    "rollup": "1.12.3",
    "rollup-plugin-copy": "2.0.1",
    "rollup-plugin-uglify": "6.0.2",
    "semver": "6.1.0",
    "sinon": "7.3.2",
    "standard": "12.0.1",
    "webpack": "4.32.2",
    "webpack-cli": "3.3.2"
  },
  "files": [
    "dist",
    "polyfill",
    "index.d.ts"
  ],
  "homepage": "https://github.com/lquixada/cross-fetch",
  "husky": {
    "hooks": {
      "pre-commit": "make build && make check-dependencies && lint-staged"
    }
  },
  "keywords": [
    "fetch",
    "isomorphic",
    "universal",
    "node",
    "react",
    "native",
    "browser",
    "ponyfill",
    "whatwg",
    "xhr",
    "ajax"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "standard --fix",
      "git add"
    ]
  },
  "main": "dist/node-ponyfill.js",
  "name": "cross-fetch",
  "nyc": {
    "temp-dir": ".reports/.coverage"
  },
  "react-native": "dist/react-native-ponyfill.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lquixada/cross-fetch.git"
  },
  "standard": {
    "env": [
      "mocha",
      "browser"
    ],
    "globals": [
      "expect",
      "assert",
      "chai",
      "sinon"
    ],
    "ignore": [
      "/dist/",
      "bundle.*.js"
    ]
  },
  "typings": "index.d.ts",
  "version": "3.0.4"
}
