{
  "_args": [
    [
      "lru-cache@^4.0.0",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "lru-cache@>=4.0.0 <5.0.0",
  "_id": "lru-cache@4.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/lru-cache",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "3.3.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "lru-cache",
    "raw": "lru-cache@^4.0.0",
    "rawSpec": "^4.0.0",
    "scope": null,
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.0.tgz",
  "_shasum": "b5cbf01556c16966febe54ceec0fb4dc90df6c28",
  "_shrinkwrap": null,
  "_spec": "lru-cache@^4.0.0",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter"
  },
  "bugs": {
    "url": "https://github.com/isaacs/node-lru-cache/issues"
  },
  "dependencies": {
    "pseudomap": "^1.0.1",
    "yallist": "^2.0.0"
  },
  "description": "A cache object that deletes the least-recently-used items.",
  "devDependencies": {
    "standard": "^5.4.1",
    "tap": "^2.3.3"
  },
  "directories": {},
  "dist": {
    "shasum": "b5cbf01556c16966febe54ceec0fb4dc90df6c28",
    "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-4.0.0.tgz"
  },
  "gitHead": "da374d4776aaef443765b43cb3617e09c170a5d5",
  "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  "keywords": [
    "cache",
    "lru",
    "mru"
  ],
  "license": "ISC",
  "main": "lib/lru-cache.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "isaacs@npmjs.com"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "name": "lru-cache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-lru-cache.git"
  },
  "scripts": {
    "posttest": "standard test/*.js lib/*.js",
    "test": "tap test --cov"
  },
  "version": "4.0.0"
}
