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": "escape-string-regexp@^2.0.0",
"_args": [
[
"escape-string-regexp@2.0.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "escape-string-regexp@2.0.0",
"_id": "escape-string-regexp@2.0.0",
"_inBundle": false,
"_integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
"_location": "/stack-utils/escape-string-regexp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "escape-string-regexp@^2.0.0",
"raw": "escape-string-regexp@2.0.0",
"name": "escape-string-regexp",
"escapedName": "escape-string-regexp",
"rawSpec": "^2.0.0",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/stack-utils"
],
"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
"_shasum": "a30304e99daa32e23b2fd20f51babd07cffca344",
"_spec": "escape-string-regexp@^2.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/stack-utils",
"_spec": "2.0.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/escape-string-regexp/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Escape RegExp special characters",
"devDependencies": {
"ava": "^1.4.1",
+14 -10
View File
@@ -1,28 +1,34 @@
{
"_from": "stack-utils@^2.0.2",
"_args": [
[
"stack-utils@2.0.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "stack-utils@2.0.2",
"_id": "stack-utils@2.0.2",
"_inBundle": false,
"_integrity": "sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg==",
"_location": "/stack-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "stack-utils@^2.0.2",
"raw": "stack-utils@2.0.2",
"name": "stack-utils",
"escapedName": "stack-utils",
"rawSpec": "^2.0.2",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/jest-circus",
"/jest-message-util"
],
"_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.2.tgz",
"_shasum": "5cf48b4557becb4638d0bc4f21d23f5d19586593",
"_spec": "stack-utils@^2.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-message-util",
"_spec": "2.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
@@ -31,11 +37,9 @@
"bugs": {
"url": "https://github.com/tapjs/stack-utils/issues"
},
"bundleDependencies": false,
"dependencies": {
"escape-string-regexp": "^2.0.0"
},
"deprecated": false,
"description": "Captures and cleans stack traces",
"devDependencies": {
"bluebird": "^3.7.2",