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

    rceaed42 r59329aa  
    11{
    2   "name": "yargs-parser",
    3   "version": "20.2.9",
     2  "_args": [
     3    [
     4      "yargs-parser@20.2.9",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "yargs-parser@20.2.9",
     10  "_id": "yargs-parser@20.2.9",
     11  "_inBundle": false,
     12  "_integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
     13  "_location": "/yargs-parser",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "yargs-parser@20.2.9",
     19    "name": "yargs-parser",
     20    "escapedName": "yargs-parser",
     21    "rawSpec": "20.2.9",
     22    "saveSpec": null,
     23    "fetchSpec": "20.2.9"
     24  },
     25  "_requiredBy": [
     26    "/karma/yargs",
     27    "/yargs"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
     30  "_spec": "20.2.9",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Ben Coe",
     34    "email": "ben@npmjs.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/yargs/yargs-parser/issues"
     38  },
    439  "description": "the mighty option parser used by yargs",
    5   "main": "build/index.cjs",
    6   "exports": {
    7     ".": [
    8       {
    9         "import": "./build/lib/index.js",
    10         "require": "./build/index.cjs"
    11       },
    12       "./build/index.cjs"
    13     ]
    14   },
    15   "type": "module",
    16   "module": "./build/lib/index.js",
    17   "scripts": {
    18     "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
    19     "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
    20     "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
    21     "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
    22     "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'",
    23     "pretest:typescript": "npm run pretest",
    24     "test:typescript": "c8 mocha ./build/test/typescript/*.js",
    25     "coverage": "c8 report --check-coverage",
    26     "precompile": "rimraf build",
    27     "compile": "tsc",
    28     "postcompile": "npm run build:cjs",
    29     "build:cjs": "rollup -c",
    30     "prepare": "npm run compile"
    31   },
    32   "repository": {
    33     "type": "git",
    34     "url": "https://github.com/yargs/yargs-parser.git"
    35   },
    36   "keywords": [
    37     "argument",
    38     "parser",
    39     "yargs",
    40     "command",
    41     "cli",
    42     "parsing",
    43     "option",
    44     "args",
    45     "argument"
    46   ],
    47   "author": "Ben Coe <ben@npmjs.com>",
    48   "license": "ISC",
    4940  "devDependencies": {
    5041    "@types/chai": "^4.2.11",
     
    7263    "typescript": "^4.0.0"
    7364  },
     65  "engines": {
     66    "node": ">=10"
     67  },
     68  "exports": {
     69    ".": [
     70      {
     71        "import": "./build/lib/index.js",
     72        "require": "./build/index.cjs"
     73      },
     74      "./build/index.cjs"
     75    ]
     76  },
    7477  "files": [
    7578    "browser.js",
     
    7780    "!*.d.ts"
    7881  ],
    79   "engines": {
    80     "node": ">=10"
     82  "homepage": "https://github.com/yargs/yargs-parser#readme",
     83  "keywords": [
     84    "argument",
     85    "parser",
     86    "yargs",
     87    "command",
     88    "cli",
     89    "parsing",
     90    "option",
     91    "args",
     92    "argument"
     93  ],
     94  "license": "ISC",
     95  "main": "build/index.cjs",
     96  "module": "./build/lib/index.js",
     97  "name": "yargs-parser",
     98  "repository": {
     99    "type": "git",
     100    "url": "git+https://github.com/yargs/yargs-parser.git"
     101  },
     102  "scripts": {
     103    "build:cjs": "rollup -c",
     104    "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
     105    "compile": "tsc",
     106    "coverage": "c8 report --check-coverage",
     107    "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
     108    "postcompile": "npm run build:cjs",
     109    "precompile": "rimraf build",
     110    "prepare": "npm run compile",
     111    "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
     112    "pretest:typescript": "npm run pretest",
     113    "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
     114    "test:browser": "start-server-and-test 'serve ./ -p 8080' http://127.0.0.1:8080/package.json 'node ./test/browser/yargs-test.cjs'",
     115    "test:typescript": "c8 mocha ./build/test/typescript/*.js"
    81116  },
    82117  "standardx": {
     
    84119      "build"
    85120    ]
    86   }
     121  },
     122  "type": "module",
     123  "version": "20.2.9"
    87124}
Note: See TracChangeset for help on using the changeset viewer.