|
Last change
on this file since e4c61dd was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Working / before login
|
-
Property mode
set to
100644
|
|
File size:
552 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "picocolors",
|
|---|
| 3 | "version": "1.1.1",
|
|---|
| 4 | "main": "./picocolors.js",
|
|---|
| 5 | "types": "./picocolors.d.ts",
|
|---|
| 6 | "browser": {
|
|---|
| 7 | "./picocolors.js": "./picocolors.browser.js"
|
|---|
| 8 | },
|
|---|
| 9 | "sideEffects": false,
|
|---|
| 10 | "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
|
|---|
| 11 | "files": [
|
|---|
| 12 | "picocolors.*",
|
|---|
| 13 | "types.d.ts"
|
|---|
| 14 | ],
|
|---|
| 15 | "keywords": [
|
|---|
| 16 | "terminal",
|
|---|
| 17 | "colors",
|
|---|
| 18 | "formatting",
|
|---|
| 19 | "cli",
|
|---|
| 20 | "console"
|
|---|
| 21 | ],
|
|---|
| 22 | "author": "Alexey Raspopov",
|
|---|
| 23 | "repository": "alexeyraspopov/picocolors",
|
|---|
| 24 | "license": "ISC"
|
|---|
| 25 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.