UNPKG

782 BJSONView Raw
1{
2 "name": "builder-util",
3 "version": "22.3.1",
4 "main": "out/util.js",
5 "author": "Vladimir Krivosheev",
6 "license": "MIT",
7 "repository": "electron-userland/electron-builder",
8 "bugs": "https://github.com/electron-userland/electron-builder/issues",
9 "homepage": "https://github.com/electron-userland/electron-builder",
10 "files": [
11 "out"
12 ],
13 "dependencies": {
14 "app-builder-bin": "3.5.1",
15 "temp-file": "^3.3.6",
16 "fs-extra": "^8.1.0",
17 "is-ci": "^2.0.0",
18 "stat-mode": "^1.0.0",
19 "bluebird-lst": "^1.0.9",
20 "chalk": "^3.0.0",
21 "debug": "^4.1.1",
22 "builder-util-runtime": "8.6.0",
23 "source-map-support": "^0.5.16",
24 "7zip-bin": "~5.0.3",
25 "js-yaml": "^3.13.1",
26 "@types/debug": "^4.1.5"
27 },
28 "typings": "./out/util.d.ts"
29}