mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 22:28: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": "camelcase@^6.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"camelcase@6.2.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "camelcase@6.2.0",
|
||||
"_id": "camelcase@6.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",
|
||||
"_location": "/jest-validate/camelcase",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "camelcase@^6.0.0",
|
||||
"raw": "camelcase@6.2.0",
|
||||
"name": "camelcase",
|
||||
"escapedName": "camelcase",
|
||||
"rawSpec": "^6.0.0",
|
||||
"rawSpec": "6.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.0"
|
||||
"fetchSpec": "6.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-validate"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz",
|
||||
"_shasum": "924af881c9d525ac9d87f40d964e5cea982a1809",
|
||||
"_spec": "camelcase@^6.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-validate",
|
||||
"_spec": "6.2.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -30,8 +36,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/camelcase/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
|
||||
+14
-10
@@ -1,19 +1,26 @@
|
||||
{
|
||||
"_from": "jest-validate@^26.6.2",
|
||||
"_args": [
|
||||
[
|
||||
"jest-validate@26.6.2",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "jest-validate@26.6.2",
|
||||
"_id": "jest-validate@26.6.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",
|
||||
"_location": "/jest-validate",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jest-validate@^26.6.2",
|
||||
"raw": "jest-validate@26.6.2",
|
||||
"name": "jest-validate",
|
||||
"escapedName": "jest-validate",
|
||||
"rawSpec": "^26.6.2",
|
||||
"rawSpec": "26.6.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^26.6.2"
|
||||
"fetchSpec": "26.6.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/core",
|
||||
@@ -22,13 +29,11 @@
|
||||
"/jest/jest-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",
|
||||
"_shasum": "23d380971587150467342911c3d7b4ac57ab20ec",
|
||||
"_spec": "jest-validate@^26.6.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/core",
|
||||
"_spec": "26.6.2",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jest/types": "^26.6.2",
|
||||
"camelcase": "^6.0.0",
|
||||
@@ -37,7 +42,6 @@
|
||||
"leven": "^3.1.0",
|
||||
"pretty-format": "^26.6.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
|
||||
"devDependencies": {
|
||||
"@types/yargs": "^15.0.3"
|
||||
|
||||
Reference in New Issue
Block a user