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

    r0c6b92a r79a0317  
    11{
    2   "name": "is-glob",
    3   "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
    4   "version": "4.0.3",
    5   "homepage": "https://github.com/micromatch/is-glob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Daniel Perez (https://tuvistavie.com)",
    10     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_from": "is-glob@4.0.3",
     3  "_id": "is-glob@4.0.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
     6  "_location": "/is-glob",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "is-glob@4.0.3",
     12    "name": "is-glob",
     13    "escapedName": "is-glob",
     14    "rawSpec": "4.0.3",
     15    "saveSpec": null,
     16    "fetchSpec": "4.0.3"
     17  },
     18  "_requiredBy": [
     19    "/@parcel/watcher",
     20    "/eslint",
     21    "/glob-parent"
    1122  ],
    12   "repository": "micromatch/is-glob",
     23  "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
     24  "_shasum": "64f61e42cbbb2eec2071a9dac0b28ba1e65d5084",
     25  "_spec": "is-glob@4.0.3",
     26  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher",
     27  "author": {
     28    "name": "Jon Schlinkert",
     29    "url": "https://github.com/jonschlinkert"
     30  },
    1331  "bugs": {
    1432    "url": "https://github.com/micromatch/is-glob/issues"
    1533  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     34  "bundleDependencies": false,
     35  "contributors": [
     36    {
     37      "name": "Brian Woodward",
     38      "url": "https://twitter.com/doowb"
     39    },
     40    {
     41      "name": "Daniel Perez",
     42      "url": "https://tuvistavie.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 && node benchmark.js"
    26   },
    2749  "dependencies": {
    2850    "is-extglob": "^2.1.1"
    2951  },
     52  "deprecated": false,
     53  "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
    3054  "devDependencies": {
    3155    "gulp-format-md": "^0.1.10",
    3256    "mocha": "^3.0.2"
    3357  },
     58  "engines": {
     59    "node": ">=0.10.0"
     60  },
     61  "files": [
     62    "index.js"
     63  ],
     64  "homepage": "https://github.com/micromatch/is-glob",
    3465  "keywords": [
    3566    "bash",
     
    5182    "test"
    5283  ],
     84  "license": "MIT",
     85  "main": "index.js",
     86  "name": "is-glob",
     87  "repository": {
     88    "type": "git",
     89    "url": "git+https://github.com/micromatch/is-glob.git"
     90  },
     91  "scripts": {
     92    "test": "mocha && node benchmark.js"
     93  },
    5394  "verb": {
    5495    "layout": "default",
     
    78119      "vinyl"
    79120    ]
    80   }
     121  },
     122  "version": "4.0.3"
    81123}
Note: See TracChangeset for help on using the changeset viewer.