@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,60 +1,29 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
],
|
8
|
-
"_from": "chokidar@3.5.3",
|
9
|
-
"_id": "chokidar@3.5.3",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
|
12
|
-
"_location": "/chokidar",
|
13
|
-
"_optional": true,
|
14
|
-
"_phantomChildren": {},
|
15
|
-
"_requested": {
|
16
|
-
"type": "version",
|
17
|
-
"registry": true,
|
18
|
-
"raw": "chokidar@3.5.3",
|
19
|
-
"name": "chokidar",
|
20
|
-
"escapedName": "chokidar",
|
21
|
-
"rawSpec": "3.5.3",
|
22
|
-
"saveSpec": null,
|
23
|
-
"fetchSpec": "3.5.3"
|
24
|
-
},
|
25
|
-
"_requiredBy": [
|
26
|
-
"/@babel/cli"
|
27
|
-
],
|
28
|
-
"_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
|
29
|
-
"_spec": "3.5.3",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "Paul Miller",
|
33
|
-
"url": "https://paulmillr.com"
|
34
|
-
},
|
35
|
-
"bugs": {
|
36
|
-
"url": "https://github.com/paulmillr/chokidar/issues"
|
37
|
-
},
|
2
|
+
"name": "chokidar",
|
3
|
+
"description": "Minimal and efficient cross-platform file watching library",
|
4
|
+
"version": "3.5.3",
|
5
|
+
"homepage": "https://github.com/paulmillr/chokidar",
|
6
|
+
"author": "Paul Miller (https://paulmillr.com)",
|
38
7
|
"contributors": [
|
39
|
-
|
40
|
-
|
41
|
-
"url": "https://paulmillr.com"
|
42
|
-
},
|
43
|
-
{
|
44
|
-
"name": "Elan Shanker"
|
45
|
-
}
|
8
|
+
"Paul Miller (https://paulmillr.com)",
|
9
|
+
"Elan Shanker"
|
46
10
|
],
|
11
|
+
"engines": {
|
12
|
+
"node": ">= 8.10.0"
|
13
|
+
},
|
14
|
+
"main": "index.js",
|
47
15
|
"dependencies": {
|
48
16
|
"anymatch": "~3.1.2",
|
49
17
|
"braces": "~3.0.2",
|
50
|
-
"fsevents": "~2.3.2",
|
51
18
|
"glob-parent": "~5.1.2",
|
52
19
|
"is-binary-path": "~2.1.0",
|
53
20
|
"is-glob": "~4.0.1",
|
54
21
|
"normalize-path": "~3.0.0",
|
55
22
|
"readdirp": "~3.6.0"
|
56
23
|
},
|
57
|
-
"
|
24
|
+
"optionalDependencies": {
|
25
|
+
"fsevents": "~2.3.2"
|
26
|
+
},
|
58
27
|
"devDependencies": {
|
59
28
|
"@types/node": "^14",
|
60
29
|
"chai": "^4.3",
|
@@ -68,21 +37,25 @@
|
|
68
37
|
"typescript": "~4.4.3",
|
69
38
|
"upath": "^1.2.0"
|
70
39
|
},
|
71
|
-
"engines": {
|
72
|
-
"node": ">= 8.10.0"
|
73
|
-
},
|
74
40
|
"files": [
|
75
41
|
"index.js",
|
76
42
|
"lib/*.js",
|
77
43
|
"types/index.d.ts"
|
78
44
|
],
|
79
|
-
"
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
45
|
+
"repository": {
|
46
|
+
"type": "git",
|
47
|
+
"url": "git+https://github.com/paulmillr/chokidar.git"
|
48
|
+
},
|
49
|
+
"bugs": {
|
50
|
+
"url": "https://github.com/paulmillr/chokidar/issues"
|
51
|
+
},
|
52
|
+
"license": "MIT",
|
53
|
+
"scripts": {
|
54
|
+
"dtslint": "dtslint types",
|
55
|
+
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
|
56
|
+
"mocha": "mocha --exit --timeout 90000",
|
57
|
+
"test": "npm run lint && npm run mocha"
|
58
|
+
},
|
86
59
|
"keywords": [
|
87
60
|
"fs",
|
88
61
|
"watch",
|
@@ -92,9 +65,7 @@
|
|
92
65
|
"file",
|
93
66
|
"fsevents"
|
94
67
|
],
|
95
|
-
"
|
96
|
-
"main": "index.js",
|
97
|
-
"name": "chokidar",
|
68
|
+
"types": "./types/index.d.ts",
|
98
69
|
"nyc": {
|
99
70
|
"include": [
|
100
71
|
"index.js",
|
@@ -105,19 +76,10 @@
|
|
105
76
|
"text"
|
106
77
|
]
|
107
78
|
},
|
108
|
-
"
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
},
|
115
|
-
"scripts": {
|
116
|
-
"dtslint": "dtslint types",
|
117
|
-
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
|
118
|
-
"mocha": "mocha --exit --timeout 90000",
|
119
|
-
"test": "npm run lint && npm run mocha"
|
120
|
-
},
|
121
|
-
"types": "./types/index.d.ts",
|
122
|
-
"version": "3.5.3"
|
79
|
+
"funding": [
|
80
|
+
{
|
81
|
+
"type": "individual",
|
82
|
+
"url": "https://paulmillr.com/funding/"
|
83
|
+
}
|
84
|
+
]
|
123
85
|
}
|
@@ -1,45 +1,58 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
"name": "cliui",
|
3
|
+
"version": "7.0.4",
|
4
|
+
"description": "easily create complex multi-column command-line-interfaces",
|
5
|
+
"main": "build/index.cjs",
|
6
|
+
"exports": {
|
7
|
+
".": [
|
8
|
+
{
|
9
|
+
"import": "./index.mjs",
|
10
|
+
"require": "./build/index.cjs"
|
11
|
+
},
|
12
|
+
"./build/index.cjs"
|
6
13
|
]
|
7
|
-
],
|
8
|
-
"_from": "cliui@7.0.4",
|
9
|
-
"_id": "cliui@7.0.4",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
12
|
-
"_location": "/cliui",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "cliui@7.0.4",
|
18
|
-
"name": "cliui",
|
19
|
-
"escapedName": "cliui",
|
20
|
-
"rawSpec": "7.0.4",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "7.0.4"
|
23
14
|
},
|
24
|
-
"
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
"
|
32
|
-
"
|
15
|
+
"type": "module",
|
16
|
+
"module": "./index.mjs",
|
17
|
+
"scripts": {
|
18
|
+
"check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
|
19
|
+
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
|
20
|
+
"pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
|
21
|
+
"test": "c8 mocha ./test/*.cjs",
|
22
|
+
"test:esm": "c8 mocha ./test/esm/cliui-test.mjs",
|
23
|
+
"postest": "check",
|
24
|
+
"coverage": "c8 report --check-coverage",
|
25
|
+
"precompile": "rimraf build",
|
26
|
+
"compile": "tsc",
|
27
|
+
"postcompile": "npm run build:cjs",
|
28
|
+
"build:cjs": "rollup -c",
|
29
|
+
"prepare": "npm run compile"
|
33
30
|
},
|
34
|
-
"
|
35
|
-
|
31
|
+
"repository": "yargs/cliui",
|
32
|
+
"standard": {
|
33
|
+
"ignore": [
|
34
|
+
"**/example/**"
|
35
|
+
],
|
36
|
+
"globals": [
|
37
|
+
"it"
|
38
|
+
]
|
36
39
|
},
|
40
|
+
"keywords": [
|
41
|
+
"cli",
|
42
|
+
"command-line",
|
43
|
+
"layout",
|
44
|
+
"design",
|
45
|
+
"console",
|
46
|
+
"wrap",
|
47
|
+
"table"
|
48
|
+
],
|
49
|
+
"author": "Ben Coe <ben@npmjs.com>",
|
50
|
+
"license": "ISC",
|
37
51
|
"dependencies": {
|
38
52
|
"string-width": "^4.2.0",
|
39
53
|
"strip-ansi": "^6.0.0",
|
40
54
|
"wrap-ansi": "^7.0.0"
|
41
55
|
},
|
42
|
-
"description": "easily create complex multi-column command-line-interfaces",
|
43
56
|
"devDependencies": {
|
44
57
|
"@types/node": "^14.0.27",
|
45
58
|
"@typescript-eslint/eslint-plugin": "^4.0.0",
|
@@ -59,63 +72,12 @@
|
|
59
72
|
"standardx": "^7.0.0",
|
60
73
|
"typescript": "^4.0.0"
|
61
74
|
},
|
62
|
-
"engine": {
|
63
|
-
"node": ">=10"
|
64
|
-
},
|
65
|
-
"exports": {
|
66
|
-
".": [
|
67
|
-
{
|
68
|
-
"import": "./index.mjs",
|
69
|
-
"require": "./build/index.cjs"
|
70
|
-
},
|
71
|
-
"./build/index.cjs"
|
72
|
-
]
|
73
|
-
},
|
74
75
|
"files": [
|
75
76
|
"build",
|
76
77
|
"index.mjs",
|
77
78
|
"!*.d.ts"
|
78
79
|
],
|
79
|
-
"
|
80
|
-
|
81
|
-
|
82
|
-
"command-line",
|
83
|
-
"layout",
|
84
|
-
"design",
|
85
|
-
"console",
|
86
|
-
"wrap",
|
87
|
-
"table"
|
88
|
-
],
|
89
|
-
"license": "ISC",
|
90
|
-
"main": "build/index.cjs",
|
91
|
-
"module": "./index.mjs",
|
92
|
-
"name": "cliui",
|
93
|
-
"repository": {
|
94
|
-
"type": "git",
|
95
|
-
"url": "git+https://github.com/yargs/cliui.git"
|
96
|
-
},
|
97
|
-
"scripts": {
|
98
|
-
"build:cjs": "rollup -c",
|
99
|
-
"check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'",
|
100
|
-
"compile": "tsc",
|
101
|
-
"coverage": "c8 report --check-coverage",
|
102
|
-
"fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'",
|
103
|
-
"postcompile": "npm run build:cjs",
|
104
|
-
"postest": "check",
|
105
|
-
"precompile": "rimraf build",
|
106
|
-
"prepare": "npm run compile",
|
107
|
-
"pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs",
|
108
|
-
"test": "c8 mocha ./test/*.cjs",
|
109
|
-
"test:esm": "c8 mocha ./test/esm/cliui-test.mjs"
|
110
|
-
},
|
111
|
-
"standard": {
|
112
|
-
"ignore": [
|
113
|
-
"**/example/**"
|
114
|
-
],
|
115
|
-
"globals": [
|
116
|
-
"it"
|
117
|
-
]
|
118
|
-
},
|
119
|
-
"type": "module",
|
120
|
-
"version": "7.0.4"
|
80
|
+
"engine": {
|
81
|
+
"node": ">=10"
|
82
|
+
}
|
121
83
|
}
|
@@ -1,56 +1,17 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"color-convert@2.0.1",
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "color-convert@2.0.1",
|
9
|
-
"_id": "color-convert@2.0.1",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
12
|
-
"_location": "/color-convert",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "color-convert@2.0.1",
|
18
|
-
"name": "color-convert",
|
19
|
-
"escapedName": "color-convert",
|
20
|
-
"rawSpec": "2.0.1",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "2.0.1"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/ansi-styles"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
28
|
-
"_spec": "2.0.1",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"author": {
|
31
|
-
"name": "Heather Arthur",
|
32
|
-
"email": "fayearthur@gmail.com"
|
33
|
-
},
|
34
|
-
"bugs": {
|
35
|
-
"url": "https://github.com/Qix-/color-convert/issues"
|
36
|
-
},
|
37
|
-
"dependencies": {
|
38
|
-
"color-name": "~1.1.4"
|
39
|
-
},
|
2
|
+
"name": "color-convert",
|
40
3
|
"description": "Plain color conversion functions",
|
41
|
-
"
|
42
|
-
|
43
|
-
|
4
|
+
"version": "2.0.1",
|
5
|
+
"author": "Heather Arthur <fayearthur@gmail.com>",
|
6
|
+
"license": "MIT",
|
7
|
+
"repository": "Qix-/color-convert",
|
8
|
+
"scripts": {
|
9
|
+
"pretest": "xo",
|
10
|
+
"test": "node test/basic.js"
|
44
11
|
},
|
45
12
|
"engines": {
|
46
13
|
"node": ">=7.0.0"
|
47
14
|
},
|
48
|
-
"files": [
|
49
|
-
"index.js",
|
50
|
-
"conversions.js",
|
51
|
-
"route.js"
|
52
|
-
],
|
53
|
-
"homepage": "https://github.com/Qix-/color-convert#readme",
|
54
15
|
"keywords": [
|
55
16
|
"color",
|
56
17
|
"colour",
|
@@ -65,22 +26,23 @@
|
|
65
26
|
"ansi",
|
66
27
|
"ansi16"
|
67
28
|
],
|
68
|
-
"
|
69
|
-
|
70
|
-
|
71
|
-
"
|
72
|
-
|
73
|
-
},
|
74
|
-
"scripts": {
|
75
|
-
"pretest": "xo",
|
76
|
-
"test": "node test/basic.js"
|
77
|
-
},
|
78
|
-
"version": "2.0.1",
|
29
|
+
"files": [
|
30
|
+
"index.js",
|
31
|
+
"conversions.js",
|
32
|
+
"route.js"
|
33
|
+
],
|
79
34
|
"xo": {
|
80
35
|
"rules": {
|
81
36
|
"default-case": 0,
|
82
37
|
"no-inline-comments": 0,
|
83
38
|
"operator-linebreak": 0
|
84
39
|
}
|
40
|
+
},
|
41
|
+
"devDependencies": {
|
42
|
+
"chalk": "^2.4.2",
|
43
|
+
"xo": "^0.24.0"
|
44
|
+
},
|
45
|
+
"dependencies": {
|
46
|
+
"color-name": "~1.1.4"
|
85
47
|
}
|
86
48
|
}
|
@@ -1,60 +1,28 @@
|
|
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
|
-
"/color-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
"_spec": "1.1.4",
|
30
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
31
|
-
"author": {
|
32
|
-
"name": "DY",
|
33
|
-
"email": "dfcreative@gmail.com"
|
34
|
-
},
|
35
|
-
"bugs": {
|
36
|
-
"url": "https://github.com/colorjs/color-name/issues"
|
37
|
-
},
|
38
|
-
"description": "A list of color names and its values",
|
39
|
-
"files": [
|
40
|
-
"index.js"
|
41
|
-
],
|
42
|
-
"homepage": "https://github.com/colorjs/color-name",
|
43
|
-
"keywords": [
|
44
|
-
"color-name",
|
45
|
-
"color",
|
46
|
-
"color-keyword",
|
47
|
-
"keyword"
|
48
|
-
],
|
49
|
-
"license": "MIT",
|
50
|
-
"main": "index.js",
|
51
|
-
"name": "color-name",
|
52
|
-
"repository": {
|
53
|
-
"type": "git",
|
54
|
-
"url": "git+ssh://git@github.com/colorjs/color-name.git"
|
55
|
-
},
|
56
|
-
"scripts": {
|
57
|
-
"test": "node test.js"
|
58
|
-
},
|
59
|
-
"version": "1.1.4"
|
60
|
-
}
|
1
|
+
{
|
2
|
+
"name": "color-name",
|
3
|
+
"version": "1.1.4",
|
4
|
+
"description": "A list of color names and its values",
|
5
|
+
"main": "index.js",
|
6
|
+
"files": [
|
7
|
+
"index.js"
|
8
|
+
],
|
9
|
+
"scripts": {
|
10
|
+
"test": "node test.js"
|
11
|
+
},
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "git@github.com:colorjs/color-name.git"
|
15
|
+
},
|
16
|
+
"keywords": [
|
17
|
+
"color-name",
|
18
|
+
"color",
|
19
|
+
"color-keyword",
|
20
|
+
"keyword"
|
21
|
+
],
|
22
|
+
"author": "DY <dfcreative@gmail.com>",
|
23
|
+
"license": "MIT",
|
24
|
+
"bugs": {
|
25
|
+
"url": "https://github.com/colorjs/color-name/issues"
|
26
|
+
},
|
27
|
+
"homepage": "https://github.com/colorjs/color-name"
|
28
|
+
}
|
@@ -1,62 +1,25 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
"combined-stream@1.0.8",
|
5
|
-
"/home/sam/source/corellium/corellium-cli"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "combined-stream@1.0.8",
|
9
|
-
"_id": "combined-stream@1.0.8",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
12
|
-
"_location": "/combined-stream",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "combined-stream@1.0.8",
|
18
|
-
"name": "combined-stream",
|
19
|
-
"escapedName": "combined-stream",
|
20
|
-
"rawSpec": "1.0.8",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.0.8"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/@corellium/corellium-api/form-data",
|
26
|
-
"/form-data",
|
27
|
-
"/superagent/form-data"
|
28
|
-
],
|
29
|
-
"_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
30
|
-
"_spec": "1.0.8",
|
31
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
32
|
-
"author": {
|
33
|
-
"name": "Felix Geisendörfer",
|
34
|
-
"email": "felix@debuggable.com",
|
35
|
-
"url": "http://debuggable.com/"
|
36
|
-
},
|
37
|
-
"bugs": {
|
38
|
-
"url": "https://github.com/felixge/node-combined-stream/issues"
|
39
|
-
},
|
40
|
-
"dependencies": {
|
41
|
-
"delayed-stream": "~1.0.0"
|
42
|
-
},
|
2
|
+
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
|
3
|
+
"name": "combined-stream",
|
43
4
|
"description": "A stream that emits multiple other streams one after another.",
|
44
|
-
"
|
45
|
-
"far": "~0.0.7"
|
46
|
-
},
|
47
|
-
"engines": {
|
48
|
-
"node": ">= 0.8"
|
49
|
-
},
|
5
|
+
"version": "1.0.8",
|
50
6
|
"homepage": "https://github.com/felixge/node-combined-stream",
|
51
|
-
"license": "MIT",
|
52
|
-
"main": "./lib/combined_stream",
|
53
|
-
"name": "combined-stream",
|
54
7
|
"repository": {
|
55
8
|
"type": "git",
|
56
9
|
"url": "git://github.com/felixge/node-combined-stream.git"
|
57
10
|
},
|
11
|
+
"main": "./lib/combined_stream",
|
58
12
|
"scripts": {
|
59
13
|
"test": "node test/run.js"
|
60
14
|
},
|
61
|
-
"
|
15
|
+
"engines": {
|
16
|
+
"node": ">= 0.8"
|
17
|
+
},
|
18
|
+
"dependencies": {
|
19
|
+
"delayed-stream": "~1.0.0"
|
20
|
+
},
|
21
|
+
"devDependencies": {
|
22
|
+
"far": "~0.0.7"
|
23
|
+
},
|
24
|
+
"license": "MIT"
|
62
25
|
}
|
@@ -1,59 +1,27 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
"_id": "component-emitter@1.3.0",
|
10
|
-
"_inBundle": false,
|
11
|
-
"_integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
|
12
|
-
"_location": "/component-emitter",
|
13
|
-
"_phantomChildren": {},
|
14
|
-
"_requested": {
|
15
|
-
"type": "version",
|
16
|
-
"registry": true,
|
17
|
-
"raw": "component-emitter@1.3.0",
|
18
|
-
"name": "component-emitter",
|
19
|
-
"escapedName": "component-emitter",
|
20
|
-
"rawSpec": "1.3.0",
|
21
|
-
"saveSpec": null,
|
22
|
-
"fetchSpec": "1.3.0"
|
23
|
-
},
|
24
|
-
"_requiredBy": [
|
25
|
-
"/superagent"
|
26
|
-
],
|
27
|
-
"_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
|
28
|
-
"_spec": "1.3.0",
|
29
|
-
"_where": "/home/sam/source/corellium/corellium-cli",
|
30
|
-
"bugs": {
|
31
|
-
"url": "https://github.com/component/emitter/issues"
|
2
|
+
"name": "component-emitter",
|
3
|
+
"description": "Event emitter",
|
4
|
+
"version": "1.3.0",
|
5
|
+
"license": "MIT",
|
6
|
+
"devDependencies": {
|
7
|
+
"mocha": "*",
|
8
|
+
"should": "*"
|
32
9
|
},
|
33
10
|
"component": {
|
34
11
|
"scripts": {
|
35
12
|
"emitter/index.js": "index.js"
|
36
13
|
}
|
37
14
|
},
|
38
|
-
"description": "Event emitter",
|
39
|
-
"devDependencies": {
|
40
|
-
"mocha": "*",
|
41
|
-
"should": "*"
|
42
|
-
},
|
43
|
-
"files": [
|
44
|
-
"index.js",
|
45
|
-
"LICENSE"
|
46
|
-
],
|
47
|
-
"homepage": "https://github.com/component/emitter#readme",
|
48
|
-
"license": "MIT",
|
49
15
|
"main": "index.js",
|
50
|
-
"name": "component-emitter",
|
51
16
|
"repository": {
|
52
17
|
"type": "git",
|
53
|
-
"url": "
|
18
|
+
"url": "https://github.com/component/emitter.git"
|
54
19
|
},
|
55
20
|
"scripts": {
|
56
21
|
"test": "make test"
|
57
22
|
},
|
58
|
-
"
|
23
|
+
"files": [
|
24
|
+
"index.js",
|
25
|
+
"LICENSE"
|
26
|
+
]
|
59
27
|
}
|