@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,63 +1,28 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"semver@5.7.1",
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "semver@5.7.1",
|
9
|
-
"_id": "semver@5.7.1",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
|
12
|
-
"_location": "/@babel/cli/semver",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "semver@5.7.1",
|
18
|
-
"name": "semver",
|
19
|
-
"escapedName": "semver",
|
20
|
-
"rawSpec": "5.7.1",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "5.7.1"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/@babel/cli/make-dir"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
28
|
-
"_spec": "5.7.1",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"bin": {
|
31
|
-
"semver": "bin/semver"
|
32
|
-
},
|
33
|
-
"bugs": {
|
34
|
-
"url": "https://github.com/npm/node-semver/issues"
|
35
|
-
},
|
2
|
+
"name": "semver",
|
3
|
+
"version": "5.7.1",
|
36
4
|
"description": "The semantic version parser used by npm.",
|
5
|
+
"main": "semver.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "tap",
|
8
|
+
"preversion": "npm test",
|
9
|
+
"postversion": "npm publish",
|
10
|
+
"postpublish": "git push origin --all; git push origin --tags"
|
11
|
+
},
|
37
12
|
"devDependencies": {
|
38
13
|
"tap": "^13.0.0-rc.18"
|
39
14
|
},
|
15
|
+
"license": "ISC",
|
16
|
+
"repository": "https://github.com/npm/node-semver",
|
17
|
+
"bin": {
|
18
|
+
"semver": "./bin/semver"
|
19
|
+
},
|
40
20
|
"files": [
|
41
21
|
"bin",
|
42
22
|
"range.bnf",
|
43
23
|
"semver.js"
|
44
24
|
],
|
45
|
-
"homepage": "https://github.com/npm/node-semver#readme",
|
46
|
-
"license": "ISC",
|
47
|
-
"main": "semver.js",
|
48
|
-
"name": "semver",
|
49
|
-
"repository": {
|
50
|
-
"type": "git",
|
51
|
-
"url": "git+https://github.com/npm/node-semver.git"
|
52
|
-
},
|
53
|
-
"scripts": {
|
54
|
-
"postpublish": "git push origin --all; git push origin --tags",
|
55
|
-
"postversion": "npm publish",
|
56
|
-
"preversion": "npm test",
|
57
|
-
"test": "tap"
|
58
|
-
},
|
59
25
|
"tap": {
|
60
26
|
"check-coverage": true
|
61
|
-
}
|
62
|
-
"version": "5.7.1"
|
27
|
+
}
|
63
28
|
}
|
@@ -1,69 +1,34 @@
|
|
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
|
-
"bugs": {
|
36
|
-
"url": "https://github.com/sindresorhus/slash/issues"
|
37
|
-
},
|
38
|
-
"description": "Convert Windows backslash paths to slash paths",
|
39
|
-
"devDependencies": {
|
40
|
-
"ava": "*",
|
41
|
-
"xo": "*"
|
42
|
-
},
|
43
|
-
"engines": {
|
44
|
-
"node": ">=6"
|
45
|
-
},
|
46
|
-
"files": [
|
47
|
-
"index.js"
|
48
|
-
],
|
49
|
-
"homepage": "https://github.com/sindresorhus/slash#readme",
|
50
|
-
"keywords": [
|
51
|
-
"path",
|
52
|
-
"seperator",
|
53
|
-
"sep",
|
54
|
-
"slash",
|
55
|
-
"backslash",
|
56
|
-
"windows",
|
57
|
-
"win"
|
58
|
-
],
|
59
|
-
"license": "MIT",
|
60
|
-
"name": "slash",
|
61
|
-
"repository": {
|
62
|
-
"type": "git",
|
63
|
-
"url": "git+https://github.com/sindresorhus/slash.git"
|
64
|
-
},
|
65
|
-
"scripts": {
|
66
|
-
"test": "xo && ava"
|
67
|
-
},
|
68
|
-
"version": "2.0.0"
|
2
|
+
"name": "slash",
|
3
|
+
"version": "2.0.0",
|
4
|
+
"description": "Convert Windows backslash paths to slash paths",
|
5
|
+
"license": "MIT",
|
6
|
+
"repository": "sindresorhus/slash",
|
7
|
+
"author": {
|
8
|
+
"name": "Sindre Sorhus",
|
9
|
+
"email": "sindresorhus@gmail.com",
|
10
|
+
"url": "sindresorhus.com"
|
11
|
+
},
|
12
|
+
"engines": {
|
13
|
+
"node": ">=6"
|
14
|
+
},
|
15
|
+
"scripts": {
|
16
|
+
"test": "xo && ava"
|
17
|
+
},
|
18
|
+
"files": [
|
19
|
+
"index.js"
|
20
|
+
],
|
21
|
+
"keywords": [
|
22
|
+
"path",
|
23
|
+
"seperator",
|
24
|
+
"sep",
|
25
|
+
"slash",
|
26
|
+
"backslash",
|
27
|
+
"windows",
|
28
|
+
"win"
|
29
|
+
],
|
30
|
+
"devDependencies": {
|
31
|
+
"ava": "*",
|
32
|
+
"xo": "*"
|
33
|
+
}
|
69
34
|
}
|
@@ -1,65 +1,19 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"@babel/cli@7.18.9",
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "@babel/cli@7.18.9",
|
9
|
-
"_id": "@babel/cli@7.18.9",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q==",
|
12
|
-
"_location": "/@babel/cli",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "@babel/cli@7.18.9",
|
18
|
-
"name": "@babel/cli",
|
19
|
-
"escapedName": "@babel%2fcli",
|
20
|
-
"scope": "@babel",
|
21
|
-
"rawSpec": "7.18.9",
|
22
|
-
"saveSpec": null,
|
23
|
-
"fetchSpec": "7.18.9"
|
24
|
-
},
|
25
|
-
"_requiredBy": [
|
26
|
-
"/@corellium/client-api"
|
27
|
-
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.18.9.tgz",
|
29
|
-
"_spec": "7.18.9",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "The Babel Team",
|
33
|
-
"url": "https://babel.dev/team"
|
34
|
-
},
|
35
|
-
"bin": {
|
36
|
-
"babel": "bin/babel.js",
|
37
|
-
"babel-external-helpers": "bin/babel-external-helpers.js"
|
38
|
-
},
|
39
|
-
"bugs": {
|
40
|
-
"url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen"
|
41
|
-
},
|
42
|
-
"dependencies": {
|
43
|
-
"@jridgewell/trace-mapping": "^0.3.8",
|
44
|
-
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
|
45
|
-
"chokidar": "^3.4.0",
|
46
|
-
"commander": "^4.0.1",
|
47
|
-
"convert-source-map": "^1.1.0",
|
48
|
-
"fs-readdir-recursive": "^1.1.0",
|
49
|
-
"glob": "^7.0.0",
|
50
|
-
"make-dir": "^2.1.0",
|
51
|
-
"slash": "^2.0.0"
|
52
|
-
},
|
2
|
+
"name": "@babel/cli",
|
3
|
+
"version": "7.18.9",
|
53
4
|
"description": "Babel command line.",
|
54
|
-
"
|
55
|
-
|
56
|
-
|
57
|
-
|
5
|
+
"author": "The Babel Team (https://babel.dev/team)",
|
6
|
+
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
7
|
+
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen",
|
8
|
+
"license": "MIT",
|
9
|
+
"publishConfig": {
|
10
|
+
"access": "public"
|
58
11
|
},
|
59
|
-
"
|
60
|
-
"
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "https://github.com/babel/babel.git",
|
15
|
+
"directory": "packages/babel-cli"
|
61
16
|
},
|
62
|
-
"homepage": "https://babel.dev/docs/en/next/babel-cli",
|
63
17
|
"keywords": [
|
64
18
|
"6to5",
|
65
19
|
"babel",
|
@@ -69,8 +23,15 @@
|
|
69
23
|
"babel-cli",
|
70
24
|
"compiler"
|
71
25
|
],
|
72
|
-
"
|
73
|
-
|
26
|
+
"dependencies": {
|
27
|
+
"@jridgewell/trace-mapping": "^0.3.8",
|
28
|
+
"commander": "^4.0.1",
|
29
|
+
"convert-source-map": "^1.1.0",
|
30
|
+
"fs-readdir-recursive": "^1.1.0",
|
31
|
+
"glob": "^7.0.0",
|
32
|
+
"make-dir": "^2.1.0",
|
33
|
+
"slash": "^2.0.0"
|
34
|
+
},
|
74
35
|
"optionalDependencies": {
|
75
36
|
"@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
|
76
37
|
"chokidar": "^3.4.0"
|
@@ -78,14 +39,17 @@
|
|
78
39
|
"peerDependencies": {
|
79
40
|
"@babel/core": "^7.0.0-0"
|
80
41
|
},
|
81
|
-
"
|
82
|
-
"
|
42
|
+
"devDependencies": {
|
43
|
+
"@babel/core": "^7.18.9",
|
44
|
+
"@babel/helper-fixtures": "^7.18.6",
|
45
|
+
"rimraf": "^3.0.0"
|
83
46
|
},
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"
|
87
|
-
|
47
|
+
"bin": {
|
48
|
+
"babel": "./bin/babel.js",
|
49
|
+
"babel-external-helpers": "./bin/babel-external-helpers.js"
|
50
|
+
},
|
51
|
+
"engines": {
|
52
|
+
"node": ">=6.9.0"
|
88
53
|
},
|
89
|
-
"type": "commonjs"
|
90
|
-
|
91
|
-
}
|
54
|
+
"type": "commonjs"
|
55
|
+
}
|
@@ -1,33 +1,14 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
"_integrity": "sha512-5prG1OBlSzxXyNcJFhxnFeKbIrNhecCY8hw79m+dDyUDOvu9M3RMwCRNUvGJxWcCblbFElGyu8AV1RCkL++r/g==",
|
12
|
-
"_location": "/@corellium/client-api",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "@corellium/client-api@0.1.0",
|
18
|
-
"name": "@corellium/client-api",
|
19
|
-
"escapedName": "@corellium%2fclient-api",
|
20
|
-
"scope": "@corellium",
|
21
|
-
"rawSpec": "0.1.0",
|
22
|
-
"saveSpec": null,
|
23
|
-
"fetchSpec": "0.1.0"
|
2
|
+
"name": "@corellium/client-api",
|
3
|
+
"version": "0.1.0",
|
4
|
+
"description": "Corellium Client API",
|
5
|
+
"license": "Apache-2.0",
|
6
|
+
"main": "dist/index.js",
|
7
|
+
"scripts": {
|
8
|
+
"build": "babel src -d dist",
|
9
|
+
"prepare": "npm run build",
|
10
|
+
"test": "mocha --require @babel/register --recursive"
|
24
11
|
},
|
25
|
-
"_requiredBy": [
|
26
|
-
"/"
|
27
|
-
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/@corellium/client-api/-/client-api-0.1.0.tgz",
|
29
|
-
"_spec": "0.1.0",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
12
|
"browser": {
|
32
13
|
"fs": false
|
33
14
|
},
|
@@ -35,7 +16,6 @@
|
|
35
16
|
"@babel/cli": "^7.0.0",
|
36
17
|
"superagent": "^5.3.0"
|
37
18
|
},
|
38
|
-
"description": "Corellium Client API",
|
39
19
|
"devDependencies": {
|
40
20
|
"@babel/core": "^7.0.0",
|
41
21
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
@@ -62,14 +42,5 @@
|
|
62
42
|
},
|
63
43
|
"files": [
|
64
44
|
"dist"
|
65
|
-
]
|
66
|
-
"license": "Apache-2.0",
|
67
|
-
"main": "dist/index.js",
|
68
|
-
"name": "@corellium/client-api",
|
69
|
-
"scripts": {
|
70
|
-
"build": "babel src -d dist",
|
71
|
-
"prepare": "npm run build",
|
72
|
-
"test": "mocha --require @babel/register --recursive"
|
73
|
-
},
|
74
|
-
"version": "0.1.0"
|
45
|
+
]
|
75
46
|
}
|
@@ -1,58 +1,19 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"@jridgewell/resolve-uri@3.1.0",
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "@jridgewell/resolve-uri@3.1.0",
|
9
|
-
"_id": "@jridgewell/resolve-uri@3.1.0",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
|
12
|
-
"_location": "/@jridgewell/resolve-uri",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "@jridgewell/resolve-uri@3.1.0",
|
18
|
-
"name": "@jridgewell/resolve-uri",
|
19
|
-
"escapedName": "@jridgewell%2fresolve-uri",
|
20
|
-
"scope": "@jridgewell",
|
21
|
-
"rawSpec": "3.1.0",
|
22
|
-
"saveSpec": null,
|
23
|
-
"fetchSpec": "3.1.0"
|
24
|
-
},
|
25
|
-
"_requiredBy": [
|
26
|
-
"/@jridgewell/trace-mapping"
|
27
|
-
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
|
29
|
-
"_spec": "3.1.0",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "Justin Ridgewell",
|
33
|
-
"email": "justin@ridgewell.name"
|
34
|
-
},
|
35
|
-
"bugs": {
|
36
|
-
"url": "https://github.com/jridgewell/resolve-uri/issues"
|
37
|
-
},
|
2
|
+
"name": "@jridgewell/resolve-uri",
|
3
|
+
"version": "3.1.0",
|
38
4
|
"description": "Resolve a URI relative to an optional base URI",
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
"typescript": "4.5.5"
|
52
|
-
},
|
53
|
-
"engines": {
|
54
|
-
"node": ">=6.0.0"
|
55
|
-
},
|
5
|
+
"keywords": [
|
6
|
+
"resolve",
|
7
|
+
"uri",
|
8
|
+
"url",
|
9
|
+
"path"
|
10
|
+
],
|
11
|
+
"author": "Justin Ridgewell <justin@ridgewell.name>",
|
12
|
+
"license": "MIT",
|
13
|
+
"repository": "https://github.com/jridgewell/resolve-uri",
|
14
|
+
"main": "dist/resolve-uri.umd.js",
|
15
|
+
"module": "dist/resolve-uri.mjs",
|
16
|
+
"typings": "dist/types/resolve-uri.d.ts",
|
56
17
|
"exports": {
|
57
18
|
".": [
|
58
19
|
{
|
@@ -68,41 +29,41 @@
|
|
68
29
|
"files": [
|
69
30
|
"dist"
|
70
31
|
],
|
71
|
-
"
|
72
|
-
|
73
|
-
"resolve",
|
74
|
-
"uri",
|
75
|
-
"url",
|
76
|
-
"path"
|
77
|
-
],
|
78
|
-
"license": "MIT",
|
79
|
-
"main": "dist/resolve-uri.umd.js",
|
80
|
-
"module": "dist/resolve-uri.mjs",
|
81
|
-
"name": "@jridgewell/resolve-uri",
|
82
|
-
"repository": {
|
83
|
-
"type": "git",
|
84
|
-
"url": "git+https://github.com/jridgewell/resolve-uri.git"
|
32
|
+
"engines": {
|
33
|
+
"node": ">=6.0.0"
|
85
34
|
},
|
86
35
|
"scripts": {
|
36
|
+
"prebuild": "rm -rf dist",
|
87
37
|
"build": "run-s -n build:*",
|
88
38
|
"build:rollup": "rollup -c rollup.config.js",
|
89
39
|
"build:ts": "tsc --project tsconfig.build.json",
|
90
40
|
"lint": "run-s -n lint:*",
|
91
41
|
"lint:prettier": "npm run test:lint:prettier -- --write",
|
92
42
|
"lint:ts": "npm run test:lint:ts -- --fix",
|
93
|
-
"prebuild": "rm -rf dist",
|
94
|
-
"prepublishOnly": "npm run preversion",
|
95
43
|
"pretest": "run-s build:rollup",
|
96
|
-
"preversion": "run-s test build",
|
97
44
|
"test": "run-s -n test:lint test:only",
|
98
|
-
"test:coverage": "c8 mocha",
|
99
45
|
"test:debug": "mocha --inspect-brk",
|
100
46
|
"test:lint": "run-s -n test:lint:*",
|
101
47
|
"test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
|
102
48
|
"test:lint:ts": "eslint '{src,test}/**/*.ts'",
|
103
49
|
"test:only": "mocha",
|
104
|
-
"test:
|
50
|
+
"test:coverage": "c8 mocha",
|
51
|
+
"test:watch": "mocha --watch",
|
52
|
+
"prepublishOnly": "npm run preversion",
|
53
|
+
"preversion": "run-s test build"
|
105
54
|
},
|
106
|
-
"
|
107
|
-
|
55
|
+
"devDependencies": {
|
56
|
+
"@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
|
57
|
+
"@rollup/plugin-typescript": "8.3.0",
|
58
|
+
"@typescript-eslint/eslint-plugin": "5.10.0",
|
59
|
+
"@typescript-eslint/parser": "5.10.0",
|
60
|
+
"c8": "7.11.0",
|
61
|
+
"eslint": "8.7.0",
|
62
|
+
"eslint-config-prettier": "8.3.0",
|
63
|
+
"mocha": "9.2.0",
|
64
|
+
"npm-run-all": "4.1.5",
|
65
|
+
"prettier": "2.5.1",
|
66
|
+
"rollup": "2.66.0",
|
67
|
+
"typescript": "4.5.5"
|
68
|
+
}
|
108
69
|
}
|
@@ -1,58 +1,18 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
2
|
+
"name": "@jridgewell/sourcemap-codec",
|
3
|
+
"version": "1.4.14",
|
4
|
+
"description": "Encode/decode sourcemap mappings",
|
5
|
+
"keywords": [
|
6
|
+
"sourcemap",
|
7
|
+
"vlq"
|
7
8
|
],
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
|
13
|
-
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "@jridgewell/sourcemap-codec@1.4.14",
|
18
|
-
"name": "@jridgewell/sourcemap-codec",
|
19
|
-
"escapedName": "@jridgewell%2fsourcemap-codec",
|
20
|
-
"scope": "@jridgewell",
|
21
|
-
"rawSpec": "1.4.14",
|
22
|
-
"saveSpec": null,
|
23
|
-
"fetchSpec": "1.4.14"
|
24
|
-
},
|
25
|
-
"_requiredBy": [
|
26
|
-
"/@jridgewell/trace-mapping"
|
9
|
+
"main": "dist/sourcemap-codec.umd.js",
|
10
|
+
"module": "dist/sourcemap-codec.mjs",
|
11
|
+
"typings": "dist/types/sourcemap-codec.d.ts",
|
12
|
+
"files": [
|
13
|
+
"dist",
|
14
|
+
"src"
|
27
15
|
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
|
29
|
-
"_spec": "1.4.14",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "Rich Harris"
|
33
|
-
},
|
34
|
-
"bugs": {
|
35
|
-
"url": "https://github.com/jridgewell/sourcemap-codec/issues"
|
36
|
-
},
|
37
|
-
"description": "Encode/decode sourcemap mappings",
|
38
|
-
"devDependencies": {
|
39
|
-
"@rollup/plugin-typescript": "8.3.0",
|
40
|
-
"@types/node": "17.0.15",
|
41
|
-
"@typescript-eslint/eslint-plugin": "5.10.0",
|
42
|
-
"@typescript-eslint/parser": "5.10.0",
|
43
|
-
"benchmark": "2.1.4",
|
44
|
-
"c8": "7.11.2",
|
45
|
-
"eslint": "8.7.0",
|
46
|
-
"eslint-config-prettier": "8.3.0",
|
47
|
-
"mocha": "9.2.0",
|
48
|
-
"npm-run-all": "4.1.5",
|
49
|
-
"prettier": "2.5.1",
|
50
|
-
"rollup": "2.64.0",
|
51
|
-
"source-map": "0.6.1",
|
52
|
-
"source-map-js": "1.0.2",
|
53
|
-
"sourcemap-codec": "1.4.8",
|
54
|
-
"typescript": "4.5.4"
|
55
|
-
},
|
56
16
|
"exports": {
|
57
17
|
".": [
|
58
18
|
{
|
@@ -65,23 +25,6 @@
|
|
65
25
|
],
|
66
26
|
"./package.json": "./package.json"
|
67
27
|
},
|
68
|
-
"files": [
|
69
|
-
"dist",
|
70
|
-
"src"
|
71
|
-
],
|
72
|
-
"homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
|
73
|
-
"keywords": [
|
74
|
-
"sourcemap",
|
75
|
-
"vlq"
|
76
|
-
],
|
77
|
-
"license": "MIT",
|
78
|
-
"main": "dist/sourcemap-codec.umd.js",
|
79
|
-
"module": "dist/sourcemap-codec.mjs",
|
80
|
-
"name": "@jridgewell/sourcemap-codec",
|
81
|
-
"repository": {
|
82
|
-
"type": "git",
|
83
|
-
"url": "git+https://github.com/jridgewell/sourcemap-codec.git"
|
84
|
-
},
|
85
28
|
"scripts": {
|
86
29
|
"benchmark": "run-s build:rollup benchmark:*",
|
87
30
|
"benchmark:install": "cd benchmark && npm install",
|
@@ -94,17 +37,39 @@
|
|
94
37
|
"lint:ts": "npm run test:lint:ts -- --fix",
|
95
38
|
"prebuild": "rm -rf dist",
|
96
39
|
"prepublishOnly": "npm run preversion",
|
97
|
-
"pretest": "run-s build:rollup",
|
98
40
|
"preversion": "run-s test build",
|
41
|
+
"pretest": "run-s build:rollup",
|
99
42
|
"test": "run-s -n test:lint test:only",
|
100
|
-
"test:coverage": "c8 mocha",
|
101
43
|
"test:debug": "mocha --inspect-brk",
|
102
44
|
"test:lint": "run-s -n test:lint:*",
|
103
45
|
"test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
|
104
46
|
"test:lint:ts": "eslint '{src,test}/**/*.ts'",
|
105
47
|
"test:only": "mocha",
|
48
|
+
"test:coverage": "c8 mocha",
|
106
49
|
"test:watch": "mocha --watch"
|
107
50
|
},
|
108
|
-
"
|
109
|
-
|
51
|
+
"repository": {
|
52
|
+
"type": "git",
|
53
|
+
"url": "git+https://github.com/jridgewell/sourcemap-codec.git"
|
54
|
+
},
|
55
|
+
"author": "Rich Harris",
|
56
|
+
"license": "MIT",
|
57
|
+
"devDependencies": {
|
58
|
+
"@rollup/plugin-typescript": "8.3.0",
|
59
|
+
"@types/node": "17.0.15",
|
60
|
+
"@typescript-eslint/eslint-plugin": "5.10.0",
|
61
|
+
"@typescript-eslint/parser": "5.10.0",
|
62
|
+
"benchmark": "2.1.4",
|
63
|
+
"c8": "7.11.2",
|
64
|
+
"eslint": "8.7.0",
|
65
|
+
"eslint-config-prettier": "8.3.0",
|
66
|
+
"mocha": "9.2.0",
|
67
|
+
"npm-run-all": "4.1.5",
|
68
|
+
"prettier": "2.5.1",
|
69
|
+
"rollup": "2.64.0",
|
70
|
+
"source-map": "0.6.1",
|
71
|
+
"source-map-js": "1.0.2",
|
72
|
+
"sourcemap-codec": "1.4.8",
|
73
|
+
"typescript": "4.5.4"
|
74
|
+
}
|
110
75
|
}
|