/
websites
/
operateit-node
/
node_modules
/
youch
/
Upload File
HOME
{ "_from": "youch@^2.0.10", "_id": "youch@2.1.1", "_inBundle": false, "_integrity": "sha512-qYN29wSKxAnECdcsTegBziyRXS3MWcTTefzViBN++/UulXCcIGT/VaQhDVeeKvVFpEaQ9EPv3OVJafPrDNU1+Q==", "_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.1.1.tgz", "_shasum": "c25a35fc9a7acec31e6edc3a73283e7a7f34b7e6", "_spec": "youch@^2.0.10", "_where": "D:\\xampp\\htdocs\\operateit\\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": { "cookie": "^0.4.1", "mustache": "^4.0.1", "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": "^14.3.4", "supertest": "^5.0.0", "uglify-js": "^3.11.0" }, "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.1.1" }