UNPKG

arpping

Version:

Discover and search for internet-connected devices (locally) using ping and arp

39 lines (38 loc) 779 B
{ "name": "arpping", "version": "4.0.0", "description": "Discover and search for internet-connected devices (locally) using ping and arp", "main": "dist/index.js", "dependencies": { "child_process": "^1.0.2", "netmask": "^2.0.1", "os": "^0.1.1" }, "devDependencies": { "@types/node": "^18.0.3", "ts-loader": "^9.3.1", "typescript": "^4.7.4" }, "browser": { "fs": false, "child_process": false }, "scripts": { "build": "tsc", "test": "node test.js example" }, "keywords": [ "ping", "arp", "nmap", "ip", "mac", "scan" ], "repository": { "type": "git", "url": "https://github.com/haf-decent/arpping.git" }, "author": "Ryan Hafner <r.hafner20@gmail.com>", "license": "MIT" }