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,36 +1,40 @@
{
"_from": "source-map-support@^0.5.6",
"_args": [
[
"source-map-support@0.5.19",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "source-map-support@0.5.19",
"_id": "source-map-support@0.5.19",
"_inBundle": false,
"_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
"_location": "/source-map-support",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "source-map-support@^0.5.6",
"raw": "source-map-support@0.5.19",
"name": "source-map-support",
"escapedName": "source-map-support",
"rawSpec": "^0.5.6",
"rawSpec": "0.5.19",
"saveSpec": null,
"fetchSpec": "^0.5.6"
"fetchSpec": "0.5.19"
},
"_requiredBy": [
"/jest-runner"
],
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
"_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61",
"_spec": "source-map-support@^0.5.6",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-runner",
"_spec": "0.5.19",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"bugs": {
"url": "https://github.com/evanw/node-source-map-support/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
},
"deprecated": false,
"description": "Fixes stack traces for files with source maps",
"devDependencies": {
"browserify": "^4.2.3",