canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
144 lines (143 loc) • 3.35 kB
JSON
{
"_args": [
[
"yargs@^4.6.0",
"/Users/gajus/Documents/dev/canonical-code-style/canonical"
]
],
"_from": "yargs@>=4.6.0 <5.0.0",
"_id": "yargs@4.6.0",
"_inCache": true,
"_installable": true,
"_location": "/yargs",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/yargs-4.6.0.tgz_1460438809632_0.5604705503210425"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {
"string-width": "1.0.1",
"strip-ansi": "3.0.1",
"wrap-ansi": "2.0.0"
},
"_requested": {
"name": "yargs",
"raw": "yargs@^4.6.0",
"rawSpec": "^4.6.0",
"scope": null,
"spec": ">=4.6.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-4.6.0.tgz",
"_shasum": "cb4050c0159bfb6bb649c0f4af550526a84619dc",
"_shrinkwrap": null,
"_spec": "yargs@^4.6.0",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"dependencies": {
"camelcase": "^2.0.1",
"cliui": "^3.2.0",
"decamelize": "^1.1.1",
"lodash.assign": "^4.0.3",
"os-locale": "^1.4.0",
"pkg-conf": "^1.1.2",
"read-pkg-up": "^1.0.1",
"require-main-filename": "^1.0.1",
"string-width": "^1.0.1",
"window-size": "^0.2.0",
"y18n": "^3.2.1",
"yargs-parser": "^2.4.0"
},
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"chai": "^3.4.1",
"chalk": "^1.1.3",
"coveralls": "^2.11.9",
"cpr": "^1.0.0",
"cross-spawn-async": "^2.2.1",
"es6-promise": "^3.0.2",
"hashish": "0.0.4",
"mocha": "^2.4.5",
"nyc": "^6.1.1",
"rimraf": "^2.5.0",
"standard": "^6.0.5",
"standard-version": "^2.1.2",
"which": "^1.1.2"
},
"directories": {},
"dist": {
"shasum": "cb4050c0159bfb6bb649c0f4af550526a84619dc",
"tarball": "https://registry.npmjs.org/yargs/-/yargs-4.6.0.tgz"
},
"engine": {
"node": ">=0.10"
},
"files": [
"index.js",
"yargs.js",
"lib",
"locales",
"completion.sh.hbs",
"LICENSE"
],
"gitHead": "5bcb9285c4d0d7ecc3ed3e9f58d350a7ee81adf4",
"homepage": "http://yargs.js.org/",
"keywords": [
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"email": "ben@npmjs.com",
"name": "bcoe"
},
{
"email": "alex.ford@codetunnel.com",
"name": "chevex"
},
{
"email": "andrew@npmjs.com",
"name": "nexdrew"
},
{
"email": "jnylen@gmail.com",
"name": "nylen"
}
],
"name": "yargs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"test": "nyc --cache mocha --require ./test/before.js --timeout=4000 --check-leaks",
"version": "standard-version"
},
"standard": {
"ignore": [
"**/example/**"
]
},
"version": "4.6.0"
}