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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "glob-parent@5.1.2",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "glob-parent@5.1.2",
    10   "_id": "glob-parent@5.1.2",
     2  "_from": "glob-parent@^6.0.0",
     3  "_id": "glob-parent@6.0.2",
    114  "_inBundle": false,
    12   "_integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
     5  "_integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
    136  "_location": "/glob-parent",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "glob-parent@5.1.2",
     11    "raw": "glob-parent@^6.0.0",
    1912    "name": "glob-parent",
    2013    "escapedName": "glob-parent",
    21     "rawSpec": "5.1.2",
     14    "rawSpec": "^6.0.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "5.1.2"
     16    "fetchSpec": "^6.0.0"
    2417  },
    2518  "_requiredBy": [
    26     "/chokidar",
    27     "/fast-glob"
     19    "/copy-webpack-plugin"
    2820  ],
    29   "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
    30   "_spec": "5.1.2",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     21  "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
     22  "_shasum": "6d237d99083950c79290f24c7642a3de9a28f9e3",
     23  "_spec": "glob-parent@^6.0.0",
     24  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\copy-webpack-plugin",
    3225  "author": {
    3326    "name": "Gulp Team",
     
    3831    "url": "https://github.com/gulpjs/glob-parent/issues"
    3932  },
     33  "bundleDependencies": false,
    4034  "contributors": [
    4135    {
     
    4943  ],
    5044  "dependencies": {
    51     "is-glob": "^4.0.1"
     45    "is-glob": "^4.0.3"
    5246  },
     47  "deprecated": false,
    5348  "description": "Extract the non-magic parent path from a glob string.",
    5449  "devDependencies": {
    55     "coveralls": "^3.0.11",
    56     "eslint": "^2.13.1",
    57     "eslint-config-gulp": "^3.0.1",
    58     "expect": "^1.20.2",
    59     "mocha": "^6.0.2",
    60     "nyc": "^13.3.0"
     50    "eslint": "^7.0.0",
     51    "eslint-config-gulp": "^5.0.0",
     52    "expect": "^26.0.1",
     53    "mocha": "^7.1.2",
     54    "nyc": "^15.0.1"
    6155  },
    6256  "engines": {
    63     "node": ">= 6"
     57    "node": ">=10.13.0"
    6458  },
    6559  "files": [
     
    8175  "main": "index.js",
    8276  "name": "glob-parent",
     77  "nyc": {
     78    "reporter": [
     79      "lcov",
     80      "text-summary"
     81    ]
     82  },
     83  "prettier": {
     84    "singleQuote": true
     85  },
    8386  "repository": {
    8487    "type": "git",
     
    8689  },
    8790  "scripts": {
    88     "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
    89     "coveralls": "nyc report --reporter=text-lcov | coveralls",
    9091    "lint": "eslint .",
    9192    "pretest": "npm run lint",
    9293    "test": "nyc mocha --async-only"
    9394  },
    94   "version": "5.1.2"
     95  "version": "6.0.2"
    9596}
Note: See TracChangeset for help on using the changeset viewer.