@ -14,7 +14,7 @@ if ( !url ) {
wappalyzer.analyze(url)
.then(json => {
process.stdout.write(JSON.stringify(json, null, 2) + '\n')
process.stdout.write(JSON.stringify(json) + '\n')
process.exit(0);
})
@ -1,5 +1,5 @@
{
"name": "Wappalyzer",
"name": "wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.0.0",