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

    r0c6b92a r79a0317  
    11{
    2   "name": "is-extglob",
    3   "description": "Returns true if a string has an extglob.",
    4   "version": "2.1.1",
    5   "homepage": "https://github.com/jonschlinkert/is-extglob",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-extglob",
     2  "_from": "is-extglob@^2.1.1",
     3  "_id": "is-extglob@2.1.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
     6  "_location": "/is-extglob",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "is-extglob@^2.1.1",
     12    "name": "is-extglob",
     13    "escapedName": "is-extglob",
     14    "rawSpec": "^2.1.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.1.1"
     17  },
     18  "_requiredBy": [
     19    "/is-glob"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
     22  "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2",
     23  "_spec": "is-extglob@^2.1.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/is-glob",
     25  "author": {
     26    "name": "Jon Schlinkert",
     27    "url": "https://github.com/jonschlinkert"
     28  },
    829  "bugs": {
    930    "url": "https://github.com/jonschlinkert/is-extglob/issues"
    1031  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
     32  "bundleDependencies": false,
     33  "deprecated": false,
     34  "description": "Returns true if a string has an extglob.",
    2235  "devDependencies": {
    2336    "gulp-format-md": "^0.1.10",
    2437    "mocha": "^3.0.2"
    2538  },
     39  "engines": {
     40    "node": ">=0.10.0"
     41  },
     42  "files": [
     43    "index.js"
     44  ],
     45  "homepage": "https://github.com/jonschlinkert/is-extglob",
    2646  "keywords": [
    2747    "bash",
     
    4363    "test"
    4464  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "is-extglob",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/jonschlinkert/is-extglob.git"
     71  },
     72  "scripts": {
     73    "test": "mocha"
     74  },
    4575  "verb": {
    4676    "toc": false,
     
    6696      "reflinks": true
    6797    }
    68   }
     98  },
     99  "version": "2.1.1"
    69100}
Note: See TracChangeset for help on using the changeset viewer.