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,27 +1,33 @@
{
"_from": "json-parse-even-better-errors@^2.3.0",
"_args": [
[
"json-parse-even-better-errors@2.3.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "json-parse-even-better-errors@2.3.1",
"_id": "json-parse-even-better-errors@2.3.1",
"_inBundle": false,
"_integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
"_location": "/json-parse-even-better-errors",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "json-parse-even-better-errors@^2.3.0",
"raw": "json-parse-even-better-errors@2.3.1",
"name": "json-parse-even-better-errors",
"escapedName": "json-parse-even-better-errors",
"rawSpec": "^2.3.0",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "^2.3.0"
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/parse-json"
],
"_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
"_shasum": "7c47805a94319928e05777405dc12e1f7a4ee02d",
"_spec": "json-parse-even-better-errors@^2.3.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/parse-json",
"_spec": "2.3.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
@@ -29,8 +35,6 @@
"bugs": {
"url": "https://github.com/npm/json-parse-even-better-errors/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JSON.parse with context information on error",
"devDependencies": {
"tap": "^14.6.5"