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,35 +1,39 @@
{
"_from": "source-map-url@^0.4.0",
"_args": [
[
"source-map-url@0.4.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "source-map-url@0.4.0",
"_id": "source-map-url@0.4.0",
"_inBundle": false,
"_integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
"_location": "/source-map-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "source-map-url@^0.4.0",
"raw": "source-map-url@0.4.0",
"name": "source-map-url",
"escapedName": "source-map-url",
"rawSpec": "^0.4.0",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/source-map-resolve"
],
"_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
"_shasum": "3e935d7ddd73631b97659956d55128e87b5084a3",
"_spec": "source-map-url@^0.4.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/source-map-resolve",
"_spec": "0.4.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/source-map-url/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tools for working with sourceMappingURL comments.",
"devDependencies": {
"expect.js": "~0.3.1",