SimpliField/sf-filecache

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sf-filecache",
  "version": "1.0.3",
  "description": "Simple and smart FS based cache system.",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha src/*.mocha.js",
    "lint": "eslint src/*.js",
    "preversion": "npm test",
    "coveralls": "istanbul cover _mocha --report lcovonly -- src/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cover": "istanbul cover --report html _mocha -- src/*.mocha.js -R spec -t 5000",
    "cli": "env NPM_RUN_CLI=1"
  },
  "engines": {
    "node": ">= 6"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/SimpliField/sf-filecache.git"
  },
  "keywords": [
    "fs",
    "cache",
    "file",
    "service"
  ],
  "author": "Nicolas Froidure (Simplifield)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SimpliField/sf-filecache/issues"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.10.0",
    "eslint-config-simplifield": "^8.1.0",
    "istanbul": "^0.4.5",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "mockery": "^2.1.0",
    "sf-time-mock": "^1.0.2",
    "streamtest": "^1.2.4"
  },
  "dependencies": {
    "debug": "^4.1.0",
    "first-chunk-stream": "^2.0.0",
    "mkdirp": "^0.5.1",
    "sanitize-filename": "^1.6.1",
    "yerror": "^2.1.3"
  }
}