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.
45 lines
784 B
45 lines
784 B
{
|
|
"name": "untildify",
|
|
"version": "3.0.3",
|
|
"description": "Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/untildify",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"contributors": [
|
|
"silverwind <me@silverwind.io> (https://silverwind.io)"
|
|
],
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"tilde",
|
|
"expansion",
|
|
"expand",
|
|
"untildify",
|
|
"path",
|
|
"home",
|
|
"dir",
|
|
"directory",
|
|
"user",
|
|
"shell",
|
|
"bash"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|