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": "decode-uri-component@^0.2.0",
"_args": [
[
"decode-uri-component@0.2.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "decode-uri-component@0.2.0",
"_id": "decode-uri-component@0.2.0",
"_inBundle": false,
"_integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
"_location": "/decode-uri-component",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "decode-uri-component@^0.2.0",
"raw": "decode-uri-component@0.2.0",
"name": "decode-uri-component",
"escapedName": "decode-uri-component",
"rawSpec": "^0.2.0",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/source-map-resolve"
],
"_resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
"_shasum": "eb3913333458775cb84cd1a1fae062106bb87545",
"_spec": "decode-uri-component@^0.2.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/source-map-resolve",
"_spec": "0.2.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/SamVerschueren/decode-uri-component/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A better decodeURIComponent",
"devDependencies": {
"ava": "^0.17.0",