{
  "_from": "isomorphic-fetch@^2.1.1",
  "_id": "isomorphic-fetch@2.2.1",
  "_inBundle": false,
  "_integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
  "_location": "/isomorphic-fetch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "isomorphic-fetch@^2.1.1",
    "name": "isomorphic-fetch",
    "escapedName": "isomorphic-fetch",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/fbjs"
  ],
  "_resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
  "_shasum": "611ae1acf14f5e81f729507472819fe9733558a9",
  "_spec": "isomorphic-fetch@^2.1.1",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/fbjs",
  "author": {
    "name": "Matt Andrews",
    "email": "matt@mattandre.ws"
  },
  "browser": "fetch-npm-browserify.js",
  "bugs": {
    "url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "node-fetch": "^1.0.1",
    "whatwg-fetch": ">=0.10.0"
  },
  "deprecated": false,
  "description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
  "devDependencies": {
    "chai": "^1.10.0",
    "es6-promise": "^2.0.1",
    "jshint": "^2.5.11",
    "lintspaces-cli": "0.0.4",
    "mocha": "^2.1.0",
    "nock": "^0.56.0",
    "npm-prepublish": "^1.0.2"
  },
  "homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
  "license": "MIT",
  "main": "fetch-npm-node.js",
  "name": "isomorphic-fetch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matthew-andrews/isomorphic-fetch.git"
  },
  "scripts": {
    "files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
    "test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
  },
  "version": "2.2.1"
}