UNPKG

binary-install

Version:
30 lines (29 loc) 695 B
{ "name": "binary-install", "version": "1.1.0", "description": "Install binary applications via npm", "main": "./index.js", "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com/EverlastingBugstopper/binary-install.git" }, "keywords": [ "install", "binary", "global" ], "author": "Avery Harnish <averyharnish@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/EverlastingBugstopper/binary-install/issues" }, "homepage": "https://github.com/EverlastingBugstopper/binary-install#readme", "dependencies": { "axios": "^0.26.1", "rimraf": "^3.0.2", "tar": "^6.1.11" } }