source: trip-planner-front/node_modules/wrap-ansi/package.json@ 8d391a1

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

primeNG components

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