HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/farhangmoaser/web/node_modules/serve-favicon/package.json
{
  "name": "serve-favicon",
  "description": "favicon serving middleware with caching",
  "version": "2.5.1",
  "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
  "license": "MIT",
  "keywords": [
    "express",
    "favicon",
    "middleware"
  ],
  "repository": "expressjs/serve-favicon",
  "dependencies": {
    "etag": "~1.8.1",
    "fresh": "~0.5.2",
    "ms": "~2.1.3",
    "parseurl": "~1.3.2",
    "safe-buffer": "~5.2.1"
  },
  "devDependencies": {
    "eslint": "4.19.1",
    "eslint-config-standard": "11.0.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-markdown": "1.0.2",
    "eslint-plugin-node": "6.0.1",
    "eslint-plugin-promise": "3.8.0",
    "eslint-plugin-standard": "3.1.0",
    "mocha": "10.8.2",
    "nyc": "^15.1.0",
    "supertest": "7.1.1",
    "temp-path": "1.0.0"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  }
}