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

    rceaed42 r59329aa  
    11{
    2         "name": "globby",
    3         "version": "11.0.4",
    4         "description": "User-friendly glob matching",
    5         "license": "MIT",
    6         "repository": "sindresorhus/globby",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "email": "sindresorhus@gmail.com",
    10                 "name": "Sindre Sorhus",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=10"
    15         },
    16         "scripts": {
    17                 "bench": "npm update glob-stream fast-glob && matcha bench.js",
    18                 "test": "xo && ava && tsd"
    19         },
    20         "files": [
    21                 "index.js",
    22                 "index.d.ts",
    23                 "gitignore.js",
    24                 "stream-utils.js"
    25         ],
    26         "keywords": [
    27                 "all",
    28                 "array",
    29                 "directories",
    30                 "expand",
    31                 "files",
    32                 "filesystem",
    33                 "filter",
    34                 "find",
    35                 "fnmatch",
    36                 "folders",
    37                 "fs",
    38                 "glob",
    39                 "globbing",
    40                 "globs",
    41                 "gulpfriendly",
    42                 "match",
    43                 "matcher",
    44                 "minimatch",
    45                 "multi",
    46                 "multiple",
    47                 "paths",
    48                 "pattern",
    49                 "patterns",
    50                 "traverse",
    51                 "util",
    52                 "utility",
    53                 "wildcard",
    54                 "wildcards",
    55                 "promise",
    56                 "gitignore",
    57                 "git"
    58         ],
    59         "dependencies": {
    60                 "array-union": "^2.1.0",
    61                 "dir-glob": "^3.0.1",
    62                 "fast-glob": "^3.1.1",
    63                 "ignore": "^5.1.4",
    64                 "merge2": "^1.3.0",
    65                 "slash": "^3.0.0"
    66         },
    67         "devDependencies": {
    68                 "ava": "^3.13.0",
    69                 "get-stream": "^6.0.0",
    70                 "glob-stream": "^6.1.0",
    71                 "globby": "sindresorhus/globby#main",
    72                 "matcha": "^0.7.0",
    73                 "rimraf": "^3.0.2",
    74                 "tsd": "^0.13.1",
    75                 "xo": "^0.33.1"
    76         },
    77         "xo": {
    78                 "ignores": [
    79                         "fixtures"
    80                 ]
    81         }
     2  "_args": [
     3    [
     4      "globby@11.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "globby@11.0.4",
     10  "_id": "globby@11.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
     13  "_location": "/globby",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "globby@11.0.4",
     19    "name": "globby",
     20    "escapedName": "globby",
     21    "rawSpec": "11.0.4",
     22    "saveSpec": null,
     23    "fetchSpec": "11.0.4"
     24  },
     25  "_requiredBy": [
     26    "/copy-webpack-plugin"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
     29  "_spec": "11.0.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "https://sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/globby/issues"
     38  },
     39  "dependencies": {
     40    "array-union": "^2.1.0",
     41    "dir-glob": "^3.0.1",
     42    "fast-glob": "^3.1.1",
     43    "ignore": "^5.1.4",
     44    "merge2": "^1.3.0",
     45    "slash": "^3.0.0"
     46  },
     47  "description": "User-friendly glob matching",
     48  "devDependencies": {
     49    "ava": "^3.13.0",
     50    "get-stream": "^6.0.0",
     51    "glob-stream": "^6.1.0",
     52    "globby": "github:sindresorhus/globby#main",
     53    "matcha": "^0.7.0",
     54    "rimraf": "^3.0.2",
     55    "tsd": "^0.13.1",
     56    "xo": "^0.33.1"
     57  },
     58  "engines": {
     59    "node": ">=10"
     60  },
     61  "files": [
     62    "index.js",
     63    "index.d.ts",
     64    "gitignore.js",
     65    "stream-utils.js"
     66  ],
     67  "funding": "https://github.com/sponsors/sindresorhus",
     68  "homepage": "https://github.com/sindresorhus/globby#readme",
     69  "keywords": [
     70    "all",
     71    "array",
     72    "directories",
     73    "expand",
     74    "files",
     75    "filesystem",
     76    "filter",
     77    "find",
     78    "fnmatch",
     79    "folders",
     80    "fs",
     81    "glob",
     82    "globbing",
     83    "globs",
     84    "gulpfriendly",
     85    "match",
     86    "matcher",
     87    "minimatch",
     88    "multi",
     89    "multiple",
     90    "paths",
     91    "pattern",
     92    "patterns",
     93    "traverse",
     94    "util",
     95    "utility",
     96    "wildcard",
     97    "wildcards",
     98    "promise",
     99    "gitignore",
     100    "git"
     101  ],
     102  "license": "MIT",
     103  "name": "globby",
     104  "repository": {
     105    "type": "git",
     106    "url": "git+https://github.com/sindresorhus/globby.git"
     107  },
     108  "scripts": {
     109    "bench": "npm update glob-stream fast-glob && matcha bench.js",
     110    "test": "xo && ava && tsd"
     111  },
     112  "version": "11.0.4",
     113  "xo": {
     114    "ignores": [
     115      "fixtures"
     116    ]
     117  }
    82118}
Note: See TracChangeset for help on using the changeset viewer.