ionic
Version:
A tool for creating and developing Ionic Framework mobile apps.
102 lines (101 loc) • 2.48 kB
JSON
{
"_args": [
[
{
"raw": "expand-tilde@1.2.0",
"scope": null,
"escapedName": "expand-tilde",
"name": "expand-tilde",
"rawSpec": "1.2.0",
"spec": "1.2.0",
"type": "version"
},
"/home/jthoms1/Workspace/ionic-cli-v2"
]
],
"_from": "expand-tilde@1.2.0",
"_id": "expand-tilde@1.2.0",
"_inCache": true,
"_location": "/expand-tilde",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "expand-tilde@1.2.0",
"scope": null,
"escapedName": "expand-tilde",
"name": "expand-tilde",
"rawSpec": "1.2.0",
"spec": "1.2.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.0.tgz",
"_shasum": "c0e524388a5cd17b875435c011e120100ca27d22",
"_shrinkwrap": null,
"_spec": "expand-tilde@1.2.0",
"_where": "/home/jthoms1/Workspace/ionic-cli-v2",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/expand-tilde/issues"
},
"dependencies": {
"user-home": "^1.1.1"
},
"description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "c0e524388a5cd17b875435c011e120100ca27d22",
"tarball": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "6ad33a2b579bb1301e564048d82069bf2c7ea5e8",
"homepage": "https://github.com/jonschlinkert/expand-tilde",
"keywords": [
"cwd",
"expand",
"expansion",
"filepath",
"home",
"path",
"pwd",
"tilde",
"user",
"userhome"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/expand-tilde/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "expand-tilde",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/expand-tilde.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.2.0"
}