wishthis/node_modules/picocolors/package.json

26 lines
550 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-07 13:41:52 +00:00
"name": "picocolors",
2022-06-08 10:36:39 +00:00
"version": "1.0.0",
2022-04-07 13:41:52 +00:00
"main": "./picocolors.js",
"types": "./picocolors.d.ts",
2022-01-21 08:28:41 +00:00
"browser": {
"./picocolors.js": "./picocolors.browser.js"
},
2022-04-07 13:41:52 +00:00
"sideEffects": false,
2022-06-08 10:36:39 +00:00
"description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
2022-01-21 08:28:41 +00:00
"files": [
"picocolors.*",
"types.ts"
],
"keywords": [
"terminal",
"colors",
"formatting",
"cli",
"console"
],
2022-04-07 13:41:52 +00:00
"author": "Alexey Raspopov",
"repository": "alexeyraspopov/picocolors",
"license": "ISC"
2022-01-21 08:28:41 +00:00
}