2013-12-18 05:07:58 +08:00
|
|
|
{
|
|
|
|
"name": "nvm",
|
2016-06-26 00:42:53 +08:00
|
|
|
"version": "0.31.2",
|
2013-12-18 05:07:58 +08:00
|
|
|
"description": "Node Version Manager - Simple bash script to manage multiple active node.js versions",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2014-10-03 13:29:04 +08:00
|
|
|
"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",
|
2016-05-09 13:21:33 +08:00
|
|
|
"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",
|
2014-10-03 13:29:04 +08:00
|
|
|
"test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell"
|
2013-12-18 05:07:58 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/creationix/nvm.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nvm",
|
|
|
|
"node",
|
2015-12-21 17:43:29 +08:00
|
|
|
"iojs",
|
2013-12-18 05:07:58 +08:00
|
|
|
"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": {
|
2015-04-17 15:24:44 +08:00
|
|
|
"replace": "^0.3.0",
|
2015-07-19 03:20:53 +08:00
|
|
|
"semver": "^5.0.1",
|
2015-04-17 15:24:44 +08:00
|
|
|
"urchin": "^0.0.5"
|
2013-12-18 05:07:58 +08:00
|
|
|
}
|
|
|
|
}
|