mirror of
https://github.com/JonasunderscoreJones/api.jonasjones.dev.git
synced 2025-10-23 12:09:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
commit
58a42872a0
1745 changed files with 741893 additions and 0 deletions
59
node_modules/youch/package.json
generated
vendored
Normal file
59
node_modules/youch/package.json
generated
vendored
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"name": "youch",
|
||||
"version": "3.3.1",
|
||||
"description": "HTML Pretty error stack viewer",
|
||||
"main": "src/Youch.js",
|
||||
"files": [
|
||||
"src",
|
||||
"index.d.ts"
|
||||
],
|
||||
"types": "./index.d.ts",
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"scripts": {
|
||||
"pretest": "npm run lint",
|
||||
"prepublishOnly": "npm run build",
|
||||
"build": "node bin/compile.js",
|
||||
"test": "npm run build && node test/youch.spec.js && node test/youch.spec.mjs",
|
||||
"lint": "standard"
|
||||
},
|
||||
"author": "amanvirk",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"concat": "^1.0.3",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"japa": "^4.0.0",
|
||||
"standard": "^17.0.0",
|
||||
"supertest": "^6.3.3",
|
||||
"uglify-js": "^3.17.4"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"cookie": "^0.5.0",
|
||||
"mustache": "^4.2.0",
|
||||
"stacktracey": "^2.1.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/poppinss/youch.git"
|
||||
},
|
||||
"keywords": [
|
||||
"errors",
|
||||
"error-reporting",
|
||||
"whoops"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/poppinss/youch/issues"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"static"
|
||||
]
|
||||
},
|
||||
"homepage": "https://github.com/poppinss/youch#readme"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue