{
  "_from": "koa-static@^4.0.1",
  "_id": "koa-static@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-tKaDVRz3lgPfdFhiYe3jNQnlSVf0AnOv7ZJqQYHkT4/kPan6b59HSmotNm2Qjl2JDlCli4xKVOMHui+fZLwNRg==",
  "_location": "/koa-static",
  "_phantomChildren": {
    "ms": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-static@^4.0.1",
    "name": "koa-static",
    "escapedName": "koa-static",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa-static/-/koa-static-4.0.2.tgz",
  "_shasum": "6cda92d88d771dcaad9f0d825cd94a631c861a1a",
  "_spec": "koa-static@^4.0.1",
  "_where": "/usr/src/app/stopfals-website",
  "bugs": {
    "url": "https://github.com/koajs/static/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^2.6.8",
    "koa-send": "^4.1.0"
  },
  "deprecated": false,
  "description": "Static file serving middleware for koa",
  "devDependencies": {
    "eslint": "^4.1.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.6.1",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "istanbul": "^0.4.5",
    "koa": "^2.3.0",
    "mocha": "^3.4.2",
    "supertest": "^3.0.0"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/static#readme",
  "keywords": [
    "koa",
    "middleware",
    "file",
    "static",
    "sendfile"
  ],
  "license": "MIT",
  "name": "koa-static",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/static.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "test": "mocha --harmony --reporter spec",
    "test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
    "test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  },
  "version": "4.0.2"
}
