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

    r0c6b92a r79a0317  
    11{
    2   "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
     2  "_from": "minimatch@^3.1.2",
     3  "_id": "minimatch@3.1.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
     6  "_location": "/minimatch",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "minimatch@^3.1.2",
     12    "name": "minimatch",
     13    "escapedName": "minimatch",
     14    "rawSpec": "^3.1.2",
     15    "saveSpec": null,
     16    "fetchSpec": "^3.1.2"
     17  },
     18  "_requiredBy": [
     19    "/@eslint/eslintrc",
     20    "/@humanwhocodes/config-array",
     21    "/eslint",
     22    "/eslint-plugin-react",
     23    "/glob"
     24  ],
     25  "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
     26  "_shasum": "19cd194bfd3e428f049a70817c038d89ab4be35b",
     27  "_spec": "minimatch@^3.1.2",
     28  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     29  "author": {
     30    "name": "Isaac Z. Schlueter",
     31    "email": "i@izs.me",
     32    "url": "http://blog.izs.me"
     33  },
     34  "bugs": {
     35    "url": "https://github.com/isaacs/minimatch/issues"
     36  },
     37  "bundleDependencies": false,
     38  "dependencies": {
     39    "brace-expansion": "^1.1.7"
     40  },
     41  "deprecated": false,
     42  "description": "a glob matcher in javascript",
     43  "devDependencies": {
     44    "tap": "^15.1.6"
     45  },
     46  "engines": {
     47    "node": "*"
     48  },
     49  "files": [
     50    "minimatch.js"
     51  ],
     52  "homepage": "https://github.com/isaacs/minimatch#readme",
     53  "license": "ISC",
     54  "main": "minimatch.js",
    355  "name": "minimatch",
    4   "description": "a glob matcher in javascript",
    5   "version": "3.1.2",
    656  "publishConfig": {
    757    "tag": "v3-legacy"
     
    1161    "url": "git://github.com/isaacs/minimatch.git"
    1262  },
    13   "main": "minimatch.js",
    1463  "scripts": {
    15     "test": "tap",
     64    "postpublish": "git push origin --all; git push origin --tags",
     65    "postversion": "npm publish",
    1666    "preversion": "npm test",
    17     "postversion": "npm publish",
    18     "postpublish": "git push origin --all; git push origin --tags"
     67    "test": "tap"
    1968  },
    20   "engines": {
    21     "node": "*"
    22   },
    23   "dependencies": {
    24     "brace-expansion": "^1.1.7"
    25   },
    26   "devDependencies": {
    27     "tap": "^15.1.6"
    28   },
    29   "license": "ISC",
    30   "files": [
    31     "minimatch.js"
    32   ]
     69  "version": "3.1.2"
    3370}
Note: See TracChangeset for help on using the changeset viewer.