forked from nospaceships/node-raw-socket
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.91 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
73
74
75
{
"name": "@neuralegion/raw-socket",
"version": "1.8.6",
"description": "Raw sockets for Node.js.",
"main": "index.js",
"directories": {
"example": "example"
},
"types": "index.d.ts",
"gypfile": true,
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"nan": "^2.22.0",
"node-gyp-build": "^4.8.3"
},
"contributors": [
{
"name": "Stephen Vickers",
"email": "[email protected]"
},
{
"name": "NoSpaceships Ltd",
"email": "[email protected]"
},
{
"name": "Artem Derevnjuk",
"email": "[email protected]"
}
],
"scripts": {
"semantic-release": "semantic-release",
"build:gyp": "prebuildify --napi false --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3 --target 22.11.0",
"build:gyp-cross": "prebuildify-cross --napi false --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3 --target 22.11.0",
"install": "node-gyp-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeuraLegion/node-raw-socket.git"
},
"bugs": {
"url": "https://github.com/NeuraLegion/node-raw-socket/issues"
},
"keywords": [
"checksum",
"checksums",
"htonl",
"htons",
"net",
"network",
"ntohl",
"ntohs",
"raw",
"raw-socket",
"raw-sockets",
"socket",
"sockets"
],
"author": "NoSpaceships Ltd <[email protected]>",
"license": "MIT",
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"prebuildify": "^6.0.1",
"prebuildify-cross": "^5.1.1",
"semantic-release": "^23.0.8"
},
"overrides": {
"prebuildify": {
"node-abi": "^3.71.0"
}
}
}