source: trip-planner-front/node_modules/string-width/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "string-width@4.2.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "string-width@4.2.3",
10 "_id": "string-width@4.2.3",
11 "_inBundle": false,
12 "_integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
13 "_location": "/string-width",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "string-width@4.2.3",
19 "name": "string-width",
20 "escapedName": "string-width",
21 "rawSpec": "4.2.3",
22 "saveSpec": null,
23 "fetchSpec": "4.2.3"
24 },
25 "_requiredBy": [
26 "/cliui",
27 "/inquirer",
28 "/karma/yargs",
29 "/wrap-ansi",
30 "/yargs"
31 ],
32 "_resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
33 "_spec": "4.2.3",
34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
35 "author": {
36 "name": "Sindre Sorhus",
37 "email": "sindresorhus@gmail.com",
38 "url": "sindresorhus.com"
39 },
40 "bugs": {
41 "url": "https://github.com/sindresorhus/string-width/issues"
42 },
43 "dependencies": {
44 "emoji-regex": "^8.0.0",
45 "is-fullwidth-code-point": "^3.0.0",
46 "strip-ansi": "^6.0.1"
47 },
48 "description": "Get the visual width of a string - the number of columns required to display it",
49 "devDependencies": {
50 "ava": "^1.4.1",
51 "tsd": "^0.7.1",
52 "xo": "^0.24.0"
53 },
54 "engines": {
55 "node": ">=8"
56 },
57 "files": [
58 "index.js",
59 "index.d.ts"
60 ],
61 "homepage": "https://github.com/sindresorhus/string-width#readme",
62 "keywords": [
63 "string",
64 "character",
65 "unicode",
66 "width",
67 "visual",
68 "column",
69 "columns",
70 "fullwidth",
71 "full-width",
72 "full",
73 "ansi",
74 "escape",
75 "codes",
76 "cli",
77 "command-line",
78 "terminal",
79 "console",
80 "cjk",
81 "chinese",
82 "japanese",
83 "korean",
84 "fixed-width"
85 ],
86 "license": "MIT",
87 "name": "string-width",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/sindresorhus/string-width.git"
91 },
92 "scripts": {
93 "test": "xo && ava && tsd"
94 },
95 "version": "4.2.3"
96}
Note: See TracBrowser for help on using the repository browser.