10 lines
274 B
JSON
10 lines
274 B
JSON
{
|
|
"name": "bare-os-lscolors",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "GNU-style LS_COLORS + dircolors parsing (shared by bare-os-booter and bare-os-coreutils build)",
|
|
"exports": "./bare-os-lscolors.js"
|
|
}
|