Cleaned and refreshed node modules with npm

Added a check for a debug flag so that we can checkout and run actions during release
This commit is contained in:
Drew Heavner
2020-11-15 14:04:10 -05:00
parent 6079bfc827
commit 67dceb4e04
574 changed files with 7314 additions and 5227 deletions
+14 -10
View File
@@ -1,28 +1,34 @@
{
"_from": "exec-sh@^0.3.2",
"_args": [
[
"exec-sh@0.3.4",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "exec-sh@0.3.4",
"_id": "exec-sh@0.3.4",
"_inBundle": false,
"_integrity": "sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==",
"_location": "/exec-sh",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "exec-sh@^0.3.2",
"raw": "exec-sh@0.3.4",
"name": "exec-sh",
"escapedName": "exec-sh",
"rawSpec": "^0.3.2",
"rawSpec": "0.3.4",
"saveSpec": null,
"fetchSpec": "^0.3.2"
"fetchSpec": "0.3.4"
},
"_requiredBy": [
"/@cnakazawa/watch",
"/sane"
],
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz",
"_shasum": "3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5",
"_spec": "exec-sh@^0.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane",
"_spec": "0.3.4",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Aleksandr Tsertkov",
"email": "tsertkov@gmail.com"
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/tsertkov/exec-sh/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Execute shell command forwarding all stdio.",
"devDependencies": {
"coveralls": "^3.0.7",