UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

104 lines (103 loc) 2.58 kB
{ "_args": [ [ "yargs-parser@^2.4.0", "/Users/gajus/Documents/dev/canonical-code-style/canonical/node_modules/yargs" ] ], "_from": "yargs-parser@>=2.4.0 <3.0.0", "_id": "yargs-parser@2.4.0", "_inCache": true, "_installable": true, "_location": "/yargs-parser", "_nodeVersion": "5.1.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/yargs-parser-2.4.0.tgz_1460354642776_0.13956820615567267" }, "_npmUser": { "email": "ben@npmjs.com", "name": "bcoe" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "yargs-parser", "raw": "yargs-parser@^2.4.0", "rawSpec": "^2.4.0", "scope": null, "spec": ">=2.4.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/yargs" ], "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.0.tgz", "_shasum": "1f367dc9c6cfa5660b6971230f3b277fc5e3adca", "_shrinkwrap": null, "_spec": "yargs-parser@^2.4.0", "_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.1", "lodash.assign": "^4.0.6" }, "description": "the mighty option parser used by yargs", "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.8", "mocha": "^2.4.5", "nyc": "^6.4.0", "standard": "^6.0.8", "standard-version": "^2.1.2" }, "directories": {}, "dist": { "shasum": "1f367dc9c6cfa5660b6971230f3b277fc5e3adca", "tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.0.tgz" }, "files": [ "lib", "index.js" ], "gitHead": "4a504775a708b270822511c25531db8d69119a04", "homepage": "https://github.com/yargs/yargs-parser#readme", "keywords": [ "argument", "parser", "yargs", "command", "cli", "parsing", "option", "args", "argument" ], "license": "ISC", "main": "index.js", "maintainers": [ { "email": "ben@npmjs.com", "name": "bcoe" } ], "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": "standard-version" }, "version": "2.4.0" }