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

    rceaed42 r59329aa  
    11{
    2   "name": "braces",
    3   "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
    4   "version": "3.0.2",
    5   "homepage": "https://github.com/micromatch/braces",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Elan Shanker (https://github.com/es128)",
    10     "Eugene Sharygin (https://github.com/eush77)",
    11     "hemanth.hm (http://h3manth.com)",
    12     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "braces@3.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    137  ],
    14   "repository": "micromatch/braces",
     8  "_development": true,
     9  "_from": "braces@3.0.2",
     10  "_id": "braces@3.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
     13  "_location": "/braces",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "braces@3.0.2",
     19    "name": "braces",
     20    "escapedName": "braces",
     21    "rawSpec": "3.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.2"
     24  },
     25  "_requiredBy": [
     26    "/chokidar",
     27    "/karma",
     28    "/micromatch"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
     31  "_spec": "3.0.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1537  "bugs": {
    1638    "url": "https://github.com/micromatch/braces/issues"
    1739  },
    18   "license": "MIT",
    19   "files": [
    20     "index.js",
    21     "lib"
     40  "contributors": [
     41    {
     42      "name": "Brian Woodward",
     43      "url": "https://twitter.com/doowb"
     44    },
     45    {
     46      "name": "Elan Shanker",
     47      "url": "https://github.com/es128"
     48    },
     49    {
     50      "name": "Eugene Sharygin",
     51      "url": "https://github.com/eush77"
     52    },
     53    {
     54      "name": "hemanth.hm",
     55      "url": "http://h3manth.com"
     56    },
     57    {
     58      "name": "Jon Schlinkert",
     59      "url": "http://twitter.com/jonschlinkert"
     60    }
    2261  ],
    23   "main": "index.js",
    24   "engines": {
    25     "node": ">=8"
    26   },
    27   "scripts": {
    28     "test": "mocha",
    29     "benchmark": "node benchmark"
    30   },
    3162  "dependencies": {
    3263    "fill-range": "^7.0.1"
    3364  },
     65  "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
    3466  "devDependencies": {
    3567    "ansi-colors": "^3.2.4",
     
    3870    "mocha": "^6.1.1"
    3971  },
     72  "engines": {
     73    "node": ">=8"
     74  },
     75  "files": [
     76    "index.js",
     77    "lib"
     78  ],
     79  "homepage": "https://github.com/micromatch/braces",
    4080  "keywords": [
    4181    "alpha",
     
    62102    "sh"
    63103  ],
     104  "license": "MIT",
     105  "main": "index.js",
     106  "name": "braces",
     107  "repository": {
     108    "type": "git",
     109    "url": "git+https://github.com/micromatch/braces.git"
     110  },
     111  "scripts": {
     112    "benchmark": "node benchmark",
     113    "test": "mocha"
     114  },
    64115  "verb": {
    65116    "toc": false,
     
    74125      "gulp-format-md"
    75126    ]
    76   }
     127  },
     128  "version": "3.0.2"
    77129}
Note: See TracChangeset for help on using the changeset viewer.