/third_party/node/deps/npm/node_modules/yargs-parser/ |
D | CHANGELOG.md | 5 ## [15.0.0](https://github.com/yargs/yargs-parser/compare/v14.0.0...v15.0.0) (2019-10-07) 10 …oviding more comprehensive functionality ([ef771ca](https://github.com/yargs/yargs-parser/commit/e… 19 ## [14.0.0](https://github.com/yargs/yargs-parser/compare/v13.1.1...v14.0.0) (2019-09-06) 24 …fault values ([#185](https://github.com/yargs/yargs-parser/issues/185)) ([7d42572](https://github.… 25 … array types ([#184](https://github.com/yargs/yargs-parser/issues/184)) ([17ca3bd](https://github.… 26 …yped options ([#188](https://github.com/yargs/yargs-parser/issues/188)) ([c5a1db0](https://github.… 27 …return value ([#182](https://github.com/yargs/yargs-parser/issues/182)) ([2f26436](https://github.… 28 …onfig object ([#199](https://github.com/yargs/yargs-parser/issues/199)) ([f8a2d3f](https://github.… 33 …own-options" ([#181](https://github.com/yargs/yargs-parser/issues/181)) ([7909cc4](https://github.… 34 …count arrays ([#187](https://github.com/yargs/yargs-parser/issues/187)) ([31c204b](https://github.… [all …]
|
D | README.md | 1 # yargs-parser 3 [![Build Status](https://travis-ci.org/yargs/yargs-parser.svg)](https://travis-ci.org/yargs/yargs-p… 4 …rage Status](https://coveralls.io/repos/yargs/yargs-parser/badge.svg?branch=)](https://coveralls.i… 5 [![NPM version](https://img.shields.io/npm/v/yargs-parser.svg)](https://www.npmjs.com/package/yargs… 9 The mighty option parser used by [yargs](https://github.com/yargs/yargs). 11 visit the [yargs website](http://yargs.js.org/) for more examples, and thorough usage instructions. 13 <img width="250" src="https://raw.githubusercontent.com/yargs/yargs-parser/master/yargs-logo.png"> 18 npm i yargs-parser --save 22 var argv = require('yargs-parser')(process.argv.slice(2)) 34 var argv = require('yargs-parser')('--foo=99 --bar=33') [all …]
|
/third_party/node/deps/npm/node_modules/yargs/ |
D | CHANGELOG.md | 9 …freeze() ([#1483](https://www.github.com/yargs/yargs/issues/1483)) ([99c2dc8](https://www.github.c… 11 ### [14.2.1](https://github.com/yargs/yargs/compare/v14.2.0...v14.2.1) (2019-10-30) 16 …ed by commands ([#1459](https://github.com/yargs/yargs/issues/1459)) ([e78e76e](https://github.com… 18 ## [14.2.0](https://github.com/yargs/yargs/compare/v14.1.0...v14.2.0) (2019-10-07) 23 …s called twice ([#1422](https://github.com/yargs/yargs/issues/1422)) ([9a42b63](https://github.com… 24 …conform object ([#1424](https://github.com/yargs/yargs/issues/1424)) ([0be43d2](https://github.com… 25 …ested commands ([#1430](https://github.com/yargs/yargs/issues/1430)) ([d38650e](https://github.com… 26 … markdown link ([#1426](https://github.com/yargs/yargs/issues/1426)) ([236e24e](https://github.com… 27 … configuration ([#1423](https://github.com/yargs/yargs/issues/1423)) ([bae66fe](https://github.com… 32 …e yargs-parser with support for unknown-options-as-args ([#1440](https://github.com/yargs/yargs/is… [all …]
|
D | README.md | 2 <img width="250" src="/yargs-logo.png"> 35 npm i yargs 40 npm i yargs@next 49 const argv = require('yargs').argv 70 require('yargs') // eslint-disable-line 71 .command('serve [port]', 'start the server', (yargs) => { 72 yargs 93 yargs has type definitions at [@types/yargs][type-definitions]. 96 npm i @types/yargs --save-dev 124 [travis-url]: https://travis-ci.org/yargs/yargs [all …]
|
D | index.js | 5 const yargs = require('./yargs') constant 12 const argv = yargs(processArgs, cwd, require)
|
/third_party/node/deps/npm/node_modules/cliui/ |
D | CHANGELOG.md | 5 # [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10) 10 …t versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.c… 20 # [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23) 25 …d resetOutput method ([#57](https://github.com/yargs/cliui/issues/57)) ([7246902](https://github.c… 30 # [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18) 35 …nsi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c46](https://github.c… 36 …ariable FORCE_COLOR. ([#56](https://github.com/yargs/cliui/issues/56)) ([7350e36](https://github.c… 41 …support for node < 4 ([#53](https://github.com/yargs/cliui/issues/53)) ([b105376](https://github.c… 46 …ack for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https://github.c… 56 # [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11) [all …]
|
D | README.md | 3 [![Build Status](https://travis-ci.org/yargs/cliui.svg)](https://travis-ci.org/yargs/cliui) 4 …![Coverage Status](https://coveralls.io/repos/yargs/cliui/badge.svg?branch=)](https://coveralls.io…
|
/third_party/node/deps/npm/node_modules/yargs/lib/ |
D | usage.js | 11 module.exports = function usage (yargs, y18n) { argument 37 const logger = yargs._getLoggerInstance() 44 if (yargs.getExitProcess()) setBlocking(true) 50 yargs.showHelp('error') 61 if (yargs.getExitProcess()) { 62 return yargs.exit(1) 63 } else if (yargs._hasParseCallback()) { 64 return yargs.exit(1, err) 155 const base$0 = yargs.customScriptName ? yargs.$0 : path.basename(yargs.$0) 156 const demandedOptions = yargs.getDemandedOptions() [all …]
|
D | command.js | 14 module.exports = function command (yargs, usage, validation, globalMiddleware) { argument 170 self.runCommand = function runCommand (command, yargs, parsed, commandIndex) { argument 173 const currentContext = yargs.getContext() 188 innerYargs = commandHandler.builder(yargs.reset(parsed.aliases)) 190 innerYargs = yargs 203 innerYargs = yargs.reset(parsed.aliases) 217 if (!yargs._hasOutput()) { 218 positionalMap = populatePositionals(commandHandler, innerArgv, currentContext, yargs) 222 applyMiddleware(innerArgv, yargs, middlewares, true) 226 …if (!yargs._hasOutput()) yargs._runValidation(innerArgv, aliases, positionalMap, yargs.parsed.erro… [all …]
|
D | validation.js | 8 module.exports = function validation (yargs, usage, y18n) { argument 16 const demandedCommands = yargs.getDemandedCommands() 18 const _s = argv._.length - yargs.getContext().commands.length 59 const demandedOptions = yargs.getDemandedOptions() 91 const commandKeys = yargs.getCommandInstance().getCommands() 93 const currentContext = yargs.getContext() 98 !yargs._getParseContext().hasOwnProperty(key) && 129 const newAliases = yargs.parsed.newAliases 140 const options = yargs.getOptions() 212 yargs.global(key) [all …]
|
D | completion.js | 6 module.exports = function completion (yargs, usage, command) { argument 18 const argv = yargs.parse(args, true) 19 const aliases = yargs.parsed.aliases 20 const parentCommands = yargs.getContext().commands 52 const y = yargs.reset() 75 Object.keys(yargs.getOptions().key).forEach((key) => {
|
D | middleware.js | 39 function applyMiddleware (argv, yargs, middlewares, beforeValidation) { argument 50 Promise.all([initialObj, middleware(initialObj, yargs)]) 56 const result = middleware(argv, yargs)
|
/third_party/node/deps/npm/node_modules/y18n/ |
D | CHANGELOG.md | 10 …llution issue ([#108](https://www.github.com/yargs/y18n/issues/108)) ([a9ac604](https://www.github… 13 # [4.0.0](https://github.com/yargs/y18n/compare/v3.2.1...v4.0.0) (2017-10-10) 18 … 0 in tagged literal ([#45](https://github.com/yargs/y18n/issues/45)) ([c926123](https://github.co… 23 …late literal support ([#44](https://github.com/yargs/y18n/issues/44)) ([0598daf](https://github.co…
|
D | README.md | 9 The bare-bones internationalization library used by yargs. 102 [travis-url]: https://travis-ci.org/yargs/y18n 103 [travis-image]: https://img.shields.io/travis/yargs/y18n.svg 104 [coveralls-url]: https://coveralls.io/github/yargs/y18n 105 [coveralls-image]: https://img.shields.io/coveralls/yargs/y18n.svg
|
/third_party/node/deps/npm/node_modules/set-blocking/ |
D | README.md | 3 [![Build Status](https://travis-ci.org/yargs/set-blocking.svg)](https://travis-ci.org/yargs/set-blo… 5 …overage Status](https://coveralls.io/repos/yargs/set-blocking/badge.svg?branch=)](https://coverall… 24 …consuming your library. In [yargs](https://github.com/yargs/yargs/blob/master/yargs.js#L653) we on…
|
D | CHANGELOG.md | 6 # [2.0.0](https://github.com/yargs/set-blocking/compare/v1.0.0...v2.0.0) (2016-05-17) 11 …add an isTTY check ([#3](https://github.com/yargs/set-blocking/issues/3)) ([66ce277](https://githu… 26 * implemented shim for stream._handle.setBlocking ([6bde0c0](https://github.com/yargs/set-blocking/…
|
/third_party/node/deps/npm/node_modules/require-main-filename/ |
D | CHANGELOG.md | 6 # [2.0.0](https://github.com/yargs/require-main-filename/compare/v1.0.2...v2.0.0) (2019-01-28) 11 …or Node 0.10 ([#11](https://github.com/yargs/require-main-filename/issues/11)) ([87f4e13](https://… 21 ## [1.0.2](https://github.com/yargs/require-main-filename/compare/v1.0.1...v1.0.2) (2017-06-16) 26 … package.json ([#4](https://github.com/yargs/require-main-filename/issues/4)) ([fa29988](https://g…
|
D | README.md | 3 [![Build Status](https://travis-ci.org/yargs/require-main-filename.png)](https://travis-ci.org/yarg… 4 …Status](https://coveralls.io/repos/yargs/require-main-filename/badge.svg?branch=master)](https://c…
|
/third_party/node/deps/npm/node_modules/libnpx/ |
D | y.js | 4 const yargs = require('yargs') constant 7 locale: yargs.locale(),
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
D | yarn.lock | 1064 yargs "13.2.2" 1065 yargs-parser "13.0.0" 1066 yargs-unparser "1.5.0" 1712 yargs-parser@13.0.0: 1714 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc36… 1720 yargs-parser@^11.1.1: 1722 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab… 1728 yargs-parser@^13.0.0: 1730 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe0… 1736 yargs-unparser@1.5.0: [all …]
|
/third_party/spirv-tools/tools/sva/ |
D | yarn.lock | 1064 yargs "13.2.2" 1065 yargs-parser "13.0.0" 1066 yargs-unparser "1.5.0" 1712 yargs-parser@13.0.0: 1714 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc36… 1720 yargs-parser@^11.1.1: 1722 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab… 1728 yargs-parser@^13.0.0: 1730 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe0… 1736 yargs-unparser@1.5.0: [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
D | yarn.lock | 1064 yargs "13.2.2" 1065 yargs-parser "13.0.0" 1066 yargs-unparser "1.5.0" 1712 yargs-parser@13.0.0: 1714 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc36… 1720 yargs-parser@^11.1.1: 1722 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab… 1728 yargs-parser@^13.0.0: 1730 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe0… 1736 yargs-unparser@1.5.0: [all …]
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | yarn.lock | 217 yargs "^17.5.1" 1557 yargs-parser@^21.0.0: 1559 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31… 1562 yargs@^17.5.1: 1564 …resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b… 1573 yargs-parser "^21.0.0"
|
/third_party/node/deps/npm/node_modules/registry-auth-token/ |
D | yarn.lock | 1451 yargs "~3.10.0" 1509 yargs@~3.10.0: 1511 …resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1…
|
/third_party/node/deps/npm/node_modules/uri-js/ |
D | yarn.lock | 1860 yargs "~3.10.0" 1916 yargs@~3.10.0: 1918 …resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1…
|