123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- {
- "_args": [
- [
- "yargs@~3.5.4",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js"
- ]
- ],
- "_from": "yargs@>=3.5.4 <3.6.0",
- "_id": "yargs@3.5.4",
- "_inCache": true,
- "_location": "/yargs",
- "_nodeVersion": "1.5.0",
- "_npmUser": {
- "email": "bencoe@gmail.com",
- "name": "bcoe"
- },
- "_npmVersion": "2.7.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "yargs",
- "raw": "yargs@~3.5.4",
- "rawSpec": "~3.5.4",
- "scope": null,
- "spec": ">=3.5.4 <3.6.0",
- "type": "range"
- },
- "_requiredBy": [
- "/uglify-js"
- ],
- "_resolved": "https://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz",
- "_shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",
- "_shrinkwrap": null,
- "_spec": "yargs@~3.5.4",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js",
- "author": {
- "email": "Alex.Ford@CodeTunnel.com",
- "name": "Alex Ford",
- "url": "http://CodeTunnel.com"
- },
- "bugs": {
- "url": "https://github.com/bcoe/yargs/issues"
- },
- "config": {
- "blanket": {
- "data-cover-never": [
- "node_modules",
- "test"
- ],
- "output-reporter": "spec",
- "pattern": [
- "index.js",
- "lib"
- ]
- }
- },
- "contributors": [
- {
- "name": "Benjamin Coe",
- "email": "ben@npmjs.com",
- "url": "https://github.com/bcoe"
- },
- {
- "name": "Chris Needham",
- "email": "chris@chrisneedham.com",
- "url": "http://chrisneedham.com"
- },
- {
- "name": "James Nylen",
- "email": "jnylen@gmail.com",
- "url": "https://github.com/nylen"
- },
- {
- "name": "Benjamin Horsleben",
- "url": "https://github.com/fizker"
- }
- ],
- "dependencies": {
- "camelcase": "^1.0.2",
- "decamelize": "^1.0.0",
- "window-size": "0.1.0",
- "wordwrap": "0.0.2"
- },
- "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
- "devDependencies": {
- "blanket": "^1.1.6",
- "chai": "^1.10.0",
- "coveralls": "^2.11.2",
- "hashish": "0.0.4",
- "mocha": "2.1.0",
- "mocha-lcov-reporter": "0.0.1",
- "mocoverage": "^1.0.0"
- },
- "directories": {},
- "dist": {
- "shasum": "d8aff8f665e94c34bd259bdebd1bfaf0ddd35361",
- "tarball": "http://registry.npmjs.org/yargs/-/yargs-3.5.4.tgz"
- },
- "engine": {
- "node": ">=0.4"
- },
- "files": [
- "LICENSE",
- "completion.sh.hbs",
- "index.js",
- "lib"
- ],
- "gitHead": "c16cc085501155cf7fd853ccdf8584b05ab92b78",
- "homepage": "https://github.com/bcoe/yargs",
- "installable": true,
- "keywords": [
- "args",
- "argument",
- "cli",
- "command",
- "option",
- "parser",
- "parsing"
- ],
- "license": "MIT/X11",
- "main": "./index.js",
- "maintainers": [
- {
- "name": "chevex",
- "email": "alex.ford@codetunnel.com"
- },
- {
- "name": "bcoe",
- "email": "bencoe@gmail.com"
- },
- {
- "name": "nylen",
- "email": "jnylen@gmail.com"
- }
- ],
- "name": "yargs",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "http://github.com/bcoe/yargs.git"
- },
- "scripts": {
- "test": "mocha --check-leaks --ui exports --require blanket -R mocoverage"
- },
- "version": "3.5.4"
- }
|