source: trip-planner-front/node_modules/is-unicode-supported/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 734 bytes
Line 
1{
2 "name": "is-unicode-supported",
3 "version": "0.1.0",
4 "description": "Detect whether the terminal supports Unicode",
5 "license": "MIT",
6 "repository": "sindresorhus/is-unicode-supported",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=10"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "terminal",
25 "unicode",
26 "detect",
27 "utf8",
28 "console",
29 "shell",
30 "support",
31 "supports",
32 "supported",
33 "check",
34 "detection"
35 ],
36 "devDependencies": {
37 "ava": "^2.4.0",
38 "tsd": "^0.14.0",
39 "xo": "^0.38.2"
40 }
41}
Note: See TracBrowser for help on using the repository browser.