async-disk-cache
Version:
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "async-disk-cache",
"version": "2.1.0",
"description": "Async disk cache",
"files": [
"index.js",
"lib/"
],
"scripts": {
"test": "mocha test.js",
"test:debug": "mocha debug test.js",
"test:dot": "mocha test.js --reporter dot",
"coverage": "istanbul cover _mocha"
},
"repository": "stefanpenner/async-disk-cache",
"keywords": [
"cache",
"temp",
"file"
],
"author": "Stefan Penner <stefan.penner@gmail.com>",
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"heimdalljs": "^0.2.3",
"istextorbinary": "^2.5.1",
"mkdirp": "^0.5.0",
"rimraf": "^3.0.0",
"rsvp": "^4.8.5",
"username-sync": "^1.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.4",
"mocha": "^6.2.2",
"stat-mode": "^0.3.0"
},
"engines": {
"node": "8.* || >= 10.*"
},
"jscsConfig": {
"preset": "google",
"disallowMultipleVarDecl": true,
"maximumLineLength": 80,
"requireBlocksOnNewline": true,
"validateLineBreaks": "LF"
}
}