@cuba-platform/front-generator
Version:
CUBA Platform front-end clients generator
81 lines (80 loc) • 1.81 kB
JSON
{
"_from": "untildify@^3.0.2",
"_id": "untildify@3.0.2",
"_inBundle": false,
"_integrity": "sha1-fx8wIFWz/qDz6B3HjrNnZstl4/E=",
"_location": "/untildify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "untildify@^3.0.2",
"name": "untildify",
"escapedName": "untildify",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/yeoman-environment"
],
"_resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.2.tgz",
"_shasum": "7f1f302055b3fea0f3e81dc78eb36766cb65e3f1",
"_spec": "untildify@^3.0.2",
"_where": "/work/polymer_69/cuba-front-generator/node_modules/yeoman-environment",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/untildify/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "silverwind",
"email": "me@silverwind.io",
"url": "https://silverwind.io"
}
],
"deprecated": false,
"description": "Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"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": "xo && ava"
},
"version": "3.0.2",
"xo": {
"esnext": true
}
}