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

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.