@luminati-io/raw-socket
Version:
Raw sockets for Node.js.
46 lines (45 loc) • 981 B
JSON
{
"name": "@luminati-io/raw-socket",
"version": "1.7.0-lum.1",
"description": "Raw sockets for Node.js.",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"nan": "^2.14.0"
},
"contributors": [
"Stephen Vickers <stephen.vickers@nospaceships.com>",
"NoSpaceships Ltd <hello@nospaceships.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/nospaceships/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",
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/nospaceships/node-raw-socket/issues"
},
"homepage": "https://github.com/nospaceships/node-raw-socket#readme"
}