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/nowruzgan/rest/node_modules/router/package.json
{
  "name": "router",
  "description": "Simple middleware-style router",
  "version": "1.3.2",
  "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
  "contributors": [
    "Blake Embrey <hello@blakeembrey.com>"
  ],
  "license": "MIT",
  "repository": "pillarjs/router",
  "dependencies": {
    "array-flatten": "2.1.1",
    "debug": "2.6.9",
    "methods": "~1.1.2",
    "parseurl": "~1.3.2",
    "path-to-regexp": "0.1.7",
    "setprototypeof": "1.1.0",
    "utils-merge": "1.0.1"
  },
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "3.19.0",
    "eslint-plugin-markdown": "1.0.0-beta.6",
    "finalhandler": "1.0.6",
    "istanbul": "0.4.5",
    "mocha": "2.5.3",
    "supertest": "1.1.0"
  },
  "files": [
    "lib/",
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  }
}