Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/chalk/package.json

    rd565449 r0c6b92a  
    11{
    22        "name": "chalk",
    3         "version": "2.4.2",
     3        "version": "4.1.2",
    44        "description": "Terminal string styling done right",
    55        "license": "MIT",
    66        "repository": "chalk/chalk",
     7        "funding": "https://github.com/chalk/chalk?sponsor=1",
     8        "main": "source",
    79        "engines": {
    8                 "node": ">=4"
     10                "node": ">=10"
    911        },
    1012        "scripts": {
    11                 "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava",
    12                 "bench": "matcha benchmark.js",
    13                 "coveralls": "nyc report --reporter=text-lcov | coveralls"
     13                "test": "xo && nyc ava && tsd",
     14                "bench": "matcha benchmark.js"
    1415        },
    1516        "files": [
    16                 "index.js",
    17                 "templates.js",
    18                 "types/index.d.ts",
    19                 "index.js.flow"
     17                "source",
     18                "index.d.ts"
    2019        ],
    2120        "keywords": [
     
    4342        ],
    4443        "dependencies": {
    45                 "ansi-styles": "^3.2.1",
    46                 "escape-string-regexp": "^1.0.5",
    47                 "supports-color": "^5.3.0"
     44                "ansi-styles": "^4.1.0",
     45                "supports-color": "^7.1.0"
    4846        },
    4947        "devDependencies": {
    50                 "ava": "*",
    51                 "coveralls": "^3.0.0",
    52                 "execa": "^0.9.0",
    53                 "flow-bin": "^0.68.0",
    54                 "import-fresh": "^2.0.0",
     48                "ava": "^2.4.0",
     49                "coveralls": "^3.0.7",
     50                "execa": "^4.0.0",
     51                "import-fresh": "^3.1.0",
    5552                "matcha": "^0.7.0",
    56                 "nyc": "^11.0.2",
    57                 "resolve-from": "^4.0.0",
    58                 "typescript": "^2.5.3",
    59                 "xo": "*"
     53                "nyc": "^15.0.0",
     54                "resolve-from": "^5.0.0",
     55                "tsd": "^0.7.4",
     56                "xo": "^0.28.2"
    6057        },
    61         "types": "types/index.d.ts",
    6258        "xo": {
    63                 "envs": [
    64                         "node",
    65                         "mocha"
    66                 ],
    67                 "ignores": [
    68                         "test/_flow.js"
    69                 ]
     59                "rules": {
     60                        "unicorn/prefer-string-slice": "off",
     61                        "unicorn/prefer-includes": "off",
     62                        "@typescript-eslint/member-ordering": "off",
     63                        "no-redeclare": "off",
     64                        "unicorn/string-content": "off",
     65                        "unicorn/better-regex": "off"
     66                }
    7067        }
    7168}
Note: See TracChangeset for help on using the changeset viewer.