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,35 +1,39 @@
{
"_from": "nice-try@^1.0.4",
"_args": [
[
"nice-try@1.0.5",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "nice-try@1.0.5",
"_id": "nice-try@1.0.5",
"_inBundle": false,
"_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
"_location": "/nice-try",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "nice-try@^1.0.4",
"raw": "nice-try@1.0.5",
"name": "nice-try",
"escapedName": "nice-try",
"rawSpec": "^1.0.4",
"rawSpec": "1.0.5",
"saveSpec": null,
"fetchSpec": "^1.0.4"
"fetchSpec": "1.0.5"
},
"_requiredBy": [
"/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
"_shasum": "a3378a7696ce7d223e88fc9b764bd7ef1089e366",
"_spec": "nice-try@^1.0.4",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/cross-spawn",
"_spec": "1.0.5",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
"bugs": {
"url": "https://github.com/electerious/nice-try/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tries to execute a function and discards any error that occurs",
"devDependencies": {
"chai": "^4.1.2",