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": "error-ex@^1.3.1",
"_args": [
[
"error-ex@1.3.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "error-ex@1.3.2",
"_id": "error-ex@1.3.2",
"_inBundle": false,
"_integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
"_location": "/error-ex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "error-ex@^1.3.1",
"raw": "error-ex@1.3.2",
"name": "error-ex",
"escapedName": "error-ex",
"rawSpec": "^1.3.1",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "^1.3.1"
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
"_shasum": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf",
"_spec": "error-ex@^1.3.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/parse-json",
"_spec": "1.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"bugs": {
"url": "https://github.com/qix-/node-error-ex/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-arrayish": "^0.2.1"
},
"deprecated": false,
"description": "Easy error subclassing and stack customization",
"devDependencies": {
"coffee-script": "^1.9.3",