UNPKG

icmp-ping

Version:
53 lines (52 loc) 1.11 kB
{ "name": "icmp-ping", "version": "0.0.3", "description": "net-ping && raw-socket(prebuild)", "main": "index.js", "directories": { "example": "example" }, "dependencies": { "nan": "2.14.*", "prebuild-install": "^5.3.3" }, "contributors": [ { "name": "Stephen Vickers", "email": "stephen.vickers@nospaceships.com" }, { "name": "NoSpaceships Ltd", "email": "hello@nospaceships.com" } ], "repository": { "type": "git", "url": "git://github.com/oluul/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": "prebuild-install || node-gyp rebuild", "prebuild": "prebuild --all --strip --verbose", "upload": "prebuild --upload-all b2f45c45b50cc2eabb33805220ced6d7b5fcc5df --verbose" }, "devDependencies": { "prebuild": "^10.0.0" } }