https://t.me/ARX49
Server : LiteSpeed
System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : apotdzgr ( 7060)
PHP Version : 8.0.30
Disable Function : NONE
Directory :  /home/apotdzgr/public_html/wp-content/plugins/mycryptocheckout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/apotdzgr/public_html/wp-content/plugins/mycryptocheckout/composer.lock
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "680758d55be6178f9a34afa8498afbfd",
    "packages": [
        {
            "name": "bitwasp/bitcoin",
            "version": "v0.0.35.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Wasp/bitcoin-php.git",
                "reference": "14dd3eb03165d01c5ed3bcd77cd139ed0b3449c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Wasp/bitcoin-php/zipball/14dd3eb03165d01c5ed3bcd77cd139ed0b3449c9",
                "reference": "14dd3eb03165d01c5ed3bcd77cd139ed0b3449c9",
                "shasum": ""
            },
            "require": {
                "bitwasp/buffertools": "^0.4.0",
                "bitwasp/secp256k1-php": "^0.1.2",
                "composer/semver": "^1.4.0",
                "ext-bcmath": "*",
                "ext-gmp": "*",
                "ext-openssl": "*",
                "lastguest/murmurhash": "v1.3.0",
                "mdanter/ecc": "^0.4.0",
                "paragonie/random_compat": "^1.4.0|^2.0.0",
                "php-64bit": ">=5.6",
                "pleonasm/merkle-tree": "1.0.0"
            },
            "require-dev": {
                "bitwasp/testing-php": "^0.1.1",
                "ext-json": "*",
                "nbobtc/bitcoind-php": "^2.0.0",
                "phpunit/phpunit": "^5.4.0",
                "squizlabs/php_codesniffer": "^2.0.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BitWasp\\Bitcoin\\": "src/"
                },
                "files": [
                    "src/Script/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Unlicense"
            ],
            "authors": [
                {
                    "name": "Thomas Kerin",
                    "homepage": "https://thomaskerin.io",
                    "role": "Author"
                }
            ],
            "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings",
            "homepage": "https://github.com/bit-wasp/bitcoin-php",
            "support": {
                "issues": "https://github.com/Bit-Wasp/bitcoin-php/issues",
                "source": "https://github.com/Bit-Wasp/bitcoin-php/tree/0.0.35"
            },
            "time": "2018-07-10T20:09:08+00:00"
        },
        {
            "name": "bitwasp/buffertools",
            "version": "v0.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Wasp/buffertools-php.git",
                "reference": "9683014f59b401f6858ce069ebddc35140463fe1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Wasp/buffertools-php/zipball/9683014f59b401f6858ce069ebddc35140463fe1",
                "reference": "9683014f59b401f6858ce069ebddc35140463fe1",
                "shasum": ""
            },
            "require": {
                "mdanter/ecc": "~0.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.0",
                "satooshi/php-coveralls": "~0.6.1",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BitWasp\\Buffertools\\": "src/Buffertools/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Thomas Kerin",
                    "homepage": "https://thomaskerin.io"
                },
                {
                    "name": "Ruben de Vries",
                    "email": "ruben@rubensayshi.com"
                }
            ],
            "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.",
            "support": {
                "issues": "https://github.com/Bit-Wasp/buffertools-php/issues",
                "source": "https://github.com/Bit-Wasp/buffertools-php/tree/v0.5.7"
            },
            "time": "2020-01-17T21:31:39+00:00"
        },
        {
            "name": "bitwasp/secp256k1-php",
            "version": "v0.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/Bit-Wasp/secp256k1-php.git",
                "reference": "dba022a223a5b6d3480ac30f119008ef036a7e34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Bit-Wasp/secp256k1-php/zipball/dba022a223a5b6d3480ac30f119008ef036a7e34",
                "reference": "dba022a223a5b6d3480ac30f119008ef036a7e34",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5",
                "squizlabs/php_codesniffer": "2.*",
                "symfony/yaml": "^3.4"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Unlicense"
            ],
            "authors": [
                {
                    "name": "Ruben de Vries",
                    "email": "ruben@rubensayshi.com"
                },
                {
                    "name": "Thomas Kerin",
                    "email": "afk11@users.noreply.github.com"
                }
            ],
            "description": "PHP Extension with bindings for bitcoin/secp256k1.",
            "keywords": [
                "ECDSA",
                "bitcoin",
                "bitwasp",
                "cryptocurrency",
                "ecc",
                "extension",
                "php",
                "secp256k1"
            ],
            "support": {
                "issues": "https://github.com/Bit-Wasp/secp256k1-php/issues",
                "source": "https://github.com/Bit-Wasp/secp256k1-php/tree/v0.1"
            },
            "time": "2019-02-26T18:29:00+00:00"
        },
        {
            "name": "btccom/cashaddress",
            "version": "v0.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/btccom/cashaddress-php.git",
                "reference": "29501f7875eca5325d61b4634714028db78bfc5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/btccom/cashaddress-php/zipball/29501f7875eca5325d61b4634714028db78bfc5f",
                "reference": "29501f7875eca5325d61b4634714028db78bfc5f",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*"
            },
            "require-dev": {
                "ext-json": "*",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^3.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "CashAddr\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Implementation of bitcoin cash base32 addresses",
            "homepage": "https://github.com/btccom/cashaddr-php",
            "keywords": [
                "base32",
                "bitcoin cash",
                "cashaddr"
            ],
            "support": {
                "issues": "https://github.com/btccom/cashaddr-php/issues",
                "source": "https://github.com/btccom/cashaddr-php"
            },
            "time": "2017-12-29T20:01:44+00:00"
        },
        {
            "name": "composer/semver",
            "version": "1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
                "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/1.7.2"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2020-12-03T15:47:16+00:00"
        },
        {
            "name": "fgrosse/phpasn1",
            "version": "v1.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/fgrosse/PHPASN1.git",
                "reference": "4fe0afb91b4ce3ca08c63d9cf31cec1150828e97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/4fe0afb91b4ce3ca08c63d9cf31cec1150828e97",
                "reference": "4fe0afb91b4ce3ca08c63d9cf31cec1150828e97",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^1.0|^2.0",
                "phpunit/phpunit": "~4.5"
            },
            "suggest": {
                "php-curl": "For loading OID information from the web if they have not bee defined statically"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FG\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Große",
                    "email": "friedrich.grosse@gmail.com",
                    "homepage": "https://github.com/FGrosse",
                    "role": "Author"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
                }
            ],
            "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
            "homepage": "https://github.com/FGrosse/PHPASN1",
            "keywords": [
                "DER",
                "asn.1",
                "asn1",
                "ber",
                "binary",
                "decoding",
                "encoding",
                "x.509",
                "x.690",
                "x509",
                "x690"
            ],
            "support": {
                "issues": "https://github.com/fgrosse/PHPASN1/issues",
                "source": "https://github.com/fgrosse/PHPASN1/tree/1.5"
            },
            "time": "2018-12-02T01:31:42+00:00"
        },
        {
            "name": "lastguest/murmurhash",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lastguest/murmurhash-php.git",
                "reference": "8eb06483456bc98f5adb7707d981a8ef6a065fa2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/8eb06483456bc98f5adb7707d981a8ef6a065fa2",
                "reference": "8eb06483456bc98f5adb7707d981a8ef6a065fa2",
                "shasum": ""
            },
            "require": {
                "php": ">=4.3"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "murmurhash3.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stefano Azzolini",
                    "email": "lastguest@gmail.com",
                    "homepage": "https://github.com/lastguest/murmurhash-php"
                }
            ],
            "description": "MurmurHash3 Hash",
            "homepage": "https://github.com/lastguest/murmurhash-php",
            "keywords": [
                "hash",
                "hashing",
                "murmur"
            ],
            "support": {
                "issues": "https://github.com/lastguest/murmurhash-php/issues",
                "source": "https://github.com/lastguest/murmurhash-php/tree/master"
            },
            "time": "2016-05-16T23:22:58+00:00"
        },
        {
            "name": "mdanter/ecc",
            "version": "v0.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phpecc/phpecc.git",
                "reference": "fa3405da1b2bb4772a0c908c65b0c3e9dde4ccfd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpecc/phpecc/zipball/fa3405da1b2bb4772a0c908c65b0c3e9dde4ccfd",
                "reference": "fa3405da1b2bb4772a0c908c65b0c3e9dde4ccfd",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "fgrosse/phpasn1": "~1.5",
                "paragonie/random_compat": "^1|^2",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.1|~5.0",
                "squizlabs/php_codesniffer": "~2",
                "symfony/yaml": "~2.6|~3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Mdanter\\Ecc\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matyas Danter",
                    "homepage": "http://matejdanter.com/",
                    "role": "Author"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io",
                    "homepage": "http://aztech.io",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP Elliptic Curve Cryptography library",
            "homepage": "https://github.com/phpecc/phpecc",
            "keywords": [
                "Diffie",
                "ECDSA",
                "Hellman",
                "curve",
                "ecdh",
                "elliptic",
                "nistp192",
                "nistp224",
                "nistp256",
                "nistp521",
                "phpecc",
                "secp256k1"
            ],
            "support": {
                "issues": "https://github.com/phpecc/phpecc/issues",
                "source": "https://github.com/phpecc/phpecc/tree/0.4"
            },
            "time": "2017-09-22T15:12:06+00:00"
        },
        {
            "name": "mycryptocheckout/api",
            "version": "20231113",
            "source": {
                "type": "git",
                "url": "https://bitbucket.org/mycryptocheckout/api.git",
                "reference": "4af79d51e9305e713691d81cdcdd4e9d9d10014d"
            },
            "dist": {
                "type": "zip",
                "url": "https://bitbucket.org/mycryptocheckout/api/get/4af79d51e9305e713691d81cdcdd4e9d9d10014d.zip",
                "reference": "4af79d51e9305e713691d81cdcdd4e9d9d10014d",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "mycryptocheckout\\api\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "description": "MyCryptoCheckout API for communicating with the API server.",
            "homepage": "https://mycryptocheckout.com/",
            "keywords": [
                "mycryptocheckout"
            ],
            "support": {
                "issues": "https://bitbucket.org/mycryptocheckout/api/issues",
                "source": "https://bitbucket.org/mycryptocheckout/api/src/4af79d51e9305e713691d81cdcdd4e9d9d10014d/?at=20231113"
            },
            "time": "2023-11-13T18:05:58+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.20",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
                "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "time": "2021-04-17T09:33:01+00:00"
        },
        {
            "name": "pleonasm/merkle-tree",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pleonasm/merkle-tree.git",
                "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/9ddc9d0a0e396750fada378f3aa90f6c02dd56a1",
                "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.2.0",
                "phpunit/php-invoker": ">=1.0.0,<1.2.0",
                "phpunit/phpunit": "3.7.19",
                "satooshi/php-coveralls": "*@dev",
                "squizlabs/php_codesniffer": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Pleo": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Matthew Nagi",
                    "email": "matthew.nagi@base-2.net"
                }
            ],
            "description": "An implementation of a Merkle Tree in PHP",
            "support": {
                "issues": "https://github.com/pleonasm/merkle-tree/issues",
                "source": "https://github.com/pleonasm/merkle-tree/tree/master"
            },
            "time": "2013-05-22T20:46:20+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.3.0"
}

https://t.me/ARX49 - 2025