package.json 2.29 KB
{
  "_from": "router",
  "_id": "router@1.3.5",
  "_inBundle": false,
  "_integrity": "sha512-kozCJZUhuSJ5VcLhSb3F8fsmGXy+8HaDbKCAerR1G6tq3mnMZFMuSohbFvGv1c5oMFipijDjRZuuN/Sq5nMf3g==",
  "_location": "/router",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "router",
    "name": "router",
    "escapedName": "router",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/router/-/router-1.3.5.tgz",
  "_shasum": "cb2f47f74fd99a77fb3bc01cc947f46b79b1790f",
  "_spec": "router",
  "_where": "C:\\Users\\tlsgml8847\\Documents\\oss\\Project\\.My Project\\Chess",
  "author": {
    "name": "Douglas Christopher Wilson",
    "email": "doug@somethingdoug.com"
  },
  "bugs": {
    "url": "https://github.com/pillarjs/router/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Blake Embrey",
      "email": "hello@blakeembrey.com"
    }
  ],
  "dependencies": {
    "array-flatten": "3.0.0",
    "debug": "2.6.9",
    "methods": "~1.1.2",
    "parseurl": "~1.3.3",
    "path-to-regexp": "0.1.7",
    "setprototypeof": "1.2.0",
    "utils-merge": "1.0.1"
  },
  "deprecated": false,
  "description": "Simple middleware-style router",
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "6.8.0",
    "eslint-plugin-markdown": "1.0.2",
    "finalhandler": "1.1.2",
    "istanbul": "0.4.5",
    "mocha": "7.1.1",
    "safe-buffer": "5.2.0",
    "supertest": "4.0.2"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "lib/",
    "LICENSE",
    "HISTORY.md",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/pillarjs/router#readme",
  "license": "MIT",
  "name": "router",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pillarjs/router.git"
  },
  "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/",
    "version": "node scripts/version-history.js && git add HISTORY.md"
  },
  "version": "1.3.5"
}