Changeset e29cc2e for trip-planner-front/node_modules/cliui
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/cliui
- Files:
-
- 5 added
- 3 edited
- 21 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/cliui/CHANGELOG.md
r59329aa re29cc2e 3 3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. 4 4 5 ### [7.0.4](https://www.github.com/yargs/cliui/compare/v7.0.3...v7.0.4) (2020-11-08) 6 7 8 ### Bug Fixes 9 10 * **deno:** import UIOptions from definitions ([#97](https://www.github.com/yargs/cliui/issues/97)) ([f04f343](https://www.github.com/yargs/cliui/commit/f04f3439bc78114c7e90f82ff56f5acf16268ea8)) 11 12 ### [7.0.3](https://www.github.com/yargs/cliui/compare/v7.0.2...v7.0.3) (2020-10-16) 13 14 15 ### Bug Fixes 16 17 * **exports:** node 13.0 and 13.1 require the dotted object form _with_ a string fallback ([#93](https://www.github.com/yargs/cliui/issues/93)) ([eca16fc](https://www.github.com/yargs/cliui/commit/eca16fc05d26255df3280906c36d7f0e5b05c6e9)) 18 19 ### [7.0.2](https://www.github.com/yargs/cliui/compare/v7.0.1...v7.0.2) (2020-10-14) 20 21 22 ### Bug Fixes 23 24 * **exports:** node 13.0-13.6 require a string fallback ([#91](https://www.github.com/yargs/cliui/issues/91)) ([b529d7e](https://www.github.com/yargs/cliui/commit/b529d7e432901af1af7848b23ed6cf634497d961)) 25 26 ### [7.0.1](https://www.github.com/yargs/cliui/compare/v7.0.0...v7.0.1) (2020-08-16) 27 28 29 ### Bug Fixes 30 31 * **build:** main should be build/index.cjs ([dc29a3c](https://www.github.com/yargs/cliui/commit/dc29a3cc617a410aa850e06337b5954b04f2cb4d)) 32 33 ## [7.0.0](https://www.github.com/yargs/cliui/compare/v6.0.0...v7.0.0) (2020-08-16) 34 35 36 ### ⚠ BREAKING CHANGES 37 38 * tsc/ESM/Deno support (#82) 39 * modernize deps and build (#80) 40 41 ### Build System 42 43 * modernize deps and build ([#80](https://www.github.com/yargs/cliui/issues/80)) ([339d08d](https://www.github.com/yargs/cliui/commit/339d08dc71b15a3928aeab09042af94db2f43743)) 44 45 46 ### Code Refactoring 47 48 * tsc/ESM/Deno support ([#82](https://www.github.com/yargs/cliui/issues/82)) ([4b777a5](https://www.github.com/yargs/cliui/commit/4b777a5fe01c5d8958c6708695d6aab7dbe5706c)) 49 50 ## [6.0.0](https://www.github.com/yargs/cliui/compare/v5.0.0...v6.0.0) (2019-11-10) 51 52 53 ### ⚠ BREAKING CHANGES 54 55 * update deps, drop Node 6 56 57 ### Code Refactoring 58 59 * update deps, drop Node 6 ([62056df](https://www.github.com/yargs/cliui/commit/62056df)) 60 61 ## [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10) 5 # [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10) 62 6 63 7 … … 74 18 75 19 <a name="4.1.0"></a> 76 # #[4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)20 # [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23) 77 21 78 22 … … 84 28 85 29 <a name="4.0.0"></a> 86 # #[4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18)30 # [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18) 87 31 88 32 … … 110 54 111 55 <a name="3.2.0"></a> 112 # #[3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11)56 # [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11) 113 57 114 58 -
trip-planner-front/node_modules/cliui/README.md
r59329aa re29cc2e 1 1 # cliui 2 2 3 ![ci](https://github.com/yargs/cliui/workflows/ci/badge.svg) 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/r/yargs/cliui?branch=) 4 5 [![NPM version](https://img.shields.io/npm/v/cliui.svg)](https://www.npmjs.com/package/cliui) 5 [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) 6 ![nycrc config on GitHub](https://img.shields.io/nycrc/yargs/cliui) 6 [![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version) 7 7 8 8 easily create complex multi-column command-line-interfaces. … … 11 11 12 12 ```js 13 constui = require('cliui')()13 var ui = require('cliui')() 14 14 15 15 ui.div('Usage: $0 [command] [options]') … … 17 17 ui.div({ 18 18 text: 'Options:', 19 padding: [2, 0, 1, 0]19 padding: [2, 0, 2, 0] 20 20 }) 21 21 … … 37 37 } 38 38 ) 39 40 console.log(ui.toString())41 ```42 43 ## Deno/ESM Support44 45 As of `v7` `cliui` supports [Deno](https://github.com/denoland/deno) and46 [ESM](https://nodejs.org/api/esm.html#esm_ecmascript_modules):47 48 ```typescript49 import cliui from "https://deno.land/x/cliui/deno.ts";50 51 const ui = cliui({})52 53 ui.div('Usage: $0 [command] [options]')54 55 ui.div({56 text: 'Options:',57 padding: [2, 0, 1, 0]58 })59 60 ui.div({61 text: "-f, --file",62 width: 20,63 padding: [0, 4, 0, 4]64 })65 39 66 40 console.log(ui.toString()) -
trip-planner-front/node_modules/cliui/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "cliui@7.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "cliui@7.0.4", 10 "_id": "cliui@7.0.4", 2 "_from": "cliui@^5.0.0", 3 "_id": "cliui@5.0.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",5 "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", 13 6 "_location": "/cliui", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "cliui@ 7.0.4",11 "raw": "cliui@^5.0.0", 19 12 "name": "cliui", 20 13 "escapedName": "cliui", 21 "rawSpec": " 7.0.4",14 "rawSpec": "^5.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 7.0.4"16 "fetchSpec": "^5.0.0" 24 17 }, 25 18 "_requiredBy": [ 26 "/karma/yargs",27 19 "/yargs" 28 20 ], 29 "_resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", 30 "_spec": "7.0.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", 22 "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5", 23 "_spec": "cliui@^5.0.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\yargs", 32 25 "author": { 33 26 "name": "Ben Coe", … … 37 30 "url": "https://github.com/yargs/cliui/issues" 38 31 }, 32 "bundleDependencies": false, 33 "config": { 34 "blanket": { 35 "pattern": [ 36 "index.js" 37 ], 38 "data-cover-never": [ 39 "node_modules", 40 "test" 41 ], 42 "output-reporter": "spec" 43 } 44 }, 39 45 "dependencies": { 40 "string-width": "^ 4.2.0",41 "strip-ansi": "^ 6.0.0",42 "wrap-ansi": "^ 7.0.0"46 "string-width": "^3.1.0", 47 "strip-ansi": "^5.2.0", 48 "wrap-ansi": "^5.1.0" 43 49 }, 50 "deprecated": false, 44 51 "description": "easily create complex multi-column command-line-interfaces", 45 52 "devDependencies": { 46 "@types/node": "^14.0.27",47 "@typescript-eslint/eslint-plugin": "^4.0.0",48 "@typescript-eslint/parser": "^4.0.0",49 "@wessberg/rollup-plugin-ts": "^1.3.2",50 "c8": "^7.3.0",51 53 "chai": "^4.2.0", 52 "chalk": "^4.1.0", 53 "cross-env": "^7.0.2", 54 "eslint": "^7.6.0", 55 "eslint-plugin-import": "^2.22.0", 56 "eslint-plugin-node": "^11.1.0", 57 "gts": "^3.0.0", 58 "mocha": "^8.1.1", 59 "rimraf": "^3.0.2", 60 "rollup": "^2.23.1", 61 "standardx": "^7.0.0", 62 "typescript": "^4.0.0" 54 "chalk": "^2.4.2", 55 "coveralls": "^3.0.3", 56 "mocha": "^6.0.2", 57 "nyc": "^13.3.0", 58 "standard": "^12.0.1", 59 "standard-version": "^5.0.2" 63 60 }, 64 61 "engine": { 65 "node": ">=10" 66 }, 67 "exports": { 68 ".": [ 69 { 70 "import": "./index.mjs", 71 "require": "./build/index.cjs" 72 }, 73 "./build/index.cjs" 74 ] 62 "node": ">=6" 75 63 }, 76 64 "files": [ 77 "build", 78 "index.mjs", 79 "!*.d.ts" 65 "index.js" 80 66 ], 81 67 "homepage": "https://github.com/yargs/cliui#readme", … … 90 76 ], 91 77 "license": "ISC", 92 "main": "build/index.cjs", 93 "module": "./index.mjs", 78 "main": "index.js", 94 79 "name": "cliui", 95 80 "repository": { 96 81 "type": "git", 97 "url": "git+ https://github.com/yargs/cliui.git"82 "url": "git+ssh://git@github.com/yargs/cliui.git" 98 83 }, 99 84 "scripts": { 100 "build:cjs": "rollup -c", 101 "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", 102 "compile": "tsc", 103 "coverage": "c8 report --check-coverage", 104 "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", 105 "postcompile": "npm run build:cjs", 106 "postest": "check", 107 "precompile": "rimraf build", 108 "prepare": "npm run compile", 109 "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", 110 "test": "c8 mocha ./test/*.cjs", 111 "test:esm": "c8 mocha ./test/esm/cliui-test.mjs" 85 "coverage": "nyc --reporter=text-lcov mocha | coveralls", 86 "pretest": "standard", 87 "release": "standard-version", 88 "test": "nyc mocha" 112 89 }, 113 90 "standard": { … … 119 96 ] 120 97 }, 121 "type": "module", 122 "version": "7.0.4" 98 "version": "5.0.0" 123 99 }
Note:
See TracChangeset
for help on using the changeset viewer.