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

    r0c6b92a r79a0317  
    11{
    2         "name": "ansi-regex",
    3         "version": "5.0.1",
    4         "description": "Regular expression for matching ANSI escape codes",
    5         "license": "MIT",
    6         "repository": "chalk/ansi-regex",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd",
    17                 "view-supported": "node fixtures/view-codes.js"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "index.d.ts"
    22         ],
    23         "keywords": [
    24                 "ansi",
    25                 "styles",
    26                 "color",
    27                 "colour",
    28                 "colors",
    29                 "terminal",
    30                 "console",
    31                 "cli",
    32                 "string",
    33                 "tty",
    34                 "escape",
    35                 "formatting",
    36                 "rgb",
    37                 "256",
    38                 "shell",
    39                 "xterm",
    40                 "command-line",
    41                 "text",
    42                 "regex",
    43                 "regexp",
    44                 "re",
    45                 "match",
    46                 "test",
    47                 "find",
    48                 "pattern"
    49         ],
    50         "devDependencies": {
    51                 "ava": "^2.4.0",
    52                 "tsd": "^0.9.0",
    53                 "xo": "^0.25.3"
    54         }
     2  "_from": "ansi-regex@^5.0.1",
     3  "_id": "ansi-regex@5.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
     6  "_location": "/ansi-regex",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "ansi-regex@^5.0.1",
     12    "name": "ansi-regex",
     13    "escapedName": "ansi-regex",
     14    "rawSpec": "^5.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^5.0.1"
     17  },
     18  "_requiredBy": [
     19    "/strip-ansi"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
     22  "_shasum": "082cb2c89c9fe8659a311a53bd6a4dc5301db304",
     23  "_spec": "ansi-regex@^5.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/strip-ansi",
     25  "author": {
     26    "name": "Sindre Sorhus",
     27    "email": "sindresorhus@gmail.com",
     28    "url": "sindresorhus.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/chalk/ansi-regex/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
     35  "description": "Regular expression for matching ANSI escape codes",
     36  "devDependencies": {
     37    "ava": "^2.4.0",
     38    "tsd": "^0.9.0",
     39    "xo": "^0.25.3"
     40  },
     41  "engines": {
     42    "node": ">=8"
     43  },
     44  "files": [
     45    "index.js",
     46    "index.d.ts"
     47  ],
     48  "homepage": "https://github.com/chalk/ansi-regex#readme",
     49  "keywords": [
     50    "ansi",
     51    "styles",
     52    "color",
     53    "colour",
     54    "colors",
     55    "terminal",
     56    "console",
     57    "cli",
     58    "string",
     59    "tty",
     60    "escape",
     61    "formatting",
     62    "rgb",
     63    "256",
     64    "shell",
     65    "xterm",
     66    "command-line",
     67    "text",
     68    "regex",
     69    "regexp",
     70    "re",
     71    "match",
     72    "test",
     73    "find",
     74    "pattern"
     75  ],
     76  "license": "MIT",
     77  "name": "ansi-regex",
     78  "repository": {
     79    "type": "git",
     80    "url": "git+https://github.com/chalk/ansi-regex.git"
     81  },
     82  "scripts": {
     83    "test": "xo && ava && tsd",
     84    "view-supported": "node fixtures/view-codes.js"
     85  },
     86  "version": "5.0.1"
    5587}
Note: See TracChangeset for help on using the changeset viewer.