Update
Took 12 minutes
This commit is contained in:
28
node_modules/arpping/package.json
generated
vendored
Normal file
28
node_modules/arpping/package.json
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "arpping",
|
||||
"version": "2.0.0",
|
||||
"description": "Discover and search for internet-connected devices (locally) using ping and arp",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"child_process": "^1.0.2",
|
||||
"os": "^0.1.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user