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": "inflight@^1.0.4",
"_args": [
[
"inflight@1.0.6",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "inflight@1.0.6",
"_id": "inflight@1.0.6",
"_inBundle": false,
"_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"_location": "/inflight",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "inflight@^1.0.4",
"raw": "inflight@1.0.6",
"name": "inflight",
"escapedName": "inflight",
"rawSpec": "^1.0.4",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "^1.0.4"
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/glob"
],
"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
"_spec": "inflight@^1.0.4",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/glob",
"_spec": "1.0.6",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -30,12 +36,10 @@
"bugs": {
"url": "https://github.com/isaacs/inflight/issues"
},
"bundleDependencies": false,
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
},
"deprecated": false,
"description": "Add callbacks to requests in flight to avoid async duplication",
"devDependencies": {
"tap": "^7.1.2"