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
| {
| "_from": "node-abi@^3.45.0",
| "_id": "node-abi@3.67.0",
| "_inBundle": false,
| "_integrity": "sha512-bLn/fU/ALVBE9wj+p4Y21ZJWYFjUXLXPi/IewyLZkx3ApxKDNBWCKdReeKOtD8dWpOdDCeMyLh6ZewzcLsG2Nw==",
| "_location": "/node-abi",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "node-abi@^3.45.0",
| "name": "node-abi",
| "escapedName": "node-abi",
| "rawSpec": "^3.45.0",
| "saveSpec": null,
| "fetchSpec": "^3.45.0"
| },
| "_requiredBy": [
| "/@electron/rebuild"
| ],
| "_resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.67.0.tgz",
| "_shasum": "1d159907f18d18e18809dbbb5df47ed2426a08df",
| "_spec": "node-abi@^3.45.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/rebuild",
| "author": {
| "name": "Lukas Geiger"
| },
| "bugs": {
| "url": "https://github.com/electron/node-abi/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "semver": "^7.3.5"
| },
| "deprecated": false,
| "description": "Get the Node ABI for a given target and runtime, and vice versa.",
| "devDependencies": {
| "got": "^11.8.2",
| "tape": "^5.3.1"
| },
| "engines": {
| "node": ">=10"
| },
| "files": [
| "abi_registry.json"
| ],
| "homepage": "https://github.com/electron/node-abi#readme",
| "keywords": [
| "node",
| "electron",
| "node_module_version",
| "abi",
| "v8"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "node-abi",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/electron/node-abi.git"
| },
| "scripts": {
| "test": "tape test/index.js",
| "update-abi-registry": "node --unhandled-rejections=strict scripts/update-abi-registry.js"
| },
| "version": "3.67.0"
| }
|
|