UNPKG

@jchip/nvm

Version:

nvm: a universal node.js version manager for Windows (no admin) and Unix

63 lines (62 loc) 1.16 kB
{ "name": "@jchip/nvm", "description": "nvm: a universal node.js version manager for Windows (no admin) and Unix", "version": "1.7.0", "author": "Tom.Huang <hzlhu.dargon@gmail.com>", "contributors": [ "Joel Chen <joel123@gmail.com>" ], "main": "install.sh", "license": "MIT", "scripts": { "preinstall": "node bin/no-npm-install.js" }, "publishConfig": { "registry": "https://registry.npmjs.com/", "access": "public" }, "prettier": { "printWidth": 100 }, "keywords": [ "Node", "version", "manager", "unix", "*nix", "windows", "nvm", "windows nvm", "nvm windows", "no admin nvm", "universal", "universal nvm" ], "files": [ "bin", "dist", "install.sh", "install.ps1", "check-registry.js" ], "repository": { "type": "git", "url": "git+https://github.com/jchip/nvm.git" }, "opfs": { "mkdirp": true, "rimraf": true, "bluebird": false }, "mocha": { "require": [ "@xarc/module-dev/config/test/setup.js" ], "recursive": true }, "@xarc/module-dev": { "features": [ "mocha" ] } }