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": "has@^1.0.3",
"_args": [
[
"has@1.0.3",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "has@1.0.3",
"_id": "has@1.0.3",
"_inBundle": false,
"_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
"_location": "/has",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "has@^1.0.3",
"raw": "has@1.0.3",
"name": "has",
"escapedName": "has",
"rawSpec": "^1.0.3",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/is-core-module"
],
"_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
"_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
"_spec": "has@^1.0.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/is-core-module",
"_spec": "1.0.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Thiago de Arruda",
"email": "tpadilha84@gmail.com"
@@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/tarruda/has/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -40,7 +45,6 @@
"dependencies": {
"function-bind": "^1.1.1"
},
"deprecated": false,
"description": "Object.prototype.hasOwnProperty.call shortcut",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",