You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.8 KiB

{
"name": "nvm",
v0.33.2 New Stuff - Enable curl auto compression/decompression (#1437) - Supercharge `nvm debug` output (#1453) - Add missing commands in bash_completion (#1467) - `install.sh`: Parallel script download jobs (#1479) Fixes - ensure MANPATH is not unbound (#1413) - checksums: remove libressl command support (#1417) - `install.sh`: NVM_PROFILE bash/zsh detection in installation, bash_completion fixes (#1375) - stop setting mirror env vars unnecessarily (#1429) - Install failed should return correct exit status (#1347, #1348) - `nvm install -s`: ensure additional params lack a trailing space - declare MANPATH if and only if it's not set (#1430) - [completions] Remove nospace in bash_completion (#1456) - `nvm install -s`: npm detection - `nvm_ensure_version_installed`: add `system` support (#1238) - confirm curl exists before detecting curl libz feature (#1487, #1497) Documentation - Introduce doctoc for "Table of Contents" autogeneration (#1408) - Various fixes/improvements (#1420, #1427, #1431, #1448, #1452, #1461, #1169, #1464, #1465, #1478, #1485, #1491, #1490, #1500, #1511) - README.markdown → README.md (#1492) Refactors - minor refactors (#1421, #1415, #1447, #1449, #1459, #1468, #1481, #1477, #1486) - Add `nvm_has_non_aliased` (#1443) Performance - Improve sed/awk usage (#1442, #1441, #1438, #1480) Tests - Add retry on urchin setup which has no built in retry feature (#1439) - testing improvements (#1454, #1455, #1424, #1466, #1473, #1494, #1498) - Move to Ubuntu 14.04 on Travis CI (#1458, #1470, #1474, #1475) - Re-enable WITHOUT_CURL tests (#1489)
8 years ago
"version": "0.33.2",
"description": "Node Version Manager - Simple bash script to manage multiple active node.js versions",
"directories": {
"test": "test"
},
"scripts": {
"test": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make test-$shell",
"test/fast": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=fast test-$shell",
"test/slow": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=slow test-$shell",
"test/install_script": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=install_script test-$shell",
"test/installation": "npm run --silent test/installation/node && npm run --silent test/installation/iojs",
"test/installation/node": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_node test-$shell",
"test/installation/iojs": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=installation_iojs test-$shell",
"test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell",
"doctoc": "doctoc --title='## Table of Contents' --github README.md"
},
"repository": {
"type": "git",
"url": "git://github.com/creationix/nvm.git"
},
"keywords": [
"nvm",
"node",
"iojs",
"version",
"manager"
],
"author": "Tim Caswell <tim@creationix.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/creationix/nvm/issues"
},
"homepage": "https://github.com/creationix/nvm",
"devDependencies": {
"replace": "^0.3.0",
10 years ago
"semver": "^5.0.1",
"urchin": "^0.0.5",
"doctoc": "^1.2.0"
}
}