| Current Path : /usr/lib/node_modules/n/ |
| Current File : //usr/lib/node_modules/n/package.json |
{
"_from": "n",
"_id": "n@6.4.0",
"_inBundle": false,
"_integrity": "sha512-sMDBIB/36b27Ess3kKiIFqeKWDyVpU0BuCWpRdw1wKsleDOPDj2trhm8hGi7pEBJ+/ouDLoh5CkBWQsVQZ2VHQ==",
"_location": "/n",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "n",
"name": "n",
"escapedName": "n",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/n/-/n-6.4.0.tgz",
"_shasum": "d42f15ba4ecb8ae4323897b4e0ab2e3c183fa372",
"_spec": "n",
"_where": "/etc/yum.repos.d",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"n": "bin/n"
},
"bugs": {
"url": "https://github.com/tj/n/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Travis Webb",
"email": "me@traviswebb.com"
},
{
"name": "Nimit Kalra",
"email": "me@nimit.io",
"url": "http://nimit.io"
},
{
"name": "Troy Connor",
"email": "troy0820@gmail.com",
"url": "https://github.com/troy0820"
}
],
"deprecated": false,
"description": "Interactively Manage All Your Node Versions",
"devDependencies": {
"bats": "^1.1.0"
},
"engines": {
"node": "*"
},
"files": [
"bin/n"
],
"homepage": "https://github.com/tj/n",
"keywords": [
"nvm",
"node",
"version",
"manager",
"switcher",
"node",
"binary",
"env"
],
"license": "MIT",
"name": "n",
"os": [
"!win32"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/tj/n.git"
},
"scripts": {
"test": "test/bin/run-all-tests"
},
"version": "6.4.0"
}