{
    "name": "shiki-php",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
        "": {
            "name": "shiki-php",
            "license": "MIT",
            "dependencies": {
                "shiki": "^1.22.2"
            }
        },
        "node_modules/@shikijs/core": {
            "version": "1.22.2",
            "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.22.2.tgz",
            "integrity": "sha512-bvIQcd8BEeR1yFvOYv6HDiyta2FFVePbzeowf5pPS1avczrPK+cjmaxxh0nx5QzbON7+Sv0sQfQVciO7bN72sg==",
            "license": "MIT",
            "dependencies": {
                "@shikijs/engine-javascript": "1.22.2",
                "@shikijs/engine-oniguruma": "1.22.2",
                "@shikijs/types": "1.22.2",
                "@shikijs/vscode-textmate": "^9.3.0",
                "@types/hast": "^3.0.4",
                "hast-util-to-html": "^9.0.3"
            }
        },
        "node_modules/@shikijs/engine-javascript": {
            "version": "1.22.2",
            "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.22.2.tgz",
            "integrity": "sha512-iOvql09ql6m+3d1vtvP8fLCVCK7BQD1pJFmHIECsujB0V32BJ0Ab6hxk1ewVSMFA58FI0pR2Had9BKZdyQrxTw==",
            "license": "MIT",
            "dependencies": {
                "@shikijs/types": "1.22.2",
                "@shikijs/vscode-textmate": "^9.3.0",
                "oniguruma-to-js": "0.4.3"
            }
        },
        "node_modules/@shikijs/engine-oniguruma": {
            "version": "1.22.2",
            "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.22.2.tgz",
            "integrity": "sha512-GIZPAGzQOy56mGvWMoZRPggn0dTlBf1gutV5TdceLCZlFNqWmuc7u+CzD0Gd9vQUTgLbrt0KLzz6FNprqYAxlA==",
            "license": "MIT",
            "dependencies": {
                "@shikijs/types": "1.22.2",
                "@shikijs/vscode-textmate": "^9.3.0"
            }
        },
        "node_modules/@shikijs/types": {
            "version": "1.22.2",
            "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.22.2.tgz",
            "integrity": "sha512-NCWDa6LGZqTuzjsGfXOBWfjS/fDIbDdmVDug+7ykVe1IKT4c1gakrvlfFYp5NhAXH/lyqLM8wsAPo5wNy73Feg==",
            "license": "MIT",
            "dependencies": {
                "@shikijs/vscode-textmate": "^9.3.0",
                "@types/hast": "^3.0.4"
            }
        },
        "node_modules/@shikijs/vscode-textmate": {
            "version": "9.3.0",
            "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.0.tgz",
            "integrity": "sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==",
            "license": "MIT"
        },
        "node_modules/@types/hast": {
            "version": "3.0.4",
            "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
            "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "*"
            }
        },
        "node_modules/@types/mdast": {
            "version": "4.0.4",
            "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
            "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "*"
            }
        },
        "node_modules/@types/unist": {
            "version": "3.0.3",
            "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
            "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
            "license": "MIT"
        },
        "node_modules/@ungap/structured-clone": {
            "version": "1.2.0",
            "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
            "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
            "license": "ISC"
        },
        "node_modules/ccount": {
            "version": "2.0.1",
            "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
            "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/character-entities-html4": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
            "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/character-entities-legacy": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
            "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/comma-separated-tokens": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
            "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/dequal": {
            "version": "2.0.3",
            "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
            "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
            "license": "MIT",
            "engines": {
                "node": ">=6"
            }
        },
        "node_modules/devlop": {
            "version": "1.1.0",
            "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
            "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
            "license": "MIT",
            "dependencies": {
                "dequal": "^2.0.0"
            },
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/hast-util-to-html": {
            "version": "9.0.3",
            "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz",
            "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==",
            "license": "MIT",
            "dependencies": {
                "@types/hast": "^3.0.0",
                "@types/unist": "^3.0.0",
                "ccount": "^2.0.0",
                "comma-separated-tokens": "^2.0.0",
                "hast-util-whitespace": "^3.0.0",
                "html-void-elements": "^3.0.0",
                "mdast-util-to-hast": "^13.0.0",
                "property-information": "^6.0.0",
                "space-separated-tokens": "^2.0.0",
                "stringify-entities": "^4.0.0",
                "zwitch": "^2.0.4"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/hast-util-whitespace": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
            "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
            "license": "MIT",
            "dependencies": {
                "@types/hast": "^3.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/html-void-elements": {
            "version": "3.0.0",
            "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
            "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/mdast-util-to-hast": {
            "version": "13.2.0",
            "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
            "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
            "license": "MIT",
            "dependencies": {
                "@types/hast": "^3.0.0",
                "@types/mdast": "^4.0.0",
                "@ungap/structured-clone": "^1.0.0",
                "devlop": "^1.0.0",
                "micromark-util-sanitize-uri": "^2.0.0",
                "trim-lines": "^3.0.0",
                "unist-util-position": "^5.0.0",
                "unist-util-visit": "^5.0.0",
                "vfile": "^6.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/micromark-util-character": {
            "version": "2.1.0",
            "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.0.tgz",
            "integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==",
            "funding": [
                {
                    "type": "GitHub Sponsors",
                    "url": "https://github.com/sponsors/unifiedjs"
                },
                {
                    "type": "OpenCollective",
                    "url": "https://opencollective.com/unified"
                }
            ],
            "license": "MIT",
            "dependencies": {
                "micromark-util-symbol": "^2.0.0",
                "micromark-util-types": "^2.0.0"
            }
        },
        "node_modules/micromark-util-encode": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz",
            "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==",
            "funding": [
                {
                    "type": "GitHub Sponsors",
                    "url": "https://github.com/sponsors/unifiedjs"
                },
                {
                    "type": "OpenCollective",
                    "url": "https://opencollective.com/unified"
                }
            ],
            "license": "MIT"
        },
        "node_modules/micromark-util-sanitize-uri": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz",
            "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==",
            "funding": [
                {
                    "type": "GitHub Sponsors",
                    "url": "https://github.com/sponsors/unifiedjs"
                },
                {
                    "type": "OpenCollective",
                    "url": "https://opencollective.com/unified"
                }
            ],
            "license": "MIT",
            "dependencies": {
                "micromark-util-character": "^2.0.0",
                "micromark-util-encode": "^2.0.0",
                "micromark-util-symbol": "^2.0.0"
            }
        },
        "node_modules/micromark-util-symbol": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz",
            "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==",
            "funding": [
                {
                    "type": "GitHub Sponsors",
                    "url": "https://github.com/sponsors/unifiedjs"
                },
                {
                    "type": "OpenCollective",
                    "url": "https://opencollective.com/unified"
                }
            ],
            "license": "MIT"
        },
        "node_modules/micromark-util-types": {
            "version": "2.0.0",
            "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz",
            "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==",
            "funding": [
                {
                    "type": "GitHub Sponsors",
                    "url": "https://github.com/sponsors/unifiedjs"
                },
                {
                    "type": "OpenCollective",
                    "url": "https://opencollective.com/unified"
                }
            ],
            "license": "MIT"
        },
        "node_modules/oniguruma-to-js": {
            "version": "0.4.3",
            "resolved": "https://registry.npmjs.org/oniguruma-to-js/-/oniguruma-to-js-0.4.3.tgz",
            "integrity": "sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==",
            "license": "MIT",
            "dependencies": {
                "regex": "^4.3.2"
            },
            "funding": {
                "url": "https://github.com/sponsors/antfu"
            }
        },
        "node_modules/property-information": {
            "version": "6.5.0",
            "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz",
            "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/regex": {
            "version": "4.4.0",
            "resolved": "https://registry.npmjs.org/regex/-/regex-4.4.0.tgz",
            "integrity": "sha512-uCUSuobNVeqUupowbdZub6ggI5/JZkYyJdDogddJr60L764oxC2pMZov1fQ3wM9bdyzUILDG+Sqx6NAKAz9rKQ==",
            "license": "MIT"
        },
        "node_modules/shiki": {
            "version": "1.22.2",
            "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.22.2.tgz",
            "integrity": "sha512-3IZau0NdGKXhH2bBlUk4w1IHNxPh6A5B2sUpyY+8utLu2j/h1QpFkAaUA1bAMxOWWGtTWcAh531vnS4NJKS/lA==",
            "license": "MIT",
            "dependencies": {
                "@shikijs/core": "1.22.2",
                "@shikijs/engine-javascript": "1.22.2",
                "@shikijs/engine-oniguruma": "1.22.2",
                "@shikijs/types": "1.22.2",
                "@shikijs/vscode-textmate": "^9.3.0",
                "@types/hast": "^3.0.4"
            }
        },
        "node_modules/space-separated-tokens": {
            "version": "2.0.2",
            "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
            "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/stringify-entities": {
            "version": "4.0.4",
            "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
            "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
            "license": "MIT",
            "dependencies": {
                "character-entities-html4": "^2.0.0",
                "character-entities-legacy": "^3.0.0"
            },
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/trim-lines": {
            "version": "3.0.1",
            "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
            "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        },
        "node_modules/unist-util-is": {
            "version": "6.0.0",
            "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
            "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/unist-util-position": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
            "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/unist-util-stringify-position": {
            "version": "4.0.0",
            "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
            "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/unist-util-visit": {
            "version": "5.0.0",
            "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
            "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0",
                "unist-util-is": "^6.0.0",
                "unist-util-visit-parents": "^6.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/unist-util-visit-parents": {
            "version": "6.0.1",
            "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
            "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0",
                "unist-util-is": "^6.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/vfile": {
            "version": "6.0.3",
            "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
            "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0",
                "vfile-message": "^4.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/vfile-message": {
            "version": "4.0.2",
            "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
            "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
            "license": "MIT",
            "dependencies": {
                "@types/unist": "^3.0.0",
                "unist-util-stringify-position": "^4.0.0"
            },
            "funding": {
                "type": "opencollective",
                "url": "https://opencollective.com/unified"
            }
        },
        "node_modules/zwitch": {
            "version": "2.0.4",
            "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
            "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
            "license": "MIT",
            "funding": {
                "type": "github",
                "url": "https://github.com/sponsors/wooorm"
            }
        }
    }
}
