node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

32
server/node_modules/ansi-sequence-parser/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,32 @@
# ansi-sequence-parser
## 1.1.3
### Patch Changes
- e4b8472: - Fixes escape code 22 not resetting `bold` decorations
- Adds support for `overline` and `hidden` decorations
## 1.1.2
### Patch Changes
- f88617a: include intended fix from 1.1.1 (the fix was not actually included in the previous release)
## 1.1.1
### Patch Changes
- b5ccaf4: fix: don't infinite loop when parsing an unclosed sequence
## 1.1.0
### Minor Changes
- 57cbaa6: Add default named colors map
## 1.0.0
### Major Changes
- 86719a2: Initial release