2014-06-29 10:23:44 +02:00
|
|
|
{
|
|
|
|
"name": "n",
|
2015-12-29 20:23:17 +01:00
|
|
|
"description": "Interactively Manage All Your Node Versions",
|
2024-11-09 00:15:23 +01:00
|
|
|
"version": "10.1.0",
|
2014-06-29 10:23:44 +02:00
|
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
2014-12-28 18:18:48 +01:00
|
|
|
"homepage": "https://github.com/tj/n",
|
|
|
|
"bugs": "https://github.com/tj/n/issues",
|
2014-12-28 18:15:48 +01:00
|
|
|
"contributors": [
|
|
|
|
{
|
2021-03-12 07:03:19 +01:00
|
|
|
"name": "n Contributors",
|
|
|
|
"url": "https://github.com/tj/n/graphs/contributors"
|
2014-12-28 18:15:48 +01:00
|
|
|
}
|
|
|
|
],
|
2014-06-29 10:23:44 +02:00
|
|
|
"keywords": [
|
2014-12-28 18:18:48 +01:00
|
|
|
"nvm",
|
2014-06-29 10:23:44 +02:00
|
|
|
"node",
|
|
|
|
"version",
|
|
|
|
"manager",
|
|
|
|
"switcher",
|
2014-12-28 18:18:48 +01:00
|
|
|
"node",
|
|
|
|
"binary",
|
2014-06-29 10:23:44 +02:00
|
|
|
"env"
|
|
|
|
],
|
|
|
|
"bin": {
|
2020-11-25 10:10:28 +01:00
|
|
|
"n": "bin/n"
|
2014-06-29 10:23:44 +02:00
|
|
|
},
|
2019-03-29 08:21:51 +01:00
|
|
|
"files": [
|
|
|
|
"bin/n"
|
|
|
|
],
|
2014-06-29 10:23:44 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-12-28 18:18:48 +01:00
|
|
|
"url": "git://github.com/tj/n.git"
|
2014-06-29 10:23:44 +02:00
|
|
|
},
|
2019-05-04 09:45:53 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "test/bin/run-all-tests"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-21 10:50:54 +01:00
|
|
|
"bats": "^1.2.1",
|
|
|
|
"bats-assert": "github:bats-core/bats-assert",
|
|
|
|
"bats-support": "github:bats-core/bats-support"
|
2019-05-04 09:45:53 +02:00
|
|
|
},
|
2014-06-29 10:23:44 +02:00
|
|
|
"preferGlobal": true,
|
|
|
|
"os": [
|
|
|
|
"!win32"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
2012-04-10 23:14:55 +02:00
|
|
|
}
|