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": "convert-source-map@^1.4.0",
"_args": [
[
"convert-source-map@1.7.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "convert-source-map@1.7.0",
"_id": "convert-source-map@1.7.0",
"_inBundle": false,
"_integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
"_location": "/convert-source-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "convert-source-map@^1.4.0",
"raw": "convert-source-map@1.7.0",
"name": "convert-source-map",
"escapedName": "convert-source-map",
"rawSpec": "^1.4.0",
"rawSpec": "1.7.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
"fetchSpec": "1.7.0"
},
"_requiredBy": [
"/@babel/core",
@@ -21,9 +28,8 @@
"/v8-to-istanbul"
],
"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
"_shasum": "17a2cb882d7f77d3490585e2ce6c524424a3a442",
"_spec": "convert-source-map@^1.4.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@jest/transform",
"_spec": "1.7.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
@@ -35,11 +41,9 @@
"bugs": {
"url": "https://github.com/thlorenz/convert-source-map/issues"
},
"bundleDependencies": false,
"dependencies": {
"safe-buffer": "~5.1.1"
},
"deprecated": false,
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"devDependencies": {
"inline-source-map": "~0.6.2",