gameStatusUpdate/node_modules/picocolors/package.json

26 lines
552 B
JSON
Raw Permalink Normal View History

2024-09-18 08:27:46 -07:00
{
"name": "picocolors",
2024-11-04 11:06:36 -08:00
"version": "1.1.1",
2024-09-18 08:27:46 -07:00
"main": "./picocolors.js",
"types": "./picocolors.d.ts",
"browser": {
"./picocolors.js": "./picocolors.browser.js"
},
"sideEffects": false,
"description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
"files": [
"picocolors.*",
2024-11-04 11:06:36 -08:00
"types.d.ts"
2024-09-18 08:27:46 -07:00
],
"keywords": [
"terminal",
"colors",
"formatting",
"cli",
"console"
],
"author": "Alexey Raspopov",
"repository": "alexeyraspopov/picocolors",
2024-11-04 11:06:36 -08:00
"license": "ISC"
2024-09-18 08:27:46 -07:00
}