@socketsecurity/cli-with-sentry 0.14.140 → 0.14.141

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/cli.js +26 -26
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/instrument-with-sentry.js +3 -3
  6. package/dist/instrument-with-sentry.js.map +1 -1
  7. package/dist/shadow-bin.js +4 -4
  8. package/dist/shadow-bin.js.map +1 -1
  9. package/dist/shadow-npm-inject.js +13 -13
  10. package/dist/shadow-npm-inject.js.map +1 -1
  11. package/dist/shadow-npm-paths.js +6 -6
  12. package/dist/shadow-npm-paths.js.map +1 -1
  13. package/dist/vendor.js +1051 -946
  14. package/dist/vendor.js.map +1 -1
  15. package/package.json +7 -7
  16. package/dist/blessed-contrib/node_modules/ansi-regex/index.js +0 -4
  17. package/dist/blessed-contrib/node_modules/ansi-regex/license +0 -21
  18. package/dist/blessed-contrib/node_modules/ansi-regex/package.json +0 -64
  19. package/dist/blessed-contrib/node_modules/ansi-regex/readme.md +0 -39
  20. package/dist/blessed-contrib/node_modules/ansi-styles/index.js +0 -65
  21. package/dist/blessed-contrib/node_modules/ansi-styles/license +0 -21
  22. package/dist/blessed-contrib/node_modules/ansi-styles/package.json +0 -50
  23. package/dist/blessed-contrib/node_modules/ansi-styles/readme.md +0 -86
  24. package/dist/blessed-contrib/node_modules/chalk/index.js +0 -116
  25. package/dist/blessed-contrib/node_modules/chalk/license +0 -21
  26. package/dist/blessed-contrib/node_modules/chalk/package.json +0 -70
  27. package/dist/blessed-contrib/node_modules/chalk/readme.md +0 -213
  28. package/dist/blessed-contrib/node_modules/escape-string-regexp/index.js +0 -11
  29. package/dist/blessed-contrib/node_modules/escape-string-regexp/license +0 -21
  30. package/dist/blessed-contrib/node_modules/escape-string-regexp/package.json +0 -41
  31. package/dist/blessed-contrib/node_modules/escape-string-regexp/readme.md +0 -27
  32. package/dist/blessed-contrib/node_modules/strip-ansi/index.js +0 -6
  33. package/dist/blessed-contrib/node_modules/strip-ansi/license +0 -21
  34. package/dist/blessed-contrib/node_modules/strip-ansi/package.json +0 -57
  35. package/dist/blessed-contrib/node_modules/strip-ansi/readme.md +0 -33
  36. package/dist/blessed-contrib/node_modules/supports-color/index.js +0 -50
  37. package/dist/blessed-contrib/node_modules/supports-color/license +0 -21
  38. package/dist/blessed-contrib/node_modules/supports-color/package.json +0 -49
  39. package/dist/blessed-contrib/node_modules/supports-color/readme.md +0 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/cli-with-sentry",
3
- "version": "0.14.140",
3
+ "version": "0.14.141",
4
4
  "description": "CLI tool for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -85,8 +85,8 @@
85
85
  "@octokit/request-error": "6.1.8",
86
86
  "@octokit/rest": "21.1.1",
87
87
  "@octokit/types": "14.0.0",
88
- "@pnpm/lockfile.detect-dep-types": "1001.0.7",
89
- "@pnpm/lockfile.fs": "1001.1.10",
88
+ "@pnpm/lockfile.detect-dep-types": "1001.0.8",
89
+ "@pnpm/lockfile.fs": "1001.1.11",
90
90
  "@pnpm/logger": "1000.0.0",
91
91
  "@rollup/plugin-babel": "6.0.4",
92
92
  "@rollup/plugin-commonjs": "28.0.3",
@@ -114,7 +114,7 @@
114
114
  "@types/which": "3.0.4",
115
115
  "@types/yargs-parser": "21.0.3",
116
116
  "@typescript-eslint/parser": "8.30.1",
117
- "@vitest/coverage-v8": "3.1.1",
117
+ "@vitest/coverage-v8": "3.1.2",
118
118
  "blessed": "0.1.81",
119
119
  "blessed-contrib": "4.11.0",
120
120
  "browserslist": "4.24.4",
@@ -156,8 +156,8 @@
156
156
  "type-coverage": "2.29.7",
157
157
  "typescript": "5.8.3",
158
158
  "typescript-eslint": "8.30.1",
159
- "unplugin-purge-polyfills": "0.0.7",
160
- "vitest": "3.1.1",
159
+ "unplugin-purge-polyfills": "0.1.0",
160
+ "vitest": "3.1.2",
161
161
  "which": "5.0.0",
162
162
  "yaml": "2.7.1",
163
163
  "yargs-parser": "21.1.1",
@@ -192,7 +192,7 @@
192
192
  "undici": "6.21.1",
193
193
  "vite": "6.2.6",
194
194
  "xml2js": "0.5.0",
195
- "yaml": "$yaml"
195
+ "yaml": "2.7.1"
196
196
  },
197
197
  "engines": {
198
198
  "node": "18.20.7 || ^20.18.3 || >=22.14.0"
@@ -1,4 +0,0 @@
1
- 'use strict';
2
- module.exports = function () {
3
- return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g;
4
- };
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
@@ -1,64 +0,0 @@
1
- {
2
- "name": "ansi-regex",
3
- "version": "2.1.1",
4
- "description": "Regular expression for matching ANSI escape codes",
5
- "license": "MIT",
6
- "repository": "chalk/ansi-regex",
7
- "author": {
8
- "name": "Sindre Sorhus",
9
- "email": "sindresorhus@gmail.com",
10
- "url": "sindresorhus.com"
11
- },
12
- "maintainers": [
13
- "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
14
- "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
15
- "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
16
- ],
17
- "engines": {
18
- "node": ">=0.10.0"
19
- },
20
- "scripts": {
21
- "test": "xo && ava --verbose",
22
- "view-supported": "node fixtures/view-codes.js"
23
- },
24
- "files": [
25
- "index.js"
26
- ],
27
- "keywords": [
28
- "ansi",
29
- "styles",
30
- "color",
31
- "colour",
32
- "colors",
33
- "terminal",
34
- "console",
35
- "cli",
36
- "string",
37
- "tty",
38
- "escape",
39
- "formatting",
40
- "rgb",
41
- "256",
42
- "shell",
43
- "xterm",
44
- "command-line",
45
- "text",
46
- "regex",
47
- "regexp",
48
- "re",
49
- "match",
50
- "test",
51
- "find",
52
- "pattern"
53
- ],
54
- "devDependencies": {
55
- "ava": "0.17.0",
56
- "xo": "0.16.0"
57
- },
58
- "xo": {
59
- "rules": {
60
- "guard-for-in": 0,
61
- "no-loop-func": 0
62
- }
63
- }
64
- }
@@ -1,39 +0,0 @@
1
- # ansi-regex [![Build Status](https://travis-ci.org/chalk/ansi-regex.svg?branch=master)](https://travis-ci.org/chalk/ansi-regex)
2
-
3
- > Regular expression for matching [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)
4
-
5
-
6
- ## Install
7
-
8
- ```
9
- $ npm install --save ansi-regex
10
- ```
11
-
12
-
13
- ## Usage
14
-
15
- ```js
16
- const ansiRegex = require('ansi-regex');
17
-
18
- ansiRegex().test('\u001b[4mcake\u001b[0m');
19
- //=> true
20
-
21
- ansiRegex().test('cake');
22
- //=> false
23
-
24
- '\u001b[4mcake\u001b[0m'.match(ansiRegex());
25
- //=> ['\u001b[4m', '\u001b[0m']
26
- ```
27
-
28
- ## FAQ
29
-
30
- ### Why do you test for codes not in the ECMA 48 standard?
31
-
32
- Some of the codes we run as a test are codes that we acquired finding various lists of non-standard or manufacturer specific codes. If I recall correctly, we test for both standard and non-standard codes, as most of them follow the same or similar format and can be safely matched in strings without the risk of removing actual string content. There are a few non-standard control codes that do not follow the traditional format (i.e. they end in numbers) thus forcing us to exclude them from the test because we cannot reliably match them.
33
-
34
- On the historical side, those ECMA standards were established in the early 90's whereas the VT100, for example, was designed in the mid/late 70's. At that point in time, control codes were still pretty ungoverned and engineers used them for a multitude of things, namely to activate hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of codes is in the x86 architecture for processors; there are a ton of "interrupts" that can mean different things on certain brands of processors, most of which have been phased out.
35
-
36
-
37
- ## License
38
-
39
- MIT © [Sindre Sorhus](http://sindresorhus.com)
@@ -1,65 +0,0 @@
1
- 'use strict';
2
-
3
- function assembleStyles () {
4
- var styles = {
5
- modifiers: {
6
- reset: [0, 0],
7
- bold: [1, 22], // 21 isn't widely supported and 22 does the same thing
8
- dim: [2, 22],
9
- italic: [3, 23],
10
- underline: [4, 24],
11
- inverse: [7, 27],
12
- hidden: [8, 28],
13
- strikethrough: [9, 29]
14
- },
15
- colors: {
16
- black: [30, 39],
17
- red: [31, 39],
18
- green: [32, 39],
19
- yellow: [33, 39],
20
- blue: [34, 39],
21
- magenta: [35, 39],
22
- cyan: [36, 39],
23
- white: [37, 39],
24
- gray: [90, 39]
25
- },
26
- bgColors: {
27
- bgBlack: [40, 49],
28
- bgRed: [41, 49],
29
- bgGreen: [42, 49],
30
- bgYellow: [43, 49],
31
- bgBlue: [44, 49],
32
- bgMagenta: [45, 49],
33
- bgCyan: [46, 49],
34
- bgWhite: [47, 49]
35
- }
36
- };
37
-
38
- // fix humans
39
- styles.colors.grey = styles.colors.gray;
40
-
41
- Object.keys(styles).forEach(function (groupName) {
42
- var group = styles[groupName];
43
-
44
- Object.keys(group).forEach(function (styleName) {
45
- var style = group[styleName];
46
-
47
- styles[styleName] = group[styleName] = {
48
- open: '\u001b[' + style[0] + 'm',
49
- close: '\u001b[' + style[1] + 'm'
50
- };
51
- });
52
-
53
- Object.defineProperty(styles, groupName, {
54
- value: group,
55
- enumerable: false
56
- });
57
- });
58
-
59
- return styles;
60
- }
61
-
62
- Object.defineProperty(module, 'exports', {
63
- enumerable: true,
64
- get: assembleStyles
65
- });
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
@@ -1,50 +0,0 @@
1
- {
2
- "name": "ansi-styles",
3
- "version": "2.2.1",
4
- "description": "ANSI escape codes for styling strings in the terminal",
5
- "license": "MIT",
6
- "repository": "chalk/ansi-styles",
7
- "author": {
8
- "name": "Sindre Sorhus",
9
- "email": "sindresorhus@gmail.com",
10
- "url": "sindresorhus.com"
11
- },
12
- "maintainers": [
13
- "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
14
- "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)"
15
- ],
16
- "engines": {
17
- "node": ">=0.10.0"
18
- },
19
- "scripts": {
20
- "test": "mocha"
21
- },
22
- "files": [
23
- "index.js"
24
- ],
25
- "keywords": [
26
- "ansi",
27
- "styles",
28
- "color",
29
- "colour",
30
- "colors",
31
- "terminal",
32
- "console",
33
- "cli",
34
- "string",
35
- "tty",
36
- "escape",
37
- "formatting",
38
- "rgb",
39
- "256",
40
- "shell",
41
- "xterm",
42
- "log",
43
- "logging",
44
- "command-line",
45
- "text"
46
- ],
47
- "devDependencies": {
48
- "mocha": "*"
49
- }
50
- }
@@ -1,86 +0,0 @@
1
- # ansi-styles [![Build Status](https://travis-ci.org/chalk/ansi-styles.svg?branch=master)](https://travis-ci.org/chalk/ansi-styles)
2
-
3
- > [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling strings in the terminal
4
-
5
- You probably want the higher-level [chalk](https://github.com/chalk/chalk) module for styling your strings.
6
-
7
- ![](screenshot.png)
8
-
9
-
10
- ## Install
11
-
12
- ```
13
- $ npm install --save ansi-styles
14
- ```
15
-
16
-
17
- ## Usage
18
-
19
- ```js
20
- var ansi = require('ansi-styles');
21
-
22
- console.log(ansi.green.open + 'Hello world!' + ansi.green.close);
23
- ```
24
-
25
-
26
- ## API
27
-
28
- Each style has an `open` and `close` property.
29
-
30
-
31
- ## Styles
32
-
33
- ### Modifiers
34
-
35
- - `reset`
36
- - `bold`
37
- - `dim`
38
- - `italic` *(not widely supported)*
39
- - `underline`
40
- - `inverse`
41
- - `hidden`
42
- - `strikethrough` *(not widely supported)*
43
-
44
- ### Colors
45
-
46
- - `black`
47
- - `red`
48
- - `green`
49
- - `yellow`
50
- - `blue`
51
- - `magenta`
52
- - `cyan`
53
- - `white`
54
- - `gray`
55
-
56
- ### Background colors
57
-
58
- - `bgBlack`
59
- - `bgRed`
60
- - `bgGreen`
61
- - `bgYellow`
62
- - `bgBlue`
63
- - `bgMagenta`
64
- - `bgCyan`
65
- - `bgWhite`
66
-
67
-
68
- ## Advanced usage
69
-
70
- By default you get a map of styles, but the styles are also available as groups. They are non-enumerable so they don't show up unless you access them explicitly. This makes it easier to expose only a subset in a higher-level module.
71
-
72
- - `ansi.modifiers`
73
- - `ansi.colors`
74
- - `ansi.bgColors`
75
-
76
-
77
- ###### Example
78
-
79
- ```js
80
- console.log(ansi.colors.green.open);
81
- ```
82
-
83
-
84
- ## License
85
-
86
- MIT © [Sindre Sorhus](http://sindresorhus.com)
@@ -1,116 +0,0 @@
1
- 'use strict';
2
- var escapeStringRegexp = require('escape-string-regexp');
3
- var ansiStyles = require('ansi-styles');
4
- var stripAnsi = require('strip-ansi');
5
- var hasAnsi = require('has-ansi');
6
- var supportsColor = require('supports-color');
7
- var defineProps = Object.defineProperties;
8
- var isSimpleWindowsTerm = process.platform === 'win32' && !/^xterm/i.test(process.env.TERM);
9
-
10
- function Chalk(options) {
11
- // detect mode if not set manually
12
- this.enabled = !options || options.enabled === undefined ? supportsColor : options.enabled;
13
- }
14
-
15
- // use bright blue on Windows as the normal blue color is illegible
16
- if (isSimpleWindowsTerm) {
17
- ansiStyles.blue.open = '\u001b[94m';
18
- }
19
-
20
- var styles = (function () {
21
- var ret = {};
22
-
23
- Object.keys(ansiStyles).forEach(function (key) {
24
- ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g');
25
-
26
- ret[key] = {
27
- get: function () {
28
- return build.call(this, this._styles.concat(key));
29
- }
30
- };
31
- });
32
-
33
- return ret;
34
- })();
35
-
36
- var proto = defineProps(function chalk() {}, styles);
37
-
38
- function build(_styles) {
39
- var builder = function () {
40
- return applyStyle.apply(builder, arguments);
41
- };
42
-
43
- builder._styles = _styles;
44
- builder.enabled = this.enabled;
45
- // __proto__ is used because we must return a function, but there is
46
- // no way to create a function with a different prototype.
47
- /* eslint-disable no-proto */
48
- builder.__proto__ = proto;
49
-
50
- return builder;
51
- }
52
-
53
- function applyStyle() {
54
- // support varags, but simply cast to string in case there's only one arg
55
- var args = arguments;
56
- var argsLen = args.length;
57
- var str = argsLen !== 0 && String(arguments[0]);
58
-
59
- if (argsLen > 1) {
60
- // don't slice `arguments`, it prevents v8 optimizations
61
- for (var a = 1; a < argsLen; a++) {
62
- str += ' ' + args[a];
63
- }
64
- }
65
-
66
- if (!this.enabled || !str) {
67
- return str;
68
- }
69
-
70
- var nestedStyles = this._styles;
71
- var i = nestedStyles.length;
72
-
73
- // Turns out that on Windows dimmed gray text becomes invisible in cmd.exe,
74
- // see https://github.com/chalk/chalk/issues/58
75
- // If we're on Windows and we're dealing with a gray color, temporarily make 'dim' a noop.
76
- var originalDim = ansiStyles.dim.open;
77
- if (isSimpleWindowsTerm && (nestedStyles.indexOf('gray') !== -1 || nestedStyles.indexOf('grey') !== -1)) {
78
- ansiStyles.dim.open = '';
79
- }
80
-
81
- while (i--) {
82
- var code = ansiStyles[nestedStyles[i]];
83
-
84
- // Replace any instances already present with a re-opening code
85
- // otherwise only the part of the string until said closing code
86
- // will be colored, and the rest will simply be 'plain'.
87
- str = code.open + str.replace(code.closeRe, code.open) + code.close;
88
- }
89
-
90
- // Reset the original 'dim' if we changed it to work around the Windows dimmed gray issue.
91
- ansiStyles.dim.open = originalDim;
92
-
93
- return str;
94
- }
95
-
96
- function init() {
97
- var ret = {};
98
-
99
- Object.keys(styles).forEach(function (name) {
100
- ret[name] = {
101
- get: function () {
102
- return build.call(this, [name]);
103
- }
104
- };
105
- });
106
-
107
- return ret;
108
- }
109
-
110
- defineProps(Chalk.prototype, init());
111
-
112
- module.exports = new Chalk();
113
- module.exports.styles = ansiStyles;
114
- module.exports.hasColor = hasAnsi;
115
- module.exports.stripColor = stripAnsi;
116
- module.exports.supportsColor = supportsColor;
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
@@ -1,70 +0,0 @@
1
- {
2
- "name": "chalk",
3
- "version": "1.1.3",
4
- "description": "Terminal string styling done right. Much color.",
5
- "license": "MIT",
6
- "repository": "chalk/chalk",
7
- "maintainers": [
8
- "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
9
- "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
10
- "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
11
- ],
12
- "engines": {
13
- "node": ">=0.10.0"
14
- },
15
- "scripts": {
16
- "test": "xo && mocha",
17
- "bench": "matcha benchmark.js",
18
- "coverage": "nyc npm test && nyc report",
19
- "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
20
- },
21
- "files": [
22
- "index.js"
23
- ],
24
- "keywords": [
25
- "color",
26
- "colour",
27
- "colors",
28
- "terminal",
29
- "console",
30
- "cli",
31
- "string",
32
- "str",
33
- "ansi",
34
- "style",
35
- "styles",
36
- "tty",
37
- "formatting",
38
- "rgb",
39
- "256",
40
- "shell",
41
- "xterm",
42
- "log",
43
- "logging",
44
- "command-line",
45
- "text"
46
- ],
47
- "dependencies": {
48
- "ansi-styles": "^2.2.1",
49
- "escape-string-regexp": "^1.0.2",
50
- "has-ansi": "^2.0.0",
51
- "strip-ansi": "^3.0.0",
52
- "supports-color": "^2.0.0"
53
- },
54
- "devDependencies": {
55
- "coveralls": "^2.11.2",
56
- "matcha": "^0.6.0",
57
- "mocha": "*",
58
- "nyc": "^3.0.0",
59
- "require-uncached": "^1.0.2",
60
- "resolve-from": "^1.0.0",
61
- "semver": "^4.3.3",
62
- "xo": "*"
63
- },
64
- "xo": {
65
- "envs": [
66
- "node",
67
- "mocha"
68
- ]
69
- }
70
- }