73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"_from": "home-or-tmp@^3.0.0",
|
|
"_id": "home-or-tmp@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pj6ktgQDedSIbzwrC108F9aZadnF2ZJ8mP8QbGq2nLPOmqpdqKWMoU4JPJaFEzpoTl6X/jOwE8BlkTOfVPR98A==",
|
|
"_location": "/home-or-tmp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "home-or-tmp@^3.0.0",
|
|
"name": "home-or-tmp",
|
|
"escapedName": "home-or-tmp",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/register"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/home-or-tmp/-/home-or-tmp-3.0.0.tgz",
|
|
"_shasum": "57a8fe24cf33cdd524860a15821ddc25c86671fb",
|
|
"_spec": "home-or-tmp@^3.0.0",
|
|
"_where": "E:\\hz-zhhq-web\\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,
|
|
"deprecated": false,
|
|
"description": "Get the user home directory with fallback to the system temp directory",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"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": "xo && ava"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|