forked from prebuild/prebuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 KB
/
package.json
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
{
"name": "prebuild",
"version": "13.0.1",
"description": "A command line tool for easily making prebuilt binaries for multiple versions of node, electron or node-webkit on a specific platform",
"scripts": {
"test": "tape test && npm run lint",
"lint": "standard"
},
"keywords": [
"prebuilt",
"binaries",
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"devops",
"electron",
"node-webkit",
"node-api"
],
"dependencies": {
"cmake-js": "^7.3.0",
"detect-libc": "^2.0.2",
"each-series-async": "^1.0.1",
"execspawn": "^1.0.1",
"ghreleases": "^3.0.2",
"github-from-package": "0.0.0",
"glob": "^10.3.10",
"minimist": "^1.2.8",
"napi-build-utils": "^1.0.2",
"node-abi": "^3.54.0",
"node-gyp": "^10.0.1",
"node-ninja": "^1.0.2",
"noop-logger": "^0.1.1",
"npm-which": "^3.0.1",
"npmlog": "^7.0.1",
"nw-gyp": "^3.6.6",
"rc": "^1.2.8",
"run-waterfall": "^1.1.7",
"tar-stream": "^3.1.7"
},
"devDependencies": {
"a-native-module": "^1.0.0",
"standard": "^14.3.4",
"tape": "^5.7.4"
},
"bin": {
"prebuild": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/prebuild/prebuild.git"
},
"author": "Mathias Buus (@mafintosh)",
"contributors": [
"Julian Gruber <[email protected]> (https://github.com/juliangruber)",
"Brett Lawson <[email protected]> (https://github.com/brett19)",
"Pieter Hintjens <[email protected]> (https://github.com/hintjens)",
"Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)",
"Lukas Geiger <[email protected]> (https://github.com/lgeiger)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/prebuild/prebuild/issues"
},
"homepage": "https://github.com/prebuild/prebuild",
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
}