{
  "_from": "youch@^2.0.10",
  "_id": "youch@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-/FaCeG3GkuJwaMR34GHVg0l8jCbafZLHiFowSjqLlqhC6OMyf2tPJBu8UirF7/NI9X/R5ai4QfEKUCOxMAGxZQ==",
  "_location": "/youch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "youch@^2.0.10",
    "name": "youch",
    "escapedName": "youch",
    "rawSpec": "^2.0.10",
    "saveSpec": null,
    "fetchSpec": "^2.0.10"
  },
  "_requiredBy": [
    "/@adonisjs/framework",
    "/@adonisjs/ignitor"
  ],
  "_resolved": "https://registry.npmjs.org/youch/-/youch-2.2.2.tgz",
  "_shasum": "cb87a359a5c524ebd35eb07ca3a1521dbc7e1a3e",
  "_spec": "youch@^2.0.10",
  "_where": "/home/node/dev/do_little_web_api/node_modules/@adonisjs/framework",
  "author": {
    "name": "amanvirk"
  },
  "bugs": {
    "url": "https://github.com/poppinss/youch/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@types/stack-trace": "0.0.29",
    "cookie": "^0.4.1",
    "mustache": "^4.2.0",
    "stack-trace": "0.0.10"
  },
  "deprecated": false,
  "description": "HTML Pretty error stack viewer",
  "devDependencies": {
    "concat": "^1.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "japa": "^3.1.1",
    "standard": "^16.0.3",
    "supertest": "^6.1.3",
    "uglify-js": "^3.13.5"
  },
  "directories": {
    "example": "examples"
  },
  "files": [
    "src",
    "index.d.ts"
  ],
  "homepage": "https://github.com/poppinss/youch#readme",
  "keywords": [
    "errors",
    "error-reporting",
    "whoops"
  ],
  "license": "MIT",
  "main": "src/Youch.js",
  "name": "youch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poppinss/youch.git"
  },
  "scripts": {
    "build": "node bin/compile.js",
    "lint": "standard",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint",
    "test": "npm run build && node test/youch.spec.js"
  },
  "standard": {
    "ignore": [
      "static"
    ]
  },
  "types": "./index.d.ts",
  "version": "2.2.2"
}
