{
  "_args": [
    [
      "koa-favicon@2.1.0",
      "/data/build"
    ]
  ],
  "_from": "koa-favicon@2.1.0",
  "_id": "koa-favicon@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-xDDMWUYU+0lK3LXuEZai9/U+pEI=",
  "_location": "/koa-favicon",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-favicon@2.1.0",
    "name": "koa-favicon",
    "escapedName": "koa-favicon",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://172.17.52.48:8081/repository/npm-group/koa-favicon/-/koa-favicon-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/data/build",
  "bugs": {
    "url": "https://github.com/koajs/favicon/issues"
  },
  "dependencies": {
    "mz": "^2.7.0"
  },
  "description": "favicon bounce middleware for koa",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "koa": "^2.11.0",
    "mocha": "^7.1.0",
    "supertest": "^4.0.2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/favicon#readme",
  "keywords": [
    "koa",
    "middleware",
    "favicon"
  ],
  "license": "MIT",
  "name": "koa-favicon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/favicon.git"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha --reporter spec --exit",
    "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha -- --exit",
    "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit"
  },
  "version": "2.1.0"
}
