UNPKG

whitesource

Version:
61 lines (60 loc) 1.32 kB
{ "name": "whitesource", "version": "20.12.2", "description": "Whitesource Node Module", "preferGlobal": true, "bin": { "whitesource": "./bin/whitesource.js" }, "homepage": "https://github.com/whitesource/npm-plugin", "repository": { "type": "git", "url": "https://github.com/whitesource/npm-plugin.git" }, "engines": { "node": ">=5.0" }, "main": "./bin/whitesource.js", "keywords": [ "whitesource", "npm", "bower" ], "author": "Doron Gour", "contributors": [ { "name": "Asaf Savich", "email": "asaf.savich@whitesourcesoftware.com" }, { "name": "Raz Nitzan", "email": "raz.nitzan@whitesourcesoftware.com" } ], "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "devDependencies": {}, "dependencies": { "kind-of": "6.0.3", "minimist": "1.2.5", "@yarnpkg/lockfile": "^1.1.0", "bluebird": "^3.5.2", "checksum": "0.1.1", "circular-json": "^0.5.7", "cli": "^1.0.1", "cryptiles": "^4.1.2", "download": "^6.0.0", "eol": "^0.9.1", "findup-sync": "^3.0.0", "glob": "^7.1.3", "hawk": "^7.0.7", "mkdirp": "^0.5.1", "request": "^2.87.0", "safe-buffer": "^5.1.2", "traverse": "^0.6.6" } }