package.json 2.3 KB
{
  "_args": [
    [
      "errorhandler@1.5.1",
      "/Users/hyunyeong/Desktop/WhereUr/WhereUR"
    ]
  ],
  "_from": "errorhandler@1.5.1",
  "_id": "errorhandler@1.5.1",
  "_inBundle": false,
  "_integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
  "_location": "/errorhandler",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "errorhandler@1.5.1",
    "name": "errorhandler",
    "escapedName": "errorhandler",
    "rawSpec": "1.5.1",
    "saveSpec": null,
    "fetchSpec": "1.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
  "_spec": "1.5.1",
  "_where": "/Users/hyunyeong/Desktop/WhereUr/WhereUR",
  "bugs": {
    "url": "https://github.com/expressjs/errorhandler/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "accepts": "~1.3.7",
    "escape-html": "~1.0.3"
  },
  "description": "Development-only error handler middleware",
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "5.16.0",
    "eslint-config-standard": "12.0.0",
    "eslint-plugin-import": "2.17.2",
    "eslint-plugin-markdown": "1.0.0",
    "eslint-plugin-node": "8.0.1",
    "eslint-plugin-promise": "4.1.1",
    "eslint-plugin-standard": "4.0.0",
    "istanbul": "0.4.5",
    "mocha": "6.1.4",
    "supertest": "4.0.2"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "public/",
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "homepage": "https://github.com/expressjs/errorhandler#readme",
  "license": "MIT",
  "name": "errorhandler",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/errorhandler.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": "1.5.1"
}