{
  "_args": [
    [
      {
        "raw": "cacheable-request@^2.1.1",
        "scope": null,
        "escapedName": "cacheable-request",
        "name": "cacheable-request",
        "rawSpec": "^2.1.1",
        "spec": ">=2.1.1 <3.0.0",
        "type": "range"
      },
      "C:\\www\\dallashi\\videojs-record\\node_modules\\got"
    ]
  ],
  "_from": "cacheable-request@>=2.1.1 <3.0.0",
  "_id": "cacheable-request@2.1.4",
  "_inCache": true,
  "_location": "/cacheable-request",
  "_nodeVersion": "5.12.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cacheable-request-2.1.4.tgz_1514318995331_0.5610265193972737"
  },
  "_npmUser": {
    "name": "lukechilds",
    "email": "lukechilds123@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {
    "decode-uri-component": "0.2.0",
    "is-plain-obj": "1.1.0",
    "object-assign": "4.1.1",
    "strict-uri-encode": "1.1.0"
  },
  "_requested": {
    "raw": "cacheable-request@^2.1.1",
    "scope": null,
    "escapedName": "cacheable-request",
    "name": "cacheable-request",
    "rawSpec": "^2.1.1",
    "spec": ">=2.1.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz",
  "_shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d",
  "_shrinkwrap": null,
  "_spec": "cacheable-request@^2.1.1",
  "_where": "C:\\www\\dallashi\\videojs-record\\node_modules\\got",
  "author": {
    "name": "Luke Childs",
    "email": "lukechilds123@gmail.com",
    "url": "http://lukechilds.co.uk"
  },
  "bugs": {
    "url": "https://github.com/lukechilds/cacheable-request/issues"
  },
  "dependencies": {
    "clone-response": "1.0.2",
    "get-stream": "3.0.0",
    "http-cache-semantics": "3.8.1",
    "keyv": "3.0.0",
    "lowercase-keys": "1.0.0",
    "normalize-url": "2.0.1",
    "responselike": "1.0.2"
  },
  "description": "Wrap native HTTP requests with RFC compliant cache support",
  "devDependencies": {
    "@keyv/sqlite": "^1.2.6",
    "ava": "^0.24.0",
    "coveralls": "^3.0.0",
    "create-test-server": "^2.0.0",
    "delay": "^2.0.0",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "nyc": "^11.0.2",
    "pify": "^3.0.0",
    "sqlite3": "^3.1.9",
    "this": "^1.0.2",
    "xo": "^0.19.0"
  },
  "directories": {},
  "dist": {
    "shasum": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d",
    "tarball": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz"
  },
  "gitHead": "3f2d8e2f64af835a82721c51898bd6f08883c4de",
  "homepage": "https://github.com/lukechilds/cacheable-request",
  "keywords": [
    "HTTP",
    "HTTPS",
    "cache",
    "caching",
    "layer",
    "cacheable",
    "RFC 7234",
    "RFC",
    "7234",
    "compliant"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "maintainers": [
    {
      "name": "lukechilds",
      "email": "lukechilds123@gmail.com"
    }
  ],
  "name": "cacheable-request",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/cacheable-request.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "2.1.4",
  "xo": {
    "extends": "xo-lukechilds"
  }
}
