mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 06:38:37 +00:00
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:
+14
-10
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "yargs-parser@^18.1.2",
|
||||
"_args": [
|
||||
[
|
||||
"yargs-parser@18.1.3",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "yargs-parser@18.1.3",
|
||||
"_id": "yargs-parser@18.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
||||
"_location": "/yargs-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "yargs-parser@^18.1.2",
|
||||
"raw": "yargs-parser@18.1.3",
|
||||
"name": "yargs-parser",
|
||||
"escapedName": "yargs-parser",
|
||||
"rawSpec": "^18.1.2",
|
||||
"rawSpec": "18.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^18.1.2"
|
||||
"fetchSpec": "18.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/yargs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
||||
"_shasum": "be68c4975c6b2abf469236b0c870362fab09a7b0",
|
||||
"_spec": "yargs-parser@^18.1.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/yargs",
|
||||
"_spec": "18.1.3",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Ben Coe",
|
||||
"email": "ben@npmjs.com"
|
||||
@@ -29,12 +35,10 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/yargs/yargs-parser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"camelcase": "^5.0.0",
|
||||
"decamelize": "^1.2.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "the mighty option parser used by yargs",
|
||||
"devDependencies": {
|
||||
"c8": "^7.0.1",
|
||||
|
||||
Reference in New Issue
Block a user