Urara-Blog/node_modules/.pnpm-store/v3/files/22/0c0d2d421e4eee7afe76f7ba839502be6835d8c92ff2cf40c81ebbb4dcf161cc9bfbdc15005151ef820a8f91b1017fdb4543bba152302779b103ed43144676
2022-08-14 01:14:53 +08:00

51 lines
990 B
Text

{
"name": "kleur",
"version": "4.1.5",
"repository": "lukeed/kleur",
"description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
"module": "index.mjs",
"types": "index.d.ts",
"main": "index.js",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./colors": {
"types": "./colors.d.ts",
"import": "./colors.mjs",
"require": "./colors.js"
}
},
"files": [
"*.d.ts",
"colors.*",
"index.*"
],
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"scripts": {
"build": "node build",
"test": "uvu -r esm -i utils -i xyz"
},
"engines": {
"node": ">=6"
},
"keywords": [
"ansi",
"cli",
"color",
"colors",
"console",
"terminal"
],
"devDependencies": {
"esm": "3.2.25",
"uvu": "0.3.3"
}
}