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/copy-webpack-plugin/node_modules/glob-parent/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "glob-parent",
    3   "version": "6.0.2",
    4   "description": "Extract the non-magic parent path from a glob string.",
    5   "author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
     2  "_args": [
     3    [
     4      "glob-parent@6.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "glob-parent@6.0.2",
     10  "_id": "glob-parent@6.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
     13  "_location": "/copy-webpack-plugin/glob-parent",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "glob-parent@6.0.2",
     19    "name": "glob-parent",
     20    "escapedName": "glob-parent",
     21    "rawSpec": "6.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "6.0.2"
     24  },
     25  "_requiredBy": [
     26    "/copy-webpack-plugin"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
     29  "_spec": "6.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Gulp Team",
     33    "email": "team@gulpjs.com",
     34    "url": "https://gulpjs.com/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/gulpjs/glob-parent/issues"
     38  },
    639  "contributors": [
    7     "Elan Shanker (https://github.com/es128)",
    8     "Blaine Bublitz <blaine.bublitz@gmail.com>"
     40    {
     41      "name": "Elan Shanker",
     42      "url": "https://github.com/es128"
     43    },
     44    {
     45      "name": "Blaine Bublitz",
     46      "email": "blaine.bublitz@gmail.com"
     47    }
    948  ],
    10   "repository": "gulpjs/glob-parent",
    11   "license": "ISC",
    12   "engines": {
    13     "node": ">=10.13.0"
    14   },
    15   "main": "index.js",
    16   "files": [
    17     "LICENSE",
    18     "index.js"
    19   ],
    20   "scripts": {
    21     "lint": "eslint .",
    22     "pretest": "npm run lint",
    23     "test": "nyc mocha --async-only"
    24   },
    2549  "dependencies": {
    2650    "is-glob": "^4.0.3"
    2751  },
     52  "description": "Extract the non-magic parent path from a glob string.",
    2853  "devDependencies": {
    2954    "eslint": "^7.0.0",
     
    3358    "nyc": "^15.0.1"
    3459  },
     60  "engines": {
     61    "node": ">=10.13.0"
     62  },
     63  "files": [
     64    "LICENSE",
     65    "index.js"
     66  ],
     67  "homepage": "https://github.com/gulpjs/glob-parent#readme",
     68  "keywords": [
     69    "glob",
     70    "parent",
     71    "strip",
     72    "path",
     73    "dirname",
     74    "directory",
     75    "base",
     76    "wildcard"
     77  ],
     78  "license": "ISC",
     79  "main": "index.js",
     80  "name": "glob-parent",
    3581  "nyc": {
    3682    "reporter": [
     
    4288    "singleQuote": true
    4389  },
    44   "keywords": [
    45     "glob",
    46     "parent",
    47     "strip",
    48     "path",
    49     "dirname",
    50     "directory",
    51     "base",
    52     "wildcard"
    53   ]
     90  "repository": {
     91    "type": "git",
     92    "url": "git+https://github.com/gulpjs/glob-parent.git"
     93  },
     94  "scripts": {
     95    "lint": "eslint .",
     96    "pretest": "npm run lint",
     97    "test": "nyc mocha --async-only"
     98  },
     99  "version": "6.0.2"
    54100}
Note: See TracChangeset for help on using the changeset viewer.