{
  "_from": "koa-static@^4.0.2",
  "_id": "koa-static@4.0.3",
  "_inBundle": false,
  "_integrity": "sha512-JGmxTuPWy4bH7bt6gD/OMWkhprawvRmzJSr8TWKmTL4N7+IMv3s0SedeQi5S4ilxM9Bo6ptkCyXj/7wf+VS5tg==",
  "_location": "/koa-static",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-static@^4.0.2",
    "name": "koa-static",
    "escapedName": "koa-static",
    "rawSpec": "^4.0.2",
    "saveSpec": null,
    "fetchSpec": "^4.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa-static/-/koa-static-4.0.3.tgz",
  "_shasum": "5f93ad00fb1905db9ce46667c0e8bb7d22abfcd8",
  "_spec": "koa-static@^4.0.2",
  "_where": "/Users/haowen/WebstormProjects/koa-swapi/example",
  "bugs": {
    "url": "https://github.com/koajs/static/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^3.1.0",
    "koa-send": "^4.1.3"
  },
  "deprecated": false,
  "description": "Static file serving middleware for koa",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.1.0",
    "istanbul": "^0.4.5",
    "koa": "^2.5.1",
    "mocha": "^5.1.1",
    "supertest": "^3.1.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 --exit",
    "test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --exit",
    "test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit"
  },
  "version": "4.0.3"
}
