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,27 +1,33 @@
{
"_from": "hosted-git-info@^2.1.4",
"_args": [
[
"hosted-git-info@2.8.8",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "hosted-git-info@2.8.8",
"_id": "hosted-git-info@2.8.8",
"_inBundle": false,
"_integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==",
"_location": "/hosted-git-info",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "hosted-git-info@^2.1.4",
"raw": "hosted-git-info@2.8.8",
"name": "hosted-git-info",
"escapedName": "hosted-git-info",
"rawSpec": "^2.1.4",
"rawSpec": "2.8.8",
"saveSpec": null,
"fetchSpec": "^2.1.4"
"fetchSpec": "2.8.8"
},
"_requiredBy": [
"/normalize-package-data"
],
"_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
"_shasum": "7539bd4bc1e0e0a895815a2e0262420b12858488",
"_spec": "hosted-git-info@^2.1.4",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/normalize-package-data",
"_spec": "2.8.8",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/npm/hosted-git-info/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
"devDependencies": {
"standard": "^11.0.1",