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

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "strip-ansi@6.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "strip-ansi@6.0.1",
10 "_id": "strip-ansi@6.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
13 "_location": "/strip-ansi",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "strip-ansi@6.0.1",
19 "name": "strip-ansi",
20 "escapedName": "strip-ansi",
21 "rawSpec": "6.0.1",
22 "saveSpec": null,
23 "fetchSpec": "6.0.1"
24 },
25 "_requiredBy": [
26 "/cliui",
27 "/inquirer",
28 "/ora",
29 "/string-width",
30 "/wrap-ansi"
31 ],
32 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
33 "_spec": "6.0.1",
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/chalk/strip-ansi/issues"
42 },
43 "dependencies": {
44 "ansi-regex": "^5.0.1"
45 },
46 "description": "Strip ANSI escape codes from a string",
47 "devDependencies": {
48 "ava": "^2.4.0",
49 "tsd": "^0.10.0",
50 "xo": "^0.25.3"
51 },
52 "engines": {
53 "node": ">=8"
54 },
55 "files": [
56 "index.js",
57 "index.d.ts"
58 ],
59 "homepage": "https://github.com/chalk/strip-ansi#readme",
60 "keywords": [
61 "strip",
62 "trim",
63 "remove",
64 "ansi",
65 "styles",
66 "color",
67 "colour",
68 "colors",
69 "terminal",
70 "console",
71 "string",
72 "tty",
73 "escape",
74 "formatting",
75 "rgb",
76 "256",
77 "shell",
78 "xterm",
79 "log",
80 "logging",
81 "command-line",
82 "text"
83 ],
84 "license": "MIT",
85 "name": "strip-ansi",
86 "repository": {
87 "type": "git",
88 "url": "git+https://github.com/chalk/strip-ansi.git"
89 },
90 "scripts": {
91 "test": "xo && ava && tsd"
92 },
93 "version": "6.0.1"
94}
Note: See TracBrowser for help on using the repository browser.