1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
| {
| "_from": "@nuxtjs/youch@^4.2.3",
| "_id": "@nuxtjs/youch@4.2.3",
| "_inBundle": false,
| "_integrity": "sha512-XiTWdadTwtmL/IGkNqbVe+dOlT+IMvcBu7TvKI7plWhVQeBCQ9iKhk3jgvVWFyiwL2yHJDlEwOM5v9oVES5Xmw==",
| "_location": "/@nuxtjs/youch",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@nuxtjs/youch@^4.2.3",
| "name": "@nuxtjs/youch",
| "escapedName": "@nuxtjs%2fyouch",
| "scope": "@nuxtjs",
| "rawSpec": "^4.2.3",
| "saveSpec": null,
| "fetchSpec": "^4.2.3"
| },
| "_requiredBy": [
| "/@nuxt/server"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz",
| "_shasum": "36f8b22df5a0efaa81373109851e1d857aca6bed",
| "_spec": "@nuxtjs/youch@^4.2.3",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\server",
| "author": {
| "name": "amanvirk"
| },
| "bugs": {
| "url": "https://github.com/poppinss/nuxt/issues"
| },
| "bundleDependencies": false,
| "config": {
| "commitizen": {
| "path": "./node_modules/cz-conventional-changelog"
| }
| },
| "dependencies": {
| "cookie": "^0.3.1",
| "mustache": "^2.3.0",
| "stack-trace": "0.0.10"
| },
| "deprecated": false,
| "description": "Pretty error reporting for Node.js 🚀 (Modified for Nuxt.js & SSR Bundles)",
| "devDependencies": {
| "cz-conventional-changelog": "^2.0.0",
| "japa": "^1.0.3",
| "japa-cli": "^1.0.1",
| "standard": "^10.0.2",
| "supertest": "^3.0.0"
| },
| "directories": {
| "example": "examples"
| },
| "homepage": "https://github.com/poppinss/nuxt#readme",
| "keywords": [
| "errors",
| "error-reporting",
| "whoops"
| ],
| "license": "MIT",
| "main": "src/Youch/index.js",
| "name": "@nuxtjs/youch",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt/youch.git"
| },
| "scripts": {
| "lint": "standard",
| "test": "japa",
| "test:win": "node ./node_modules/japa-cli/index.js"
| },
| "version": "4.2.3"
| }
|
|