zioinfo-mail/app/node_modules/ansi-fragments/package.json
DESKTOP-TKLFCPR\ython 11c670f2a0 refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포
- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스)
- Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포
- 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 10:09:17 +09:00

51 lines
1.2 KiB
JSON

{
"name": "ansi-fragments",
"version": "0.2.1",
"main": "build/index.js",
"license": "MIT",
"description": "A tiny library with builders to help making logs/CLI pretty with a nice DX.",
"repository": {
"type": "git",
"url": "https://github.com/zamotany/ansi-fragments.git"
},
"keywords": [
"cli",
"ansi"
],
"author": "Paweł Trysła <zamotany.oss@gmail.com>",
"bugs": {
"url": "https://github.com/zamotany/ansi-fragments/issues"
},
"homepage": "https://github.com/zamotany/ansi-fragments",
"files": [
"build/"
],
"scripts": {
"lint": "tslint -t stylish --project tsconfig.json",
"test": "jest",
"build": "tsc --build tsconfig.json",
"clean": "del build",
"prepare": "yarn clean && yarn build"
},
"dependencies": {
"colorette": "^1.0.7",
"slice-ansi": "^2.0.0",
"strip-ansi": "^5.0.0"
},
"devDependencies": {
"@callstack/tslint-config": "^0.1.0",
"@types/jest": "^23.3.13",
"@types/slice-ansi": "^2.0.0",
"@types/strip-ansi": "^3.0.0",
"del-cli": "^1.1.0",
"jest": "^24.0.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"jest": {
"preset": "ts-jest",
"rootDir": "./src"
}
}