@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,125 +1,88 @@
|
|
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
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
},
|
89
|
-
"homepage": "https://github.com/ljharb/get-intrinsic#readme",
|
90
|
-
"keywords": [
|
91
|
-
"javascript",
|
92
|
-
"ecmascript",
|
93
|
-
"es",
|
94
|
-
"js",
|
95
|
-
"intrinsic",
|
96
|
-
"getintrinsic",
|
97
|
-
"es-abstract"
|
98
|
-
],
|
99
|
-
"license": "MIT",
|
100
|
-
"main": "index.js",
|
101
|
-
"name": "get-intrinsic",
|
102
|
-
"publishConfig": {
|
103
|
-
"ignore": [
|
104
|
-
".github/workflows"
|
105
|
-
]
|
106
|
-
},
|
107
|
-
"repository": {
|
108
|
-
"type": "git",
|
109
|
-
"url": "git+https://github.com/ljharb/get-intrinsic.git"
|
110
|
-
},
|
111
|
-
"scripts": {
|
112
|
-
"lint": "eslint --ext=.js,.mjs .",
|
113
|
-
"posttest": "aud --production",
|
114
|
-
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
115
|
-
"prelint": "evalmd README.md",
|
116
|
-
"prepack": "npmignore --auto --commentLines=autogenerated",
|
117
|
-
"prepublish": "not-in-publish || npm run prepublishOnly",
|
118
|
-
"prepublishOnly": "safe-publish-latest",
|
119
|
-
"pretest": "npm run lint",
|
120
|
-
"test": "npm run tests-only",
|
121
|
-
"tests-only": "nyc tape 'test/**/*.js'",
|
122
|
-
"version": "auto-changelog && git add CHANGELOG.md"
|
123
|
-
},
|
124
|
-
"version": "1.1.2"
|
2
|
+
"name": "get-intrinsic",
|
3
|
+
"version": "1.1.2",
|
4
|
+
"description": "Get and robustly cache all JS language-level intrinsics at first require time",
|
5
|
+
"main": "index.js",
|
6
|
+
"exports": {
|
7
|
+
".": [
|
8
|
+
{
|
9
|
+
"default": "./index.js"
|
10
|
+
},
|
11
|
+
"./index.js"
|
12
|
+
],
|
13
|
+
"./package.json": "./package.json"
|
14
|
+
},
|
15
|
+
"scripts": {
|
16
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
17
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
18
|
+
"prepublishOnly": "safe-publish-latest",
|
19
|
+
"prelint": "evalmd README.md",
|
20
|
+
"lint": "eslint --ext=.js,.mjs .",
|
21
|
+
"pretest": "npm run lint",
|
22
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
23
|
+
"test": "npm run tests-only",
|
24
|
+
"posttest": "aud --production",
|
25
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
26
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
27
|
+
},
|
28
|
+
"repository": {
|
29
|
+
"type": "git",
|
30
|
+
"url": "git+https://github.com/ljharb/get-intrinsic.git"
|
31
|
+
},
|
32
|
+
"keywords": [
|
33
|
+
"javascript",
|
34
|
+
"ecmascript",
|
35
|
+
"es",
|
36
|
+
"js",
|
37
|
+
"intrinsic",
|
38
|
+
"getintrinsic",
|
39
|
+
"es-abstract"
|
40
|
+
],
|
41
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
42
|
+
"funding": {
|
43
|
+
"url": "https://github.com/sponsors/ljharb"
|
44
|
+
},
|
45
|
+
"license": "MIT",
|
46
|
+
"bugs": {
|
47
|
+
"url": "https://github.com/ljharb/get-intrinsic/issues"
|
48
|
+
},
|
49
|
+
"homepage": "https://github.com/ljharb/get-intrinsic#readme",
|
50
|
+
"devDependencies": {
|
51
|
+
"@ljharb/eslint-config": "^21.0.0",
|
52
|
+
"aud": "^2.0.0",
|
53
|
+
"auto-changelog": "^2.4.0",
|
54
|
+
"call-bind": "^1.0.2",
|
55
|
+
"es-abstract": "^1.20.1",
|
56
|
+
"es-value-fixtures": "^1.4.1",
|
57
|
+
"eslint": "=8.8.0",
|
58
|
+
"evalmd": "^0.0.19",
|
59
|
+
"for-each": "^0.3.3",
|
60
|
+
"make-async-function": "^1.0.0",
|
61
|
+
"make-async-generator-function": "^1.0.0",
|
62
|
+
"make-generator-function": "^2.0.0",
|
63
|
+
"mock-property": "^1.0.0",
|
64
|
+
"npmignore": "^0.3.0",
|
65
|
+
"nyc": "^10.3.2",
|
66
|
+
"object-inspect": "^1.12.2",
|
67
|
+
"safe-publish-latest": "^2.0.0",
|
68
|
+
"tape": "^5.5.3"
|
69
|
+
},
|
70
|
+
"auto-changelog": {
|
71
|
+
"output": "CHANGELOG.md",
|
72
|
+
"template": "keepachangelog",
|
73
|
+
"unreleased": false,
|
74
|
+
"commitLimit": false,
|
75
|
+
"backfillLimit": false,
|
76
|
+
"hideCredit": true
|
77
|
+
},
|
78
|
+
"dependencies": {
|
79
|
+
"function-bind": "^1.1.1",
|
80
|
+
"has": "^1.0.3",
|
81
|
+
"has-symbols": "^1.0.3"
|
82
|
+
},
|
83
|
+
"publishConfig": {
|
84
|
+
"ignore": [
|
85
|
+
".github/workflows"
|
86
|
+
]
|
87
|
+
}
|
125
88
|
}
|
@@ -1,41 +1,23 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
"_from": "glob@7.2.3",
|
9
|
-
"_id": "glob@7.2.3",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
12
|
-
"_location": "/glob",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "glob@7.2.3",
|
18
|
-
"name": "glob",
|
19
|
-
"escapedName": "glob",
|
20
|
-
"rawSpec": "7.2.3",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "7.2.3"
|
2
|
+
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
3
|
+
"name": "glob",
|
4
|
+
"description": "a little globber",
|
5
|
+
"version": "7.2.3",
|
6
|
+
"publishConfig": {
|
7
|
+
"tag": "v7-legacy"
|
23
8
|
},
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"/
|
27
|
-
"/rimraf"
|
28
|
-
],
|
29
|
-
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
30
|
-
"_spec": "7.2.3",
|
31
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
32
|
-
"author": {
|
33
|
-
"name": "Isaac Z. Schlueter",
|
34
|
-
"email": "i@izs.me",
|
35
|
-
"url": "http://blog.izs.me/"
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "git://github.com/isaacs/node-glob.git"
|
36
12
|
},
|
37
|
-
"
|
38
|
-
|
13
|
+
"main": "glob.js",
|
14
|
+
"files": [
|
15
|
+
"glob.js",
|
16
|
+
"sync.js",
|
17
|
+
"common.js"
|
18
|
+
],
|
19
|
+
"engines": {
|
20
|
+
"node": "*"
|
39
21
|
},
|
40
22
|
"dependencies": {
|
41
23
|
"fs.realpath": "^1.0.0",
|
@@ -45,7 +27,6 @@
|
|
45
27
|
"once": "^1.3.0",
|
46
28
|
"path-is-absolute": "^1.0.0"
|
47
29
|
},
|
48
|
-
"description": "a little globber",
|
49
30
|
"devDependencies": {
|
50
31
|
"memfs": "^3.2.0",
|
51
32
|
"mkdirp": "0",
|
@@ -53,41 +34,22 @@
|
|
53
34
|
"tap": "^15.0.6",
|
54
35
|
"tick": "0.0.6"
|
55
36
|
},
|
56
|
-
"
|
57
|
-
"
|
58
|
-
|
59
|
-
|
60
|
-
"glob.js",
|
61
|
-
"sync.js",
|
62
|
-
"common.js"
|
63
|
-
],
|
64
|
-
"funding": {
|
65
|
-
"url": "https://github.com/sponsors/isaacs"
|
66
|
-
},
|
67
|
-
"homepage": "https://github.com/isaacs/node-glob#readme",
|
68
|
-
"license": "ISC",
|
69
|
-
"main": "glob.js",
|
70
|
-
"name": "glob",
|
71
|
-
"publishConfig": {
|
72
|
-
"tag": "v7-legacy"
|
73
|
-
},
|
74
|
-
"repository": {
|
75
|
-
"type": "git",
|
76
|
-
"url": "git://github.com/isaacs/node-glob.git"
|
37
|
+
"tap": {
|
38
|
+
"before": "test/00-setup.js",
|
39
|
+
"after": "test/zz-cleanup.js",
|
40
|
+
"jobs": 1
|
77
41
|
},
|
78
42
|
"scripts": {
|
79
|
-
"bench": "bash benchmark.sh",
|
80
|
-
"benchclean": "node benchclean.js",
|
81
43
|
"prepublish": "npm run benchclean",
|
82
|
-
"prof": "bash prof.sh && cat profile.txt",
|
83
44
|
"profclean": "rm -f v8.log profile.txt",
|
84
45
|
"test": "tap",
|
85
|
-
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
|
86
|
-
|
87
|
-
|
88
|
-
"
|
89
|
-
"after": "test/zz-cleanup.js",
|
90
|
-
"jobs": 1
|
46
|
+
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",
|
47
|
+
"bench": "bash benchmark.sh",
|
48
|
+
"prof": "bash prof.sh && cat profile.txt",
|
49
|
+
"benchclean": "node benchclean.js"
|
91
50
|
},
|
92
|
-
"
|
51
|
+
"license": "ISC",
|
52
|
+
"funding": {
|
53
|
+
"url": "https://github.com/sponsors/isaacs"
|
54
|
+
}
|
93
55
|
}
|
@@ -1,56 +1,32 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
2
|
+
"name": "glob-parent",
|
3
|
+
"version": "5.1.2",
|
4
|
+
"description": "Extract the non-magic parent path from a glob string.",
|
5
|
+
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
|
6
|
+
"contributors": [
|
7
|
+
"Elan Shanker (https://github.com/es128)",
|
8
|
+
"Blaine Bublitz <blaine.bublitz@gmail.com>"
|
7
9
|
],
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
|
12
|
-
"_location": "/glob-parent",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "glob-parent@5.1.2",
|
18
|
-
"name": "glob-parent",
|
19
|
-
"escapedName": "glob-parent",
|
20
|
-
"rawSpec": "5.1.2",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "5.1.2"
|
10
|
+
"repository": "gulpjs/glob-parent",
|
11
|
+
"license": "ISC",
|
12
|
+
"engines": {
|
13
|
+
"node": ">= 6"
|
23
14
|
},
|
24
|
-
"
|
25
|
-
|
26
|
-
"
|
27
|
-
"
|
15
|
+
"main": "index.js",
|
16
|
+
"files": [
|
17
|
+
"LICENSE",
|
18
|
+
"index.js"
|
28
19
|
],
|
29
|
-
"
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"url": "https://gulpjs.com/"
|
36
|
-
},
|
37
|
-
"bugs": {
|
38
|
-
"url": "https://github.com/gulpjs/glob-parent/issues"
|
20
|
+
"scripts": {
|
21
|
+
"lint": "eslint .",
|
22
|
+
"pretest": "npm run lint",
|
23
|
+
"test": "nyc mocha --async-only",
|
24
|
+
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
25
|
+
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
39
26
|
},
|
40
|
-
"contributors": [
|
41
|
-
{
|
42
|
-
"name": "Elan Shanker",
|
43
|
-
"url": "https://github.com/es128"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"name": "Blaine Bublitz",
|
47
|
-
"email": "blaine.bublitz@gmail.com"
|
48
|
-
}
|
49
|
-
],
|
50
27
|
"dependencies": {
|
51
28
|
"is-glob": "^4.0.1"
|
52
29
|
},
|
53
|
-
"description": "Extract the non-magic parent path from a glob string.",
|
54
30
|
"devDependencies": {
|
55
31
|
"coveralls": "^3.0.11",
|
56
32
|
"eslint": "^2.13.1",
|
@@ -59,14 +35,6 @@
|
|
59
35
|
"mocha": "^6.0.2",
|
60
36
|
"nyc": "^13.3.0"
|
61
37
|
},
|
62
|
-
"engines": {
|
63
|
-
"node": ">= 6"
|
64
|
-
},
|
65
|
-
"files": [
|
66
|
-
"LICENSE",
|
67
|
-
"index.js"
|
68
|
-
],
|
69
|
-
"homepage": "https://github.com/gulpjs/glob-parent#readme",
|
70
38
|
"keywords": [
|
71
39
|
"glob",
|
72
40
|
"parent",
|
@@ -76,20 +44,5 @@
|
|
76
44
|
"directory",
|
77
45
|
"base",
|
78
46
|
"wildcard"
|
79
|
-
]
|
80
|
-
"license": "ISC",
|
81
|
-
"main": "index.js",
|
82
|
-
"name": "glob-parent",
|
83
|
-
"repository": {
|
84
|
-
"type": "git",
|
85
|
-
"url": "git+https://github.com/gulpjs/glob-parent.git"
|
86
|
-
},
|
87
|
-
"scripts": {
|
88
|
-
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
89
|
-
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
90
|
-
"lint": "eslint .",
|
91
|
-
"pretest": "npm run lint",
|
92
|
-
"test": "nyc mocha --async-only"
|
93
|
-
},
|
94
|
-
"version": "5.1.2"
|
47
|
+
]
|
95
48
|
}
|
@@ -1,64 +1,26 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "has@1.0.3",
|
9
|
-
"_id": "has@1.0.3",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
12
|
-
"_location": "/has",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "has@1.0.3",
|
18
|
-
"name": "has",
|
19
|
-
"escapedName": "has",
|
20
|
-
"rawSpec": "1.0.3",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.3"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/es-abstract",
|
26
|
-
"/es-shim-unscopables",
|
27
|
-
"/eslint-plugin-import",
|
28
|
-
"/get-intrinsic",
|
29
|
-
"/internal-slot",
|
30
|
-
"/is-core-module"
|
31
|
-
],
|
32
|
-
"_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
33
|
-
"_spec": "1.0.3",
|
34
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
2
|
+
"name": "has",
|
3
|
+
"description": "Object.prototype.hasOwnProperty.call shortcut",
|
4
|
+
"version": "1.0.3",
|
5
|
+
"homepage": "https://github.com/tarruda/has",
|
35
6
|
"author": {
|
36
7
|
"name": "Thiago de Arruda",
|
37
8
|
"email": "tpadilha84@gmail.com"
|
38
9
|
},
|
39
|
-
|
40
|
-
"url": "https://github.com/tarruda/has/issues"
|
41
|
-
},
|
42
|
-
"contributors": [
|
10
|
+
"contributors": [
|
43
11
|
{
|
44
12
|
"name": "Jordan Harband",
|
45
13
|
"email": "ljharb@gmail.com",
|
46
14
|
"url": "http://ljharb.codes"
|
47
15
|
}
|
48
16
|
],
|
49
|
-
"
|
50
|
-
"
|
51
|
-
|
52
|
-
"description": "Object.prototype.hasOwnProperty.call shortcut",
|
53
|
-
"devDependencies": {
|
54
|
-
"@ljharb/eslint-config": "^12.2.1",
|
55
|
-
"eslint": "^4.19.1",
|
56
|
-
"tape": "^4.9.0"
|
17
|
+
"repository": {
|
18
|
+
"type": "git",
|
19
|
+
"url": "git://github.com/tarruda/has.git"
|
57
20
|
},
|
58
|
-
"
|
59
|
-
"
|
21
|
+
"bugs": {
|
22
|
+
"url": "https://github.com/tarruda/has/issues"
|
60
23
|
},
|
61
|
-
"homepage": "https://github.com/tarruda/has",
|
62
24
|
"license": "MIT",
|
63
25
|
"licenses": [
|
64
26
|
{
|
@@ -67,15 +29,20 @@
|
|
67
29
|
}
|
68
30
|
],
|
69
31
|
"main": "./src",
|
70
|
-
"
|
71
|
-
|
72
|
-
|
73
|
-
|
32
|
+
"dependencies": {
|
33
|
+
"function-bind": "^1.1.1"
|
34
|
+
},
|
35
|
+
"devDependencies": {
|
36
|
+
"@ljharb/eslint-config": "^12.2.1",
|
37
|
+
"eslint": "^4.19.1",
|
38
|
+
"tape": "^4.9.0"
|
39
|
+
},
|
40
|
+
"engines": {
|
41
|
+
"node": ">= 0.4.0"
|
74
42
|
},
|
75
43
|
"scripts": {
|
76
44
|
"lint": "eslint .",
|
77
45
|
"pretest": "npm run lint",
|
78
46
|
"test": "tape test"
|
79
|
-
}
|
80
|
-
"version": "1.0.3"
|
47
|
+
}
|
81
48
|
}
|