{
  "_args": [
    [
      "async-disk-cache@^1.0.0",
      "/Users/ryan/Ironyard/tools/generator-backbone-broccoli/app/templates/node_modules/broccoli-persistent-filter"
    ]
  ],
  "_from": "async-disk-cache@>=1.0.0 <2.0.0",
  "_id": "async-disk-cache@1.0.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/async-disk-cache",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "email": "stefan.penner@gmail.com",
    "name": "stefanpenner"
  },
  "_npmVersion": "2.14.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "async-disk-cache",
    "raw": "async-disk-cache@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/broccoli-persistent-filter"
  ],
  "_resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz",
  "_shasum": "282a337c30cff06affbd3a78fcf018512c599583",
  "_shrinkwrap": null,
  "_spec": "async-disk-cache@^1.0.0",
  "_where": "/Users/ryan/Ironyard/tools/generator-backbone-broccoli/app/templates/node_modules/broccoli-persistent-filter",
  "author": {
    "email": "stefan.penner@gmail.com",
    "name": "Stefan Penner"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/async-disk-cache/issues"
  },
  "dependencies": {
    "debug": "^2.1.3",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.2.8",
    "rsvp": "^3.0.18"
  },
  "description": "Async disk cache",
  "devDependencies": {
    "chai": "^3.2.0",
    "istanbul": "^0.3.6",
    "mocha": "^2.1.0",
    "stat-mode": "^0.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "282a337c30cff06affbd3a78fcf018512c599583",
    "tarball": "http://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.3.tgz"
  },
  "files": [
    "index.js",
    "lib/cache-entry.js"
  ],
  "gitHead": "b1b81ae0391a10ff7caa03033f3e52d297a0f3d6",
  "homepage": "https://github.com/stefanpenner/async-disk-cache#readme",
  "jscsConfig": {
    "disallowMultipleVarDecl": true,
    "maximumLineLength": 80,
    "preset": "google",
    "requireBlocksOnNewline": true,
    "validateLineBreaks": "LF"
  },
  "keywords": [
    "cache",
    "file",
    "temp"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    }
  ],
  "name": "async-disk-cache",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanpenner/async-disk-cache.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "test": "mocha test.js",
    "test:debug": "mocha debug test.js",
    "test:dot": "mocha test.js --reporter dot"
  },
  "version": "1.0.3"
}
