2022-08-08 11:04:59 +08:00
|
|
|
{
|
|
|
|
"name": "untildify-user",
|
|
|
|
"version": "1.0.0",
|
2022-08-08 12:03:16 +08:00
|
|
|
"description": "Untildify a path for the current user even if it is root",
|
2022-08-08 11:04:59 +08:00
|
|
|
"homepage": "https://github.com/aminya/setup-cpp",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"author": "Amin Yahyaabadi",
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
"source": "./src/index.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-23 08:23:22 +08:00
|
|
|
"admina": "1.0.1"
|
2022-08-08 11:04:59 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"tilde",
|
|
|
|
"expansion",
|
|
|
|
"expand",
|
|
|
|
"untildify",
|
|
|
|
"path",
|
|
|
|
"home",
|
|
|
|
"directory",
|
|
|
|
"user",
|
|
|
|
"shell",
|
|
|
|
"bash"
|
|
|
|
]
|
|
|
|
}
|