2013-12-18 05:07:58 +08:00
|
|
|
{
|
|
|
|
"name": "nvm",
|
2020-03-06 15:13:56 +08:00
|
|
|
"version": "0.35.3",
|
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",
|
2017-02-27 01:35:34 +08:00
|
|
|
"test/sourcing": "shell=$(basename -- $(ps -o comm= $(ps -o ppid= -p $PPID)) | sed 's/^-//'); make TEST_SUITE=sourcing test-$shell",
|
2018-02-26 02:29:38 +08:00
|
|
|
"doctoc": "doctoc --title='## Table of Contents' --github README.md",
|
2018-07-12 12:14:06 +08:00
|
|
|
"eclint": "eclint check $(git ls-tree --name-only HEAD | xargs)",
|
|
|
|
"dockerfile_lint": "dockerfile_lint"
|
2013-12-18 05:07:58 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-04-25 07:08:34 +08:00
|
|
|
"url": "git://github.com/nvm-sh/nvm.git"
|
2013-12-18 05:07:58 +08:00
|
|
|
},
|
|
|
|
"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": {
|
2019-04-25 07:08:34 +08:00
|
|
|
"url": "https://github.com/nvm-sh/nvm/issues"
|
2013-12-18 05:07:58 +08:00
|
|
|
},
|
2019-04-25 07:08:34 +08:00
|
|
|
"homepage": "https://github.com/nvm-sh/nvm",
|
2013-12-18 05:07:58 +08:00
|
|
|
"devDependencies": {
|
2018-07-12 12:14:06 +08:00
|
|
|
"dockerfile_lint": "^0.3.2",
|
2018-02-26 02:29:38 +08:00
|
|
|
"eclint": "^2.6.0",
|
2015-04-17 15:24:44 +08:00
|
|
|
"replace": "^0.3.0",
|
2015-07-19 03:20:53 +08:00
|
|
|
"semver": "^5.0.1",
|
2017-02-27 01:35:34 +08:00
|
|
|
"urchin": "^0.0.5",
|
|
|
|
"doctoc": "^1.2.0"
|
2013-12-18 05:07:58 +08:00
|
|
|
}
|
|
|
|
}
|