@corellium/corellium-cli 1.2.0 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.gitlab-ci.yml +46 -1
- package/ci/gitlab-build.sh +1 -1
- package/coverage/cobertura-coverage.xml +9 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +101 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov.info +0 -0
- package/index.js +2 -0
- package/node_modules/@babel/cli/node_modules/commander/package.json +22 -57
- package/node_modules/@babel/cli/node_modules/make-dir/package.json +57 -92
- package/node_modules/@babel/cli/node_modules/pify/package.json +49 -84
- package/node_modules/@babel/cli/node_modules/semver/package.json +15 -50
- package/node_modules/@babel/cli/node_modules/slash/package.json +32 -67
- package/node_modules/@babel/cli/package.json +33 -69
- package/node_modules/@corellium/client-api/package.json +10 -39
- package/node_modules/@jridgewell/resolve-uri/package.json +35 -74
- package/node_modules/@jridgewell/sourcemap-codec/package.json +38 -73
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +91 -57
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +90 -56
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +5 -5
- package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +12 -5
- package/node_modules/@jridgewell/trace-mapping/package.json +34 -71
- package/node_modules/@nicolo-ribaudo/chokidar-2/package.json +17 -54
- package/node_modules/ansi-regex/package.json +53 -88
- package/node_modules/ansi-styles/package.json +54 -94
- package/node_modules/anymatch/package.json +23 -55
- package/node_modules/asynckit/package.json +40 -73
- package/node_modules/axios/package.json +41 -71
- package/node_modules/balanced-match/package.json +17 -48
- package/node_modules/binary-extensions/package.json +36 -72
- package/node_modules/brace-expansion/package.json +18 -49
- package/node_modules/braces/package.json +25 -75
- package/node_modules/call-bind/package.json +78 -124
- package/node_modules/chokidar/package.json +35 -73
- package/node_modules/cliui/package.json +48 -86
- package/node_modules/color-convert/package.json +20 -58
- package/node_modules/color-name/package.json +28 -60
- package/node_modules/combined-stream/package.json +14 -51
- package/node_modules/component-emitter/package.json +12 -44
- package/node_modules/concat-map/package.json +40 -88
- package/node_modules/convert-source-map/package.json +23 -54
- package/node_modules/cookiejar/package.json +11 -43
- package/node_modules/debug/package.json +32 -86
- package/node_modules/delayed-stream/package.json +14 -52
- package/node_modules/dotenv/package.json +32 -63
- package/node_modules/emoji-regex/package.json +27 -57
- package/node_modules/escalade/package.json +23 -58
- package/node_modules/fast-safe-stringify/package.json +28 -72
- package/node_modules/fill-range/package.json +23 -71
- package/node_modules/follow-redirects/package.json +37 -76
- package/node_modules/form-data/package.json +37 -73
- package/node_modules/formidable/package.json +17 -51
- package/node_modules/fs-readdir-recursive/package.json +15 -49
- package/node_modules/fs.realpath/package.json +16 -52
- package/node_modules/function-bind/package.json +23 -60
- package/node_modules/get-caller-file/package.json +22 -52
- package/node_modules/get-intrinsic/package.json +86 -123
- package/node_modules/glob/package.json +29 -67
- package/node_modules/glob-parent/package.json +22 -69
- package/node_modules/has/package.json +21 -54
- package/node_modules/has-symbols/package.json +99 -132
- package/node_modules/inflight/package.json +15 -47
- package/node_modules/inherits/package.json +12 -53
- package/node_modules/is-binary-path/package.json +38 -74
- package/node_modules/is-extglob/package.json +17 -51
- package/node_modules/is-fullwidth-code-point/package.json +40 -78
- package/node_modules/is-glob/package.json +21 -67
- package/node_modules/is-number/package.json +21 -64
- package/node_modules/lru-cache/package.json +22 -60
- package/node_modules/methods/package.json +17 -63
- package/node_modules/mime/package.json +15 -47
- package/node_modules/mime-db/package.json +20 -66
- package/node_modules/mime-types/package.json +15 -63
- package/node_modules/minimatch/package.json +20 -60
- package/node_modules/ms/package.json +19 -57
- package/node_modules/multi-progress/package.json +15 -45
- package/node_modules/normalize-path/package.json +20 -62
- package/node_modules/object-inspect/package.json +48 -80
- package/node_modules/once/package.json +14 -55
- package/node_modules/path-is-absolute/package.json +11 -46
- package/node_modules/picomatch/package.json +23 -59
- package/node_modules/progress/package.json +16 -64
- package/node_modules/qs/package.json +73 -104
- package/node_modules/readdirp/package.json +42 -82
- package/node_modules/require-directory/package.json +24 -56
- package/node_modules/safe-buffer/package.json +5 -37
- package/node_modules/semver/package.json +31 -69
- package/node_modules/side-channel/package.json +65 -97
- package/node_modules/string-width/package.json +54 -96
- package/node_modules/string_decoder/package.json +13 -46
- package/node_modules/strip-ansi/package.json +52 -93
- package/node_modules/superagent/node_modules/form-data/package.json +37 -73
- package/node_modules/superagent/node_modules/readable-stream/package.json +27 -59
- package/node_modules/superagent/package.json +8 -58
- package/node_modules/to-regex-range/package.json +20 -60
- package/node_modules/util-deprecate/package.json +14 -48
- package/node_modules/uuid/package.json +69 -101
- package/node_modules/wrap-ansi/package.json +60 -96
- package/node_modules/wrappy/package.json +16 -49
- package/node_modules/y18n/package.json +38 -72
- package/node_modules/yallist/package.json +15 -54
- package/node_modules/yargs/package.json +67 -98
- package/node_modules/yargs-parser/package.json +47 -82
- package/package.json +62 -64
- package/src/clients/Instance.js +4 -0
- package/src/commands/extensions/delete.js +2 -1
- package/src/commands/extensions/list.js +3 -2
- package/src/commands/firmware/list.js +3 -2
- package/src/commands/images/create.js +2 -2
- package/src/commands/images/delete.js +1 -0
- package/src/commands/images/list.js +3 -2
- package/src/commands/index.js +0 -2
- package/src/commands/{agent → instances}/apps/index.js +3 -3
- package/src/commands/instances/create.js +9 -3
- package/src/commands/{agent → instances}/file.js +2 -2
- package/src/commands/instances/index.js +6 -1
- package/src/commands/instances/input.js +52 -0
- package/src/commands/instances/list.js +3 -2
- package/src/commands/instances/upgrade.js +2 -2
- package/src/commands/projects/create.js +2 -2
- package/src/commands/projects/delete.js +2 -1
- package/src/commands/projects/list.js +3 -2
- package/src/commands/webplayer/create.js +2 -2
- package/src/commands/webplayer/list.js +2 -2
- package/src/error.js +12 -6
- package/src/table.js +1 -1
- package/src/utils.js +19 -40
- package/node_modules/@jridgewell/trace-mapping/src/any-map.ts +0 -166
- package/node_modules/@jridgewell/trace-mapping/src/binary-search.ts +0 -115
- package/node_modules/@jridgewell/trace-mapping/src/by-source.ts +0 -64
- package/node_modules/@jridgewell/trace-mapping/src/resolve.ts +0 -10
- package/node_modules/@jridgewell/trace-mapping/src/sort.ts +0 -45
- package/node_modules/@jridgewell/trace-mapping/src/sourcemap-segment.ts +0 -23
- package/node_modules/@jridgewell/trace-mapping/src/strip-filename.ts +0 -8
- package/node_modules/@jridgewell/trace-mapping/src/trace-mapping.ts +0 -405
- package/node_modules/@jridgewell/trace-mapping/src/types.ts +0 -90
- package/node_modules/generate-password/.eslintrc.yml +0 -18
- package/node_modules/generate-password/.github/workflows/nodejs.yml +0 -33
- package/node_modules/generate-password/CHANGELOG.md +0 -79
- package/node_modules/generate-password/LICENSE +0 -21
- package/node_modules/generate-password/README.md +0 -61
- package/node_modules/generate-password/example.js +0 -28
- package/node_modules/generate-password/main.js +0 -1
- package/node_modules/generate-password/package.json +0 -68
- package/node_modules/generate-password/src/generate.d.ts +0 -51
- package/node_modules/generate-password/src/generate.js +0 -152
- package/node_modules/generate-password/test/coverage.sh +0 -17
- package/node_modules/generate-password/test/esm.mjs +0 -13
- package/node_modules/generate-password/test/generator.js +0 -164
- package/src/clients/TrialAccount.js +0 -76
- package/src/commands/agent/index.js +0 -27
- package/src/commands/signup.js +0 -104
- package/test.sh +0 -2
- /package/src/commands/{agent → instances}/apps/install.js +0 -0
- /package/src/commands/{agent → instances}/ready.js +0 -0
@@ -1,99 +1,67 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
"./index.js"
|
68
|
-
]
|
69
|
-
},
|
70
|
-
"funding": {
|
71
|
-
"url": "https://github.com/sponsors/ljharb"
|
72
|
-
},
|
73
|
-
"homepage": "https://github.com/ljharb/side-channel#readme",
|
74
|
-
"keywords": [
|
75
|
-
"weakmap",
|
76
|
-
"map",
|
77
|
-
"side",
|
78
|
-
"channel",
|
79
|
-
"metadata"
|
80
|
-
],
|
81
|
-
"license": "MIT",
|
82
|
-
"main": "index.js",
|
83
|
-
"name": "side-channel",
|
84
|
-
"repository": {
|
85
|
-
"type": "git",
|
86
|
-
"url": "git+https://github.com/ljharb/side-channel.git"
|
87
|
-
},
|
88
|
-
"scripts": {
|
89
|
-
"lint": "eslint .",
|
90
|
-
"posttest": "npx aud --production",
|
91
|
-
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
92
|
-
"prepublish": "safe-publish-latest",
|
93
|
-
"pretest": "npm run lint",
|
94
|
-
"test": "npm run tests-only",
|
95
|
-
"tests-only": "nyc tape 'test/**/*.js'",
|
96
|
-
"version": "auto-changelog && git add CHANGELOG.md"
|
97
|
-
},
|
98
|
-
"version": "1.0.4"
|
2
|
+
"name": "side-channel",
|
3
|
+
"version": "1.0.4",
|
4
|
+
"description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
|
5
|
+
"main": "index.js",
|
6
|
+
"exports": {
|
7
|
+
"./package.json": "./package.json",
|
8
|
+
".": [
|
9
|
+
{
|
10
|
+
"default": "./index.js"
|
11
|
+
},
|
12
|
+
"./index.js"
|
13
|
+
]
|
14
|
+
},
|
15
|
+
"scripts": {
|
16
|
+
"prepublish": "safe-publish-latest",
|
17
|
+
"lint": "eslint .",
|
18
|
+
"pretest": "npm run lint",
|
19
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
20
|
+
"test": "npm run tests-only",
|
21
|
+
"posttest": "npx aud --production",
|
22
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
23
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
24
|
+
},
|
25
|
+
"repository": {
|
26
|
+
"type": "git",
|
27
|
+
"url": "git+https://github.com/ljharb/side-channel.git"
|
28
|
+
},
|
29
|
+
"keywords": [
|
30
|
+
"weakmap",
|
31
|
+
"map",
|
32
|
+
"side",
|
33
|
+
"channel",
|
34
|
+
"metadata"
|
35
|
+
],
|
36
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
37
|
+
"funding": {
|
38
|
+
"url": "https://github.com/sponsors/ljharb"
|
39
|
+
},
|
40
|
+
"license": "MIT",
|
41
|
+
"bugs": {
|
42
|
+
"url": "https://github.com/ljharb/side-channel/issues"
|
43
|
+
},
|
44
|
+
"homepage": "https://github.com/ljharb/side-channel#readme",
|
45
|
+
"devDependencies": {
|
46
|
+
"@ljharb/eslint-config": "^17.3.0",
|
47
|
+
"aud": "^1.1.3",
|
48
|
+
"auto-changelog": "^2.2.1",
|
49
|
+
"eslint": "^7.16.0",
|
50
|
+
"nyc": "^10.3.2",
|
51
|
+
"safe-publish-latest": "^1.1.4",
|
52
|
+
"tape": "^5.0.1"
|
53
|
+
},
|
54
|
+
"dependencies": {
|
55
|
+
"call-bind": "^1.0.0",
|
56
|
+
"get-intrinsic": "^1.0.2",
|
57
|
+
"object-inspect": "^1.9.0"
|
58
|
+
},
|
59
|
+
"auto-changelog": {
|
60
|
+
"output": "CHANGELOG.md",
|
61
|
+
"template": "keepachangelog",
|
62
|
+
"unreleased": false,
|
63
|
+
"commitLimit": false,
|
64
|
+
"backfillLimit": false,
|
65
|
+
"hideCredit": true
|
66
|
+
}
|
99
67
|
}
|
@@ -1,98 +1,56 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
"engines": {
|
57
|
-
"node": ">=8"
|
58
|
-
},
|
59
|
-
"files": [
|
60
|
-
"index.js",
|
61
|
-
"index.d.ts"
|
62
|
-
],
|
63
|
-
"homepage": "https://github.com/sindresorhus/string-width#readme",
|
64
|
-
"keywords": [
|
65
|
-
"string",
|
66
|
-
"character",
|
67
|
-
"unicode",
|
68
|
-
"width",
|
69
|
-
"visual",
|
70
|
-
"column",
|
71
|
-
"columns",
|
72
|
-
"fullwidth",
|
73
|
-
"full-width",
|
74
|
-
"full",
|
75
|
-
"ansi",
|
76
|
-
"escape",
|
77
|
-
"codes",
|
78
|
-
"cli",
|
79
|
-
"command-line",
|
80
|
-
"terminal",
|
81
|
-
"console",
|
82
|
-
"cjk",
|
83
|
-
"chinese",
|
84
|
-
"japanese",
|
85
|
-
"korean",
|
86
|
-
"fixed-width"
|
87
|
-
],
|
88
|
-
"license": "MIT",
|
89
|
-
"name": "string-width",
|
90
|
-
"repository": {
|
91
|
-
"type": "git",
|
92
|
-
"url": "git+https://github.com/sindresorhus/string-width.git"
|
93
|
-
},
|
94
|
-
"scripts": {
|
95
|
-
"test": "xo && ava && tsd"
|
96
|
-
},
|
97
|
-
"version": "4.2.3"
|
2
|
+
"name": "string-width",
|
3
|
+
"version": "4.2.3",
|
4
|
+
"description": "Get the visual width of a string - the number of columns required to display it",
|
5
|
+
"license": "MIT",
|
6
|
+
"repository": "sindresorhus/string-width",
|
7
|
+
"author": {
|
8
|
+
"name": "Sindre Sorhus",
|
9
|
+
"email": "sindresorhus@gmail.com",
|
10
|
+
"url": "sindresorhus.com"
|
11
|
+
},
|
12
|
+
"engines": {
|
13
|
+
"node": ">=8"
|
14
|
+
},
|
15
|
+
"scripts": {
|
16
|
+
"test": "xo && ava && tsd"
|
17
|
+
},
|
18
|
+
"files": [
|
19
|
+
"index.js",
|
20
|
+
"index.d.ts"
|
21
|
+
],
|
22
|
+
"keywords": [
|
23
|
+
"string",
|
24
|
+
"character",
|
25
|
+
"unicode",
|
26
|
+
"width",
|
27
|
+
"visual",
|
28
|
+
"column",
|
29
|
+
"columns",
|
30
|
+
"fullwidth",
|
31
|
+
"full-width",
|
32
|
+
"full",
|
33
|
+
"ansi",
|
34
|
+
"escape",
|
35
|
+
"codes",
|
36
|
+
"cli",
|
37
|
+
"command-line",
|
38
|
+
"terminal",
|
39
|
+
"console",
|
40
|
+
"cjk",
|
41
|
+
"chinese",
|
42
|
+
"japanese",
|
43
|
+
"korean",
|
44
|
+
"fixed-width"
|
45
|
+
],
|
46
|
+
"dependencies": {
|
47
|
+
"emoji-regex": "^8.0.0",
|
48
|
+
"is-fullwidth-code-point": "^3.0.0",
|
49
|
+
"strip-ansi": "^6.0.1"
|
50
|
+
},
|
51
|
+
"devDependencies": {
|
52
|
+
"ava": "^1.4.1",
|
53
|
+
"tsd": "^0.7.1",
|
54
|
+
"xo": "^0.24.0"
|
55
|
+
}
|
98
56
|
}
|
@@ -1,47 +1,25 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "string_decoder@1.1.1",
|
9
|
-
"_id": "string_decoder@1.1.1",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
12
|
-
"_location": "/string_decoder",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "string_decoder@1.1.1",
|
18
|
-
"name": "string_decoder",
|
19
|
-
"escapedName": "string_decoder",
|
20
|
-
"rawSpec": "1.1.1",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.1.1"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/are-we-there-yet/readable-stream",
|
26
|
-
"/readable-stream",
|
27
|
-
"/superagent/readable-stream"
|
28
|
-
],
|
29
|
-
"_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
30
|
-
"_spec": "1.1.1",
|
31
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
32
|
-
"bugs": {
|
33
|
-
"url": "https://github.com/nodejs/string_decoder/issues"
|
34
|
-
},
|
2
|
+
"name": "string_decoder",
|
3
|
+
"version": "1.1.1",
|
4
|
+
"description": "The string_decoder module from Node core",
|
5
|
+
"main": "lib/string_decoder.js",
|
35
6
|
"dependencies": {
|
36
7
|
"safe-buffer": "~5.1.0"
|
37
8
|
},
|
38
|
-
"description": "The string_decoder module from Node core",
|
39
9
|
"devDependencies": {
|
40
10
|
"babel-polyfill": "^6.23.0",
|
41
11
|
"core-util-is": "^1.0.2",
|
42
12
|
"inherits": "^2.0.3",
|
43
13
|
"tap": "~0.4.8"
|
44
14
|
},
|
15
|
+
"scripts": {
|
16
|
+
"test": "tap test/parallel/*.js && node test/verify-dependencies",
|
17
|
+
"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js"
|
18
|
+
},
|
19
|
+
"repository": {
|
20
|
+
"type": "git",
|
21
|
+
"url": "git://github.com/nodejs/string_decoder.git"
|
22
|
+
},
|
45
23
|
"homepage": "https://github.com/nodejs/string_decoder",
|
46
24
|
"keywords": [
|
47
25
|
"string",
|
@@ -49,16 +27,5 @@
|
|
49
27
|
"browser",
|
50
28
|
"browserify"
|
51
29
|
],
|
52
|
-
"license": "MIT"
|
53
|
-
"main": "lib/string_decoder.js",
|
54
|
-
"name": "string_decoder",
|
55
|
-
"repository": {
|
56
|
-
"type": "git",
|
57
|
-
"url": "git://github.com/nodejs/string_decoder.git"
|
58
|
-
},
|
59
|
-
"scripts": {
|
60
|
-
"ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
|
61
|
-
"test": "tap test/parallel/*.js && node test/verify-dependencies"
|
62
|
-
},
|
63
|
-
"version": "1.1.1"
|
30
|
+
"license": "MIT"
|
64
31
|
}
|
@@ -1,95 +1,54 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
"node": ">=8"
|
55
|
-
},
|
56
|
-
"files": [
|
57
|
-
"index.js",
|
58
|
-
"index.d.ts"
|
59
|
-
],
|
60
|
-
"homepage": "https://github.com/chalk/strip-ansi#readme",
|
61
|
-
"keywords": [
|
62
|
-
"strip",
|
63
|
-
"trim",
|
64
|
-
"remove",
|
65
|
-
"ansi",
|
66
|
-
"styles",
|
67
|
-
"color",
|
68
|
-
"colour",
|
69
|
-
"colors",
|
70
|
-
"terminal",
|
71
|
-
"console",
|
72
|
-
"string",
|
73
|
-
"tty",
|
74
|
-
"escape",
|
75
|
-
"formatting",
|
76
|
-
"rgb",
|
77
|
-
"256",
|
78
|
-
"shell",
|
79
|
-
"xterm",
|
80
|
-
"log",
|
81
|
-
"logging",
|
82
|
-
"command-line",
|
83
|
-
"text"
|
84
|
-
],
|
85
|
-
"license": "MIT",
|
86
|
-
"name": "strip-ansi",
|
87
|
-
"repository": {
|
88
|
-
"type": "git",
|
89
|
-
"url": "git+https://github.com/chalk/strip-ansi.git"
|
90
|
-
},
|
91
|
-
"scripts": {
|
92
|
-
"test": "xo && ava && tsd"
|
93
|
-
},
|
94
|
-
"version": "6.0.1"
|
2
|
+
"name": "strip-ansi",
|
3
|
+
"version": "6.0.1",
|
4
|
+
"description": "Strip ANSI escape codes from a string",
|
5
|
+
"license": "MIT",
|
6
|
+
"repository": "chalk/strip-ansi",
|
7
|
+
"author": {
|
8
|
+
"name": "Sindre Sorhus",
|
9
|
+
"email": "sindresorhus@gmail.com",
|
10
|
+
"url": "sindresorhus.com"
|
11
|
+
},
|
12
|
+
"engines": {
|
13
|
+
"node": ">=8"
|
14
|
+
},
|
15
|
+
"scripts": {
|
16
|
+
"test": "xo && ava && tsd"
|
17
|
+
},
|
18
|
+
"files": [
|
19
|
+
"index.js",
|
20
|
+
"index.d.ts"
|
21
|
+
],
|
22
|
+
"keywords": [
|
23
|
+
"strip",
|
24
|
+
"trim",
|
25
|
+
"remove",
|
26
|
+
"ansi",
|
27
|
+
"styles",
|
28
|
+
"color",
|
29
|
+
"colour",
|
30
|
+
"colors",
|
31
|
+
"terminal",
|
32
|
+
"console",
|
33
|
+
"string",
|
34
|
+
"tty",
|
35
|
+
"escape",
|
36
|
+
"formatting",
|
37
|
+
"rgb",
|
38
|
+
"256",
|
39
|
+
"shell",
|
40
|
+
"xterm",
|
41
|
+
"log",
|
42
|
+
"logging",
|
43
|
+
"command-line",
|
44
|
+
"text"
|
45
|
+
],
|
46
|
+
"dependencies": {
|
47
|
+
"ansi-regex": "^5.0.1"
|
48
|
+
},
|
49
|
+
"devDependencies": {
|
50
|
+
"ava": "^2.4.0",
|
51
|
+
"tsd": "^0.10.0",
|
52
|
+
"xo": "^0.25.3"
|
53
|
+
}
|
95
54
|
}
|