File: //usr/local/lib/node_modules/vue-cli/node_modules/tildify/package.json
{
"name": "tildify",
"version": "1.2.0",
"description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/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": "*"
},
"readme": "# tildify [](https://travis-ci.org/sindresorhus/tildify)\n\n> Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`\n\n\n## Install\n\n```\n$ npm install --save tildify\n```\n\n\n## Usage\n\n```js\nconst tildify = require('tildify');\n\ntildify('/Users/sindresorhus/dev');\n//=> '~/dev'\n```\n\n\n## Related\n\nSee [untildify](https://github.com/sindresorhus/untildify) for the inverse.\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/sindresorhus/tildify/issues"
},
"_id": "tildify@1.2.0",
"dist": {
"shasum": "55a8ff753ebc76a44a7140b7786db004e637fb8d"
},
"_from": "tildify@^1.2.0",
"_resolved": "http://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz"
}