Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/yargs/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "yargs",
    3   "version": "17.2.1",
    4   "description": "yargs the modern, pirate-themed, successor to optimist.",
    5   "main": "./index.cjs",
    6   "exports": {
    7     "./package.json": "./package.json",
    8     ".": [
    9       {
    10         "import": "./index.mjs",
    11         "require": "./index.cjs"
    12       },
    13       "./index.cjs"
    14     ],
    15     "./helpers": {
    16       "import": "./helpers/helpers.mjs",
    17       "require": "./helpers/index.js"
    18     },
    19     "./yargs": [
    20       {
    21         "require": "./yargs"
    22       },
    23       "./yargs"
     2  "_args": [
     3    [
     4      "yargs@17.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    246    ]
     7  ],
     8  "_development": true,
     9  "_from": "yargs@17.2.1",
     10  "_id": "yargs@17.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==",
     13  "_location": "/yargs",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "yargs@17.2.1",
     19    "name": "yargs",
     20    "escapedName": "yargs",
     21    "rawSpec": "17.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "17.2.1"
    2524  },
    26   "type": "module",
    27   "module": "./index.mjs",
     25  "_requiredBy": [
     26    "/@angular/compiler-cli"
     27  ],
     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",
     31  "bugs": {
     32    "url": "https://github.com/yargs/yargs/issues"
     33  },
    2834  "contributors": [
    2935    {
     
    3137      "url": "https://github.com/yargs/yargs/graphs/contributors"
    3238    }
    33   ],
    34   "files": [
    35     "browser.mjs",
    36     "index.cjs",
    37     "helpers/*.js",
    38     "helpers/*",
    39     "index.mjs",
    40     "yargs",
    41     "build",
    42     "locales",
    43     "LICENSE",
    44     "lib/platform-shims/*.mjs",
    45     "!*.d.ts",
    46     "!**/*.d.ts"
    4739  ],
    4840  "dependencies": {
     
    5547    "yargs-parser": "^20.2.2"
    5648  },
     49  "description": "yargs the modern, pirate-themed, successor to optimist.",
    5750  "devDependencies": {
    5851    "@types/chai": "^4.2.11",
     
    7972    "yargs-test-extends": "^1.0.1"
    8073  },
    81   "scripts": {
    82     "fix": "gts fix && npm run fix:js",
    83     "fix:js": "eslint . --ext cjs --ext mjs --ext js --fix",
    84     "posttest": "npm run check",
    85     "test": "c8 mocha --enable-source-maps ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
    86     "test:esm": "c8 mocha --enable-source-maps ./test/esm/*.mjs --check-leaks",
    87     "coverage": "c8 report --check-coverage",
    88     "prepare": "npm run compile",
    89     "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
    90     "compile": "rimraf build && tsc",
    91     "postcompile": "npm run build:cjs",
    92     "build:cjs": "rollup -c rollup.config.cjs",
    93     "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
    94     "check": "gts lint && npm run check:js",
    95     "check:js": "eslint . --ext cjs --ext mjs --ext js",
    96     "clean": "gts clean"
     74  "engines": {
     75    "node": ">=12"
    9776  },
    98   "repository": {
    99     "type": "git",
    100     "url": "https://github.com/yargs/yargs.git"
     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    ]
    10196  },
     97  "files": [
     98    "browser.mjs",
     99    "index.cjs",
     100    "helpers/*.js",
     101    "helpers/*",
     102    "index.mjs",
     103    "yargs",
     104    "build",
     105    "locales",
     106    "LICENSE",
     107    "lib/platform-shims/*.mjs",
     108    "!*.d.ts",
     109    "!**/*.d.ts"
     110  ],
    102111  "homepage": "https://yargs.js.org/",
    103112  "keywords": [
     
    111120  ],
    112121  "license": "MIT",
    113   "engines": {
    114     "node": ">=12"
    115   }
     122  "main": "./index.cjs",
     123  "module": "./index.mjs",
     124  "name": "yargs",
     125  "repository": {
     126    "type": "git",
     127    "url": "git+https://github.com/yargs/yargs.git"
     128  },
     129  "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"
     145  },
     146  "type": "module",
     147  "version": "17.2.1"
    116148}
Note: See TracChangeset for help on using the changeset viewer.