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

    rceaed42 r59329aa  
    11{
    2   "name": "expand-brackets",
    3   "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
    4   "version": "2.1.4",
    5   "homepage": "https://github.com/jonschlinkert/expand-brackets",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Elan Shanker (https://github.com/es128)",
    9     "Eugene Sharygin (https://github.com/eush77)",
    10     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
    11     "Martin Kolárik <martin@kolarik.sk> (http://kolarik.sk)"
     2  "_args": [
     3    [
     4      "expand-brackets@2.1.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    127  ],
    13   "repository": "jonschlinkert/expand-brackets",
     8  "_development": true,
     9  "_from": "expand-brackets@2.1.4",
     10  "_id": "expand-brackets@2.1.4",
     11  "_inBundle": false,
     12  "_integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
     13  "_location": "/expand-brackets",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "expand-brackets@2.1.4",
     21    "name": "expand-brackets",
     22    "escapedName": "expand-brackets",
     23    "rawSpec": "2.1.4",
     24    "saveSpec": null,
     25    "fetchSpec": "2.1.4"
     26  },
     27  "_requiredBy": [
     28    "/extglob"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
     31  "_spec": "2.1.4",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1437  "bugs": {
    1538    "url": "https://github.com/jonschlinkert/expand-brackets/issues"
    1639  },
    17   "license": "MIT",
    18   "files": [
    19     "index.js",
    20     "lib"
     40  "contributors": [
     41    {
     42      "name": "Elan Shanker",
     43      "url": "https://github.com/es128"
     44    },
     45    {
     46      "name": "Eugene Sharygin",
     47      "url": "https://github.com/eush77"
     48    },
     49    {
     50      "name": "Jon Schlinkert",
     51      "email": "jon.schlinkert@sellside.com",
     52      "url": "http://twitter.com/jonschlinkert"
     53    },
     54    {
     55      "name": "Martin Kolárik",
     56      "email": "martin@kolarik.sk",
     57      "url": "http://kolarik.sk"
     58    }
    2159  ],
    22   "main": "index.js",
    23   "engines": {
    24     "node": ">=0.10.0"
    25   },
    26   "scripts": {
    27     "test": "mocha"
    28   },
    2960  "dependencies": {
    3061    "debug": "^2.3.3",
     
    3667    "to-regex": "^3.0.1"
    3768  },
     69  "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
    3870  "devDependencies": {
    3971    "bash-match": "^0.1.1",
     
    4577    "yargs-parser": "^4.0.0"
    4678  },
     79  "engines": {
     80    "node": ">=0.10.0"
     81  },
     82  "files": [
     83    "index.js",
     84    "lib"
     85  ],
     86  "homepage": "https://github.com/jonschlinkert/expand-brackets",
    4787  "keywords": [
    4888    "bracket",
     
    5393    "posix"
    5494  ],
     95  "license": "MIT",
     96  "main": "index.js",
     97  "name": "expand-brackets",
     98  "repository": {
     99    "type": "git",
     100    "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
     101  },
     102  "scripts": {
     103    "test": "mocha"
     104  },
    55105  "verb": {
    56106    "run": true,
     
    82132      "reflinks": true
    83133    }
    84   }
     134  },
     135  "version": "2.1.4"
    85136}
Note: See TracChangeset for help on using the changeset viewer.