-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
59 lines (59 loc) · 1.41 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
{
"bugs": {
"url": "https://github.com/nodejs/node-api-headers/issues"
},
"contributors": [
{
"name": "Gabriel Schulhof",
"url": "https://github.com/gabrielschulhof"
},
{
"name": "Jim Schlight",
"url": "https://github.com/jschlight"
},
{
"name": "Kevin Eady",
"url": "https://github.com/KevinEady"
},
{
"name": "legendecas",
"url": "https://github.com/legendecas"
},
{
"name": "Leonid Pospelov",
"url": "https://github.com/Pospelove"
},
{
"name": "Michael Dawson",
"url": "https://github.com/mhdawson"
},
{
"name": "Nicola Del Gobbo",
"url": "https://github.com/NickNaso"
}
],
"description": "Node-API headers",
"devDependencies": {
"acorn": "^8.12.1"
},
"directories": {},
"gypfile": false,
"homepage": "https://github.com/nodejs/node-api-headers",
"keywords": [],
"license": "MIT",
"main": "index.js",
"name": "node-api-headers",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/node-api-headers.git"
},
"scripts": {
"update-headers": "node --no-warnings scripts/update-headers.js",
"write-symbols": "node --no-warnings scripts/write-symbols.js",
"write-win32-def": "node --no-warnings scripts/write-win32-def.js",
"test": "node test/parse-utils.js "
},
"version": "1.4.0",
"support": true
}