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,20 +1,27 @@
{
"_from": "@babel/code-frame@^7.0.0",
"_args": [
[
"@babel/code-frame@7.10.4",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "@babel/code-frame@7.10.4",
"_id": "@babel/code-frame@7.10.4",
"_inBundle": false,
"_integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
"_location": "/@babel/code-frame",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "@babel/code-frame@^7.0.0",
"raw": "@babel/code-frame@7.10.4",
"name": "@babel/code-frame",
"escapedName": "@babel%2fcode-frame",
"scope": "@babel",
"rawSpec": "^7.0.0",
"rawSpec": "7.10.4",
"saveSpec": null,
"fetchSpec": "^7.0.0"
"fetchSpec": "7.10.4"
},
"_requiredBy": [
"/@babel/core",
@@ -24,9 +31,8 @@
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
"_shasum": "168da1a36e90da68ae8d49c0f1b48c7c6249213a",
"_spec": "@babel/code-frame@^7.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-message-util",
"_spec": "7.10.4",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
@@ -34,11 +40,9 @@
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/highlight": "^7.10.4"
},
"deprecated": false,
"description": "Generate errors that contain a code frame that point to source locations.",
"devDependencies": {
"chalk": "^2.0.0",