1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_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": "H:\\gs_nuxt\\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"
- }
|