{
  "_args": [
    [
      "@shellscape/koa-static@4.0.5",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "@shellscape/koa-static@4.0.5",
  "_id": "@shellscape/koa-static@4.0.5",
  "_inBundle": false,
  "_integrity": "sha512-0T2g2NtaO2zhbqR8EBACIGtBy+haodKb8PuJ17RGDXAJwhjkgghUKLrLEnm05zuiwupfYm2APIax6D2TwLoflA==",
  "_location": "/@shellscape/koa-static",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@shellscape/koa-static@4.0.5",
    "name": "@shellscape/koa-static",
    "escapedName": "@shellscape%2fkoa-static",
    "scope": "@shellscape",
    "rawSpec": "4.0.5",
    "saveSpec": null,
    "fetchSpec": "4.0.5"
  },
  "_requiredBy": [
    "/webpack-serve"
  ],
  "_resolved": "https://registry.npmjs.org/@shellscape/koa-static/-/koa-static-4.0.5.tgz",
  "_spec": "4.0.5",
  "_where": "/home/dianasoft/public_html",
  "bugs": {
    "url": "https://github.com/shellscape/koa-static/issues"
  },
  "dependencies": {
    "@shellscape/koa-send": "^4.1.0",
    "debug": "^2.6.8"
  },
  "description": "Static file serving middleware for koa",
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.39",
    "@babel/core": "^7.0.0-beta.39",
    "@babel/polyfill": "^7.0.0-beta.39",
    "@babel/preset-env": "^7.0.0-beta.39",
    "@babel/register": "^7.0.0-beta.39",
    "babel-plugin-module-resolver": "^3.0.0",
    "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": ">= 6"
  },
  "files": [
    "index.js",
    "legacy/index.js"
  ],
  "homepage": "https://github.com/shellscape/koa-static#readme",
  "keywords": [
    "koa",
    "middleware",
    "file",
    "static",
    "sendfile"
  ],
  "license": "MIT",
  "name": "@shellscape/koa-static",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shellscape/koa-static.git"
  },
  "scripts": {
    "lint": "eslint --fix .",
    "prepublishOnly": "babel index.js --out-file legacy/index.js",
    "test": "npm run prepublishOnly && 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.5"
}
