@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,96 +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
|
-
},
|
57
|
-
"files": [
|
58
|
-
"index.js",
|
59
|
-
"index.d.ts"
|
60
|
-
],
|
61
|
-
"funding": "https://github.com/chalk/ansi-styles?sponsor=1",
|
62
|
-
"homepage": "https://github.com/chalk/ansi-styles#readme",
|
63
|
-
"keywords": [
|
64
|
-
"ansi",
|
65
|
-
"styles",
|
66
|
-
"color",
|
67
|
-
"colour",
|
68
|
-
"colors",
|
69
|
-
"terminal",
|
70
|
-
"console",
|
71
|
-
"cli",
|
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": "ansi-styles",
|
87
|
-
"repository": {
|
88
|
-
"type": "git",
|
89
|
-
"url": "git+https://github.com/chalk/ansi-styles.git"
|
90
|
-
},
|
91
|
-
"scripts": {
|
92
|
-
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
|
93
|
-
"test": "xo && ava && tsd"
|
94
|
-
},
|
95
|
-
"version": "4.3.0"
|
2
|
+
"name": "ansi-styles",
|
3
|
+
"version": "4.3.0",
|
4
|
+
"description": "ANSI escape codes for styling strings in the terminal",
|
5
|
+
"license": "MIT",
|
6
|
+
"repository": "chalk/ansi-styles",
|
7
|
+
"funding": "https://github.com/chalk/ansi-styles?sponsor=1",
|
8
|
+
"author": {
|
9
|
+
"name": "Sindre Sorhus",
|
10
|
+
"email": "sindresorhus@gmail.com",
|
11
|
+
"url": "sindresorhus.com"
|
12
|
+
},
|
13
|
+
"engines": {
|
14
|
+
"node": ">=8"
|
15
|
+
},
|
16
|
+
"scripts": {
|
17
|
+
"test": "xo && ava && tsd",
|
18
|
+
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
|
19
|
+
},
|
20
|
+
"files": [
|
21
|
+
"index.js",
|
22
|
+
"index.d.ts"
|
23
|
+
],
|
24
|
+
"keywords": [
|
25
|
+
"ansi",
|
26
|
+
"styles",
|
27
|
+
"color",
|
28
|
+
"colour",
|
29
|
+
"colors",
|
30
|
+
"terminal",
|
31
|
+
"console",
|
32
|
+
"cli",
|
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
|
+
"color-convert": "^2.0.1"
|
48
|
+
},
|
49
|
+
"devDependencies": {
|
50
|
+
"@types/color-convert": "^1.9.0",
|
51
|
+
"ava": "^2.3.0",
|
52
|
+
"svg-term-cli": "^2.1.1",
|
53
|
+
"tsd": "^0.11.0",
|
54
|
+
"xo": "^0.25.3"
|
55
|
+
}
|
96
56
|
}
|
@@ -1,57 +1,25 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
"_from": "anymatch@3.1.2",
|
9
|
-
"_id": "anymatch@3.1.2",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
|
12
|
-
"_location": "/anymatch",
|
13
|
-
"_optional": true,
|
14
|
-
"_phantomChildren": {},
|
15
|
-
"_requested": {
|
16
|
-
"type": "version",
|
17
|
-
"registry": true,
|
18
|
-
"raw": "anymatch@3.1.2",
|
19
|
-
"name": "anymatch",
|
20
|
-
"escapedName": "anymatch",
|
21
|
-
"rawSpec": "3.1.2",
|
22
|
-
"saveSpec": null,
|
23
|
-
"fetchSpec": "3.1.2"
|
24
|
-
},
|
25
|
-
"_requiredBy": [
|
26
|
-
"/chokidar"
|
2
|
+
"name": "anymatch",
|
3
|
+
"version": "3.1.2",
|
4
|
+
"description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
|
5
|
+
"files": [
|
6
|
+
"index.js",
|
7
|
+
"index.d.ts"
|
27
8
|
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
|
29
|
-
"_spec": "3.1.2",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "Elan Shanker",
|
33
|
-
"url": "https://github.com/es128"
|
34
|
-
},
|
35
|
-
"bugs": {
|
36
|
-
"url": "https://github.com/micromatch/anymatch/issues"
|
37
|
-
},
|
38
9
|
"dependencies": {
|
39
10
|
"normalize-path": "^3.0.0",
|
40
11
|
"picomatch": "^2.0.4"
|
41
12
|
},
|
42
|
-
"
|
43
|
-
|
44
|
-
"
|
45
|
-
"nyc": "^14.0.0"
|
46
|
-
},
|
47
|
-
"engines": {
|
48
|
-
"node": ">= 8"
|
13
|
+
"author": {
|
14
|
+
"name": "Elan Shanker",
|
15
|
+
"url": "https://github.com/es128"
|
49
16
|
},
|
50
|
-
"
|
51
|
-
"index.js",
|
52
|
-
"index.d.ts"
|
53
|
-
],
|
17
|
+
"license": "ISC",
|
54
18
|
"homepage": "https://github.com/micromatch/anymatch",
|
19
|
+
"repository": {
|
20
|
+
"type": "git",
|
21
|
+
"url": "https://github.com/micromatch/anymatch"
|
22
|
+
},
|
55
23
|
"keywords": [
|
56
24
|
"match",
|
57
25
|
"any",
|
@@ -66,15 +34,15 @@
|
|
66
34
|
"expression",
|
67
35
|
"function"
|
68
36
|
],
|
69
|
-
"license": "ISC",
|
70
|
-
"name": "anymatch",
|
71
|
-
"repository": {
|
72
|
-
"type": "git",
|
73
|
-
"url": "git+https://github.com/micromatch/anymatch.git"
|
74
|
-
},
|
75
37
|
"scripts": {
|
76
|
-
"
|
77
|
-
"
|
38
|
+
"test": "nyc mocha",
|
39
|
+
"mocha": "mocha"
|
40
|
+
},
|
41
|
+
"devDependencies": {
|
42
|
+
"mocha": "^6.1.3",
|
43
|
+
"nyc": "^14.0.0"
|
78
44
|
},
|
79
|
-
"
|
45
|
+
"engines": {
|
46
|
+
"node": ">= 8"
|
47
|
+
}
|
80
48
|
}
|
@@ -1,43 +1,49 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "asynckit@0.4.0",
|
18
|
-
"name": "asynckit",
|
19
|
-
"escapedName": "asynckit",
|
20
|
-
"rawSpec": "0.4.0",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "0.4.0"
|
2
|
+
"name": "asynckit",
|
3
|
+
"version": "0.4.0",
|
4
|
+
"description": "Minimal async jobs utility library, with streams support",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"clean": "rimraf coverage",
|
8
|
+
"lint": "eslint *.js lib/*.js test/*.js",
|
9
|
+
"test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
|
10
|
+
"win-test": "tape test/test-*.js",
|
11
|
+
"browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
|
12
|
+
"report": "istanbul report",
|
13
|
+
"size": "browserify index.js | size-table asynckit",
|
14
|
+
"debug": "tape test/test-*.js"
|
23
15
|
},
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
16
|
+
"pre-commit": [
|
17
|
+
"clean",
|
18
|
+
"lint",
|
19
|
+
"test",
|
20
|
+
"browser",
|
21
|
+
"report",
|
22
|
+
"size"
|
28
23
|
],
|
29
|
-
"
|
30
|
-
|
31
|
-
|
32
|
-
"author": {
|
33
|
-
"name": "Alex Indigo",
|
34
|
-
"email": "iam@alexindigo.com"
|
24
|
+
"repository": {
|
25
|
+
"type": "git",
|
26
|
+
"url": "git+https://github.com/alexindigo/asynckit.git"
|
35
27
|
},
|
28
|
+
"keywords": [
|
29
|
+
"async",
|
30
|
+
"jobs",
|
31
|
+
"parallel",
|
32
|
+
"serial",
|
33
|
+
"iterator",
|
34
|
+
"array",
|
35
|
+
"object",
|
36
|
+
"stream",
|
37
|
+
"destroy",
|
38
|
+
"terminate",
|
39
|
+
"abort"
|
40
|
+
],
|
41
|
+
"author": "Alex Indigo <iam@alexindigo.com>",
|
42
|
+
"license": "MIT",
|
36
43
|
"bugs": {
|
37
44
|
"url": "https://github.com/alexindigo/asynckit/issues"
|
38
45
|
},
|
39
|
-
"
|
40
|
-
"description": "Minimal async jobs utility library, with streams support",
|
46
|
+
"homepage": "https://github.com/alexindigo/asynckit#readme",
|
41
47
|
"devDependencies": {
|
42
48
|
"browserify": "^13.0.0",
|
43
49
|
"browserify-istanbul": "^2.0.0",
|
@@ -53,44 +59,5 @@
|
|
53
59
|
"tap-spec": "^4.1.1",
|
54
60
|
"tape": "^4.5.1"
|
55
61
|
},
|
56
|
-
"
|
57
|
-
"keywords": [
|
58
|
-
"async",
|
59
|
-
"jobs",
|
60
|
-
"parallel",
|
61
|
-
"serial",
|
62
|
-
"iterator",
|
63
|
-
"array",
|
64
|
-
"object",
|
65
|
-
"stream",
|
66
|
-
"destroy",
|
67
|
-
"terminate",
|
68
|
-
"abort"
|
69
|
-
],
|
70
|
-
"license": "MIT",
|
71
|
-
"main": "index.js",
|
72
|
-
"name": "asynckit",
|
73
|
-
"pre-commit": [
|
74
|
-
"clean",
|
75
|
-
"lint",
|
76
|
-
"test",
|
77
|
-
"browser",
|
78
|
-
"report",
|
79
|
-
"size"
|
80
|
-
],
|
81
|
-
"repository": {
|
82
|
-
"type": "git",
|
83
|
-
"url": "git+https://github.com/alexindigo/asynckit.git"
|
84
|
-
},
|
85
|
-
"scripts": {
|
86
|
-
"browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
|
87
|
-
"clean": "rimraf coverage",
|
88
|
-
"debug": "tape test/test-*.js",
|
89
|
-
"lint": "eslint *.js lib/*.js test/*.js",
|
90
|
-
"report": "istanbul report",
|
91
|
-
"size": "browserify index.js | size-table asynckit",
|
92
|
-
"test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
|
93
|
-
"win-test": "tape test/test-*.js"
|
94
|
-
},
|
95
|
-
"version": "0.4.0"
|
62
|
+
"dependencies": {}
|
96
63
|
}
|
@@ -1,53 +1,35 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "axios@0.27.2",
|
18
|
-
"name": "axios",
|
19
|
-
"escapedName": "axios",
|
20
|
-
"rawSpec": "0.27.2",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "0.27.2"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
28
|
-
"_spec": "0.27.2",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"author": {
|
31
|
-
"name": "Matt Zabriskie"
|
2
|
+
"name": "axios",
|
3
|
+
"version": "0.27.2",
|
4
|
+
"description": "Promise based HTTP client for the browser and node.js",
|
5
|
+
"main": "index.js",
|
6
|
+
"types": "index.d.ts",
|
7
|
+
"scripts": {
|
8
|
+
"test": "grunt test && dtslint",
|
9
|
+
"start": "node ./sandbox/server.js",
|
10
|
+
"preversion": "grunt version && npm test",
|
11
|
+
"build": "NODE_ENV=production grunt build",
|
12
|
+
"examples": "node ./examples/server.js",
|
13
|
+
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
14
|
+
"fix": "eslint --fix lib/**/*.js"
|
32
15
|
},
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
16
|
+
"repository": {
|
17
|
+
"type": "git",
|
18
|
+
"url": "https://github.com/axios/axios.git"
|
36
19
|
},
|
20
|
+
"keywords": [
|
21
|
+
"xhr",
|
22
|
+
"http",
|
23
|
+
"ajax",
|
24
|
+
"promise",
|
25
|
+
"node"
|
26
|
+
],
|
27
|
+
"author": "Matt Zabriskie",
|
28
|
+
"license": "MIT",
|
37
29
|
"bugs": {
|
38
30
|
"url": "https://github.com/axios/axios/issues"
|
39
31
|
},
|
40
|
-
"
|
41
|
-
{
|
42
|
-
"path": "./dist/axios.min.js",
|
43
|
-
"threshold": "5kB"
|
44
|
-
}
|
45
|
-
],
|
46
|
-
"dependencies": {
|
47
|
-
"follow-redirects": "^1.14.9",
|
48
|
-
"form-data": "^4.0.0"
|
49
|
-
},
|
50
|
-
"description": "Promise based HTTP client for the browser and node.js",
|
32
|
+
"homepage": "https://axios-http.com",
|
51
33
|
"devDependencies": {
|
52
34
|
"abortcontroller-polyfill": "^1.7.3",
|
53
35
|
"coveralls": "^3.1.1",
|
@@ -85,33 +67,21 @@
|
|
85
67
|
"webpack": "^4.44.2",
|
86
68
|
"webpack-dev-server": "^3.11.0"
|
87
69
|
},
|
88
|
-
"
|
89
|
-
|
90
|
-
|
91
|
-
"xhr",
|
92
|
-
"http",
|
93
|
-
"ajax",
|
94
|
-
"promise",
|
95
|
-
"node"
|
96
|
-
],
|
97
|
-
"license": "MIT",
|
98
|
-
"main": "index.js",
|
99
|
-
"name": "axios",
|
100
|
-
"repository": {
|
101
|
-
"type": "git",
|
102
|
-
"url": "git+https://github.com/axios/axios.git"
|
103
|
-
},
|
104
|
-
"scripts": {
|
105
|
-
"build": "NODE_ENV=production grunt build",
|
106
|
-
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
107
|
-
"examples": "node ./examples/server.js",
|
108
|
-
"fix": "eslint --fix lib/**/*.js",
|
109
|
-
"preversion": "grunt version && npm test",
|
110
|
-
"start": "node ./sandbox/server.js",
|
111
|
-
"test": "grunt test && dtslint"
|
70
|
+
"browser": {
|
71
|
+
"./lib/adapters/http.js": "./lib/adapters/xhr.js",
|
72
|
+
"./lib/defaults/env/FormData.js": "./lib/helpers/null.js"
|
112
73
|
},
|
113
|
-
"
|
114
|
-
"typings": "./index.d.ts",
|
74
|
+
"jsdelivr": "dist/axios.min.js",
|
115
75
|
"unpkg": "dist/axios.min.js",
|
116
|
-
"
|
76
|
+
"typings": "./index.d.ts",
|
77
|
+
"dependencies": {
|
78
|
+
"follow-redirects": "^1.14.9",
|
79
|
+
"form-data": "^4.0.0"
|
80
|
+
},
|
81
|
+
"bundlesize": [
|
82
|
+
{
|
83
|
+
"path": "./dist/axios.min.js",
|
84
|
+
"threshold": "5kB"
|
85
|
+
}
|
86
|
+
]
|
117
87
|
}
|
@@ -1,46 +1,21 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
"_from": "balanced-match@1.0.2",
|
9
|
-
"_id": "balanced-match@1.0.2",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
12
|
-
"_location": "/balanced-match",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "balanced-match@1.0.2",
|
18
|
-
"name": "balanced-match",
|
19
|
-
"escapedName": "balanced-match",
|
20
|
-
"rawSpec": "1.0.2",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.2"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/brace-expansion"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
28
|
-
"_spec": "1.0.2",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"author": {
|
31
|
-
"name": "Julian Gruber",
|
32
|
-
"email": "mail@juliangruber.com",
|
33
|
-
"url": "http://juliangruber.com"
|
2
|
+
"name": "balanced-match",
|
3
|
+
"description": "Match balanced character pairs, like \"{\" and \"}\"",
|
4
|
+
"version": "1.0.2",
|
5
|
+
"repository": {
|
6
|
+
"type": "git",
|
7
|
+
"url": "git://github.com/juliangruber/balanced-match.git"
|
34
8
|
},
|
35
|
-
"
|
36
|
-
|
9
|
+
"homepage": "https://github.com/juliangruber/balanced-match",
|
10
|
+
"main": "index.js",
|
11
|
+
"scripts": {
|
12
|
+
"test": "tape test/test.js",
|
13
|
+
"bench": "matcha test/bench.js"
|
37
14
|
},
|
38
|
-
"description": "Match balanced character pairs, like \"{\" and \"}\"",
|
39
15
|
"devDependencies": {
|
40
16
|
"matcha": "^0.7.0",
|
41
17
|
"tape": "^4.6.0"
|
42
18
|
},
|
43
|
-
"homepage": "https://github.com/juliangruber/balanced-match",
|
44
19
|
"keywords": [
|
45
20
|
"match",
|
46
21
|
"regexp",
|
@@ -48,17 +23,12 @@
|
|
48
23
|
"balanced",
|
49
24
|
"parse"
|
50
25
|
],
|
51
|
-
"
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
"type": "git",
|
56
|
-
"url": "git://github.com/juliangruber/balanced-match.git"
|
57
|
-
},
|
58
|
-
"scripts": {
|
59
|
-
"bench": "matcha test/bench.js",
|
60
|
-
"test": "tape test/test.js"
|
26
|
+
"author": {
|
27
|
+
"name": "Julian Gruber",
|
28
|
+
"email": "mail@juliangruber.com",
|
29
|
+
"url": "http://juliangruber.com"
|
61
30
|
},
|
31
|
+
"license": "MIT",
|
62
32
|
"testling": {
|
63
33
|
"files": "test/*.js",
|
64
34
|
"browsers": [
|
@@ -74,6 +44,5 @@
|
|
74
44
|
"iphone/6.0..latest",
|
75
45
|
"android-browser/4.2..latest"
|
76
46
|
]
|
77
|
-
}
|
78
|
-
"version": "1.0.2"
|
47
|
+
}
|
79
48
|
}
|