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

    rceaed42 r59329aa  
    11{
    2   "name": "extglob",
    3   "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
    4   "version": "2.0.4",
    5   "homepage": "https://github.com/micromatch/extglob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Devon Govett (http://badassjs.com)",
    10     "Isiah Meadows (https://www.isiahmeadows.com)",
    11     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    12     "Matt Bierner (http://mattbierner.com)",
    13     "Shinnosuke Watanabe (https://shinnn.github.io)"
     2  "_args": [
     3    [
     4      "extglob@2.0.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    147  ],
    15   "repository": "micromatch/extglob",
     8  "_development": true,
     9  "_from": "extglob@2.0.4",
     10  "_id": "extglob@2.0.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
     13  "_location": "/extglob",
     14  "_phantomChildren": {
     15    "is-descriptor": "1.0.2"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "extglob@2.0.4",
     21    "name": "extglob",
     22    "escapedName": "extglob",
     23    "rawSpec": "2.0.4",
     24    "saveSpec": null,
     25    "fetchSpec": "2.0.4"
     26  },
     27  "_requiredBy": [
     28    "/http-proxy-middleware/micromatch",
     29    "/webpack-dev-server/micromatch"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
     32  "_spec": "2.0.4",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1638  "bugs": {
    1739    "url": "https://github.com/micromatch/extglob/issues"
    1840  },
    19   "license": "MIT",
    20   "files": [
    21     "index.js",
    22     "lib"
     41  "contributors": [
     42    {
     43      "name": "Brian Woodward",
     44      "url": "https://twitter.com/doowb"
     45    },
     46    {
     47      "name": "Devon Govett",
     48      "url": "http://badassjs.com"
     49    },
     50    {
     51      "name": "Isiah Meadows",
     52      "url": "https://www.isiahmeadows.com"
     53    },
     54    {
     55      "name": "Jon Schlinkert",
     56      "url": "http://twitter.com/jonschlinkert"
     57    },
     58    {
     59      "name": "Matt Bierner",
     60      "url": "http://mattbierner.com"
     61    },
     62    {
     63      "name": "Shinnosuke Watanabe",
     64      "url": "https://shinnn.github.io"
     65    }
    2366  ],
    24   "main": "index.js",
    25   "engines": {
    26     "node": ">=0.10.0"
    27   },
    28   "scripts": {
    29     "test": "mocha"
    30   },
    3167  "dependencies": {
    3268    "array-unique": "^0.3.2",
     
    3975    "to-regex": "^3.0.1"
    4076  },
     77  "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
    4178  "devDependencies": {
    4279    "bash-match": "^1.0.2",
     
    5693    "multimatch": "^2.1.0"
    5794  },
     95  "engines": {
     96    "node": ">=0.10.0"
     97  },
     98  "files": [
     99    "index.js",
     100    "lib"
     101  ],
     102  "homepage": "https://github.com/micromatch/extglob",
    58103  "keywords": [
    59104    "bash",
     
    70115    "wildcard"
    71116  ],
     117  "license": "MIT",
    72118  "lintDeps": {
    73119    "devDependencies": {
     
    80126      }
    81127    }
     128  },
     129  "main": "index.js",
     130  "name": "extglob",
     131  "repository": {
     132    "type": "git",
     133    "url": "git+https://github.com/micromatch/extglob.git"
     134  },
     135  "scripts": {
     136    "test": "mocha"
    82137  },
    83138  "verb": {
     
    105160      "reflinks": true
    106161    }
    107   }
     162  },
     163  "version": "2.0.4"
    108164}
Note: See TracChangeset for help on using the changeset viewer.