Remove NPM dependency

main
Elbert Alias 7 years ago
parent de5453f8a2
commit 324af65055

@ -2,7 +2,7 @@
"name": "wappalyzer", "name": "wappalyzer",
"description": "Uncovers the technologies used on websites", "description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer", "homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.4.17", "version": "5.4.19",
"author": "Elbert Alias", "author": "Elbert Alias",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {
@ -20,7 +20,6 @@
"wappalyzer": "./index.js" "wappalyzer": "./index.js"
}, },
"dependencies": { "dependencies": {
"npm": "^6.1.0",
"request": "^2.85.0", "request": "^2.85.0",
"zombie": "^5.0.8" "zombie": "^5.0.8"
} }