UNPKG

beef-npm

Version:

Node.js package to install and interact with BeEF (Browser Exploitation Framework)

57 lines (56 loc) 1.63 kB
{ "name": "test-directory", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "test-directory", "version": "1.0.0", "license": "ISC", "dependencies": { "beef-npm": "1.7.0" } }, "node_modules/axios": { "version": "0.21.4", "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.14.0" } }, "node_modules/beef-npm": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/beef-npm/-/beef-npm-1.7.0.tgz", "integrity": "sha512-DZUQBsnn4M79Kn48Cn7FvfDUke6V7ToJQ4MibjztIrTrghNC2C7/m8ppMxOLauvEJG72M5qMjbBA6+oodhBoDg==", "hasInstallScript": true, "license": "ISC", "dependencies": { "axios": "^0.21.1", "beef-npm": "^1.0.0" } }, "node_modules/follow-redirects": { "version": "1.15.9", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "funding": [ { "type": "individual", "url": "https://github.com/sponsors/RubenVerborgh" } ], "license": "MIT", "engines": { "node": ">=4.0" }, "peerDependenciesMeta": { "debug": { "optional": true } } } } }