source: trip-planner-front/node_modules/nanocolors/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 777 bytes
Line 
1{
2 "name": "nanocolors",
3 "version": "0.1.12",
4 "description": "2x times faster than chalk and use 5x less space in node_modules",
5 "keywords": [
6 "color",
7 "colors",
8 "ansi",
9 "cli",
10 "console",
11 "terminal",
12 "chalk"
13 ],
14 "author": "Andrey Sitnik <andrey@sitnik.ru>",
15 "license": "MIT",
16 "repository": "ai/nanocolors",
17 "sideEffects": false,
18 "type": "module",
19 "types": "./index.d.ts",
20 "browser": {
21 "./index.js": "./index.browser.js",
22 "./index.cjs": "./index.browser.cjs"
23 },
24 "main": "index.cjs",
25 "module": "index.js",
26 "exports": {
27 ".": {
28 "browser": "./index.browser.js",
29 "require": "./index.cjs",
30 "import": "./index.js",
31 "default": "./index.js"
32 },
33 "./package.json": "./package.json"
34 }
35}
Note: See TracBrowser for help on using the repository browser.