@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,80 +1,42 @@
|
|
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
|
-
"devDependencies": {
|
43
|
-
"ava": "^1.3.1",
|
44
|
-
"tsd-check": "^0.5.0",
|
45
|
-
"xo": "^0.24.0"
|
46
|
-
},
|
47
|
-
"engines": {
|
48
|
-
"node": ">=8"
|
49
|
-
},
|
50
|
-
"files": [
|
51
|
-
"index.js",
|
52
|
-
"index.d.ts"
|
53
|
-
],
|
54
|
-
"homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
|
55
|
-
"keywords": [
|
56
|
-
"fullwidth",
|
57
|
-
"full-width",
|
58
|
-
"full",
|
59
|
-
"width",
|
60
|
-
"unicode",
|
61
|
-
"character",
|
62
|
-
"string",
|
63
|
-
"codepoint",
|
64
|
-
"code",
|
65
|
-
"point",
|
66
|
-
"is",
|
67
|
-
"detect",
|
68
|
-
"check"
|
69
|
-
],
|
70
|
-
"license": "MIT",
|
71
|
-
"name": "is-fullwidth-code-point",
|
72
|
-
"repository": {
|
73
|
-
"type": "git",
|
74
|
-
"url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
|
75
|
-
},
|
76
|
-
"scripts": {
|
77
|
-
"test": "xo && ava && tsd-check"
|
78
|
-
},
|
79
|
-
"version": "3.0.0"
|
2
|
+
"name": "is-fullwidth-code-point",
|
3
|
+
"version": "3.0.0",
|
4
|
+
"description": "Check if the character represented by a given Unicode code point is fullwidth",
|
5
|
+
"license": "MIT",
|
6
|
+
"repository": "sindresorhus/is-fullwidth-code-point",
|
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-check"
|
17
|
+
},
|
18
|
+
"files": [
|
19
|
+
"index.js",
|
20
|
+
"index.d.ts"
|
21
|
+
],
|
22
|
+
"keywords": [
|
23
|
+
"fullwidth",
|
24
|
+
"full-width",
|
25
|
+
"full",
|
26
|
+
"width",
|
27
|
+
"unicode",
|
28
|
+
"character",
|
29
|
+
"string",
|
30
|
+
"codepoint",
|
31
|
+
"code",
|
32
|
+
"point",
|
33
|
+
"is",
|
34
|
+
"detect",
|
35
|
+
"check"
|
36
|
+
],
|
37
|
+
"devDependencies": {
|
38
|
+
"ava": "^1.3.1",
|
39
|
+
"tsd-check": "^0.5.0",
|
40
|
+
"xo": "^0.24.0"
|
41
|
+
}
|
80
42
|
}
|
@@ -1,71 +1,36 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
"_integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
12
|
-
"_location": "/is-glob",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "is-glob@4.0.3",
|
18
|
-
"name": "is-glob",
|
19
|
-
"escapedName": "is-glob",
|
20
|
-
"rawSpec": "4.0.3",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "4.0.3"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/@typescript-eslint/typescript-estree",
|
26
|
-
"/chokidar",
|
27
|
-
"/eslint",
|
28
|
-
"/glob-parent"
|
2
|
+
"name": "is-glob",
|
3
|
+
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
|
4
|
+
"version": "4.0.3",
|
5
|
+
"homepage": "https://github.com/micromatch/is-glob",
|
6
|
+
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
+
"contributors": [
|
8
|
+
"Brian Woodward (https://twitter.com/doowb)",
|
9
|
+
"Daniel Perez (https://tuvistavie.com)",
|
10
|
+
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
|
29
11
|
],
|
30
|
-
"
|
31
|
-
"_spec": "4.0.3",
|
32
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
33
|
-
"author": {
|
34
|
-
"name": "Jon Schlinkert",
|
35
|
-
"url": "https://github.com/jonschlinkert"
|
36
|
-
},
|
12
|
+
"repository": "micromatch/is-glob",
|
37
13
|
"bugs": {
|
38
14
|
"url": "https://github.com/micromatch/is-glob/issues"
|
39
15
|
},
|
40
|
-
"
|
41
|
-
|
42
|
-
|
43
|
-
"url": "https://twitter.com/doowb"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"name": "Daniel Perez",
|
47
|
-
"url": "https://tuvistavie.com"
|
48
|
-
},
|
49
|
-
{
|
50
|
-
"name": "Jon Schlinkert",
|
51
|
-
"url": "http://twitter.com/jonschlinkert"
|
52
|
-
}
|
16
|
+
"license": "MIT",
|
17
|
+
"files": [
|
18
|
+
"index.js"
|
53
19
|
],
|
20
|
+
"main": "index.js",
|
21
|
+
"engines": {
|
22
|
+
"node": ">=0.10.0"
|
23
|
+
},
|
24
|
+
"scripts": {
|
25
|
+
"test": "mocha && node benchmark.js"
|
26
|
+
},
|
54
27
|
"dependencies": {
|
55
28
|
"is-extglob": "^2.1.1"
|
56
29
|
},
|
57
|
-
"description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
|
58
30
|
"devDependencies": {
|
59
31
|
"gulp-format-md": "^0.1.10",
|
60
32
|
"mocha": "^3.0.2"
|
61
33
|
},
|
62
|
-
"engines": {
|
63
|
-
"node": ">=0.10.0"
|
64
|
-
},
|
65
|
-
"files": [
|
66
|
-
"index.js"
|
67
|
-
],
|
68
|
-
"homepage": "https://github.com/micromatch/is-glob",
|
69
34
|
"keywords": [
|
70
35
|
"bash",
|
71
36
|
"braces",
|
@@ -85,16 +50,6 @@
|
|
85
50
|
"string",
|
86
51
|
"test"
|
87
52
|
],
|
88
|
-
"license": "MIT",
|
89
|
-
"main": "index.js",
|
90
|
-
"name": "is-glob",
|
91
|
-
"repository": {
|
92
|
-
"type": "git",
|
93
|
-
"url": "git+https://github.com/micromatch/is-glob.git"
|
94
|
-
},
|
95
|
-
"scripts": {
|
96
|
-
"test": "mocha && node benchmark.js"
|
97
|
-
},
|
98
53
|
"verb": {
|
99
54
|
"layout": "default",
|
100
55
|
"plugins": [
|
@@ -122,6 +77,5 @@
|
|
122
77
|
"verb",
|
123
78
|
"vinyl"
|
124
79
|
]
|
125
|
-
}
|
126
|
-
"version": "4.0.3"
|
80
|
+
}
|
127
81
|
}
|
@@ -1,67 +1,35 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
"_integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
12
|
-
"_location": "/is-number",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "is-number@7.0.0",
|
18
|
-
"name": "is-number",
|
19
|
-
"escapedName": "is-number",
|
20
|
-
"rawSpec": "7.0.0",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "7.0.0"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/to-regex-range"
|
2
|
+
"name": "is-number",
|
3
|
+
"description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
|
4
|
+
"version": "7.0.0",
|
5
|
+
"homepage": "https://github.com/jonschlinkert/is-number",
|
6
|
+
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7
|
+
"contributors": [
|
8
|
+
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
9
|
+
"Olsten Larck (https://i.am.charlike.online)",
|
10
|
+
"Rouven Weßling (www.rouvenwessling.de)"
|
26
11
|
],
|
27
|
-
"
|
28
|
-
"_spec": "7.0.0",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"author": {
|
31
|
-
"name": "Jon Schlinkert",
|
32
|
-
"url": "https://github.com/jonschlinkert"
|
33
|
-
},
|
12
|
+
"repository": "jonschlinkert/is-number",
|
34
13
|
"bugs": {
|
35
14
|
"url": "https://github.com/jonschlinkert/is-number/issues"
|
36
15
|
},
|
37
|
-
"
|
38
|
-
|
39
|
-
|
40
|
-
"url": "http://twitter.com/jonschlinkert"
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"name": "Olsten Larck",
|
44
|
-
"url": "https://i.am.charlike.online"
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"name": "Rouven Weßling",
|
48
|
-
"url": "www.rouvenwessling.de"
|
49
|
-
}
|
16
|
+
"license": "MIT",
|
17
|
+
"files": [
|
18
|
+
"index.js"
|
50
19
|
],
|
51
|
-
"
|
20
|
+
"main": "index.js",
|
21
|
+
"engines": {
|
22
|
+
"node": ">=0.12.0"
|
23
|
+
},
|
24
|
+
"scripts": {
|
25
|
+
"test": "mocha"
|
26
|
+
},
|
52
27
|
"devDependencies": {
|
53
28
|
"ansi": "^0.3.1",
|
54
29
|
"benchmark": "^2.1.4",
|
55
30
|
"gulp-format-md": "^1.0.0",
|
56
31
|
"mocha": "^3.5.3"
|
57
32
|
},
|
58
|
-
"engines": {
|
59
|
-
"node": ">=0.12.0"
|
60
|
-
},
|
61
|
-
"files": [
|
62
|
-
"index.js"
|
63
|
-
],
|
64
|
-
"homepage": "https://github.com/jonschlinkert/is-number",
|
65
33
|
"keywords": [
|
66
34
|
"cast",
|
67
35
|
"check",
|
@@ -90,16 +58,6 @@
|
|
90
58
|
"typeof",
|
91
59
|
"value"
|
92
60
|
],
|
93
|
-
"license": "MIT",
|
94
|
-
"main": "index.js",
|
95
|
-
"name": "is-number",
|
96
|
-
"repository": {
|
97
|
-
"type": "git",
|
98
|
-
"url": "git+https://github.com/jonschlinkert/is-number.git"
|
99
|
-
},
|
100
|
-
"scripts": {
|
101
|
-
"test": "mocha"
|
102
|
-
},
|
103
61
|
"verb": {
|
104
62
|
"toc": false,
|
105
63
|
"layout": "default",
|
@@ -120,6 +78,5 @@
|
|
120
78
|
"lint": {
|
121
79
|
"reflinks": true
|
122
80
|
}
|
123
|
-
}
|
124
|
-
"version": "7.0.0"
|
81
|
+
}
|
125
82
|
}
|
@@ -1,72 +1,34 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
12
|
-
"_location": "/lru-cache",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "lru-cache@6.0.0",
|
18
|
-
"name": "lru-cache",
|
19
|
-
"escapedName": "lru-cache",
|
20
|
-
"rawSpec": "6.0.0",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "6.0.0"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/semver"
|
2
|
+
"name": "lru-cache",
|
3
|
+
"description": "A cache object that deletes the least-recently-used items.",
|
4
|
+
"version": "6.0.0",
|
5
|
+
"author": "Isaac Z. Schlueter <i@izs.me>",
|
6
|
+
"keywords": [
|
7
|
+
"mru",
|
8
|
+
"lru",
|
9
|
+
"cache"
|
26
10
|
],
|
27
|
-
"
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
"
|
32
|
-
"
|
33
|
-
},
|
34
|
-
"bugs": {
|
35
|
-
"url": "https://github.com/isaacs/node-lru-cache/issues"
|
36
|
-
},
|
37
|
-
"dependencies": {
|
38
|
-
"yallist": "^4.0.0"
|
11
|
+
"scripts": {
|
12
|
+
"test": "tap",
|
13
|
+
"snap": "tap",
|
14
|
+
"preversion": "npm test",
|
15
|
+
"postversion": "npm publish",
|
16
|
+
"prepublishOnly": "git push origin --follow-tags"
|
39
17
|
},
|
40
|
-
"
|
18
|
+
"main": "index.js",
|
19
|
+
"repository": "git://github.com/isaacs/node-lru-cache.git",
|
41
20
|
"devDependencies": {
|
42
21
|
"benchmark": "^2.1.4",
|
43
22
|
"tap": "^14.10.7"
|
44
23
|
},
|
45
|
-
"
|
46
|
-
|
24
|
+
"license": "ISC",
|
25
|
+
"dependencies": {
|
26
|
+
"yallist": "^4.0.0"
|
47
27
|
},
|
48
28
|
"files": [
|
49
29
|
"index.js"
|
50
30
|
],
|
51
|
-
"
|
52
|
-
|
53
|
-
|
54
|
-
"lru",
|
55
|
-
"cache"
|
56
|
-
],
|
57
|
-
"license": "ISC",
|
58
|
-
"main": "index.js",
|
59
|
-
"name": "lru-cache",
|
60
|
-
"repository": {
|
61
|
-
"type": "git",
|
62
|
-
"url": "git://github.com/isaacs/node-lru-cache.git"
|
63
|
-
},
|
64
|
-
"scripts": {
|
65
|
-
"postversion": "npm publish",
|
66
|
-
"prepublishOnly": "git push origin --follow-tags",
|
67
|
-
"preversion": "npm test",
|
68
|
-
"snap": "tap",
|
69
|
-
"test": "tap"
|
70
|
-
},
|
71
|
-
"version": "6.0.0"
|
31
|
+
"engines": {
|
32
|
+
"node": ">=10"
|
33
|
+
}
|
72
34
|
}
|
@@ -1,82 +1,36 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "methods@1.1.2",
|
9
|
-
"_id": "methods@1.1.2",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
|
12
|
-
"_location": "/methods",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "methods@1.1.2",
|
18
|
-
"name": "methods",
|
19
|
-
"escapedName": "methods",
|
20
|
-
"rawSpec": "1.1.2",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.1.2"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/superagent"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
|
28
|
-
"_spec": "1.1.2",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"browser": {
|
31
|
-
"http": false
|
32
|
-
},
|
33
|
-
"bugs": {
|
34
|
-
"url": "https://github.com/jshttp/methods/issues"
|
35
|
-
},
|
2
|
+
"name": "methods",
|
3
|
+
"description": "HTTP methods that node supports",
|
4
|
+
"version": "1.1.2",
|
36
5
|
"contributors": [
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"name": "Jonathan Ong",
|
43
|
-
"email": "me@jongleberry.com",
|
44
|
-
"url": "http://jongleberry.com"
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"name": "TJ Holowaychuk",
|
48
|
-
"email": "tj@vision-media.ca",
|
49
|
-
"url": "http://tjholowaychuk.com"
|
50
|
-
}
|
6
|
+
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
7
|
+
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
8
|
+
"TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)"
|
51
9
|
],
|
52
|
-
"
|
10
|
+
"license": "MIT",
|
11
|
+
"repository": "jshttp/methods",
|
53
12
|
"devDependencies": {
|
54
13
|
"istanbul": "0.4.1",
|
55
14
|
"mocha": "1.21.5"
|
56
15
|
},
|
57
|
-
"engines": {
|
58
|
-
"node": ">= 0.6"
|
59
|
-
},
|
60
16
|
"files": [
|
61
17
|
"index.js",
|
62
18
|
"HISTORY.md",
|
63
19
|
"LICENSE"
|
64
20
|
],
|
65
|
-
"
|
66
|
-
|
67
|
-
"http",
|
68
|
-
"methods"
|
69
|
-
],
|
70
|
-
"license": "MIT",
|
71
|
-
"name": "methods",
|
72
|
-
"repository": {
|
73
|
-
"type": "git",
|
74
|
-
"url": "git+https://github.com/jshttp/methods.git"
|
21
|
+
"engines": {
|
22
|
+
"node": ">= 0.6"
|
75
23
|
},
|
76
24
|
"scripts": {
|
77
25
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
78
26
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
79
27
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
80
28
|
},
|
81
|
-
"
|
29
|
+
"browser": {
|
30
|
+
"http": false
|
31
|
+
},
|
32
|
+
"keywords": [
|
33
|
+
"http",
|
34
|
+
"methods"
|
35
|
+
]
|
82
36
|
}
|
@@ -1,46 +1,19 @@
|
|
1
1
|
{
|
2
|
-
"_args": [
|
3
|
-
[
|
4
|
-
"mime@2.6.0",
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "mime@2.6.0",
|
9
|
-
"_id": "mime@2.6.0",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
|
12
|
-
"_location": "/mime",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "mime@2.6.0",
|
18
|
-
"name": "mime",
|
19
|
-
"escapedName": "mime",
|
20
|
-
"rawSpec": "2.6.0",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "2.6.0"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/superagent"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
|
28
|
-
"_spec": "2.6.0",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
2
|
"author": {
|
31
3
|
"name": "Robert Kieffer",
|
32
|
-
"
|
33
|
-
"
|
4
|
+
"url": "http://github.com/broofa",
|
5
|
+
"email": "robert@broofa.com"
|
6
|
+
},
|
7
|
+
"engines": {
|
8
|
+
"node": ">=4.0.0"
|
34
9
|
},
|
35
10
|
"bin": {
|
36
11
|
"mime": "cli.js"
|
37
12
|
},
|
38
|
-
"bugs": {
|
39
|
-
"url": "https://github.com/broofa/mime/issues"
|
40
|
-
},
|
41
13
|
"contributors": [],
|
42
|
-
"dependencies": {},
|
43
14
|
"description": "A comprehensive library for mime-type mapping",
|
15
|
+
"license": "MIT",
|
16
|
+
"dependencies": {},
|
44
17
|
"devDependencies": {
|
45
18
|
"benchmark": "*",
|
46
19
|
"chalk": "4.1.2",
|
@@ -52,9 +25,6 @@
|
|
52
25
|
"runmd": "*",
|
53
26
|
"standard-version": "9.3.2"
|
54
27
|
},
|
55
|
-
"engines": {
|
56
|
-
"node": ">=4.0.0"
|
57
|
-
},
|
58
28
|
"files": [
|
59
29
|
"index.js",
|
60
30
|
"lite.js",
|
@@ -62,23 +32,21 @@
|
|
62
32
|
"cli.js",
|
63
33
|
"/types"
|
64
34
|
],
|
65
|
-
"
|
35
|
+
"scripts": {
|
36
|
+
"prepare": "node src/build.js && runmd --output README.md src/README_js.md",
|
37
|
+
"release": "standard-version",
|
38
|
+
"benchmark": "node src/benchmark.js",
|
39
|
+
"md": "runmd --watch --output README.md src/README_js.md",
|
40
|
+
"test": "mocha src/test.js"
|
41
|
+
},
|
66
42
|
"keywords": [
|
67
43
|
"util",
|
68
44
|
"mime"
|
69
45
|
],
|
70
|
-
"license": "MIT",
|
71
46
|
"name": "mime",
|
72
47
|
"repository": {
|
73
|
-
"url": "
|
48
|
+
"url": "https://github.com/broofa/mime",
|
74
49
|
"type": "git"
|
75
50
|
},
|
76
|
-
"scripts": {
|
77
|
-
"benchmark": "node src/benchmark.js",
|
78
|
-
"md": "runmd --watch --output README.md src/README_js.md",
|
79
|
-
"prepare": "node src/build.js && runmd --output README.md src/README_js.md",
|
80
|
-
"release": "standard-version",
|
81
|
-
"test": "mocha src/test.js"
|
82
|
-
},
|
83
51
|
"version": "2.6.0"
|
84
52
|
}
|