/
websites
/
operateit-node
/
node_modules
/
tildify
/
Upload File
HOME
{ "_from": "tildify@1.2.0", "_id": "tildify@1.2.0", "_inBundle": false, "_integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=", "_location": "/tildify", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "tildify@1.2.0", "name": "tildify", "escapedName": "tildify", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/knex" ], "_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz", "_shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a", "_spec": "tildify@1.2.0", "_where": "D:\\xampp\\htdocs\\operateit\\node_modules\\knex", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/tildify/issues" }, "bundleDependencies": false, "dependencies": { "os-homedir": "^1.0.0" }, "deprecated": false, "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`", "devDependencies": { "ava": "*", "xo": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/tildify#readme", "keywords": [ "unexpand", "homedir", "tilde", "tildify", "collapse", "path", "home", "dir", "directory", "user", "expand" ], "license": "MIT", "name": "tildify", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/tildify.git" }, "scripts": { "test": "xo && ava" }, "version": "1.2.0" }