{
  "_args": [
    [
      "untildify@2.1.0",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "untildify@2.1.0",
  "_id": "untildify@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-F+soB5h/dpUunASF/DEdBqgmouA=",
  "_location": "/untildify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "untildify@2.1.0",
    "name": "untildify",
    "escapedName": "untildify",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/bower-config"
  ],
  "_resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "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"
    }
  ],
  "dependencies": {
    "os-homedir": "^1.0.0"
  },
  "description": "Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/untildify#readme",
  "keywords": [
    "tilde",
    "expansion",
    "expand",
    "untildify",
    "path",
    "home",
    "dir",
    "directory",
    "user",
    "shell",
    "bash"
  ],
  "license": "MIT",
  "name": "untildify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/untildify.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "2.1.0"
}
