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,19 +1,26 @@
{
"_from": "array-unique@^0.3.2",
"_args": [
[
"array-unique@0.3.2",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "array-unique@0.3.2",
"_id": "array-unique@0.3.2",
"_inBundle": false,
"_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
"_location": "/array-unique",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "array-unique@^0.3.2",
"raw": "array-unique@0.3.2",
"name": "array-unique",
"escapedName": "array-unique",
"rawSpec": "^0.3.2",
"rawSpec": "0.3.2",
"saveSpec": null,
"fetchSpec": "^0.3.2"
"fetchSpec": "0.3.2"
},
"_requiredBy": [
"/extglob",
@@ -22,9 +29,8 @@
"/sane/micromatch"
],
"_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
"_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
"_spec": "array-unique@^0.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/micromatch",
"_spec": "0.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -32,8 +38,6 @@
"bugs": {
"url": "https://github.com/jonschlinkert/array-unique/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Remove duplicate values from an array. Fastest ES5 implementation.",
"devDependencies": {
"array-uniq": "^1.0.2",