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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "wrap-ansi@^5.1.0",
3 "_id": "wrap-ansi@5.1.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
[59329aa]6 "_location": "/wrap-ansi",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "wrap-ansi@^5.1.0",
[59329aa]12 "name": "wrap-ansi",
13 "escapedName": "wrap-ansi",
[e29cc2e]14 "rawSpec": "^5.1.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^5.1.0"
[59329aa]17 },
18 "_requiredBy": [
19 "/cliui"
20 ],
[e29cc2e]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",
[59329aa]25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
[e29cc2e]28 "url": "sindresorhus.com"
[59329aa]29 },
30 "bugs": {
31 "url": "https://github.com/chalk/wrap-ansi/issues"
32 },
[e29cc2e]33 "bundleDependencies": false,
[59329aa]34 "dependencies": {
[e29cc2e]35 "ansi-styles": "^3.2.0",
36 "string-width": "^3.0.0",
37 "strip-ansi": "^5.0.0"
[59329aa]38 },
[e29cc2e]39 "deprecated": false,
[59329aa]40 "description": "Wordwrap a string with ANSI escape codes",
41 "devDependencies": {
[e29cc2e]42 "ava": "^1.2.1",
43 "chalk": "^2.4.2",
[59329aa]44 "coveralls": "^3.0.3",
[e29cc2e]45 "has-ansi": "^3.0.0",
46 "nyc": "^13.3.0",
47 "xo": "^0.24.0"
[59329aa]48 },
49 "engines": {
[e29cc2e]50 "node": ">=6"
[59329aa]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 },
[e29cc2e]92 "version": "5.1.0"
[6a3a178]93}
Note: See TracBrowser for help on using the repository browser.