@mnrendra/chalk-ansi-styles
Version:
Refactored ansi-styles code to support both CommonJS (CJS) and ES Modules (ESM) with mixed exports.
30 lines (29 loc) • 773 B
JSON
{
"name": "@mnrendra/chalk-ansi-styles",
"version": "1.1.2",
"description": "Refactored ansi-styles code to support both CommonJS (CJS) and ES Modules (ESM) with mixed exports.",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mnrendra/chalk-ansi-styles.git"
},
"author": {
"name": "Muhammad Rendra",
"email": "mnrendra@users.noreply.github.com",
"url": "https://github.com/mnrendra"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mnrendra/chalk-ansi-styles/issues"
},
"homepage": "https://github.com/mnrendra/chalk-ansi-styles#readme",
"keywords": [
"chalk",
"ansi",
"styles",
"style",
"ansi-styles"
]
}