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": "extend@~3.0.2",
"_args": [
[
"extend@3.0.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "extend@3.0.2",
"_id": "extend@3.0.2",
"_inBundle": false,
"_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
"_location": "/extend",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "extend@~3.0.2",
"raw": "extend@3.0.2",
"name": "extend",
"escapedName": "extend",
"rawSpec": "~3.0.2",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "~3.0.2"
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
"_shasum": "f8b1136b4071fbd8eb140aff858b1019ec2915fa",
"_spec": "extend@~3.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/request",
"_spec": "3.0.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Stefan Thomas",
"email": "justmoon@members.fsf.org",
@@ -30,7 +36,6 @@
"bugs": {
"url": "https://github.com/justmoon/node-extend/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -38,7 +43,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Port of jQuery.extend for node.js and the browser",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",