forked from olcxjas-softworks/LarpixClient
Update gitignore (sorry)
This commit is contained in:
parent
a8f8c4d7ad
commit
cca8b02fea
6604 changed files with 1219661 additions and 4 deletions
59
electron/node_modules/electron-unhandled/package.json
generated
vendored
Normal file
59
electron/node_modules/electron-unhandled/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"name": "electron-unhandled",
|
||||
"version": "4.0.1",
|
||||
"description": "Catch unhandled errors and promise rejections in your Electron app",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/electron-unhandled",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "electron example.js",
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"electron",
|
||||
"unhandled",
|
||||
"error",
|
||||
"exception",
|
||||
"promise",
|
||||
"rejection",
|
||||
"uncaught",
|
||||
"handler",
|
||||
"stack",
|
||||
"report",
|
||||
"log",
|
||||
"logger",
|
||||
"debug",
|
||||
"debugging"
|
||||
],
|
||||
"dependencies": {
|
||||
"clean-stack": "^2.1.0",
|
||||
"electron-is-dev": "^2.0.0",
|
||||
"ensure-error": "^2.0.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"serialize-error": "^8.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.2.0",
|
||||
"electron": "^7.0.0",
|
||||
"electron-util": "^0.12.1",
|
||||
"execa": "^2.0.3",
|
||||
"tsd": "^0.7.3",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"xo": {
|
||||
"nodeVersion": ">=12",
|
||||
"envs": [
|
||||
"node",
|
||||
"browser"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue