source: imaps-frontend/node_modules/strip-ansi/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "strip-ansi@6.0.1",
3 "_id": "strip-ansi@6.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
6 "_location": "/strip-ansi",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "strip-ansi@6.0.1",
12 "name": "strip-ansi",
13 "escapedName": "strip-ansi",
14 "rawSpec": "6.0.1",
15 "saveSpec": null,
16 "fetchSpec": "6.0.1"
17 },
18 "_requiredBy": [
19 "/eslint"
20 ],
21 "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
22 "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9",
23 "_spec": "strip-ansi@6.0.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/chalk/strip-ansi/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "ansi-regex": "^5.0.1"
36 },
37 "deprecated": false,
38 "description": "Strip ANSI escape codes from a string",
39 "devDependencies": {
40 "ava": "^2.4.0",
41 "tsd": "^0.10.0",
42 "xo": "^0.25.3"
43 },
44 "engines": {
45 "node": ">=8"
46 },
47 "files": [
48 "index.js",
49 "index.d.ts"
50 ],
51 "homepage": "https://github.com/chalk/strip-ansi#readme",
52 "keywords": [
53 "strip",
54 "trim",
55 "remove",
56 "ansi",
57 "styles",
58 "color",
59 "colour",
60 "colors",
61 "terminal",
62 "console",
63 "string",
64 "tty",
65 "escape",
66 "formatting",
67 "rgb",
68 "256",
69 "shell",
70 "xterm",
71 "log",
72 "logging",
73 "command-line",
74 "text"
75 ],
76 "license": "MIT",
77 "name": "strip-ansi",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/chalk/strip-ansi.git"
81 },
82 "scripts": {
83 "test": "xo && ava && tsd"
84 },
85 "version": "6.0.1"
[d565449]86}
Note: See TracBrowser for help on using the repository browser.