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

    rceaed42 r59329aa  
    11{
    2   "name": "y18n",
    3   "version": "5.0.8",
    4   "description": "the bare-bones internationalization library used by yargs",
    5   "exports": {
    6     ".": [
    7       {
    8         "import": "./index.mjs",
    9         "require": "./build/index.cjs"
    10       },
    11       "./build/index.cjs"
     2  "_args": [
     3    [
     4      "y18n@5.0.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    126    ]
     7  ],
     8  "_development": true,
     9  "_from": "y18n@5.0.8",
     10  "_id": "y18n@5.0.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
     13  "_location": "/y18n",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "y18n@5.0.8",
     19    "name": "y18n",
     20    "escapedName": "y18n",
     21    "rawSpec": "5.0.8",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.8"
    1324  },
    14   "type": "module",
    15   "module": "./build/lib/index.js",
    16   "keywords": [
    17     "i18n",
    18     "internationalization",
    19     "yargs"
     25  "_requiredBy": [
     26    "/karma/yargs",
     27    "/yargs"
    2028  ],
    21   "homepage": "https://github.com/yargs/y18n",
     29  "_resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
     30  "_spec": "5.0.8",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Ben Coe",
     34    "email": "bencoe@gmail.com"
     35  },
    2236  "bugs": {
    2337    "url": "https://github.com/yargs/y18n/issues"
    2438  },
    25   "repository": "yargs/y18n",
    26   "license": "ISC",
    27   "author": "Ben Coe <bencoe@gmail.com>",
    28   "main": "./build/index.cjs",
    29   "scripts": {
    30     "check": "standardx **/*.ts **/*.cjs **/*.mjs",
    31     "fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
    32     "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
    33     "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
    34     "test:esm": "c8 --reporter=text --reporter=html mocha test/esm/*.mjs",
    35     "posttest": "npm run check",
    36     "coverage": "c8 report --check-coverage",
    37     "precompile": "rimraf build",
    38     "compile": "tsc",
    39     "postcompile": "npm run build:cjs",
    40     "build:cjs": "rollup -c",
    41     "prepare": "npm run compile"
    42   },
     39  "description": "the bare-bones internationalization library used by yargs",
    4340  "devDependencies": {
    4441    "@types/node": "^14.6.4",
     
    5552    "typescript": "^4.0.0"
    5653  },
     54  "engines": {
     55    "node": ">=10"
     56  },
     57  "exports": {
     58    ".": [
     59      {
     60        "import": "./index.mjs",
     61        "require": "./build/index.cjs"
     62      },
     63      "./build/index.cjs"
     64    ]
     65  },
    5766  "files": [
    5867    "build",
     
    6069    "!*.d.ts"
    6170  ],
    62   "engines": {
    63     "node": ">=10"
     71  "homepage": "https://github.com/yargs/y18n",
     72  "keywords": [
     73    "i18n",
     74    "internationalization",
     75    "yargs"
     76  ],
     77  "license": "ISC",
     78  "main": "./build/index.cjs",
     79  "module": "./build/lib/index.js",
     80  "name": "y18n",
     81  "repository": {
     82    "type": "git",
     83    "url": "git+https://github.com/yargs/y18n.git"
     84  },
     85  "scripts": {
     86    "build:cjs": "rollup -c",
     87    "check": "standardx **/*.ts **/*.cjs **/*.mjs",
     88    "compile": "tsc",
     89    "coverage": "c8 report --check-coverage",
     90    "fix": "standardx --fix **/*.ts **/*.cjs **/*.mjs",
     91    "postcompile": "npm run build:cjs",
     92    "posttest": "npm run check",
     93    "precompile": "rimraf build",
     94    "prepare": "npm run compile",
     95    "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
     96    "test": "c8 --reporter=text --reporter=html mocha test/*.cjs",
     97    "test:esm": "c8 --reporter=text --reporter=html mocha test/esm/*.mjs"
    6498  },
    6599  "standardx": {
     
    67101      "build"
    68102    ]
    69   }
     103  },
     104  "type": "module",
     105  "version": "5.0.8"
    70106}
Note: See TracChangeset for help on using the changeset viewer.