diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 23:08:57 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 23:08:57 +0300 |
commit | 726b81b19251674e149ccfbb1abacbd837fc6db0 (patch) | |
tree | fbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/@electron/get/package.json | |
parent | 34f0890e175698940d49238097579f44e4d78c89 (diff) | |
download | FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst |
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/@electron/get/package.json')
-rw-r--r-- | node_modules/@electron/get/package.json | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/node_modules/@electron/get/package.json b/node_modules/@electron/get/package.json deleted file mode 100644 index 9b292c6..0000000 --- a/node_modules/@electron/get/package.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "name": "@electron/get", - "version": "2.0.1", - "description": "Utility for downloading artifacts from different versions of Electron", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "repository": "https://github.com/electron/get", - "author": "Samuel Attard", - "license": "MIT", - "scripts": { - "build": "tsc && tsc -p tsconfig.esm.json", - "build:docs": "typedoc --out docs", - "eslint": "eslint --ext .ts src test", - "jest": "jest --coverage", - "lint": "npm run prettier && npm run eslint", - "prettier": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"", - "prepublishOnly": "npm run build", - "test": "npm run lint && npm run jest", - "test:nonetwork": "npm run lint && npm run jest -- --testPathIgnorePatterns network.spec" - }, - "files": [ - "dist/*", - "README.md" - ], - "engines": { - "node": ">=12" - }, - "dependencies": { - "debug": "^4.1.1", - "env-paths": "^2.2.0", - "fs-extra": "^8.1.0", - "got": "^11.8.5", - "progress": "^2.0.3", - "semver": "^6.2.0", - "sumchecker": "^3.0.1" - }, - "devDependencies": { - "@continuous-auth/semantic-release-npm": "^2.0.0", - "@types/debug": "^4.1.4", - "@types/fs-extra": "^8.0.0", - "@types/jest": "^24.0.13", - "@types/node": "^12.20.55", - "@types/progress": "^2.0.3", - "@types/semver": "^6.2.0", - "@typescript-eslint/eslint-plugin": "^2.34.0", - "@typescript-eslint/parser": "^2.34.0", - "eslint": "^6.8.0", - "eslint-config-prettier": "^6.15.0", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "< 24.0.0", - "husky": "^2.3.0", - "jest": "^24.8.0", - "lint-staged": "^8.1.7", - "prettier": "^1.17.1", - "ts-jest": "^24.0.0", - "typedoc": "^0.17.2", - "typescript": "^3.8.0" - }, - "eslintConfig": { - "parser": "@typescript-eslint/parser", - "extends": [ - "eslint:recommended", - "plugin:@typescript-eslint/eslint-recommended", - "plugin:@typescript-eslint/recommended", - "plugin:jest/recommended", - "plugin:import/errors", - "plugin:import/warnings", - "plugin:import/typescript", - "prettier", - "prettier/@typescript-eslint" - ] - }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, - "lint-staged": { - "*.ts": [ - "eslint --fix", - "prettier --write", - "git add" - ] - }, - "keywords": [ - "electron", - "download", - "prebuild", - "get", - "artifact", - "release" - ], - "optionalDependencies": { - "global-agent": "^3.0.0", - "global-tunnel-ng": "^2.7.1" - }, - "resolutions": { - "eslint/inquirer": "< 7.3.0", - "**/@typescript-eslint/typescript-estree/semver": "^6.3.0" - } -} |