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
+15 -10
View File
@@ -1,27 +1,34 @@
{
"_from": "shellwords@^0.1.1",
"_args": [
[
"shellwords@0.1.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "shellwords@0.1.1",
"_id": "shellwords@0.1.1",
"_inBundle": false,
"_integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==",
"_location": "/shellwords",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "shellwords@^0.1.1",
"raw": "shellwords@0.1.1",
"name": "shellwords",
"escapedName": "shellwords",
"rawSpec": "^0.1.1",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
"_shasum": "d6b9181c1a48d397324c84871efbcfc73fc0654b",
"_spec": "shellwords@^0.1.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/node-notifier",
"_spec": "0.1.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jimmy Cuadra",
"email": "jimmy@jimmycuadra.com",
@@ -30,9 +37,7 @@
"bugs": {
"url": "https://github.com/jimmycuadra/shellwords/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
"devDependencies": {
"jasmine-node": "~1.0.26",