Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

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  
    33All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
    44
    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)
    626
    637
     
    7418
    7519<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)
    7721
    7822
     
    8428
    8529<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)
    8731
    8832
     
    11054
    11155<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)
    11357
    11458
  • trip-planner-front/node_modules/cliui/README.md

    r59329aa re29cc2e  
    11# cliui
    22
    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=)
    45[![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)
    77
    88easily create complex multi-column command-line-interfaces.
     
    1111
    1212```js
    13 const ui = require('cliui')()
     13var ui = require('cliui')()
    1414
    1515ui.div('Usage: $0 [command] [options]')
     
    1717ui.div({
    1818  text: 'Options:',
    19   padding: [2, 0, 1, 0]
     19  padding: [2, 0, 2, 0]
    2020})
    2121
     
    3737  }
    3838)
    39 
    40 console.log(ui.toString())
    41 ```
    42 
    43 ## Deno/ESM Support
    44 
    45 As of `v7` `cliui` supports [Deno](https://github.com/denoland/deno) and
    46 [ESM](https://nodejs.org/api/esm.html#esm_ecmascript_modules):
    47 
    48 ```typescript
    49 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 })
    6539
    6640console.log(ui.toString())
  • trip-planner-front/node_modules/cliui/package.json

    r59329aa re29cc2e  
    11{
    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",
    114  "_inBundle": false,
    12   "_integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
     5  "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
    136  "_location": "/cliui",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "cliui@7.0.4",
     11    "raw": "cliui@^5.0.0",
    1912    "name": "cliui",
    2013    "escapedName": "cliui",
    21     "rawSpec": "7.0.4",
     14    "rawSpec": "^5.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "7.0.4"
     16    "fetchSpec": "^5.0.0"
    2417  },
    2518  "_requiredBy": [
    26     "/karma/yargs",
    2719    "/yargs"
    2820  ],
    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",
    3225  "author": {
    3326    "name": "Ben Coe",
     
    3730    "url": "https://github.com/yargs/cliui/issues"
    3831  },
     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  },
    3945  "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"
    4349  },
     50  "deprecated": false,
    4451  "description": "easily create complex multi-column command-line-interfaces",
    4552  "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",
    5153    "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"
    6360  },
    6461  "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"
    7563  },
    7664  "files": [
    77     "build",
    78     "index.mjs",
    79     "!*.d.ts"
     65    "index.js"
    8066  ],
    8167  "homepage": "https://github.com/yargs/cliui#readme",
     
    9076  ],
    9177  "license": "ISC",
    92   "main": "build/index.cjs",
    93   "module": "./index.mjs",
     78  "main": "index.js",
    9479  "name": "cliui",
    9580  "repository": {
    9681    "type": "git",
    97     "url": "git+https://github.com/yargs/cliui.git"
     82    "url": "git+ssh://git@github.com/yargs/cliui.git"
    9883  },
    9984  "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"
    11289  },
    11390  "standard": {
     
    11996    ]
    12097  },
    121   "type": "module",
    122   "version": "7.0.4"
     98  "version": "5.0.0"
    12399}
Note: See TracChangeset for help on using the changeset viewer.