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": "map-visit@^1.0.0",
"_args": [
[
"map-visit@1.0.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "map-visit@1.0.0",
"_id": "map-visit@1.0.0",
"_inBundle": false,
"_integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
"_location": "/map-visit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "map-visit@^1.0.0",
"raw": "map-visit@1.0.0",
"name": "map-visit",
"escapedName": "map-visit",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/collection-visit"
],
"_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
"_shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
"_spec": "map-visit@^1.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/collection-visit",
"_spec": "1.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -29,7 +35,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/map-visit/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -45,7 +50,6 @@
"dependencies": {
"object-visit": "^1.0.0"
},
"deprecated": false,
"description": "Map `visit` over an array of objects.",
"devDependencies": {
"clone-deep": "^0.2.4",