{
  "_args": [
    [
      {
        "raw": "async-disk-cache@^1.0.0",
        "scope": null,
        "escapedName": "async-disk-cache",
        "name": "async-disk-cache",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-persistent-filter"
    ]
  ],
  "_from": "async-disk-cache@>=1.0.0 <2.0.0",
  "_id": "async-disk-cache@1.0.9",
  "_inCache": true,
  "_location": "/async-disk-cache",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/async-disk-cache-1.0.9.tgz_1477760345120_0.14986481168307364"
  },
  "_npmUser": {
    "name": "stefanpenner",
    "email": "stefan.penner@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "async-disk-cache@^1.0.0",
    "scope": null,
    "escapedName": "async-disk-cache",
    "name": "async-disk-cache",
    "rawSpec": "^1.0.0",
    "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.9.tgz",
  "_shasum": "23bafb823184f463407e474e8d5f87899f72ca63",
  "_shrinkwrap": null,
  "_spec": "async-disk-cache@^1.0.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/broccoli-persistent-filter",
  "author": {
    "name": "Stefan Penner",
    "email": "stefan.penner@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/async-disk-cache/issues"
  },
  "dependencies": {
    "debug": "^2.1.3",
    "istextorbinary": "2.1.0",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.5.3",
    "rsvp": "^3.0.18"
  },
  "description": "Async disk cache",
  "devDependencies": {
    "chai": "^3.2.0",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.1",
    "stat-mode": "^0.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "23bafb823184f463407e474e8d5f87899f72ca63",
    "tarball": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.0.9.tgz"
  },
  "files": [
    "index.js",
    "lib/cache-entry.js"
  ],
  "gitHead": "80786aae2eaaa796df7c8880538bfe1d60355299",
  "homepage": "https://github.com/stefanpenner/async-disk-cache#readme",
  "jscsConfig": {
    "preset": "google",
    "disallowMultipleVarDecl": true,
    "maximumLineLength": 80,
    "requireBlocksOnNewline": true,
    "validateLineBreaks": "LF"
  },
  "keywords": [
    "cache",
    "temp",
    "file"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "stefanpenner",
      "email": "stefan.penner@gmail.com"
    }
  ],
  "name": "async-disk-cache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.9"
}
