{
  "_args": [
    [
      "cache-manager@2.10.1",
      "/Users/kalyan/Downloads/aadoauth"
    ]
  ],
  "_from": "cache-manager@2.10.1",
  "_id": "cache-manager@2.10.1",
  "_inBundle": false,
  "_integrity": "sha512-bk17v9IkLqNcbCzggEh82LEJhjHp+COnL57L7a0ESbM/cOuXIIBatdVjD/ps7vOsofI48++zAC14Ye+8v50flg==",
  "_location": "/cache-manager",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cache-manager@2.10.1",
    "name": "cache-manager",
    "escapedName": "cache-manager",
    "rawSpec": "2.10.1",
    "saveSpec": null,
    "fetchSpec": "2.10.1"
  },
  "_requiredBy": [
    "/passport-azure-ad"
  ],
  "_resolved": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.10.1.tgz",
  "_spec": "2.10.1",
  "_where": "/Users/kalyan/Downloads/aadoauth",
  "author": {
    "name": "Bryan Donovan"
  },
  "bugs": {
    "url": "https://github.com/BryanDonovan/node-cache-manager/issues"
  },
  "dependencies": {
    "async": "1.5.2",
    "lru-cache": "4.0.0"
  },
  "description": "Cache module for Node.js",
  "devDependencies": {
    "coveralls": "^2.3.0",
    "es6-promise": "^3.0.2",
    "istanbul": "0.4.2",
    "jscs": "2.11.0",
    "jsdoc": "3.5.5",
    "jshint": "2.9.1",
    "mocha": "2.4.5",
    "optimist": "0.6.1",
    "sinon": "1.17.3"
  },
  "homepage": "https://github.com/BryanDonovan/node-cache-manager#readme",
  "keywords": [
    "cache",
    "redis",
    "lru-cache",
    "memory cache",
    "multiple cache"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cache-manager",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BryanDonovan/node-cache-manager.git"
  },
  "scripts": {
    "test": "make"
  },
  "version": "2.10.1"
}
