{ "_from": "async-disk-cache@^1.2.1", "_id": "async-disk-cache@1.3.3", "_inBundle": false, "_integrity": "sha512-GyaWSbDAZCltxSobtj1m1ptXa0+zSdjWs3sM4IqnvhoRwMDHW5786sXQ1RiXbR3ZGuQe6NXMB4N0vUmW163cew==", "_location": "/async-disk-cache", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "async-disk-cache@^1.2.1", "name": "async-disk-cache", "escapedName": "async-disk-cache", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/broccoli-persistent-filter" ], "_resolved": "https://registry.npmjs.org/async-disk-cache/-/async-disk-cache-1.3.3.tgz", "_shasum": "6040486660b370e4051cd9fa9fee275e1fae3728", "_spec": "async-disk-cache@^1.2.1", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-persistent-filter", "author": { "name": "Stefan Penner", "email": "stefan.penner@gmail.com" }, "bugs": { "url": "https://github.com/stefanpenner/async-disk-cache/issues" }, "bundleDependencies": false, "dependencies": { "debug": "^2.1.3", "heimdalljs": "^0.2.3", "istextorbinary": "2.1.0", "mkdirp": "^0.5.0", "rimraf": "^2.5.3", "rsvp": "^3.0.18", "username-sync": "1.0.1" }, "deprecated": false, "description": "Async disk cache", "devDependencies": { "chai": "^3.2.0", "istanbul": "^0.4.4", "mocha": "^3.0.1", "stat-mode": "^0.2.1" }, "files": [ "index.js", "lib/" ], "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", "name": "async-disk-cache", "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.3.3" }