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,5 +1,12 @@
{
"_from": "set-value@^2.0.0",
"_args": [
[
"set-value@2.0.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "set-value@2.0.1",
"_id": "set-value@2.0.1",
"_inBundle": false,
"_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
@@ -8,23 +15,22 @@
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "set-value@^2.0.0",
"raw": "set-value@2.0.1",
"name": "set-value",
"escapedName": "set-value",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/cache-base",
"/union-value"
],
"_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
"_shasum": "a18d40530e6f07de4228c7defe4227af8cad005b",
"_spec": "set-value@^2.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/cache-base",
"_spec": "2.0.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -32,7 +38,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/set-value/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
@@ -52,7 +57,6 @@
"is-plain-object": "^2.0.3",
"split-string": "^3.0.1"
},
"deprecated": false,
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"devDependencies": {
"gulp-format-md": "^0.1.12",