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

    r0c6b92a r79a0317  
    11{
    2   "name": "picomatch",
    3   "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
    4   "version": "2.3.1",
    5   "homepage": "https://github.com/micromatch/picomatch",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "funding": "https://github.com/sponsors/jonschlinkert",
    8   "repository": "micromatch/picomatch",
     2  "_from": "picomatch@^2.3.1",
     3  "_id": "picomatch@2.3.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
     6  "_location": "/picomatch",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "picomatch@^2.3.1",
     12    "name": "picomatch",
     13    "escapedName": "picomatch",
     14    "rawSpec": "^2.3.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.3.1"
     17  },
     18  "_requiredBy": [
     19    "/micromatch"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
     22  "_shasum": "3ba3833733646d9d3e4995946c1365a67fb07a42",
     23  "_spec": "picomatch@^2.3.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/micromatch",
     25  "author": {
     26    "name": "Jon Schlinkert",
     27    "url": "https://github.com/jonschlinkert"
     28  },
    929  "bugs": {
    1030    "url": "https://github.com/micromatch/picomatch/issues"
    1131  },
    12   "license": "MIT",
    13   "files": [
    14     "index.js",
    15     "lib"
    16   ],
    17   "main": "index.js",
    18   "engines": {
    19     "node": ">=8.6"
    20   },
    21   "scripts": {
    22     "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
    23     "mocha": "mocha --reporter dot",
    24     "test": "npm run lint && npm run mocha",
    25     "test:ci": "npm run test:cover",
    26     "test:cover": "nyc npm run mocha"
    27   },
     32  "bundleDependencies": false,
     33  "deprecated": false,
     34  "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
    2835  "devDependencies": {
    2936    "eslint": "^6.8.0",
     
    3441    "time-require": "github:jonschlinkert/time-require"
    3542  },
     43  "engines": {
     44    "node": ">=8.6"
     45  },
     46  "files": [
     47    "index.js",
     48    "lib"
     49  ],
     50  "funding": "https://github.com/sponsors/jonschlinkert",
     51  "homepage": "https://github.com/micromatch/picomatch",
    3652  "keywords": [
    3753    "glob",
     
    3955    "picomatch"
    4056  ],
     57  "license": "MIT",
     58  "main": "index.js",
     59  "name": "picomatch",
    4160  "nyc": {
    4261    "reporter": [
     
    4564      "text-summary"
    4665    ]
     66  },
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/micromatch/picomatch.git"
     70  },
     71  "scripts": {
     72    "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
     73    "mocha": "mocha --reporter dot",
     74    "test": "npm run lint && npm run mocha",
     75    "test:ci": "npm run test:cover",
     76    "test:cover": "nyc npm run mocha"
    4777  },
    4878  "verb": {
     
    78108      "picomatch"
    79109    ]
    80   }
     110  },
     111  "version": "2.3.1"
    81112}
Note: See TracChangeset for help on using the changeset viewer.