{
  "name": "connect-block-favicon",
  "version": "1.1.0",
  "description": "Middleware for Connect or Express to silence browser requests for favicon.ico with no content.",
  "author": {
    "name": "Ferdinand Prantl",
    "email": "prantlf@gmail.com",
    "url": "http://prantl.tk"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/prantlf/connect-block-favicon/blob/master/LICENSE"
    }
  ],
  "homepage": "https://github.com/prantlf/connect-block-favicon#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/prantlf/connect-block-favicon.git"
  },
  "bugs": {
    "url": "https://github.com/prantlf/connect-block-favicon/issues"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "standard --verbose",
    "fix": "npm run lint -- --fix",
    "check": "jest",
    "test": "npm run lint && npm run check"
  },
  "jest": {
    "roots": [
      "test"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "*.js"
    ],
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "lcov"
    ],
    "coverageThreshold": {
      "global": {
        "statements": 100,
        "branches": 100,
        "functions": 100,
        "lines": 100
      }
    }
  },
  "devDependencies": {
    "connect": "3.7.0",
    "coveralls": "3.1.1",
    "express": "5.1.0",
    "jest": "29.7.0",
    "polka": "^0.5.2",
    "request": "2.88.2",
    "standard": "17.1.2"
  },
  "keywords": [
    "connect",
    "express",
    "polka",
    "middleware",
    "favicon",
    "favicon.ico",
    "block"
  ]
}