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

    rd565449 r0c6b92a  
    11{
    22        "name": "ansi-styles",
    3         "version": "3.2.1",
     3        "version": "4.3.0",
    44        "description": "ANSI escape codes for styling strings in the terminal",
    55        "license": "MIT",
    66        "repository": "chalk/ansi-styles",
     7        "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
    78        "author": {
    89                "name": "Sindre Sorhus",
     
    1112        },
    1213        "engines": {
    13                 "node": ">=4"
     14                "node": ">=8"
    1415        },
    1516        "scripts": {
    16                 "test": "xo && ava",
     17                "test": "xo && ava && tsd",
    1718                "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
    1819        },
    1920        "files": [
    20                 "index.js"
     21                "index.js",
     22                "index.d.ts"
    2123        ],
    2224        "keywords": [
     
    4345        ],
    4446        "dependencies": {
    45                 "color-convert": "^1.9.0"
     47                "color-convert": "^2.0.1"
    4648        },
    4749        "devDependencies": {
    48                 "ava": "*",
    49                 "babel-polyfill": "^6.23.0",
     50                "@types/color-convert": "^1.9.0",
     51                "ava": "^2.3.0",
    5052                "svg-term-cli": "^2.1.1",
    51                 "xo": "*"
    52         },
    53         "ava": {
    54                 "require": "babel-polyfill"
     53                "tsd": "^0.11.0",
     54                "xo": "^0.25.3"
    5555        }
    5656}
Note: See TracChangeset for help on using the changeset viewer.