forked from nospaceships/node-raw-socket
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.42 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.42 KB
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
{
"name": "raw-socket-ts",
"version": "2.2.0",
"description": "Raw sockets for Node.js with TypeScript typing.",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"lint": "eslint **/*.js **/*.ts --fix",
"build": "node-gyp configure build",
"prepare": "npm run build"
},
"dependencies": {
"nan": "2.14.*"
},
"contributors": [
{
"name": "Stephen Vickers",
"email": "stephen.vickers@nospaceships.com"
},
{
"name": "NoSpaceships Ltd",
"email": "hello@nospaceships.com"
},
{
"name": "Nathanael Demacon",
"email": "nathanael.dmc@outlook.fr"
}
],
"repository": {
"type": "git",
"url": "git://github.com/quantumsheep/node-raw-socket.git"
},
"keywords": [
"checksum",
"checksums",
"htonl",
"htons",
"net",
"network",
"ntohl",
"ntohs",
"raw",
"raw-socket",
"raw-sockets",
"socket",
"sockets"
],
"author": "NoSpaceships Ltd <hello@nospaceships.com>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"node-gyp": "^8.4.1",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0"
}
}