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": "sprintf-js@~1.0.2",
"_args": [
[
"sprintf-js@1.0.3",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "sprintf-js@1.0.3",
"_id": "sprintf-js@1.0.3",
"_inBundle": false,
"_integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"_location": "/sprintf-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "sprintf-js@~1.0.2",
"raw": "sprintf-js@1.0.3",
"name": "sprintf-js",
"escapedName": "sprintf-js",
"rawSpec": "~1.0.2",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "~1.0.2"
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/argparse"
],
"_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"_shasum": "04e6926f662895354f3dd015203633b857297e2c",
"_spec": "sprintf-js@~1.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/argparse",
"_spec": "1.0.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Alexandru Marasteanu",
"email": "hello@alexei.ro",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/alexei/sprintf.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript sprintf implementation",
"devDependencies": {
"grunt": "*",