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
-1
View File
@@ -1 +0,0 @@
../../../uuid/dist/bin/uuid
+15 -10
View File
@@ -1,35 +1,40 @@
{
"_from": "semver@^7.3.2",
"_args": [
[
"semver@7.3.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "semver@7.3.2",
"_id": "semver@7.3.2",
"_inBundle": false,
"_integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
"_location": "/node-notifier/semver",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "semver@^7.3.2",
"raw": "semver@7.3.2",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^7.3.2",
"rawSpec": "7.3.2",
"saveSpec": null,
"fetchSpec": "^7.3.2"
"fetchSpec": "7.3.2"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"_shasum": "604962b052b81ed0786aae84389ffba70ffd3938",
"_spec": "semver@^7.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/node-notifier",
"_spec": "7.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"bin": {
"semver": "bin/semver.js"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The semantic version parser used by npm.",
"devDependencies": {
"tap": "^14.10.7"
+15 -10
View File
@@ -1,27 +1,34 @@
{
"_from": "which@^2.0.2",
"_args": [
[
"which@2.0.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "which@2.0.2",
"_id": "which@2.0.2",
"_inBundle": false,
"_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"_location": "/node-notifier/which",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "which@^2.0.2",
"raw": "which@2.0.2",
"name": "which",
"escapedName": "which",
"rawSpec": "^2.0.2",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
"_spec": "which@^2.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/node-notifier",
"_spec": "2.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -33,11 +40,9 @@
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"bundleDependencies": false,
"dependencies": {
"isexe": "^2.0.0"
},
"deprecated": false,
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",
+15 -10
View File
@@ -1,36 +1,42 @@
{
"_from": "node-notifier@^8.0.0",
"_args": [
[
"node-notifier@8.0.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "node-notifier@8.0.0",
"_id": "node-notifier@8.0.0",
"_inBundle": false,
"_integrity": "sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA==",
"_location": "/node-notifier",
"_optional": true,
"_phantomChildren": {
"isexe": "2.0.0"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "node-notifier@^8.0.0",
"raw": "node-notifier@8.0.0",
"name": "node-notifier",
"escapedName": "node-notifier",
"rawSpec": "^8.0.0",
"rawSpec": "8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
"fetchSpec": "8.0.0"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.0.tgz",
"_shasum": "a7eee2d51da6d0f7ff5094bc7108c911240c1620",
"_spec": "node-notifier@^8.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/reporters",
"_spec": "8.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Mikael Brevik"
},
"bugs": {
"url": "https://github.com/mikaelbr/node-notifier/issues"
},
"bundleDependencies": false,
"dependencies": {
"growly": "^1.3.0",
"is-wsl": "^2.2.0",
@@ -39,7 +45,6 @@
"uuid": "^8.3.0",
"which": "^2.0.2"
},
"deprecated": false,
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
"devDependencies": {
"eslint": "^7.6.0",