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.7 KiB
75 lines
1.7 KiB
{ |
|
"_from": "home-or-tmp@^2.0.0", |
|
"_id": "home-or-tmp@2.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", |
|
"_location": "/home-or-tmp", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "home-or-tmp@^2.0.0", |
|
"name": "home-or-tmp", |
|
"escapedName": "home-or-tmp", |
|
"rawSpec": "^2.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "^2.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/babel-register" |
|
], |
|
"_resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", |
|
"_shasum": "e36c3f2d2cae7d746a857e38d18d5f32a7882db8", |
|
"_spec": "home-or-tmp@^2.0.0", |
|
"_where": "/home/rudi/Personal/disgord-Thanos/node_modules/babel-register", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/home-or-tmp/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"os-homedir": "^1.0.0", |
|
"os-tmpdir": "^1.0.1" |
|
}, |
|
"deprecated": false, |
|
"description": "Get the user home directory with fallback to the system temp directory", |
|
"devDependencies": { |
|
"ava": "0.0.4" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/sindresorhus/home-or-tmp#readme", |
|
"keywords": [ |
|
"user", |
|
"home", |
|
"homedir", |
|
"dir", |
|
"directory", |
|
"folder", |
|
"path", |
|
"tmp", |
|
"temp", |
|
"temporary", |
|
"fallback", |
|
"graceful", |
|
"userprofile" |
|
], |
|
"license": "MIT", |
|
"name": "home-or-tmp", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/home-or-tmp.git" |
|
}, |
|
"scripts": { |
|
"test": "node test.js" |
|
}, |
|
"version": "2.0.0" |
|
}
|
|
|