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": "resolve@^1.3.2",
"_args": [
[
"resolve@1.19.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "resolve@1.19.0",
"_id": "resolve@1.19.0",
"_inBundle": false,
"_integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "resolve@^1.3.2",
"raw": "resolve@1.19.0",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "^1.3.2",
"rawSpec": "1.19.0",
"saveSpec": null,
"fetchSpec": "^1.3.2"
"fetchSpec": "1.19.0"
},
"_requiredBy": [
"/@babel/core",
@@ -21,9 +28,8 @@
"/normalize-package-data"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz",
"_shasum": "1af5bf630409734a067cae29318aac7fa29a267c",
"_spec": "resolve@^1.3.2",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/@babel/core",
"_spec": "1.19.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -32,12 +38,10 @@
"bugs": {
"url": "https://github.com/browserify/resolve/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-core-module": "^2.1.0",
"path-parse": "^1.0.6"
},
"deprecated": false,
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",