package.json 2.27 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15
  "_args": [
    [
      "builder-util@22.14.13",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "builder-util@22.14.13",
  "_id": "builder-util@22.14.13",
  "_inBundle": false,
  "_integrity": "sha512-oePC/qrrUuerhmH5iaCJzPRAKlSBylrhzuAJmRQClTyWnZUv6jbaHh+VoHMbEiE661wrj2S2aV7/bQh12cj1OA==",
  "_location": "/builder-util",
  "_phantomChildren": {
    "graceful-fs": "4.2.11"
huahua committed
16
  },
huahua committed
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "builder-util@22.14.13",
    "name": "builder-util",
    "escapedName": "builder-util",
    "rawSpec": "22.14.13",
    "saveSpec": null,
    "fetchSpec": "22.14.13"
  },
  "_requiredBy": [
    "/app-builder-lib",
    "/dmg-builder",
    "/electron-builder",
    "/electron-publish"
huahua committed
32
  ],
huahua committed
33 34 35 36 37 38 39 40 41
  "_resolved": "https://registry.npmmirror.com/builder-util/-/builder-util-22.14.13.tgz",
  "_spec": "22.14.13",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "Vladimir Krivosheev"
  },
  "bugs": {
    "url": "https://github.com/electron-userland/electron-builder/issues"
  },
huahua committed
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
  "dependencies": {
    "7zip-bin": "~5.1.1",
    "@types/debug": "^4.1.6",
    "@types/fs-extra": "^9.0.11",
    "app-builder-bin": "3.7.1",
    "bluebird-lst": "^1.0.9",
    "builder-util-runtime": "8.9.2",
    "chalk": "^4.1.1",
    "cross-spawn": "^7.0.3",
    "debug": "^4.3.2",
    "fs-extra": "^10.0.0",
    "http-proxy-agent": "^5.0.0",
    "https-proxy-agent": "^5.0.0",
    "is-ci": "^3.0.0",
    "js-yaml": "^4.1.0",
    "source-map-support": "^0.5.19",
    "stat-mode": "^1.0.0",
    "temp-file": "^3.4.0"
  },
huahua committed
61
  "description": "Various utilities. Used by [electron-builder](https://github.com/electron-userland/electron-builder).",
huahua committed
62 63 64 65 66 67
  "devDependencies": {
    "@types/cross-spawn": "6.0.2",
    "@types/is-ci": "3.0.0",
    "@types/js-yaml": "4.0.3",
    "@types/source-map-support": "0.5.4"
  },
huahua committed
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
  "files": [
    "out"
  ],
  "homepage": "https://github.com/electron-userland/electron-builder",
  "license": "MIT",
  "main": "out/util.js",
  "name": "builder-util",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron-userland/electron-builder.git",
    "directory": "packages/builder-util"
  },
  "typings": "./out/util.d.ts",
  "version": "22.14.13"
}