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": "fill-range@^7.0.1",
"_args": [
[
"fill-range@7.0.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "fill-range@7.0.1",
"_id": "fill-range@7.0.1",
"_inBundle": false,
"_integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
"_location": "/fill-range",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "fill-range@^7.0.1",
"raw": "fill-range@7.0.1",
"name": "fill-range",
"escapedName": "fill-range",
"rawSpec": "^7.0.1",
"rawSpec": "7.0.1",
"saveSpec": null,
"fetchSpec": "^7.0.1"
"fetchSpec": "7.0.1"
},
"_requiredBy": [
"/braces"
],
"_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
"_shasum": "1919a6a7c75fe38b2c7c77e5198535da9acdda40",
"_spec": "fill-range@^7.0.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/braces",
"_spec": "7.0.1",
"_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/fill-range/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Edo Rivai",
@@ -54,7 +59,6 @@
"dependencies": {
"to-regex-range": "^5.0.1"
},
"deprecated": false,
"description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
"devDependencies": {
"gulp-format-md": "^2.0.0",