{ "_args": [ [ "untildify@4.0.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "untildify@4.0.0", "_id": "untildify@4.0.0", "_inBundle": false, "_integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "_location": "/untildify", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "untildify@4.0.0", "name": "untildify", "escapedName": "untildify", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/cypress" ], "_resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "_spec": "4.0.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/untildify/issues" }, "contributors": [ { "name": "silverwind", "email": "me@silverwind.io", "url": "https://silverwind.io" } ], "description": "Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`", "devDependencies": { "ava": "^1.4.1", "rewire": "^4.0.1", "tsd": "^0.7.2", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/sindresorhus/untildify#readme", "keywords": [ "tilde", "expansion", "expand", "untildify", "path", "home", "directory", "user", "shell", "bash" ], "license": "MIT", "name": "untildify", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/untildify.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "4.0.0" }