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.
32 lines
626 B
32 lines
626 B
7 years ago
|
{
|
||
|
"name": "osenv",
|
||
|
"version": "0.1.4",
|
||
|
"main": "osenv.js",
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"os-homedir": "^1.0.0",
|
||
|
"os-tmpdir": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tap": "^8.0.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap test/*.js"
|
||
|
},
|
||
|
"repository": "https://github.com/npm/osenv",
|
||
|
"keywords": [
|
||
|
"environment",
|
||
|
"variable",
|
||
|
"home",
|
||
|
"tmpdir",
|
||
|
"path",
|
||
|
"prompt",
|
||
|
"ps1"
|
||
|
],
|
||
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||
|
"license": "ISC",
|
||
|
"description": "Look up environment settings specific to different operating systems"
|
||
|
}
|