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": "is-arrayish@^0.2.1",
"_args": [
[
"is-arrayish@0.2.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "is-arrayish@0.2.1",
"_id": "is-arrayish@0.2.1",
"_inBundle": false,
"_integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
"_location": "/is-arrayish",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "is-arrayish@^0.2.1",
"raw": "is-arrayish@0.2.1",
"name": "is-arrayish",
"escapedName": "is-arrayish",
"rawSpec": "^0.2.1",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/error-ex"
],
"_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"_shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d",
"_spec": "is-arrayish@^0.2.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/error-ex",
"_spec": "0.2.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Qix",
"url": "http://github.com/qix-"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/qix-/node-is-arrayish/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Determines if an object can be used as an array",
"devDependencies": {
"coffee-script": "^1.9.3",