26 lines
409 B
JSON
26 lines
409 B
JSON
|
{
|
||
|
"name": "nmap",
|
||
|
"version": "7.70",
|
||
|
"port-version": 5,
|
||
|
"description": "A library for scanning network ports.",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "libpcap",
|
||
|
"platform": "!windows"
|
||
|
},
|
||
|
"libssh2",
|
||
|
"lua",
|
||
|
"openssl",
|
||
|
"pcre",
|
||
|
{
|
||
|
"name": "python2",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
{
|
||
|
"name": "winpcap",
|
||
|
"platform": "windows"
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|