File "installed.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/klarna-payments-for-woocommerce/dependencies/composer/installed.json
File size: 15.73 KB
MIME-type: text/plain
Charset: utf-8

{
    "packages": [
        {
            "name": "firebase\/php-jwt",
            "version": "v6.10.0",
            "version_normalized": "6.10.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/firebase\/php-jwt.git",
                "reference": "a49db6f0a5033aef5143295342f1c95521b075ff"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/a49db6f0a5033aef5143295342f1c95521b075ff",
                "reference": "a49db6f0a5033aef5143295342f1c95521b075ff",
                "shasum": ""
            },
            "require": {
                "php": "^7.4||^8.0"
            },
            "require-dev": {
                "guzzlehttp\/guzzle": "^6.5||^7.4",
                "phpspec\/prophecy-phpunit": "^2.0",
                "phpunit\/phpunit": "^9.5",
                "psr\/cache": "^1.0||^2.0",
                "psr\/http-client": "^1.0",
                "psr\/http-factory": "^1.0"
            },
            "suggest": {
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
                "paragonie\/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2023-12-01T16:26:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "[email protected]",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "[email protected]",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https:\/\/github.com\/firebase\/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https:\/\/github.com\/firebase\/php-jwt\/issues",
                "source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v6.10.0"
            },
            "install-path": "..\/firebase\/php-jwt"
        },
        {
            "name": "krokedil\/klarna-express-checkout",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/krokedil\/klarna-express-checkout.git",
                "reference": "42fe35c3329f551bf3cd05123ec8510cdfc13f5f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/krokedil\/klarna-express-checkout\/zipball\/42fe35c3329f551bf3cd05123ec8510cdfc13f5f",
                "reference": "42fe35c3329f551bf3cd05123ec8510cdfc13f5f",
                "shasum": ""
            },
            "require": {
                "firebase\/php-jwt": "6.10.0",
                "php": "~7.4 || ~8.0"
            },
            "require-dev": {
                "10up\/wp_mock": "^1.0",
                "php-stubs\/woocommerce-stubs": "^8.3",
                "wp-coding-standards\/wpcs": "^3.0"
            },
            "time": "2024-11-12T10:50:36+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\KlarnaExpressCheckout\\": "src\/"
                }
            },
            "archive": {
                "exclude": [
                    "tests\/*",
                    "phpunit.xml",
                    "composer-lock.json",
                    ".github\/*",
                    ".gitignore",
                    ".gitattributes"
                ]
            },
            "scripts": {
                "phpcs": [
                    "phpcs --standard=phpcs.xml --extensions=php --ignore=vendor\/,tests\/"
                ],
                "phpcbf": [
                    "phpcbf --standard=phpcs.xml --extensions=php --ignore=vendor\/,tests\/"
                ],
                "test": [
                    "@php .\/vendor\/bin\/phpunit --configuration phpunit.xml"
                ],
                "test-coverage-html": [
                    "@php .\/vendor\/bin\/phpunit --configuration phpunit.xml --coverage-html coverage"
                ],
                "test-coverage-clover": [
                    "@php .\/vendor\/bin\/phpunit --configuration phpunit.xml --coverage-clover coverage.xml"
                ]
            },
            "license": [
                "GPL-v3"
            ],
            "authors": [
                {
                    "name": "Krokedil AB",
                    "email": "[email protected]"
                }
            ],
            "description": "A Klarna Express Checkout solution for WooCommerce",
            "support": {
                "source": "https:\/\/github.com\/krokedil\/klarna-express-checkout\/tree\/1.4.1",
                "issues": "https:\/\/github.com\/krokedil\/klarna-express-checkout\/issues"
            },
            "install-path": "..\/krokedil\/klarna-express-checkout"
        },
        {
            "name": "krokedil\/klarna-onsite-messaging",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/krokedil\/klarna-onsite-messaging.git",
                "reference": "65cd1c8675d80db600e7febdd3752b2b7d19dc5e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/krokedil\/klarna-onsite-messaging\/zipball\/65cd1c8675d80db600e7febdd3752b2b7d19dc5e",
                "reference": "65cd1c8675d80db600e7febdd3752b2b7d19dc5e",
                "shasum": ""
            },
            "require": {
                "php": "~7.4 || ~8.0"
            },
            "require-dev": {
                "10up\/wp_mock": "^1.0",
                "php-stubs\/woocommerce-stubs": "^8.3",
                "wp-coding-standards\/wpcs": "^3.0"
            },
            "time": "2024-11-12T10:44:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\KlarnaOnsiteMessaging\\": "src\/"
                }
            },
            "archive": {
                "exclude": [
                    "tests\/*",
                    "phpunit.xml",
                    "composer-lock.json",
                    ".github\/*",
                    ".gitignore",
                    ".gitattributes"
                ]
            },
            "scripts": {
                "phpcs": [
                    "phpcs --standard=phpcs.xml --extensions=php --ignore=vendor\/,tests\/"
                ],
                "phpcbf": [
                    "phpcbf --standard=phpcs.xml --extensions=php --ignore=vendor\/,tests\/"
                ],
                "test": [
                    "@php .\/vendor\/bin\/phpunit --configuration phpunit.xml"
                ],
                "test-coverage-html": [
                    "@php .\/vendor\/bin\/phpunit --configuration phpunit.xml --coverage-html coverage"
                ],
                "test-coverage-clover": [
                    "@php .\/vendor\/bin\/phpunit --configuration phpunit.xml --coverage-clover coverage.xml"
                ]
            },
            "license": [
                "GPL-v3"
            ],
            "authors": [
                {
                    "name": "Krokedil AB",
                    "email": "[email protected]"
                }
            ],
            "description": "Klarna On-Site Messaging for WooCommerce",
            "support": {
                "source": "https:\/\/github.com\/krokedil\/klarna-onsite-messaging\/tree\/1.2.1",
                "issues": "https:\/\/github.com\/krokedil\/klarna-onsite-messaging\/issues"
            },
            "install-path": "..\/krokedil\/klarna-onsite-messaging"
        },
        {
            "name": "krokedil\/settings-page",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/krokedil\/settings-page.git",
                "reference": "9920eecacfaf34dd556887816790aff00d38b971"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/krokedil\/settings-page\/zipball\/9920eecacfaf34dd556887816790aff00d38b971",
                "reference": "9920eecacfaf34dd556887816790aff00d38b971",
                "shasum": ""
            },
            "require-dev": {
                "php-stubs\/woocommerce-stubs": "dev-master",
                "wp-coding-standards\/wpcs": "dev-develop"
            },
            "time": "2024-10-23T11:23:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\SettingsPage\\": "src\/"
                }
            },
            "scripts": {
                "makepot": [
                    "wp --allow-root i18n make-pot .\/src .\/languages\/krokedil-settings.pot --domain=krokedil-settings"
                ]
            },
            "license": [
                "GPL-V2"
            ],
            "authors": [
                {
                    "name": "Krokedil AB",
                    "email": "[email protected]"
                }
            ],
            "description": "A package to help setup settings pages in WordPress and WooCommerce for Krokedil plugins to add the Addons and Support tabs",
            "support": {
                "source": "https:\/\/github.com\/krokedil\/settings-page\/tree\/1.2.0",
                "issues": "https:\/\/github.com\/krokedil\/settings-page\/issues"
            },
            "install-path": "..\/krokedil\/settings-page"
        },
        {
            "name": "krokedil\/sign-in-with-klarna",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/krokedil\/sign-in-with-klarna.git",
                "reference": "44f65ef5e450a474e7c76a7a20be34eb29627c12"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/krokedil\/sign-in-with-klarna\/zipball\/44f65ef5e450a474e7c76a7a20be34eb29627c12",
                "reference": "44f65ef5e450a474e7c76a7a20be34eb29627c12",
                "shasum": ""
            },
            "require": {
                "firebase\/php-jwt": "^6.0.0"
            },
            "require-dev": {
                "php-stubs\/woocommerce-stubs": "^8.3",
                "php-stubs\/wordpress-stubs": "^6.0",
                "wp-coding-standards\/wpcs": "^3.0"
            },
            "time": "2024-11-12T10:40:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\SignInWithKlarna\\": "src\/"
                }
            },
            "description": "Add \"Sign in with Klarna\" compatibility with your WooCommerce plugin.",
            "support": {
                "source": "https:\/\/github.com\/krokedil\/sign-in-with-klarna\/tree\/1.0.4",
                "issues": "https:\/\/github.com\/krokedil\/sign-in-with-klarna\/issues"
            },
            "install-path": "..\/krokedil\/sign-in-with-klarna"
        },
        {
            "name": "krokedil\/woocommerce",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/krokedil\/woocommerce.git",
                "reference": "e2d32e503cfdbcfd574dbb6f06c5e5aaa3c87a2c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/krokedil\/woocommerce\/zipball\/e2d32e503cfdbcfd574dbb6f06c5e5aaa3c87a2c",
                "reference": "e2d32e503cfdbcfd574dbb6f06c5e5aaa3c87a2c",
                "shasum": ""
            },
            "require-dev": {
                "10up\/wp_mock": "^1.0",
                "php": "~7.4 || ~8.0",
                "php-stubs\/woocommerce-stubs": "^7.2",
                "php-stubs\/wordpress-stubs": "^6.1"
            },
            "time": "2024-11-08T13:51:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\WooCommerce\\": "src\/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\WooCommerce\\Tests\\": "tests\/"
                }
            },
            "license": [
                "GPL-V2"
            ],
            "authors": [
                {
                    "name": "Krokedil AB",
                    "email": "[email protected]"
                }
            ],
            "description": "A library package for Krokedils plugins that contains helper methods when working with WooCommerce.",
            "support": {
                "source": "https:\/\/github.com\/krokedil\/woocommerce\/tree\/1.7.1",
                "issues": "https:\/\/github.com\/krokedil\/woocommerce\/issues"
            },
            "install-path": "..\/krokedil\/woocommerce"
        },
        {
            "name": "krokedil\/wp-api",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/krokedil\/wp-api.git",
                "reference": "a3ba33f7ac640456dad36a33d711d20091c71aea"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/krokedil\/wp-api\/zipball\/a3ba33f7ac640456dad36a33d711d20091c71aea",
                "reference": "a3ba33f7ac640456dad36a33d711d20091c71aea",
                "shasum": ""
            },
            "require-dev": {
                "php": "~7.1 || ~8.0",
                "php-stubs\/woocommerce-stubs": "^7.2",
                "php-stubs\/wordpress-stubs": "^6.1"
            },
            "time": "2024-04-22T09:03:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "KrokedilKlarnaPaymentsDeps\\Krokedil\\WpApi\\": "src\/"
                }
            },
            "license": [
                "GPL-V2"
            ],
            "authors": [
                {
                    "name": "Krokedil AB",
                    "email": "[email protected]"
                }
            ],
            "description": "A composer library for Krokedil WordPress plugins that contains classes for working with wp_remote_request to setup request classes. Also uses the WooCommerce logger to log request reponses.",
            "support": {
                "source": "https:\/\/github.com\/krokedil\/wp-api\/tree\/1.1.1",
                "issues": "https:\/\/github.com\/krokedil\/wp-api\/issues"
            },
            "install-path": "..\/krokedil\/wp-api"
        }
    ],
    "dev": true,
    "dev-package-names": []
}