source: trip-planner-front/node_modules/gauge/node_modules/string-width/package.json@ 59329aa

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

adding photos

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