forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
33
electron/node_modules/ci-info/package.json
generated
vendored
33
electron/node_modules/ci-info/package.json
generated
vendored
|
|
@ -1,14 +1,27 @@
|
|||
{
|
||||
"name": "ci-info",
|
||||
"version": "3.9.0",
|
||||
"version": "4.4.0",
|
||||
"description": "Get details about the current Continuous Integration environment",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"type": "commonjs",
|
||||
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/watson/ci-info.git",
|
||||
"repository": "github:watson/ci-info",
|
||||
"bugs": "https://github.com/watson/ci-info/issues",
|
||||
"homepage": "https://github.com/watson/ci-info",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Sibiraj",
|
||||
"url": "https://github.com/sibiraj-s"
|
||||
}
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/sibiraj-s"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"ci",
|
||||
"continuous",
|
||||
|
|
@ -22,22 +35,18 @@
|
|||
"index.d.ts",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/sibiraj-s"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"build": "node sort-vendors.js && node create-typings.js",
|
||||
"lint:fix": "standard --fix",
|
||||
"test": "standard && node test.js",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install || true"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clear-module": "^4.1.2",
|
||||
"husky": "^8.0.3",
|
||||
"standard": "^17.1.0",
|
||||
"tape": "^5.7.0"
|
||||
"husky": "^9.1.7",
|
||||
"publint": "^0.3.12",
|
||||
"standard": "^17.1.2",
|
||||
"tape": "^5.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue