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": "require-directory@^2.1.1",
"_args": [
[
"require-directory@2.1.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "require-directory@2.1.1",
"_id": "require-directory@2.1.1",
"_inBundle": false,
"_integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
"_location": "/require-directory",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "require-directory@^2.1.1",
"raw": "require-directory@2.1.1",
"name": "require-directory",
"escapedName": "require-directory",
"rawSpec": "^2.1.1",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
"_shasum": "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42",
"_spec": "require-directory@^2.1.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/yargs",
"_spec": "2.1.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Troy Goode",
"email": "troygoode@gmail.com",
@@ -30,7 +36,6 @@
"bugs": {
"url": "http://github.com/troygoode/node-require-directory/issues/"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Troy Goode",
@@ -38,7 +43,6 @@
"url": "http://github.com/troygoode/"
}
],
"deprecated": false,
"description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
"devDependencies": {
"jshint": "^2.6.0",