canonical
Version:
Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.
100 lines (99 loc) • 2.5 kB
JSON
{
"_args": [
[
"yargs-parser@^2.1.1",
"/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs"
]
],
"_from": "yargs-parser@>=2.1.1 <3.0.0",
"_id": "yargs-parser@2.1.1",
"_inCache": true,
"_installable": true,
"_location": "/yargs-parser",
"_nodeVersion": "3.2.0",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/yargs-parser-2.1.1.tgz_1456210467734_0.12809900217689574"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "3.3.0",
"_phantomChildren": {
"lodash.rest": "4.0.1"
},
"_requested": {
"name": "yargs-parser",
"raw": "yargs-parser@^2.1.1",
"rawSpec": "^2.1.1",
"scope": null,
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.1.1.tgz",
"_shasum": "6bbb36d28cc03e2d57d172b4017d612e5ff6a0b6",
"_shrinkwrap": null,
"_spec": "yargs-parser@^2.1.1",
"_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/yargs/yargs-parser/issues"
},
"dependencies": {
"camelcase": "^2.1.0",
"lodash.assign": "^4.0.2"
},
"description": "the mighty option parser used by yargs",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"mocha": "^2.4.5",
"nyc": "^5.6.0",
"standard": "^5.4.1"
},
"directories": {},
"dist": {
"shasum": "6bbb36d28cc03e2d57d172b4017d612e5ff6a0b6",
"tarball": "http://registry.npmjs.org/yargs-parser/-/yargs-parser-2.1.1.tgz"
},
"gitHead": "05c8df71668228f022c21c995a6cf281564313b1",
"homepage": "https://github.com/yargs/yargs-parser#readme",
"keywords": [
"args",
"argument",
"argument",
"cli",
"command",
"option",
"parser",
"parsing",
"yargs"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
}
],
"name": "yargs-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"url": "git+ssh://git@github.com/yargs/yargs-parser.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"test": "nyc mocha test/*.js"
},
"version": "2.1.1"
}