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/yargs/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "yargs@17.2.1",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "yargs@17.2.1",
    10   "_id": "yargs@17.2.1",
     2  "_from": "yargs@^13.3.2",
     3  "_id": "yargs@13.3.2",
    114  "_inBundle": false,
    12   "_integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==",
     5  "_integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
    136  "_location": "/yargs",
    14   "_phantomChildren": {},
     7  "_phantomChildren": {
     8    "p-limit": "2.3.0"
     9  },
    1510  "_requested": {
    16     "type": "version",
     11    "type": "range",
    1712    "registry": true,
    18     "raw": "yargs@17.2.1",
     13    "raw": "yargs@^13.3.2",
    1914    "name": "yargs",
    2015    "escapedName": "yargs",
    21     "rawSpec": "17.2.1",
     16    "rawSpec": "^13.3.2",
    2217    "saveSpec": null,
    23     "fetchSpec": "17.2.1"
     18    "fetchSpec": "^13.3.2"
    2419  },
    2520  "_requiredBy": [
    26     "/@angular/compiler-cli"
     21    "/webpack-dev-server"
    2722  ],
    28   "_resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz",
    29   "_spec": "17.2.1",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     23  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
     24  "_shasum": "ad7ffefec1aa59565ac915f82dccb38a9c31a2dd",
     25  "_spec": "yargs@^13.3.2",
     26  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server",
    3127  "bugs": {
    3228    "url": "https://github.com/yargs/yargs/issues"
    3329  },
     30  "bundleDependencies": false,
    3431  "contributors": [
    3532    {
     
    3936  ],
    4037  "dependencies": {
    41     "cliui": "^7.0.2",
    42     "escalade": "^3.1.1",
    43     "get-caller-file": "^2.0.5",
     38    "cliui": "^5.0.0",
     39    "find-up": "^3.0.0",
     40    "get-caller-file": "^2.0.1",
    4441    "require-directory": "^2.1.1",
    45     "string-width": "^4.2.0",
    46     "y18n": "^5.0.5",
    47     "yargs-parser": "^20.2.2"
     42    "require-main-filename": "^2.0.0",
     43    "set-blocking": "^2.0.0",
     44    "string-width": "^3.0.0",
     45    "which-module": "^2.0.0",
     46    "y18n": "^4.0.0",
     47    "yargs-parser": "^13.1.2"
    4848  },
     49  "deprecated": false,
    4950  "description": "yargs the modern, pirate-themed, successor to optimist.",
    5051  "devDependencies": {
    51     "@types/chai": "^4.2.11",
    52     "@types/mocha": "^9.0.0",
    53     "@types/node": "^14.11.2",
    54     "@wessberg/rollup-plugin-ts": "^1.3.2",
    55     "c8": "^7.7.0",
    5652    "chai": "^4.2.0",
    57     "chalk": "^4.0.0",
    58     "coveralls": "^3.0.9",
     53    "chalk": "^2.4.2",
     54    "coveralls": "^3.0.3",
    5955    "cpr": "^3.0.1",
    60     "cross-env": "^7.0.2",
    61     "cross-spawn": "^7.0.0",
    62     "eslint": "^7.23.0",
    63     "gts": "^3.0.0",
     56    "cross-spawn": "^6.0.4",
     57    "es6-promise": "^4.2.5",
    6458    "hashish": "0.0.4",
    65     "mocha": "^9.0.0",
    66     "rimraf": "^3.0.2",
    67     "rollup": "^2.23.0",
    68     "rollup-plugin-cleanup": "^3.1.1",
    69     "rollup-plugin-terser": "^7.0.2",
    70     "typescript": "^4.0.2",
    71     "which": "^2.0.0",
     59    "mocha": "^5.2.0",
     60    "nyc": "^14.1.0",
     61    "rimraf": "^2.6.3",
     62    "standard": "^12.0.1",
     63    "standard-version": "^6.0.1",
     64    "which": "^1.3.1",
    7265    "yargs-test-extends": "^1.0.1"
    7366  },
    74   "engines": {
    75     "node": ">=12"
    76   },
    77   "exports": {
    78     "./package.json": "./package.json",
    79     ".": [
    80       {
    81         "import": "./index.mjs",
    82         "require": "./index.cjs"
    83       },
    84       "./index.cjs"
    85     ],
    86     "./helpers": {
    87       "import": "./helpers/helpers.mjs",
    88       "require": "./helpers/index.js"
    89     },
    90     "./yargs": [
    91       {
    92         "require": "./yargs"
    93       },
    94       "./yargs"
    95     ]
     67  "engine": {
     68    "node": ">=6"
    9669  },
    9770  "files": [
    98     "browser.mjs",
    99     "index.cjs",
    100     "helpers/*.js",
    101     "helpers/*",
    102     "index.mjs",
    103     "yargs",
    104     "build",
     71    "index.js",
     72    "yargs.js",
     73    "lib",
    10574    "locales",
    106     "LICENSE",
    107     "lib/platform-shims/*.mjs",
    108     "!*.d.ts",
    109     "!**/*.d.ts"
     75    "completion.sh.hbs",
     76    "completion.zsh.hbs",
     77    "LICENSE"
    11078  ],
    11179  "homepage": "https://yargs.js.org/",
     
    12088  ],
    12189  "license": "MIT",
    122   "main": "./index.cjs",
    123   "module": "./index.mjs",
     90  "main": "./index.js",
    12491  "name": "yargs",
    12592  "repository": {
     
    12895  },
    12996  "scripts": {
    130     "build:cjs": "rollup -c rollup.config.cjs",
    131     "check": "gts lint && npm run check:js",
    132     "check:js": "eslint . --ext cjs --ext mjs --ext js",
    133     "clean": "gts clean",
    134     "compile": "rimraf build && tsc",
    135     "coverage": "c8 report --check-coverage",
    136     "fix": "gts fix && npm run fix:js",
    137     "fix:js": "eslint . --ext cjs --ext mjs --ext js --fix",
    138     "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
    139     "postcompile": "npm run build:cjs",
    140     "posttest": "npm run check",
    141     "prepare": "npm run compile",
    142     "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
    143     "test": "c8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
    144     "test:esm": "c8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks"
     97    "coverage": "nyc report --reporter=text-lcov | coveralls",
     98    "pretest": "standard",
     99    "release": "standard-version",
     100    "test": "nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks"
    145101  },
    146   "type": "module",
    147   "version": "17.2.1"
     102  "standard": {
     103    "ignore": [
     104      "**/example/**"
     105    ]
     106  },
     107  "version": "13.3.2"
    148108}
Note: See TracChangeset for help on using the changeset viewer.