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

    rceaed42 r59329aa  
    11{
    2   "name": "is-glob",
    3   "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
    4   "version": "4.0.3",
    5   "homepage": "https://github.com/micromatch/is-glob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Daniel Perez (https://tuvistavie.com)",
    10     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "is-glob@4.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "micromatch/is-glob",
     8  "_development": true,
     9  "_from": "is-glob@4.0.3",
     10  "_id": "is-glob@4.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
     13  "_location": "/is-glob",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-glob@4.0.3",
     19    "name": "is-glob",
     20    "escapedName": "is-glob",
     21    "rawSpec": "4.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.3"
     24  },
     25  "_requiredBy": [
     26    "/chokidar",
     27    "/copy-webpack-plugin/glob-parent",
     28    "/glob-parent",
     29    "/http-proxy-middleware",
     30    "/webpack-dev-server/chokidar"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
     33  "_spec": "4.0.3",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Jon Schlinkert",
     37    "url": "https://github.com/jonschlinkert"
     38  },
    1339  "bugs": {
    1440    "url": "https://github.com/micromatch/is-glob/issues"
    1541  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     42  "contributors": [
     43    {
     44      "name": "Brian Woodward",
     45      "url": "https://twitter.com/doowb"
     46    },
     47    {
     48      "name": "Daniel Perez",
     49      "url": "https://tuvistavie.com"
     50    },
     51    {
     52      "name": "Jon Schlinkert",
     53      "url": "http://twitter.com/jonschlinkert"
     54    }
    1955  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha && node benchmark.js"
    26   },
    2756  "dependencies": {
    2857    "is-extglob": "^2.1.1"
    2958  },
     59  "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
    3060  "devDependencies": {
    3161    "gulp-format-md": "^0.1.10",
    3262    "mocha": "^3.0.2"
    3363  },
     64  "engines": {
     65    "node": ">=0.10.0"
     66  },
     67  "files": [
     68    "index.js"
     69  ],
     70  "homepage": "https://github.com/micromatch/is-glob",
    3471  "keywords": [
    3572    "bash",
     
    5188    "test"
    5289  ],
     90  "license": "MIT",
     91  "main": "index.js",
     92  "name": "is-glob",
     93  "repository": {
     94    "type": "git",
     95    "url": "git+https://github.com/micromatch/is-glob.git"
     96  },
     97  "scripts": {
     98    "test": "mocha && node benchmark.js"
     99  },
    53100  "verb": {
    54101    "layout": "default",
     
    78125      "vinyl"
    79126    ]
    80   }
     127  },
     128  "version": "4.0.3"
    81129}
Note: See TracChangeset for help on using the changeset viewer.