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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "is-unicode-supported@0.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "is-unicode-supported@0.1.0",
10 "_id": "is-unicode-supported@0.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
13 "_location": "/is-unicode-supported",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "is-unicode-supported@0.1.0",
19 "name": "is-unicode-supported",
20 "escapedName": "is-unicode-supported",
21 "rawSpec": "0.1.0",
22 "saveSpec": null,
23 "fetchSpec": "0.1.0"
24 },
25 "_requiredBy": [
26 "/log-symbols",
27 "/ora"
28 ],
29 "_resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
30 "_spec": "0.1.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "https://sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/is-unicode-supported/issues"
39 },
40 "description": "Detect whether the terminal supports Unicode",
41 "devDependencies": {
42 "ava": "^2.4.0",
43 "tsd": "^0.14.0",
44 "xo": "^0.38.2"
45 },
46 "engines": {
47 "node": ">=10"
48 },
49 "files": [
50 "index.js",
51 "index.d.ts"
52 ],
53 "funding": "https://github.com/sponsors/sindresorhus",
54 "homepage": "https://github.com/sindresorhus/is-unicode-supported#readme",
55 "keywords": [
56 "terminal",
57 "unicode",
58 "detect",
59 "utf8",
60 "console",
61 "shell",
62 "support",
63 "supports",
64 "supported",
65 "check",
66 "detection"
67 ],
68 "license": "MIT",
69 "name": "is-unicode-supported",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/is-unicode-supported.git"
73 },
74 "scripts": {
75 "test": "xo && ava && tsd"
76 },
77 "version": "0.1.0"
78}
Note: See TracBrowser for help on using the repository browser.