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": "mimic-fn@^2.1.0",
"_args": [
[
"mimic-fn@2.1.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "mimic-fn@2.1.0",
"_id": "mimic-fn@2.1.0",
"_inBundle": false,
"_integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
"_location": "/mimic-fn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "mimic-fn@^2.1.0",
"raw": "mimic-fn@2.1.0",
"name": "mimic-fn",
"escapedName": "mimic-fn",
"rawSpec": "^2.1.0",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/onetime"
],
"_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
"_shasum": "7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b",
"_spec": "mimic-fn@^2.1.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/onetime",
"_spec": "2.1.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/mimic-fn/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Make a function mimic another one",
"devDependencies": {
"ava": "^1.4.1",