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,5 +1,12 @@
{
"_from": "base@^0.11.1",
"_args": [
[
"base@0.11.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "base@0.11.2",
"_id": "base@0.11.2",
"_inBundle": false,
"_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
@@ -8,22 +15,21 @@
"kind-of": "6.0.3"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "base@^0.11.1",
"raw": "base@0.11.2",
"name": "base",
"escapedName": "base",
"rawSpec": "^0.11.1",
"rawSpec": "0.11.2",
"saveSpec": null,
"fetchSpec": "^0.11.1"
"fetchSpec": "0.11.2"
},
"_requiredBy": [
"/snapdragon"
],
"_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
"_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
"_spec": "base@^0.11.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/snapdragon",
"_spec": "0.11.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -31,7 +37,6 @@
"bugs": {
"url": "https://github.com/node-base/base/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -62,7 +67,6 @@
"mixin-deep": "^1.2.0",
"pascalcase": "^0.1.1"
},
"deprecated": false,
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
"devDependencies": {
"gulp": "^3.9.1",