{
  "_args": [
    [
      "memoizee@0.3.10",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "memoizee@0.3.10",
  "_id": "memoizee@0.3.10",
  "_inBundle": false,
  "_integrity": "sha1-TsoNiu057J0Bf0xcLy9kMvQuXI8=",
  "_location": "/memoizee",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "memoizee@0.3.10",
    "name": "memoizee",
    "escapedName": "memoizee",
    "rawSpec": "0.3.10",
    "saveSpec": null,
    "fetchSpec": "0.3.10"
  },
  "_requiredBy": [
    "/cli-color"
  ],
  "_resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.3.10.tgz",
  "_spec": "0.3.10",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Mariusz Nowak",
    "email": "medikoo@medikoo.com",
    "url": "http://www.medikoo.com/"
  },
  "bugs": {
    "url": "https://github.com/medikoo/memoizee/issues"
  },
  "dependencies": {
    "d": "~0.1.1",
    "es5-ext": "~0.10.11",
    "es6-weak-map": "~0.1.4",
    "event-emitter": "~0.3.4",
    "lru-queue": "0.1",
    "next-tick": "~0.2.2",
    "timers-ext": "0.1"
  },
  "description": "Memoize/cache function results",
  "devDependencies": {
    "tad": "~0.2.4",
    "xlint": "~0.2.2",
    "xlint-jslint-medikoo": "~0.1.4"
  },
  "homepage": "https://github.com/medikoo/memoizee#readme",
  "keywords": [
    "memoize",
    "memoizer",
    "cache",
    "memoization",
    "memo",
    "memcached",
    "hashing.",
    "storage",
    "caching",
    "memory",
    "gc",
    "weak",
    "garbage",
    "collector",
    "async"
  ],
  "license": "MIT",
  "name": "memoizee",
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/memoizee.git"
  },
  "scripts": {
    "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
    "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
    "test": "node node_modules/tad/bin/tad"
  },
  "version": "0.3.10"
}
