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
| {
| "_from": "node-api-version@^0.2.0",
| "_id": "node-api-version@0.2.0",
| "_inBundle": false,
| "_integrity": "sha512-fthTTsi8CxaBXMaBAD7ST2uylwvsnYxh2PfaScwpMhos6KlSFajXQPcM4ogNE1q2s3Lbz9GCGqeIHC+C6OZnKg==",
| "_location": "/node-api-version",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "node-api-version@^0.2.0",
| "name": "node-api-version",
| "escapedName": "node-api-version",
| "rawSpec": "^0.2.0",
| "saveSpec": null,
| "fetchSpec": "^0.2.0"
| },
| "_requiredBy": [
| "/@electron/rebuild"
| ],
| "_resolved": "https://registry.npmmirror.com/node-api-version/-/node-api-version-0.2.0.tgz",
| "_shasum": "5177441da2b1046a4d4547ab9e0972eed7b1ac1d",
| "_spec": "node-api-version@^0.2.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/rebuild",
| "author": {
| "name": "Tim Fish",
| "email": "tim@timfish.uk"
| },
| "bugs": {
| "url": "https://github.com/timfish/node-api-version/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "semver": "^7.3.5"
| },
| "deprecated": false,
| "description": "Gets the supported Node-API version for a specific node or electron version",
| "devDependencies": {
| "got": "^11.8.2"
| },
| "homepage": "https://github.com/timfish/node-api-version#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "node-api-version",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/timfish/node-api-version.git"
| },
| "scripts": {
| "electron-versions": "node ./electron-versions.js",
| "test": "node ./test.js"
| },
| "types": "types.d.ts",
| "version": "0.2.0"
| }
|
|