summaryrefslogtreecommitdiff
path: root/node_modules/asar/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/asar/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/asar/package.json')
-rw-r--r--node_modules/asar/package.json67
1 files changed, 0 insertions, 67 deletions
diff --git a/node_modules/asar/package.json b/node_modules/asar/package.json
deleted file mode 100644
index 0ad7009..0000000
--- a/node_modules/asar/package.json
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "name": "asar",
- "description": "Creating Electron app packages",
- "version": "3.2.0",
- "main": "./lib/asar.js",
- "types": "./lib/index.d.ts",
- "bin": {
- "asar": "./bin/asar.js"
- },
- "files": [
- "bin",
- "lib",
- "lib/index.d.ts"
- ],
- "engines": {
- "node": ">=10.12.0"
- },
- "license": "MIT",
- "homepage": "https://github.com/electron/asar",
- "repository": {
- "type": "git",
- "url": "https://github.com/electron/asar.git"
- },
- "bugs": {
- "url": "https://github.com/electron/asar/issues"
- },
- "scripts": {
- "mocha": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec",
- "test": "npm run lint && npm run mocha",
- "lint": "tsd && standard",
- "standard": "standard",
- "tsd": "tsd"
- },
- "standard": {
- "env": {
- "mocha": true
- },
- "globals": [
- "BigInt"
- ]
- },
- "tsd": {
- "directory": "test"
- },
- "dependencies": {
- "chromium-pickle-js": "^0.2.0",
- "commander": "^5.0.0",
- "glob": "^7.1.6",
- "minimatch": "^3.0.4"
- },
- "optionalDependencies": {
- "@types/glob": "^7.1.1"
- },
- "devDependencies": {
- "@continuous-auth/semantic-release-npm": "^2.0.0",
- "@semantic-release/changelog": "^5.0.0",
- "electron": "^5.0.0",
- "electron-mocha": "^8.2.1",
- "lodash": "^4.17.15",
- "mocha": "^7.1.1",
- "rimraf": "^3.0.2",
- "semantic-release": "^17.0.4",
- "standard": "^14.3.3",
- "tsd": "^0.11.0",
- "xvfb-maybe": "^0.2.1"
- }
-}