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": "repeat-element@^1.1.2",
"_args": [
[
"repeat-element@1.1.3",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "repeat-element@1.1.3",
"_id": "repeat-element@1.1.3",
"_inBundle": false,
"_integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
"_location": "/repeat-element",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "repeat-element@^1.1.2",
"raw": "repeat-element@1.1.3",
"name": "repeat-element",
"escapedName": "repeat-element",
"rawSpec": "^1.1.2",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.2"
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/sane/braces"
],
"_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
"_shasum": "782e0d825c0c5a3bb39731f84efee6b742e6b1ce",
"_spec": "repeat-element@^1.1.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/braces",
"_spec": "1.1.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/repeat-element/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Create an array by repeating the given value n times.",
"devDependencies": {
"benchmarked": "^2.0.0",