{
  "author": {
    "name": "David Frank"
  },
  "maintainers": [{
    "name": "Matt Leon",
    "email": "matthew.leon@vanderbilt.edu"
  }],
  "browser": "./browser.js",
  "bugs": {
    "url": "https://github.com/leonm1/slim-fetch/issues"
  },
  "dependencies": {},
  "deprecated": false,
  "description": "A slimmed-down version of the library node-fetch that brings window.fetch to node.js",
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "lib/index.js",
    "browser.js"
  ],
  "homepage": "https://github.com/leonm1/slim-fetch",
  "keywords": [
    "fetch",
    "http",
    "promise"
  ],
  "license": "MIT",
  "main": "lib/index",
  "module": "lib/index.js",
  "name": "slim-fetch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leonm1/slim-fetch.git"
  },
  "version": "2.3.4"
}
