source: trip-planner-front/node_modules/ansi-regex/package.json@ e29cc2e

Last change on this file since e29cc2e 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 "ansi-regex@5.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ansi-regex@5.0.1",
10 "_id": "ansi-regex@5.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
13 "_location": "/ansi-regex",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ansi-regex@5.0.1",
19 "name": "ansi-regex",
20 "escapedName": "ansi-regex",
21 "rawSpec": "5.0.1",
22 "saveSpec": null,
23 "fetchSpec": "5.0.1"
24 },
25 "_requiredBy": [
26 "/strip-ansi"
27 ],
28 "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
29 "_spec": "5.0.1",
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/ansi-regex/issues"
38 },
39 "description": "Regular expression for matching ANSI escape codes",
40 "devDependencies": {
41 "ava": "^2.4.0",
42 "tsd": "^0.9.0",
43 "xo": "^0.25.3"
44 },
45 "engines": {
46 "node": ">=8"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts"
51 ],
52 "homepage": "https://github.com/chalk/ansi-regex#readme",
53 "keywords": [
54 "ansi",
55 "styles",
56 "color",
57 "colour",
58 "colors",
59 "terminal",
60 "console",
61 "cli",
62 "string",
63 "tty",
64 "escape",
65 "formatting",
66 "rgb",
67 "256",
68 "shell",
69 "xterm",
70 "command-line",
71 "text",
72 "regex",
73 "regexp",
74 "re",
75 "match",
76 "test",
77 "find",
78 "pattern"
79 ],
80 "license": "MIT",
81 "name": "ansi-regex",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/chalk/ansi-regex.git"
85 },
86 "scripts": {
87 "test": "xo && ava && tsd",
88 "view-supported": "node fixtures/view-codes.js"
89 },
90 "version": "5.0.1"
91}
Note: See TracBrowser for help on using the repository browser.