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,28 +1,34 @@
{
"_from": "split-string@^3.0.2",
"_args": [
[
"split-string@3.1.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "split-string@3.1.0",
"_id": "split-string@3.1.0",
"_inBundle": false,
"_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
"_location": "/split-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "split-string@^3.0.2",
"raw": "split-string@3.1.0",
"name": "split-string",
"escapedName": "split-string",
"rawSpec": "^3.0.2",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "^3.0.2"
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/sane/braces",
"/set-value"
],
"_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
"_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
"_spec": "split-string@^3.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/braces",
"_spec": "3.1.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/split-string/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -44,7 +49,6 @@
"dependencies": {
"extend-shallow": "^3.0.0"
},
"deprecated": false,
"description": "Split a string on a character except when the character is escaped.",
"devDependencies": {
"gulp-format-md": "^1.0.0",