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": "snapdragon-node@^2.0.1",
"_args": [
[
"snapdragon-node@2.1.1",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "snapdragon-node@2.1.1",
"_id": "snapdragon-node@2.1.1",
"_inBundle": false,
"_integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
@@ -8,22 +15,21 @@
"kind-of": "6.0.3"
},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "snapdragon-node@^2.0.1",
"raw": "snapdragon-node@2.1.1",
"name": "snapdragon-node",
"escapedName": "snapdragon-node",
"rawSpec": "^2.0.1",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/sane/braces"
],
"_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
"_shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
"_spec": "snapdragon-node@^2.0.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/sane/node_modules/braces",
"_spec": "2.1.1",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -31,13 +37,11 @@
"bugs": {
"url": "https://github.com/jonschlinkert/snapdragon-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-property": "^1.0.0",
"isobject": "^3.0.0",
"snapdragon-util": "^3.0.1"
},
"deprecated": false,
"description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
"devDependencies": {
"gulp": "^3.9.1",