mirror of https://github.com/lukechilds/node.git
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.
75 lines
1.6 KiB
75 lines
1.6 KiB
{
|
|
"name": "osenv",
|
|
"version": "0.1.3",
|
|
"main": "osenv.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"os-homedir": "^1.0.0",
|
|
"os-tmpdir": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/osenv.git"
|
|
},
|
|
"keywords": [
|
|
"environment",
|
|
"variable",
|
|
"home",
|
|
"tmpdir",
|
|
"path",
|
|
"prompt",
|
|
"ps1"
|
|
],
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"license": "ISC",
|
|
"description": "Look up environment settings specific to different operating systems",
|
|
"gitHead": "f746b3405d8f9e28054d11b97e1436f6a15016c4",
|
|
"bugs": {
|
|
"url": "https://github.com/npm/osenv/issues"
|
|
},
|
|
"homepage": "https://github.com/npm/osenv#readme",
|
|
"_id": "osenv@0.1.3",
|
|
"_shasum": "83cf05c6d6458fc4d5ac6362ea325d92f2754217",
|
|
"_from": "osenv@0.1.3",
|
|
"_npmVersion": "3.0.0",
|
|
"_nodeVersion": "2.2.1",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "83cf05c6d6458fc4d5ac6362ea325d92f2754217",
|
|
"tarball": "http://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "robertkowalski",
|
|
"email": "rok@kowalski.gd"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.3.tgz"
|
|
}
|
|
|