tilde-path
Version:
Resolve a path into an absolute path, using tilde (~) if possible
39 lines (38 loc) • 789 B
JSON
{
"name": "tilde-path",
"version": "3.0.0",
"description": "Resolve a path into an absolute path, using tilde (~) if possible",
"repository": "shinnn/tilde-path",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"file",
"path",
"resolve",
"absolute",
"posix",
"tilde",
"tildify",
"tildeify",
"convert",
"shorten",
"simplify"
],
"devDependencies": {
"@shinnn/eslint-config-node": "^5.0.0",
"eslint": "^4.19.1",
"nyc": "^12.0.2",
"pretend-platform": "^2.0.0",
"tape": "^4.9.1"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}