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,33 +1,37 @@
{
"_from": "co@^4.6.0",
"_args": [
[
"co@4.6.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "co@4.6.0",
"_id": "co@4.6.0",
"_inBundle": false,
"_integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
"_location": "/co",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "co@^4.6.0",
"raw": "co@4.6.0",
"name": "co",
"escapedName": "co",
"rawSpec": "^4.6.0",
"rawSpec": "4.6.0",
"saveSpec": null,
"fetchSpec": "^4.6.0"
"fetchSpec": "4.6.0"
},
"_requiredBy": [
"/jest-circus",
"/jest-jasmine2"
],
"_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
"_spec": "co@^4.6.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-jasmine2",
"_spec": "4.6.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"bugs": {
"url": "https://github.com/tj/co/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "generator async control flow goodness",
"devDependencies": {
"browserify": "^10.0.0",