summaryrefslogtreecommitdiff
path: root/node_modules/asar/package.json
blob: 0ad70095068ba012e4606e29c2c3df5e929f0ae3 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "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"
  }
}