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
+9 -5
View File
@@ -1,4 +1,11 @@
{
"_args": [
[
"json-schema@0.2.3",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "json-schema@0.2.3",
"_id": "json-schema@0.2.3",
"_inBundle": false,
@@ -19,17 +26,14 @@
"/jsprim"
],
"_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
"_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
"_spec": "json-schema@0.2.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jsprim",
"_spec": "0.2.3",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Kris Zyp"
},
"bugs": {
"url": "https://github.com/kriszyp/json-schema/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JSON Schema validation and specifications",
"devDependencies": {
"vows": "*"