@adobe/aio-cli-plugin-cloudmanager
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.5","commands":{"cloudmanager:advance-current-execution":{"id":"cloudmanager:advance-current-execution","description":"advance current pipeline execution either by overriding a waiting quality gate or advancing the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:cancel-current-execution":{"id":"cloudmanager:cancel-current-execution","description":"cancel current pipeline execution either by cancelling the current step, rejecting a waiting quality gate, or rejecting the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:get-current-execution":{"id":"cloudmanager:get-current-execution","description":"get pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:get-quality-gate-results":{"id":"cloudmanager:get-quality-gate-results","description":"get quality gate results","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true},{"name":"action","description":"the step action","required":true,"options":["codeQuality","security","performance"]}]},"cloudmanager":{"id":"cloudmanager","description":"interact with the Cloud Manager API to list, start, cancel, and inspect pipelines and executions.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"examples":["$ aio cloudmanager:list-programs","$ aio cloudmanager:list-programs --enabledonly","$ aio cloudmanager:list-pipelines","$ aio cloudmanager:list-pipelines --programId=PROGRAM_ID","$ aio cloudmanager:start-execution PIPELINE_ID","$ aio cloudmanager:start-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:list-current-executions","$ aio cloudmanager:list-current-executions --programId=PROGRAM_ID","$ aio cloudmanager:get-current-execution PIPELINE_ID","$ aio cloudmanager:get-current-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:get-quality-gate-results PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:get-quality-gate-results --programId=PROGRAM_ID PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:cancel-current-execution PIPELINE_ID","$ aio cloudmanager:cancel-current-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:advance-current-execution PIPELINE_ID","$ aio cloudmanager:advance-current-execution --programId=PROGRAM_ID PIPELINE_ID"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"}},"args":[]},"cloudmanager:list-current-executions":{"id":"cloudmanager:list-current-executions","description":"list running pipeline executions","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]},"cloudmanager:list-pipelines":{"id":"cloudmanager:list-pipelines","description":"lists pipelines available in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]},"cloudmanager:list-programs":{"id":"cloudmanager:list-programs","description":"lists programs available in Cloud Manager","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"enabledonly":{"name":"enabledonly","type":"boolean","char":"e","description":"only output Cloud Manager-enabled programs","allowNo":false}},"args":[]},"cloudmanager:start-execution":{"id":"cloudmanager:start-execution","description":"start pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]}}} | ||
{"version":"0.1.0","commands":{"cloudmanager:advance-current-execution":{"id":"cloudmanager:advance-current-execution","description":"advance current pipeline execution either by overriding a waiting quality gate or advancing the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:cancel-current-execution":{"id":"cloudmanager:cancel-current-execution","description":"cancel current pipeline execution either by cancelling the current step, rejecting a waiting quality gate, or rejecting the approval step","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:get-current-execution":{"id":"cloudmanager:get-current-execution","description":"get pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]},"cloudmanager:get-quality-gate-results":{"id":"cloudmanager:get-quality-gate-results","description":"get quality gate results","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true},{"name":"executionId","description":"the execution id","required":true},{"name":"action","description":"the step action","required":true,"options":["codeQuality","security","performance"]}]},"cloudmanager":{"id":"cloudmanager","description":"interact with the Cloud Manager API to list, start, cancel, and inspect pipelines and executions.","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"examples":["$ aio cloudmanager:list-programs","$ aio cloudmanager:list-programs --enabledonly","$ aio cloudmanager:list-pipelines","$ aio cloudmanager:list-pipelines --programId=PROGRAM_ID","$ aio cloudmanager:start-execution PIPELINE_ID","$ aio cloudmanager:start-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:list-current-executions","$ aio cloudmanager:list-current-executions --programId=PROGRAM_ID","$ aio cloudmanager:get-current-execution PIPELINE_ID","$ aio cloudmanager:get-current-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:get-quality-gate-results PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:get-quality-gate-results --programId=PROGRAM_ID PIPELINE_ID [codeQuality|security|performance]","$ aio cloudmanager:cancel-current-execution PIPELINE_ID","$ aio cloudmanager:cancel-current-execution --programId=PROGRAM_ID PIPELINE_ID","$ aio cloudmanager:advance-current-execution PIPELINE_ID","$ aio cloudmanager:advance-current-execution --programId=PROGRAM_ID PIPELINE_ID"],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"}},"args":[]},"cloudmanager:list-current-executions":{"id":"cloudmanager:list-current-executions","description":"list running pipeline executions","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]},"cloudmanager:list-pipelines":{"id":"cloudmanager:list-pipelines","description":"lists pipelines available in a Cloud Manager program","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[]},"cloudmanager:list-programs":{"id":"cloudmanager:list-programs","description":"lists programs available in Cloud Manager","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"enabledonly":{"name":"enabledonly","type":"boolean","char":"e","description":"only output Cloud Manager-enabled programs","allowNo":false}},"args":[]},"cloudmanager:start-execution":{"id":"cloudmanager:start-execution","description":"start pipeline execution","pluginName":"@adobe/aio-cli-plugin-cloudmanager","pluginType":"core","aliases":[],"flags":{"passphrase":{"name":"passphrase","type":"option","char":"r","description":"the passphrase for the private-key"},"programId":{"name":"programId","type":"option","char":"p","description":"the programId. if not specified, defaults to 'cloudmanager_programid' config value"}},"args":[{"name":"pipelineId","description":"the pipeline id","required":true}]}}} |
{ | ||
"name": "@adobe/aio-cli-plugin-cloudmanager", | ||
"description": "Cloud Manager commands for the Adobe I/O CLI", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"author": "Adobe Inc.", | ||
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues", | ||
"dependencies": { | ||
"@adobe/aio-cli-plugin-config": "^1.0.6", | ||
"@adobe/aio-cli-plugin-jwt-auth": "^1.0.9", | ||
"@adobe/aio-cli-plugin-jwt-auth": "^2.0.1", | ||
"@adobe/aio-cna-core-config": "^1.0.14", | ||
"@oclif/command": "^1.5.6", | ||
@@ -36,3 +36,3 @@ "@oclif/config": "^1.9.0", | ||
"jest-haste-map": "^24.5.0", | ||
"jest-junit": "^6.3.0", | ||
"jest-junit": "^7.0.0", | ||
"stdout-stderr": "^0.1.9" | ||
@@ -39,0 +39,0 @@ }, |
@@ -51,3 +51,3 @@ <!-- | ||
``` | ||
aio config:set jwt-auth PATH_TO_CONFIG_JSON_FILE --file --mime-type=application/json | ||
aio config:set jwt-auth PATH_TO_CONFIG_JSON_FILE --file --json | ||
``` | ||
@@ -58,3 +58,3 @@ | ||
``` | ||
aio config:set jwt-auth.jwt_private_key PATH_TO_PRIVATE_KEY_FILE --file --mime-type=application/x-pem-file | ||
aio config:set jwt-auth.jwt_private_key PATH_TO_PRIVATE_KEY_FILE --file | ||
``` | ||
@@ -118,3 +118,3 @@ | ||
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/index.js)_ | ||
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/index.js)_ | ||
@@ -137,3 +137,3 @@ ## `aio cloudmanager:advance-current-execution PIPELINEID` | ||
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/advance-current-execution.js)_ | ||
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/advance-current-execution.js)_ | ||
@@ -156,3 +156,3 @@ ## `aio cloudmanager:cancel-current-execution PIPELINEID` | ||
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/cancel-current-execution.js)_ | ||
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/cancel-current-execution.js)_ | ||
@@ -175,3 +175,3 @@ ## `aio cloudmanager:get-current-execution PIPELINEID` | ||
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/get-current-execution.js)_ | ||
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/get-current-execution.js)_ | ||
@@ -196,3 +196,3 @@ ## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION` | ||
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/get-quality-gate-results.js)_ | ||
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/get-quality-gate-results.js)_ | ||
@@ -212,3 +212,3 @@ ## `aio cloudmanager:list-current-executions` | ||
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/list-current-executions.js)_ | ||
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/list-current-executions.js)_ | ||
@@ -228,3 +228,3 @@ ## `aio cloudmanager:list-pipelines` | ||
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/list-pipelines.js)_ | ||
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/list-pipelines.js)_ | ||
@@ -244,3 +244,3 @@ ## `aio cloudmanager:list-programs` | ||
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/list-programs.js)_ | ||
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/list-programs.js)_ | ||
@@ -263,3 +263,3 @@ ## `aio cloudmanager:start-execution PIPELINEID` | ||
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.0.5/src/commands/cloudmanager/start-execution.js)_ | ||
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.0/src/commands/cloudmanager/start-execution.js)_ | ||
<!-- commandsstop --> |
@@ -13,3 +13,3 @@ /* | ||
const Config = require('@adobe/aio-cli-plugin-config') | ||
const Config = require('@adobe/aio-cna-core-config') | ||
const constants = require('./constants') | ||
@@ -16,0 +16,0 @@ |
@@ -44,4 +44,10 @@ /* | ||
cli.action.stop('started') | ||
const evaluated = /^.*\/([0-9]+)$/.exec(result) | ||
if (evaluated) { | ||
cli.action.stop(`started execution ID ${evaluated[1]}`) | ||
} else { | ||
cli.action.stop('started') | ||
} | ||
return result | ||
@@ -48,0 +54,0 @@ } |
68335
865
+ Added@adobe/aio-cli-plugin-jwt-auth@2.0.4(transitive)
+ Added@adobe/aio-cna-core-config@1.0.14(transitive)
+ Added@adobe/aio-lib-core-config@1.2.8(transitive)
+ Added@adobe/jwt-auth@0.3.3(transitive)
+ Added@yarnpkg/lockfile@1.1.0(transitive)
+ Addedat-least-node@1.0.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcall-bind-apply-helpers@1.0.2(transitive)
+ Addedci-info@2.0.0(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcross-spawn@6.0.6(transitive)
+ Addeddeepmerge@4.3.1(transitive)
+ Addeddotenv@8.6.0(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.1.1(transitive)
+ Addedes-set-tostringtag@2.1.0(transitive)
+ Addedfind-yarn-workspace-root@2.0.0(transitive)
+ Addedform-data@3.0.3(transitive)
+ Addedfs-extra@9.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.3.0(transitive)
+ Addedget-proto@1.0.1(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhas-tostringtag@1.0.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedhjson@3.2.2(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-ci@2.0.0(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedklaw-sync@6.0.0(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedopen@7.4.2(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedpatch-package@6.5.1(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedslash@2.0.0(transitive)
+ Addedtmp@0.0.33(transitive)
+ Addeduniversalify@2.0.1(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyaml@1.10.2(transitive)
- Removed@adobe/aio-cli-plugin-config@^1.0.6
- Removed@adobe/aio-cli-plugin-config@1.0.7(transitive)
- Removed@adobe/aio-cli-plugin-jwt-auth@1.0.9(transitive)
- Removedajv@6.12.6(transitive)
- Removedasn1@0.2.6(transitive)
- Removedassert-plus@1.0.0(transitive)
- Removedaws-sign2@0.7.0(transitive)
- Removedaws4@1.13.2(transitive)
- Removedbcrypt-pbkdf@1.0.2(transitive)
- Removedcaseless@0.12.0(transitive)
- Removedconf@2.2.0(transitive)
- Removedcore-util-is@1.0.2(transitive)
- Removeddashdash@1.14.1(transitive)
- Removeddebug@3.2.7(transitive)
- Removeddot-prop@4.2.1(transitive)
- Removedecc-jsbn@0.1.2(transitive)
- Removedenv-paths@1.0.0(transitive)
- Removedextend@3.0.2(transitive)
- Removedextsprintf@1.3.0(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedforever-agent@0.6.1(transitive)
- Removedform-data@2.3.3(transitive)
- Removedgetpass@0.1.7(transitive)
- Removedhar-schema@2.0.0(transitive)
- Removedhar-validator@5.1.5(transitive)
- Removedhttp-signature@1.2.0(transitive)
- Removedimurmurhash@0.1.4(transitive)
- Removedis-obj@1.0.1(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedisstream@0.1.2(transitive)
- Removedjsbn@0.1.1(transitive)
- Removedjson-schema@0.4.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsprim@1.4.2(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedmake-dir@1.3.0(transitive)
- Removedoauth-sign@0.9.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedperformance-now@2.1.0(transitive)
- Removedpify@3.0.0(transitive)
- Removedpkg-up@2.0.0(transitive)
- Removedpsl@1.15.0(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@6.5.3(transitive)
- Removedrequest@2.88.2(transitive)
- Removedrequest-promise-core@1.1.4(transitive)
- Removedrequest-promise-native@1.0.9(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedsshpk@1.18.0(transitive)
- Removedstealthy-require@1.1.1(transitive)
- Removedtough-cookie@2.5.0(transitive)
- Removedtunnel-agent@0.6.0(transitive)
- Removedtweetnacl@0.14.5(transitive)
- Removeduri-js@4.4.1(transitive)
- Removeduuid@3.4.0(transitive)
- Removedverror@1.10.0(transitive)
- Removedwrite-file-atomic@2.4.3(transitive)