line_push/node_modules/@nuxtjs/youch/package.json
2022-07-21 03:28:35 +00:00

81 lines
1.9 KiB
JSON

{
"_args": [
[
"@nuxtjs/youch@4.2.3",
"/home/node/nuxt"
]
],
"_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": "version",
"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",
"_spec": "4.2.3",
"_where": "/home/node/nuxt",
"author": {
"name": "amanvirk"
},
"bugs": {
"url": "https://github.com/poppinss/nuxt/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"cookie": "^0.3.1",
"mustache": "^2.3.0",
"stack-trace": "0.0.10"
},
"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"
}