wishthis/node_modules/tildify/package.json
2022-04-08 12:55:35 +02:00

41 lines
726 B
JSON

{
"name": "tildify",
"version": "1.2.0",
"description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
"license": "MIT",
"repository": "sindresorhus/tildify",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"unexpand",
"homedir",
"tilde",
"tildify",
"collapse",
"path",
"home",
"dir",
"directory",
"user",
"expand"
],
"dependencies": {
"os-homedir": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}