Packages
A web application in pursuit of meaning in life.
Current section
Files
Jump to
Current section
Files
assets/node_modules/untildify/package.json
{
"_args": [
[
{
"raw": "untildify@^2.1.0",
"scope": null,
"escapedName": "untildify",
"name": "untildify",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/bower-config"
]
],
"_from": "untildify@>=2.1.0 <3.0.0",
"_id": "untildify@2.1.0",
"_inCache": true,
"_location": "/untildify",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"raw": "untildify@^2.1.0",
"scope": null,
"escapedName": "untildify",
"name": "untildify",
"rawSpec": "^2.1.0",
"spec": ">=2.1.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/bower-config"
],
"_resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz",
"_shasum": "17eb2807987f76952e9c0485fc311d06a826a2e0",
"_shrinkwrap": null,
"_spec": "untildify@^2.1.0",
"_where": "/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/bower-config",
"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"
},
"directories": {},
"dist": {
"shasum": "17eb2807987f76952e9c0485fc311d06a826a2e0",
"tarball": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "430eb2e240b60dc2ea60b537a2eea56d64767ecd",
"homepage": "https://github.com/sindresorhus/untildify",
"keywords": [
"tilde",
"expansion",
"expand",
"untildify",
"path",
"home",
"dir",
"directory",
"user",
"shell",
"bash"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "silverwind",
"email": "me@silverwind.io"
}
],
"name": "untildify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/untildify.git"
},
"scripts": {
"test": "node test.js"
},
"version": "2.1.0"
}