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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "y18n@5.0.8",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "y18n@5.0.8",
    10   "_id": "y18n@5.0.8",
     2  "_from": "y18n@^4.0.0",
     3  "_id": "y18n@4.0.3",
    114  "_inBundle": false,
    12   "_integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
     5  "_integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
    136  "_location": "/y18n",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "y18n@5.0.8",
     11    "raw": "y18n@^4.0.0",
    1912    "name": "y18n",
    2013    "escapedName": "y18n",
    21     "rawSpec": "5.0.8",
     14    "rawSpec": "^4.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "5.0.8"
     16    "fetchSpec": "^4.0.0"
    2417  },
    2518  "_requiredBy": [
    26     "/karma/yargs",
    2719    "/yargs"
    2820  ],
    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",
     21  "_resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
     22  "_shasum": "b5f259c82cd6e336921efd7bfd8bf560de9eeedf",
     23  "_spec": "y18n@^4.0.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\yargs",
    3225  "author": {
    3326    "name": "Ben Coe",
    34     "email": "bencoe@gmail.com"
     27    "email": "ben@npmjs.com"
    3528  },
    3629  "bugs": {
    3730    "url": "https://github.com/yargs/y18n/issues"
    3831  },
     32  "bundleDependencies": false,
     33  "deprecated": false,
    3934  "description": "the bare-bones internationalization library used by yargs",
    4035  "devDependencies": {
    41     "@types/node": "^14.6.4",
    42     "@wessberg/rollup-plugin-ts": "^1.3.1",
    43     "c8": "^7.3.0",
    4436    "chai": "^4.0.1",
    45     "cross-env": "^7.0.2",
    46     "gts": "^3.0.0",
    47     "mocha": "^8.0.0",
    48     "rimraf": "^3.0.2",
    49     "rollup": "^2.26.10",
    50     "standardx": "^7.0.0",
    51     "ts-transform-default-export": "^1.0.2",
    52     "typescript": "^4.0.0"
    53   },
    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     ]
     37    "coveralls": "^3.0.0",
     38    "mocha": "^4.0.1",
     39    "nyc": "^11.0.1",
     40    "rimraf": "^2.5.0",
     41    "standard": "^10.0.0-beta.0",
     42    "standard-version": "^4.2.0"
    6543  },
    6644  "files": [
    67     "build",
    68     "index.mjs",
    69     "!*.d.ts"
     45    "index.js"
    7046  ],
    7147  "homepage": "https://github.com/yargs/y18n",
     
    7652  ],
    7753  "license": "ISC",
    78   "main": "./build/index.cjs",
    79   "module": "./build/lib/index.js",
     54  "main": "index.js",
    8055  "name": "y18n",
    8156  "repository": {
    8257    "type": "git",
    83     "url": "git+https://github.com/yargs/y18n.git"
     58    "url": "git+ssh://git@github.com/yargs/y18n.git"
    8459  },
    8560  "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"
     61    "coverage": "nyc report --reporter=text-lcov | coveralls",
     62    "pretest": "standard",
     63    "release": "standard-version",
     64    "test": "nyc mocha"
    9865  },
    99   "standardx": {
    100     "ignore": [
    101       "build"
    102     ]
    103   },
    104   "type": "module",
    105   "version": "5.0.8"
     66  "version": "4.0.3"
    10667}
Note: See TracChangeset for help on using the changeset viewer.