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,19 +1,26 @@
{
"_from": "isobject@^3.0.1",
"_args": [
[
"isobject@3.0.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "isobject@3.0.1",
"_id": "isobject@3.0.1",
"_inBundle": false,
"_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
"_location": "/isobject",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "isobject@^3.0.1",
"raw": "isobject@3.0.1",
"name": "isobject",
"escapedName": "isobject",
"rawSpec": "^3.0.1",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/base",
@@ -29,9 +36,8 @@
"/unset-value"
],
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
"_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
"_spec": "isobject@^3.0.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/braces",
"_spec": "3.0.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -39,7 +45,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/isobject/issues"
},
"bundleDependencies": false,
"contributors": [
{
"url": "https://github.com/LeSuisse"
@@ -62,7 +67,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Returns true if the value is an object and not an array or null.",
"devDependencies": {
"gulp-format-md": "^0.1.9",