{
  "_from": "fetch-cookie@0.7.0",
  "_id": "fetch-cookie@0.7.0",
  "_inBundle": false,
  "_integrity": "sha512-Mm5pGlT3agW6t71xVM7vMZPIvI7T4FaTuFW4jari6dVzYHFDb3WZZsGpN22r/o3XMdkM0E7sPd1EGeyVbH2Tgg==",
  "_location": "/fetch-cookie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fetch-cookie@0.7.0",
    "name": "fetch-cookie",
    "escapedName": "fetch-cookie",
    "rawSpec": "0.7.0",
    "saveSpec": null,
    "fetchSpec": "0.7.0"
  },
  "_requiredBy": [
    "/pouchdb"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-0.7.0.tgz",
  "_shasum": "a6fc137ad8363aa89125864c6451b86ecb7de802",
  "_spec": "fetch-cookie@0.7.0",
  "_where": "C:\\xampp\\htdocs\\DicomFileSender\\node_modules\\pouchdb",
  "author": {
    "name": "Valérian Galliat",
    "url": "http://val.codejam.info/"
  },
  "bugs": {
    "url": "https://github.com/valeriangalliat/fetch-cookie/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "es6-denodeify": "^0.1.1",
    "tough-cookie": "^2.3.1"
  },
  "deprecated": false,
  "description": "Decorator for a `fetch` function to support automatic cookies.",
  "devDependencies": {
    "express": "^4.14.1",
    "mocha": "^3.2.0",
    "node-fetch": "^1.6.3",
    "standard": "^4.0.1"
  },
  "files": [
    "index.js",
    "node-fetch.js",
    "README.md",
    "UNLICENSE"
  ],
  "homepage": "https://github.com/valeriangalliat/fetch-cookie",
  "license": "Unlicense",
  "name": "fetch-cookie",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/valeriangalliat/fetch-cookie.git"
  },
  "scripts": {
    "lint": "standard",
    "prepublish": "npm run lint && npm test",
    "test": "mocha"
  },
  "version": "0.7.0"
}
