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,28 +1,34 @@
{
"_from": "map-cache@^0.2.2",
"_args": [
[
"map-cache@0.2.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "map-cache@0.2.2",
"_id": "map-cache@0.2.2",
"_inBundle": false,
"_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
"_location": "/map-cache",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "map-cache@^0.2.2",
"raw": "map-cache@0.2.2",
"name": "map-cache",
"escapedName": "map-cache",
"rawSpec": "^0.2.2",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/fragment-cache",
"/snapdragon"
],
"_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
"_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
"_spec": "map-cache@^0.2.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/snapdragon",
"_spec": "0.2.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/map-cache/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Basic cache object for storing key-value pairs.",
"devDependencies": {
"gulp-format-md": "^0.1.9",