source: trip-planner-front/node_modules/wide-align/node_modules/strip-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: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "strip-ansi@4.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "strip-ansi@4.0.0",
10 "_id": "strip-ansi@4.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
13 "_location": "/wide-align/strip-ansi",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "strip-ansi@4.0.0",
19 "name": "strip-ansi",
20 "escapedName": "strip-ansi",
21 "rawSpec": "4.0.0",
22 "saveSpec": null,
23 "fetchSpec": "4.0.0"
24 },
25 "_requiredBy": [
26 "/wide-align/string-width"
27 ],
28 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
29 "_spec": "4.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": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/chalk/strip-ansi/issues"
38 },
39 "dependencies": {
40 "ansi-regex": "^3.0.0"
41 },
42 "description": "Strip ANSI escape codes",
43 "devDependencies": {
44 "ava": "*",
45 "xo": "*"
46 },
47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/chalk/strip-ansi#readme",
54 "keywords": [
55 "strip",
56 "trim",
57 "remove",
58 "ansi",
59 "styles",
60 "color",
61 "colour",
62 "colors",
63 "terminal",
64 "console",
65 "string",
66 "tty",
67 "escape",
68 "formatting",
69 "rgb",
70 "256",
71 "shell",
72 "xterm",
73 "log",
74 "logging",
75 "command-line",
76 "text"
77 ],
78 "license": "MIT",
79 "name": "strip-ansi",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/chalk/strip-ansi.git"
83 },
84 "scripts": {
85 "test": "xo && ava"
86 },
87 "version": "4.0.0"
88}
Note: See TracBrowser for help on using the repository browser.