mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-26 06:38: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,36 +1,40 @@
|
||||
{
|
||||
"_from": "source-map-support@^0.5.6",
|
||||
"_args": [
|
||||
[
|
||||
"source-map-support@0.5.19",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "source-map-support@0.5.19",
|
||||
"_id": "source-map-support@0.5.19",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
|
||||
"_location": "/source-map-support",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "source-map-support@^0.5.6",
|
||||
"raw": "source-map-support@0.5.19",
|
||||
"name": "source-map-support",
|
||||
"escapedName": "source-map-support",
|
||||
"rawSpec": "^0.5.6",
|
||||
"rawSpec": "0.5.19",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.5.6"
|
||||
"fetchSpec": "0.5.19"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-runner"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
|
||||
"_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61",
|
||||
"_spec": "source-map-support@^0.5.6",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/jest-runner",
|
||||
"_spec": "0.5.19",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"bugs": {
|
||||
"url": "https://github.com/evanw/node-source-map-support/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"buffer-from": "^1.0.0",
|
||||
"source-map": "^0.6.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Fixes stack traces for files with source maps",
|
||||
"devDependencies": {
|
||||
"browserify": "^4.2.3",
|
||||
|
||||
Reference in New Issue
Block a user