mirror of
https://github.com/r0adkll/sign-android-release
synced 2026-09-25 14:18: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,28 +1,34 @@
|
||||
{
|
||||
"_from": "pump@^3.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"pump@3.0.0",
|
||||
"/Users/drew.heavner/Documents/Github/sign-android-release"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "pump@3.0.0",
|
||||
"_id": "pump@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
|
||||
"_location": "/pump",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "pump@^3.0.0",
|
||||
"raw": "pump@3.0.0",
|
||||
"name": "pump",
|
||||
"escapedName": "pump",
|
||||
"rawSpec": "^3.0.0",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.0"
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/get-stream",
|
||||
"/jest-changed-files/get-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
|
||||
"_shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64",
|
||||
"_spec": "pump@^3.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release/node_modules/get-stream",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
|
||||
"author": {
|
||||
"name": "Mathias Buus Madsen",
|
||||
"email": "mathiasbuus@gmail.com"
|
||||
@@ -33,12 +39,10 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/pump/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"end-of-stream": "^1.1.0",
|
||||
"once": "^1.3.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "pipe streams together and close all of them if one of them closes",
|
||||
"homepage": "https://github.com/mafintosh/pump#readme",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user