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,28 +1,34 @@
{
"_from": "abab@^2.0.3",
"_args": [
[
"abab@2.0.5",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "abab@2.0.5",
"_id": "abab@2.0.5",
"_inBundle": false,
"_integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",
"_location": "/abab",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "abab@^2.0.3",
"raw": "abab@2.0.5",
"name": "abab",
"escapedName": "abab",
"rawSpec": "^2.0.3",
"rawSpec": "2.0.5",
"saveSpec": null,
"fetchSpec": "^2.0.3"
"fetchSpec": "2.0.5"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
"_shasum": "c0b678fb32d60fc1219c784d6a826fe385aeb79a",
"_spec": "abab@^2.0.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jsdom",
"_spec": "2.0.5",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jeff Carpenter",
"email": "gcarpenterv@gmail.com"
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/jsdom/abab/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
"devDependencies": {
"eslint": "^4.19.1",