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

    rceaed42 r59329aa  
    11{
    2   "name": "yargs",
    3   "version": "16.2.0",
    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@16.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    246    ]
     7  ],
     8  "_development": true,
     9  "_from": "yargs@16.2.0",
     10  "_id": "yargs@16.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
     13  "_location": "/karma/yargs",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "yargs@16.2.0",
     19    "name": "yargs",
     20    "escapedName": "yargs",
     21    "rawSpec": "16.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "16.2.0"
    2524  },
    26   "type": "module",
    27   "module": "./index.mjs",
     25  "_requiredBy": [
     26    "/karma"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
     29  "_spec": "16.2.0",
     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"
    4639  ],
    4740  "dependencies": {
     
    5447    "yargs-parser": "^20.2.2"
    5548  },
     49  "description": "yargs the modern, pirate-themed, successor to optimist.",
    5650  "devDependencies": {
    5751    "@types/chai": "^4.2.11",
     
    7771    "yargs-test-extends": "^1.0.1"
    7872  },
    79   "scripts": {
    80     "fix": "gts fix && npm run fix:js",
    81     "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'",
    82     "posttest": "npm run check",
    83     "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
    84     "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks",
    85     "coverage": "c8 report --check-coverage",
    86     "prepare": "npm run compile",
    87     "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
    88     "compile": "rimraf build && tsc",
    89     "postcompile": "npm run build:cjs",
    90     "build:cjs": "rollup -c rollup.config.cjs",
    91     "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
    92     "check": "gts lint && npm run check:js",
    93     "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'",
    94     "clean": "gts clean"
     73  "engines": {
     74    "node": ">=10"
    9575  },
    96   "repository": {
    97     "type": "git",
    98     "url": "https://github.com/yargs/yargs.git"
    99   },
    100   "homepage": "https://yargs.js.org/",
    101   "standardx": {
    102     "ignore": [
    103       "build",
    104       "helpers",
    105       "**/example/**",
    106       "**/platform-shims/esm.mjs"
     76  "exports": {
     77    "./package.json": "./package.json",
     78    ".": [
     79      {
     80        "import": "./index.mjs",
     81        "require": "./index.cjs"
     82      },
     83      "./index.cjs"
     84    ],
     85    "./helpers": {
     86      "import": "./helpers/helpers.mjs",
     87      "require": "./helpers/index.js"
     88    },
     89    "./yargs": [
     90      {
     91        "require": "./yargs"
     92      },
     93      "./yargs"
    10794    ]
    10895  },
     96  "files": [
     97    "browser.mjs",
     98    "index.cjs",
     99    "helpers/*.js",
     100    "helpers/*",
     101    "index.mjs",
     102    "yargs",
     103    "build",
     104    "locales",
     105    "LICENSE",
     106    "lib/platform-shims/*.mjs",
     107    "!*.d.ts"
     108  ],
     109  "homepage": "https://yargs.js.org/",
    109110  "keywords": [
    110111    "argument",
     
    117118  ],
    118119  "license": "MIT",
    119   "engines": {
    120     "node": ">=10"
    121   }
     120  "main": "./index.cjs",
     121  "module": "./index.mjs",
     122  "name": "yargs",
     123  "repository": {
     124    "type": "git",
     125    "url": "git+https://github.com/yargs/yargs.git"
     126  },
     127  "scripts": {
     128    "build:cjs": "rollup -c rollup.config.cjs",
     129    "check": "gts lint && npm run check:js",
     130    "check:js": "standardx '**/*.mjs' && standardx '**/*.cjs' && standardx './*.mjs' && standardx './*.cjs'",
     131    "clean": "gts clean",
     132    "compile": "rimraf build && tsc",
     133    "coverage": "c8 report --check-coverage",
     134    "fix": "gts fix && npm run fix:js",
     135    "fix:js": "standardx --fix '**/*.mjs' && standardx --fix '**/*.cjs' && standardx --fix './*.mjs' && standardx --fix './*.cjs'",
     136    "postbuild:cjs": "rimraf ./build/index.cjs.d.ts",
     137    "postcompile": "npm run build:cjs",
     138    "posttest": "npm run check",
     139    "prepare": "npm run compile",
     140    "pretest": "npm run compile -- -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
     141    "test": "c8 mocha ./test/*.cjs --require ./test/before.cjs --timeout=12000 --check-leaks",
     142    "test:esm": "c8 mocha ./test/esm/*.mjs --check-leaks"
     143  },
     144  "standardx": {
     145    "ignore": [
     146      "build",
     147      "helpers",
     148      "**/example/**",
     149      "**/platform-shims/esm.mjs"
     150    ]
     151  },
     152  "type": "module",
     153  "version": "16.2.0"
    122154}
Note: See TracChangeset for help on using the changeset viewer.