{
  "_args": [
    [
      "koa-mount@3.0.0",
      "/home/dianasoft/public_html"
    ]
  ],
  "_development": true,
  "_from": "koa-mount@3.0.0",
  "_id": "koa-mount@3.0.0",
  "_inBundle": false,
  "_integrity": "sha1-CMqzuD0xRC7Yt+dcVLGr65IuwZc=",
  "_location": "/koa-mount",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-mount@3.0.0",
    "name": "koa-mount",
    "escapedName": "koa-mount",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/vuepress"
  ],
  "_resolved": "https://registry.npmjs.org/koa-mount/-/koa-mount-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/home/dianasoft/public_html",
  "bugs": {
    "url": "https://github.com/koajs/mount/issues"
  },
  "dependencies": {
    "debug": "^2.6.1",
    "koa-compose": "^3.2.1"
  },
  "description": "Mounting middleware for koa",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "koa": "^2.0.1",
    "mocha": "^3.2.0",
    "should": "^11.2.0",
    "supertest": "^3.0.0"
  },
  "engines": {
    "node": ">= 7.6.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/mount#readme",
  "keywords": [
    "koa",
    "middleware",
    "mount",
    "mounting"
  ],
  "license": "MIT",
  "name": "koa-mount",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/mount.git"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha --reporter spec",
    "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
    "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  },
  "version": "3.0.0"
}
