mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 14:48:37 +00:00
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:
+14
-10
@@ -1,20 +1,27 @@
|
||||
{
|
||||
"_from": "@babel/code-frame@^7.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"@babel/code-frame@7.10.4",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@babel/code-frame@7.10.4",
|
||||
"_id": "@babel/code-frame@7.10.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
|
||||
"_location": "/@babel/code-frame",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@babel/code-frame@^7.0.0",
|
||||
"raw": "@babel/code-frame@7.10.4",
|
||||
"name": "@babel/code-frame",
|
||||
"escapedName": "@babel%2fcode-frame",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "^7.0.0",
|
||||
"rawSpec": "7.10.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^7.0.0"
|
||||
"fetchSpec": "7.10.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/core",
|
||||
@@ -24,9 +31,8 @@
|
||||
"/parse-json"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
|
||||
"_shasum": "168da1a36e90da68ae8d49c0f1b48c7c6249213a",
|
||||
"_spec": "@babel/code-frame@^7.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-message-util",
|
||||
"_spec": "7.10.4",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Sebastian McKenzie",
|
||||
"email": "sebmck@gmail.com"
|
||||
@@ -34,11 +40,9 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/highlight": "^7.10.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Generate errors that contain a code frame that point to source locations.",
|
||||
"devDependencies": {
|
||||
"chalk": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user