Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/micromatch/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "micromatch",
    3   "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
    4   "version": "4.0.8",
    5   "homepage": "https://github.com/micromatch/micromatch",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "(https://github.com/DianeLooney)",
    9     "Amila Welihinda (amilajack.com)",
    10     "Bogdan Chadkin (https://github.com/TrySound)",
    11     "Brian Woodward (https://twitter.com/doowb)",
    12     "Devon Govett (http://badassjs.com)",
    13     "Elan Shanker (https://github.com/es128)",
    14     "Fabrício Matté (https://ultcombo.js.org)",
    15     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    16     "Martin Kolárik (https://kolarik.sk)",
    17     "Olsten Larck (https://i.am.charlike.online)",
    18     "Paul Miller (paulmillr.com)",
    19     "Tom Byrer (https://github.com/tomByrer)",
    20     "Tyler Akins (http://rumkin.com)",
    21     "Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)",
    22     "Kuba Juszczyk (https://github.com/ku8ar)"
     2  "_from": "micromatch@^4.0.5",
     3  "_id": "micromatch@4.0.8",
     4  "_inBundle": false,
     5  "_integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
     6  "_location": "/micromatch",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "micromatch@^4.0.5",
     12    "name": "micromatch",
     13    "escapedName": "micromatch",
     14    "rawSpec": "^4.0.5",
     15    "saveSpec": null,
     16    "fetchSpec": "^4.0.5"
     17  },
     18  "_requiredBy": [
     19    "/@parcel/watcher"
    2320  ],
    24   "repository": "micromatch/micromatch",
     21  "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
     22  "_shasum": "d66fa18f3a47076789320b9b1af32bd86d9fa202",
     23  "_spec": "micromatch@^4.0.5",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher",
     25  "author": {
     26    "name": "Jon Schlinkert",
     27    "url": "https://github.com/jonschlinkert"
     28  },
    2529  "bugs": {
    2630    "url": "https://github.com/micromatch/micromatch/issues"
    2731  },
    28   "license": "MIT",
    29   "files": [
    30     "index.js"
     32  "bundleDependencies": false,
     33  "contributors": [
     34    {
     35      "url": "https://github.com/DianeLooney"
     36    },
     37    {
     38      "name": "Amila Welihinda",
     39      "url": "amilajack.com"
     40    },
     41    {
     42      "name": "Bogdan Chadkin",
     43      "url": "https://github.com/TrySound"
     44    },
     45    {
     46      "name": "Brian Woodward",
     47      "url": "https://twitter.com/doowb"
     48    },
     49    {
     50      "name": "Devon Govett",
     51      "url": "http://badassjs.com"
     52    },
     53    {
     54      "name": "Elan Shanker",
     55      "url": "https://github.com/es128"
     56    },
     57    {
     58      "name": "Fabrício Matté",
     59      "url": "https://ultcombo.js.org"
     60    },
     61    {
     62      "name": "Jon Schlinkert",
     63      "url": "http://twitter.com/jonschlinkert"
     64    },
     65    {
     66      "name": "Martin Kolárik",
     67      "url": "https://kolarik.sk"
     68    },
     69    {
     70      "name": "Olsten Larck",
     71      "url": "https://i.am.charlike.online"
     72    },
     73    {
     74      "name": "Paul Miller",
     75      "url": "paulmillr.com"
     76    },
     77    {
     78      "name": "Tom Byrer",
     79      "url": "https://github.com/tomByrer"
     80    },
     81    {
     82      "name": "Tyler Akins",
     83      "url": "http://rumkin.com"
     84    },
     85    {
     86      "name": "Peter Bright",
     87      "email": "drpizza@quiscalusmexicanus.org",
     88      "url": "https://github.com/drpizza"
     89    },
     90    {
     91      "name": "Kuba Juszczyk",
     92      "url": "https://github.com/ku8ar"
     93    }
    3194  ],
    32   "main": "index.js",
    33   "engines": {
    34     "node": ">=8.6"
    35   },
    36   "scripts": {
    37     "test": "mocha"
    38   },
    3995  "dependencies": {
    4096    "braces": "^3.0.3",
    4197    "picomatch": "^2.3.1"
    4298  },
     99  "deprecated": false,
     100  "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
    43101  "devDependencies": {
    44102    "fill-range": "^7.0.1",
     
    48106    "time-require": "github:jonschlinkert/time-require"
    49107  },
     108  "engines": {
     109    "node": ">=8.6"
     110  },
     111  "files": [
     112    "index.js"
     113  ],
     114  "homepage": "https://github.com/micromatch/micromatch",
    50115  "keywords": [
    51116    "bash",
     
    88153    "wildcard"
    89154  ],
     155  "license": "MIT",
     156  "main": "index.js",
     157  "name": "micromatch",
     158  "repository": {
     159    "type": "git",
     160    "url": "git+https://github.com/micromatch/micromatch.git"
     161  },
     162  "scripts": {
     163    "test": "mocha"
     164  },
    90165  "verb": {
    91166    "toc": "collapsible",
     
    116191      "multimatch"
    117192    ]
    118   }
     193  },
     194  "version": "4.0.8"
    119195}
Note: See TracChangeset for help on using the changeset viewer.