brush_cli
Version:
A tool for creating and developing cmos PC Framework project.
76 lines (75 loc) • 1.88 kB
JSON
{
"_from": "expand-tilde@1.2.0",
"_id": "expand-tilde@1.2.0",
"_location": "/ionic/expand-tilde",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requiredBy": [
"/ionic"
],
"_resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.0.tgz",
"_shasum": "c0e524388a5cd17b875435c011e120100ca27d22",
"_shrinkwrap": null,
"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"
}