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
83
84
85
86
87
88
89
90
91
92
93
| {
| "_from": "asar@^3.1.0",
| "_id": "asar@3.2.0",
| "_inBundle": false,
| "_integrity": "sha512-COdw2ZQvKdFGFxXwX3oYh2/sOsJWJegrdJCGxnN4MZ7IULgRBp9P6665aqj9z1v9VwP4oP1hRBojRDQ//IGgAg==",
| "_location": "/asar",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "asar@^3.1.0",
| "name": "asar",
| "escapedName": "asar",
| "rawSpec": "^3.1.0",
| "saveSpec": null,
| "fetchSpec": "^3.1.0"
| },
| "_requiredBy": [
| "/@electron/universal"
| ],
| "_resolved": "https://registry.npmmirror.com/asar/-/asar-3.2.0.tgz",
| "_shasum": "e6edb5edd6f627ebef04db62f771c61bea9c1221",
| "_spec": "asar@^3.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/universal",
| "bin": {
| "asar": "bin/asar.js"
| },
| "bugs": {
| "url": "https://github.com/electron/asar/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@types/glob": "^7.1.1",
| "chromium-pickle-js": "^0.2.0",
| "commander": "^5.0.0",
| "glob": "^7.1.6",
| "minimatch": "^3.0.4"
| },
| "deprecated": "Please use @electron/asar moving forward. There is no API change, just a package name change",
| "description": "Creating Electron app packages",
| "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"
| },
| "engines": {
| "node": ">=10.12.0"
| },
| "files": [
| "bin",
| "lib",
| "lib/index.d.ts"
| ],
| "homepage": "https://github.com/electron/asar",
| "license": "MIT",
| "main": "./lib/asar.js",
| "name": "asar",
| "optionalDependencies": {
| "@types/glob": "^7.1.1"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/electron/asar.git"
| },
| "scripts": {
| "lint": "tsd && standard",
| "mocha": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec",
| "standard": "standard",
| "test": "npm run lint && npm run mocha",
| "tsd": "tsd"
| },
| "standard": {
| "env": {
| "mocha": true
| },
| "globals": [
| "BigInt"
| ]
| },
| "tsd": {
| "directory": "test"
| },
| "types": "./lib/index.d.ts",
| "version": "3.2.0"
| }
|
|