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,35 +1,39 @@
{
"_from": "remove-trailing-separator@^1.0.1",
"_args": [
[
"remove-trailing-separator@1.1.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "remove-trailing-separator@1.1.0",
"_id": "remove-trailing-separator@1.1.0",
"_inBundle": false,
"_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
"_location": "/remove-trailing-separator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "remove-trailing-separator@^1.0.1",
"raw": "remove-trailing-separator@1.1.0",
"name": "remove-trailing-separator",
"escapedName": "remove-trailing-separator",
"rawSpec": "^1.0.1",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/sane/normalize-path"
],
"_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
"_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
"_spec": "remove-trailing-separator@^1.0.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/normalize-path",
"_spec": "1.1.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "darsain"
},
"bugs": {
"url": "https://github.com/darsain/remove-trailing-separator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Removes separators from the end of the string.",
"devDependencies": {
"ava": "^0.16.0",