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": "xmlchars@^2.2.0",
"_args": [
[
"xmlchars@2.2.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "xmlchars@2.2.0",
"_id": "xmlchars@2.2.0",
"_inBundle": false,
"_integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
"_location": "/xmlchars",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "xmlchars@^2.2.0",
"raw": "xmlchars@2.2.0",
"name": "xmlchars",
"escapedName": "xmlchars",
"rawSpec": "^2.2.0",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/saxes"
],
"_resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
"_shasum": "060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb",
"_spec": "xmlchars@^2.2.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/saxes",
"_spec": "2.2.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Louis-Dominique Dubeau",
"email": "ldd@lddubeau.com"
@@ -29,9 +35,7 @@
"bugs": {
"url": "https://github.com/lddubeau/xmlchars/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
"devDependencies": {
"@commitlint/cli": "^8.1.0",