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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "css-what@5.0.1",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "css-what@5.0.1",
    10   "_id": "css-what@5.0.1",
     2  "_from": "css-what@^5.0.0",
     3  "_id": "css-what@5.1.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==",
     5  "_integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
    136  "_location": "/css-what",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "css-what@5.0.1",
     11    "raw": "css-what@^5.0.0",
    1912    "name": "css-what",
    2013    "escapedName": "css-what",
    21     "rawSpec": "5.0.1",
     14    "rawSpec": "^5.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "5.0.1"
     16    "fetchSpec": "^5.0.0"
    2417  },
    2518  "_requiredBy": [
    2619    "/css-select"
    2720  ],
    28   "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz",
    29   "_spec": "5.0.1",
    30   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
     22  "_shasum": "3f7b707aadf633baf62c2ceb8579b545bb40f7fe",
     23  "_spec": "css-what@^5.0.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\css-select",
    3125  "author": {
    3226    "name": "Felix Böhm",
     
    3731    "url": "https://github.com/fb55/css-what/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "dependencies": {},
     35  "deprecated": false,
    4036  "description": "a CSS selector parser",
    4137  "devDependencies": {
    42     "@types/jest": "^26.0.3",
    43     "@types/node": "^15.0.1",
    44     "@typescript-eslint/eslint-plugin": "^4.1.0",
    45     "@typescript-eslint/parser": "^4.1.0",
    46     "coveralls": "^3.0.5",
    47     "eslint": "^7.0.0",
     38    "@types/jest": "^27.0.2",
     39    "@types/node": "^16.10.3",
     40    "@typescript-eslint/eslint-plugin": "^4.33.0",
     41    "@typescript-eslint/parser": "^4.33.0",
     42    "eslint": "^7.32.0",
    4843    "eslint-config-prettier": "^8.1.0",
    4944    "eslint-plugin-node": "^11.1.0",
    50     "jest": "^27.0.1",
    51     "prettier": "^2.0.5",
    52     "ts-jest": "^27.0.1",
    53     "typescript": "^4.0.2"
     45    "jest": "^27.2.4",
     46    "prettier": "^2.4.1",
     47    "ts-jest": "^27.0.5",
     48    "typescript": "^4.4.3"
    5449  },
    5550  "engines": {
     
    7873  "scripts": {
    7974    "build": "tsc",
    80     "coverage": "cat coverage/lcov.info | coveralls",
    8175    "format": "npm run format:es && npm run format:prettier",
    8276    "format:es": "npm run lint:es -- --fix",
     
    8781    "prepare": "npm run build",
    8882    "prettier": "prettier '**/*.{ts,md,json,yml}'",
    89     "test": "jest --coverage -u && npm run lint"
     83    "test": "npm run test:jest && npm run lint",
     84    "test:jest": "jest"
    9085  },
    9186  "types": "lib/index.d.ts",
    92   "version": "5.0.1"
     87  "version": "5.1.0"
    9388}
Note: See TracChangeset for help on using the changeset viewer.