{
  "_args": [
    [
      "koa-views@6.3.1",
      "/data/build"
    ]
  ],
  "_from": "koa-views@6.3.1",
  "_id": "koa-views@6.3.1",
  "_inBundle": false,
  "_integrity": "sha1-jSP6IRjHHpEZ+0enWlgFM0Xjc1Y=",
  "_location": "/koa-views",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-views@6.3.1",
    "name": "koa-views",
    "escapedName": "koa-views",
    "rawSpec": "6.3.1",
    "saveSpec": null,
    "fetchSpec": "6.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://172.17.52.48:8081/repository/npm-group/koa-views/-/koa-views-6.3.1.tgz",
  "_spec": "6.3.1",
  "_where": "/data/build",
  "author": {
    "name": "queckezz"
  },
  "bugs": {
    "url": "https://github.com/queckezz/koa-views/issues"
  },
  "dependencies": {
    "consolidate": "0.15.1",
    "debug": "^4.1.0",
    "get-paths": "0.0.7",
    "koa-send": "^5.0.0",
    "mz": "^2.4.0",
    "pretty": "^2.0.0"
  },
  "description": "Template rendering middleware for koa",
  "devDependencies": {
    "ejs": "^2.4.1",
    "eslint": "^7.0.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "handlebars": "^4.7.6",
    "koa": "^2.11.0",
    "mocha": "^7.1.2",
    "nunjucks": "^3.2.1",
    "pre-commit": "^1.2.2",
    "pug": "^2.0.0-rc.4",
    "should": "^13.1.0",
    "supertest": "^3.0.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.4.0",
    "underscore": "^1.8.3",
    "xyz": "^2.1.0"
  },
  "homepage": "https://github.com/queckezz/koa-views#readme",
  "keywords": [
    "koa",
    "render",
    "views",
    "app-wide",
    "templating",
    "templates"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "koa-views",
  "precommit": "lint, test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/queckezz/koa-views.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --reporter dot --bail --exit",
    "xyz": "xyz"
  },
  "version": "6.3.1"
}
