15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_from": "electron-osx-sign@^0.6.0",
  "_id": "electron-osx-sign@0.6.0",
  "_inBundle": false,
  "_integrity": "sha512-+hiIEb2Xxk6eDKJ2FFlpofCnemCbjbT5jz+BKGpVBrRNT3kWTGs4DfNX6IzGwgi33hUcXF+kFs9JW+r6Wc1LRg==",
  "_location": "/electron-osx-sign",
  "_phantomChildren": {
    "buffer-alloc": "1.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "electron-osx-sign@^0.6.0",
    "name": "electron-osx-sign",
    "escapedName": "electron-osx-sign",
    "rawSpec": "^0.6.0",
    "saveSpec": null,
    "fetchSpec": "^0.6.0"
  },
  "_requiredBy": [
    "/app-builder-lib"
  ],
  "_resolved": "https://registry.npmmirror.com/electron-osx-sign/-/electron-osx-sign-0.6.0.tgz",
  "_shasum": "9b69c191d471d9458ef5b1e4fdd52baa059f1bb8",
  "_spec": "electron-osx-sign@^0.6.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/app-builder-lib",
  "author": {
    "name": "sethlu"
  },
  "bin": {
    "electron-osx-flat": "bin/electron-osx-flat.js",
    "electron-osx-sign": "bin/electron-osx-sign.js"
  },
  "bugs": {
    "url": "https://github.com/electron-userland/electron-osx-sign/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bluebird": "^3.5.0",
    "compare-version": "^0.1.2",
    "debug": "^2.6.8",
    "isbinaryfile": "^3.0.2",
    "minimist": "^1.2.0",
    "plist": "^3.0.1"
  },
  "deprecated": "Please use @electron/osx-sign moving forward. Be aware the API is slightly different",
  "description": "Codesign Electron macOS apps",
  "devDependencies": {
    "electron-download": "^4.1.0",
    "eslint": "^4.2.0",
    "eslint-config-eslint": "^4.0.0",
    "extract-zip": "^1.6.5",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.1",
    "run-series": "^1.1.4",
    "run-waterfall": "^1.1.3",
    "standard": "^10.0.2",
    "tape": "^4.7.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/electron-userland/electron-osx-sign",
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "electron-osx-sign",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron-userland/electron-osx-sign.git"
  },
  "scripts": {
    "code-standard": "standard",
    "pretest": "rimraf test/work",
    "test": "standard && tape test"
  },
  "standard": {
    "ignore": [
      "test/work"
    ]
  },
  "version": "0.6.0"
}