source: trip-planner-front/node_modules/wrap-ansi/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.1 KB
Line 
1{
2 "_args": [
3 [
4 "wrap-ansi@7.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "wrap-ansi@7.0.0",
10 "_id": "wrap-ansi@7.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
13 "_location": "/wrap-ansi",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "wrap-ansi@7.0.0",
19 "name": "wrap-ansi",
20 "escapedName": "wrap-ansi",
21 "rawSpec": "7.0.0",
22 "saveSpec": null,
23 "fetchSpec": "7.0.0"
24 },
25 "_requiredBy": [
26 "/cliui"
27 ],
28 "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
29 "_spec": "7.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/chalk/wrap-ansi/issues"
38 },
39 "dependencies": {
40 "ansi-styles": "^4.0.0",
41 "string-width": "^4.1.0",
42 "strip-ansi": "^6.0.0"
43 },
44 "description": "Wordwrap a string with ANSI escape codes",
45 "devDependencies": {
46 "ava": "^2.1.0",
47 "chalk": "^4.0.0",
48 "coveralls": "^3.0.3",
49 "has-ansi": "^4.0.0",
50 "nyc": "^15.0.1",
51 "xo": "^0.29.1"
52 },
53 "engines": {
54 "node": ">=10"
55 },
56 "files": [
57 "index.js"
58 ],
59 "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
60 "homepage": "https://github.com/chalk/wrap-ansi#readme",
61 "keywords": [
62 "wrap",
63 "break",
64 "wordwrap",
65 "wordbreak",
66 "linewrap",
67 "ansi",
68 "styles",
69 "color",
70 "colour",
71 "colors",
72 "terminal",
73 "console",
74 "cli",
75 "string",
76 "tty",
77 "escape",
78 "formatting",
79 "rgb",
80 "256",
81 "shell",
82 "xterm",
83 "log",
84 "logging",
85 "command-line",
86 "text"
87 ],
88 "license": "MIT",
89 "name": "wrap-ansi",
90 "repository": {
91 "type": "git",
92 "url": "git+https://github.com/chalk/wrap-ansi.git"
93 },
94 "scripts": {
95 "test": "xo && nyc ava"
96 },
97 "version": "7.0.0"
98}
Note: See TracBrowser for help on using the repository browser.