{
  "_args": [
    [
      {
        "raw": "cross-fetch@^3.0.0",
        "scope": null,
        "escapedName": "cross-fetch",
        "name": "cross-fetch",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-foobar/node_modules/odata"
    ]
  ],
  "_from": "cross-fetch@>=3.0.0 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "cross-fetch@3.0.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/cross-fetch",
  "_nodeVersion": "8.15.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cross-fetch_3.0.4_1559959742907_0.8136850094593382"
  },
  "_npmUser": {
    "name": "lquixada",
    "email": "lquixada@gmail.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cross-fetch@^3.0.0",
    "scope": null,
    "escapedName": "cross-fetch",
    "name": "cross-fetch",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/odata"
  ],
  "_resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz",
  "_shasum": "7bef7020207e684a7638ef5f2f698e24d9eb283c",
  "_shrinkwrap": null,
  "_spec": "cross-fetch@^3.0.0",
  "_where": "/home/lively4/lively4/lively4-foobar/node_modules/odata",
  "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"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==",
    "shasum": "7bef7020207e684a7638ef5f2f698e24d9eb283c",
    "tarball": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz",
    "fileCount": 13,
    "unpackedSize": 72736,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+xi/CRA9TVsSAnZWagAAeP8P/39k0TddvRL5Y0hLeMMB\nO6Yc2Hf+xKFaSe1HF8Dl1vZeqXJYRx1IK1Z06H4E4rCFtvnw6XBykXMzFFwd\n5jMx6YR1ubU94yEEk62emAa10IXFCwTrc40YlNANO+f3Kc0JGowLoOGCnwOk\nYfcKcYRViojQges6bqc6Lh8Ei0AmlACf3GTd1FkYeG2DeYMS8r/rLIS+Hut4\nyAMZpYBuKKKkIfBfX7JnpnwBqZSajGEML9XSSGOQC2DPLAPvaPv9/BNxspzV\n30fpysEcP9IHT1+dlAJJ8MhmqCBSd57abNqIfhzqjngUjGTEURh2SteE4ji+\nEfJ+t+V4m/ztKS1XcuSVs8pJ0NWopeqkhXMX7fnLfGu3p3ztq1hMR2VWjtvK\nzSYAmEM5Lq4ByZ2oIu8drkc3vbCinGkAKm73po/zZ6Rm0Bpqyf17s6zTjfcI\nw11FX9QOprPgKMtFjL1KnKMbR0X9OBFjBzFB4dFNCy2qcTuGmM+T/R4jPFbt\nG7PQtt/W/3Y6/6/kGzAPRi2X69EZTOSPzlUipZbZBW84kffca15QLoo1M54c\nx7eZCqqozfDXuhESQzvTxG1sNmAgvcZx1/gyuJYChcL2Mf+Uaaaj6OFGo9x+\nd80xIrMnQi8EeRWcr6PrKAXh9U/zk1WAHX3+hIbUmx5xTPk6gfrUFeFrIFPs\nVd+l\r\n=palQ\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "33a2a86087760920035f75766ce26bdee26d356c",
  "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",
  "maintainers": [
    {
      "name": "lquixada",
      "email": "lquixada@gmail.com"
    }
  ],
  "name": "cross-fetch",
  "nyc": {
    "temp-dir": ".reports/.coverage"
  },
  "optionalDependencies": {},
  "react-native": "dist/react-native-ponyfill.js",
  "readme": "ERROR: No README data found!",
  "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"
}
