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": "node-modules-regexp@^1.0.0",
"_args": [
[
"node-modules-regexp@1.0.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "node-modules-regexp@1.0.0",
"_id": "node-modules-regexp@1.0.0",
"_inBundle": false,
"_integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=",
"_location": "/node-modules-regexp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "node-modules-regexp@^1.0.0",
"raw": "node-modules-regexp@1.0.0",
"name": "node-modules-regexp",
"escapedName": "node-modules-regexp",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/pirates"
],
"_resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
"_shasum": "8d9dbe28964a4ac5712e9131642107c71e90ec40",
"_spec": "node-modules-regexp@^1.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/pirates",
"_spec": "1.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
@@ -30,9 +36,7 @@
"bugs": {
"url": "https://github.com/jamestalmage/node-modules-regexp/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A regular expression for file paths that contain a `node_modules` folder.",
"devDependencies": {
"ava": "^0.7.0",