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": "test-exclude@^6.0.0",
"_args": [
[
"test-exclude@6.0.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "test-exclude@6.0.0",
"_id": "test-exclude@6.0.0",
"_inBundle": false,
"_integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
"_location": "/test-exclude",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "test-exclude@^6.0.0",
"raw": "test-exclude@6.0.0",
"name": "test-exclude",
"escapedName": "test-exclude",
"rawSpec": "^6.0.0",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/babel-plugin-istanbul"
],
"_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
"_shasum": "04a8698661d805ea6fa293b6cb9e63ac044ef15e",
"_spec": "test-exclude@^6.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/babel-plugin-istanbul",
"_spec": "6.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
@@ -29,13 +35,11 @@
"bugs": {
"url": "https://github.com/istanbuljs/test-exclude/issues"
},
"bundleDependencies": false,
"dependencies": {
"@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4",
"minimatch": "^3.0.4"
},
"deprecated": false,
"description": "test for inclusion or exclusion of paths using globs",
"devDependencies": {
"nyc": "^15.0.0-beta.3",