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

    rceaed42 r59329aa  
    11{
    2   "name": "nanomatch",
    3   "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
    4   "version": "1.2.13",
    5   "homepage": "https://github.com/micromatch/nanomatch",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Devon Govett (http://badassjs.com)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "nanomatch@1.2.13",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "micromatch/nanomatch",
     8  "_development": true,
     9  "_from": "nanomatch@1.2.13",
     10  "_id": "nanomatch@1.2.13",
     11  "_inBundle": false,
     12  "_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
     13  "_location": "/nanomatch",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "nanomatch@1.2.13",
     19    "name": "nanomatch",
     20    "escapedName": "nanomatch",
     21    "rawSpec": "1.2.13",
     22    "saveSpec": null,
     23    "fetchSpec": "1.2.13"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/micromatch",
     27    "/webpack-dev-server/micromatch"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
     30  "_spec": "1.2.13",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    1236  "bugs": {
    1337    "url": "https://github.com/micromatch/nanomatch/issues"
    1438  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js",
    18     "lib"
     39  "contributors": [
     40    {
     41      "name": "Devon Govett",
     42      "url": "http://badassjs.com"
     43    },
     44    {
     45      "name": "Jon Schlinkert",
     46      "url": "http://twitter.com/jonschlinkert"
     47    }
    1948  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2749  "dependencies": {
    2850    "arr-diff": "^4.0.0",
     
    3860    "to-regex": "^3.0.1"
    3961  },
     62  "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
    4063  "devDependencies": {
    4164    "bash-match": "^1.0.2",
     
    5174    "multimatch": "^2.1.0"
    5275  },
     76  "engines": {
     77    "node": ">=0.10.0"
     78  },
     79  "files": [
     80    "index.js",
     81    "lib"
     82  ],
     83  "homepage": "https://github.com/micromatch/nanomatch",
    5384  "keywords": [
    5485    "bash",
     
    81112    "wildcard"
    82113  ],
     114  "license": "MIT",
    83115  "lintDeps": {
    84116    "dependencies": {
     
    98130      }
    99131    }
     132  },
     133  "main": "index.js",
     134  "name": "nanomatch",
     135  "repository": {
     136    "type": "git",
     137    "url": "git+https://github.com/micromatch/nanomatch.git"
     138  },
     139  "scripts": {
     140    "test": "mocha"
    100141  },
    101142  "verb": {
     
    131172      "reflinks": true
    132173    }
    133   }
     174  },
     175  "version": "1.2.13"
    134176}
Note: See TracChangeset for help on using the changeset viewer.