87 lines
2.4 KiB
JSON
87 lines
2.4 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "home-dir@^1.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "home-dir",
|
||
|
"name": "home-dir",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"spec": ">=1.0.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl"
|
||
|
]
|
||
|
],
|
||
|
"_from": "home-dir@>=1.0.0 <2.0.0",
|
||
|
"_id": "home-dir@1.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/home-dir",
|
||
|
"_nodeVersion": "0.10.35",
|
||
|
"_npmUser": {
|
||
|
"name": "scottcorgan",
|
||
|
"email": "scottcorgan@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "2.1.17",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "home-dir@^1.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "home-dir",
|
||
|
"name": "home-dir",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"spec": ">=1.0.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/xdl"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/home-dir/-/home-dir-1.0.0.tgz",
|
||
|
"_shasum": "2917eb44bdc9072ceda942579543847e3017fe4e",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "home-dir@^1.0.0",
|
||
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl",
|
||
|
"author": {
|
||
|
"name": "Scott Corgan"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/scottcorgan/home-dir/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "Get home directory path on any platform",
|
||
|
"devDependencies": {},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "2917eb44bdc9072ceda942579543847e3017fe4e",
|
||
|
"tarball": "https://registry.npmjs.org/home-dir/-/home-dir-1.0.0.tgz"
|
||
|
},
|
||
|
"gitHead": "db4a3c1a5bdee980c676a51248595d77fb19460e",
|
||
|
"homepage": "https://github.com/scottcorgan/home-dir#readme",
|
||
|
"keywords": [
|
||
|
"home",
|
||
|
"directory",
|
||
|
"user",
|
||
|
"path"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "scottcorgan",
|
||
|
"email": "scottcorgan@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "home-dir",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "# home-dir\n\nGet home directory path on any platform\n\n## Install\n\n```\nnpm install home-dir --save\n```\n\n## Usage\n\n```javascript\nvar homeDir = require('home-dir');\n\nconsole.log(homeDir()); // Outputs full path to your home directory\n\n// OR\n\nvar dir = homeDir('/path/to/somehwere');\nconsole.log(dir) // OUTPUTS: /(HOME)/path/to/somewhere\n\n// OR\n\nvar homeDir = require('home-dir').directory;\n```",
|
||
|
"readmeFilename": "README.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/scottcorgan/home-dir.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo 'hey!'"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|