summaryrefslogtreecommitdiff
path: root/node_modules/electron-packager/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/electron-packager/package.json
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/electron-packager/package.json')
-rw-r--r--node_modules/electron-packager/package.json137
1 files changed, 0 insertions, 137 deletions
diff --git a/node_modules/electron-packager/package.json b/node_modules/electron-packager/package.json
deleted file mode 100644
index 78b8a06..0000000
--- a/node_modules/electron-packager/package.json
+++ /dev/null
@@ -1,137 +0,0 @@
-{
- "name": "electron-packager",
- "version": "16.0.0",
- "description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
- "main": "src/index.js",
- "types": "src/index.d.ts",
- "bin": {
- "electron-packager": "bin/electron-packager.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/electron/electron-packager.git"
- },
- "author": "Mark Lee",
- "license": "BSD-2-Clause",
- "bugs": {
- "url": "https://github.com/electron/electron-packager/issues"
- },
- "homepage": "https://github.com/electron/electron-packager",
- "files": [
- "collaborators.md",
- "bin",
- "docs/*.md",
- "NEWS.md",
- "src",
- "usage.txt"
- ],
- "dependencies": {
- "@electron/get": "^2.0.0",
- "@electron/universal": "^1.2.1",
- "asar": "^3.1.0",
- "cross-spawn-windows-exe": "^1.2.0",
- "debug": "^4.0.1",
- "electron-notarize": "^1.1.1",
- "electron-osx-sign": "^0.5.0",
- "extract-zip": "^2.0.0",
- "filenamify": "^4.1.0",
- "fs-extra": "^10.1.0",
- "galactus": "^0.2.1",
- "get-package-info": "^1.0.0",
- "junk": "^3.1.0",
- "parse-author": "^2.0.0",
- "plist": "^3.0.0",
- "rcedit": "^3.0.1",
- "resolve": "^1.1.6",
- "semver": "^7.1.3",
- "yargs-parser": "^21.1.1"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.0.1",
- "@typescript-eslint/parser": "^4.0.1",
- "ava": "^3.10.1",
- "buffer-equal": "^1.0.0",
- "codecov": "^3.0.0",
- "eslint": "^7.12.1",
- "eslint-config-standard": "^16.0.0",
- "eslint-plugin-ava": "^12.0.0",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.0.0",
- "eslint-plugin-promise": "^5.1.0",
- "nyc": "^15.0.0",
- "pkg-up": "^3.0.1",
- "sinon": "^14.0.0",
- "tsd": "^0.14.0",
- "typedoc": "^0.19.0",
- "typescript": "^4.0.2"
- },
- "engines": {
- "node": ">= 14.17.5"
- },
- "scripts": {
- "ava": "ava test/index.js",
- "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
- "coverage": "nyc ava test/index.js",
- "docs:build": "node test/ci/build_docs.js",
- "lint": "npm run lint:js && npm run lint:ts",
- "lint:js": "eslint .",
- "lint:ts": "eslint --config .eslintrc.typescript.js --ext .ts .",
- "test": "npm run lint && npm run tsd && npm run coverage",
- "tsd": "tsd"
- },
- "directories": {
- "test": "test"
- },
- "keywords": [
- "electron",
- "packager",
- "bundler",
- "app"
- ],
- "ava": {
- "timeout": "60s"
- },
- "eslintConfig": {
- "extends": [
- "eslint:recommended",
- "plugin:ava/recommended",
- "plugin:import/errors",
- "plugin:import/warnings",
- "plugin:promise/recommended",
- "standard"
- ],
- "parserOptions": {
- "sourceType": "script"
- },
- "plugins": [
- "ava"
- ],
- "rules": {
- "ava/no-import-test-files": 0,
- "ava/no-ignored-test-files": 0,
- "indent": [
- "error",
- 2,
- {
- "CallExpression": {
- "arguments": "first"
- },
- "SwitchCase": 1
- }
- ],
- "no-console": 0,
- "strict": "error"
- }
- },
- "eslintIgnore": [
- "typedoc/**/*",
- "**/test/fixtures/**/node_modules/**",
- "**/test/work/*"
- ],
- "tsd": {
- "directory": "test"
- },
- "funding": {
- "url": "https://github.com/electron/electron-packager?sponsor=1"
- }
-}