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
| {
| "_from": "read-binary-file-arch@^1.0.6",
| "_id": "read-binary-file-arch@1.0.6",
| "_inBundle": false,
| "_integrity": "sha512-BNg9EN3DD3GsDXX7Aa8O4p92sryjkmzYYgmgTAc6CA4uGLEDzFfxOxugu21akOxpcXHiEgsYkC6nPsQvLLLmEg==",
| "_location": "/read-binary-file-arch",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "read-binary-file-arch@^1.0.6",
| "name": "read-binary-file-arch",
| "escapedName": "read-binary-file-arch",
| "rawSpec": "^1.0.6",
| "saveSpec": null,
| "fetchSpec": "^1.0.6"
| },
| "_requiredBy": [
| "/@electron/rebuild"
| ],
| "_resolved": "https://registry.npmmirror.com/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz",
| "_shasum": "959c4637daa932280a9b911b1a6766a7e44288fc",
| "_spec": "read-binary-file-arch@^1.0.6",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/rebuild",
| "author": {
| "name": "Samuel Maddock"
| },
| "bin": {
| "read-binary-file-arch": "cli.js"
| },
| "bugs": {
| "url": "https://github.com/samuelmaddock/read-binary-file-arch/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "debug": "^4.3.4"
| },
| "deprecated": false,
| "description": "Reads a binary file to determine its CPU architecture.",
| "devDependencies": {
| "degit": "^2.8.4"
| },
| "homepage": "https://github.com/samuelmaddock/read-binary-file-arch#readme",
| "keywords": [
| "binary",
| "file",
| "arch",
| "process"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "read-binary-file-arch",
| "prettier": {
| "trailingComma": "es5",
| "tabWidth": 2,
| "semi": true,
| "singleQuote": true
| },
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/samuelmaddock/read-binary-file-arch.git"
| },
| "scripts": {
| "test": "node test.js"
| },
| "types": "./index.d.ts",
| "version": "1.0.6"
| }
|
|