package.json 1.9 KB

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