Files
tekelanew_acs/acs/nladmin-ui/node_modules/ansi_up/package.json
2024-12-05 09:33:18 +08:00

34 lines
675 B
JSON

{
"name": "ansi_up",
"version": "5.2.1",
"description": "Convert ansi sequences in strings to colorful HTML",
"keywords": [
"ansi",
"html"
],
"author": "drudru <drudru@gmail.com>",
"license": "MIT",
"main": "./ansi_up.js",
"types": "./dist/ansi_up.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/drudru/ansi_up.git"
},
"bugs": {
"url": "http://github.com/drudru/ansi_up/issues"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "make test",
"build": "make typescript"
},
"devDependencies": {
"npm": "^9.6.3",
"mocha": "^10.2.0",
"should": "*",
"typescript": "^3.9.10"
}
}