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,19 +1,26 @@
{
"_from": "slash@^3.0.0",
"_args": [
[
"slash@3.0.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "slash@3.0.0",
"_id": "slash@3.0.0",
"_inBundle": false,
"_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
"_location": "/slash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "slash@^3.0.0",
"raw": "slash@3.0.0",
"name": "slash",
"escapedName": "slash",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/@jest/console",
@@ -26,9 +33,8 @@
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"_shasum": "6539be870c165adbd5240220dbe361f1bc4d4634",
"_spec": "slash@^3.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/core",
"_spec": "3.0.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -37,8 +43,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/slash/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert Windows backslash paths to slash paths",
"devDependencies": {
"ava": "^1.4.1",