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": "tmpl@1.0.x",
"_args": [
[
"tmpl@1.0.4",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "tmpl@1.0.4",
"_id": "tmpl@1.0.4",
"_inBundle": false,
"_integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
"_location": "/tmpl",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "tmpl@1.0.x",
"raw": "tmpl@1.0.4",
"name": "tmpl",
"escapedName": "tmpl",
"rawSpec": "1.0.x",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.x"
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/makeerror"
],
"_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
"_shasum": "23640dd7b42d00433911140820e5cf440e521dd1",
"_spec": "tmpl@1.0.x",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/makeerror",
"_spec": "1.0.4",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Naitik Shah",
"email": "n@daaku.org"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/daaku/nodejs-tmpl/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript micro templates.",
"devDependencies": {
"mocha": "0.12.x"