Help language development. Donate to The Perl Foundation

ECMA262Regex zef:jnthn last updated on 2023-01-06

META6.json
{
    "name" : "ECMA262Regex",
    "description" : "Module that provides support for ECMA262 regex notation",
    "perl" : "6.c",
    "license" : "Artistic-2.0",
    "authors" : [
        "Jonathan Worthington <[email protected]>",
        "Alexander Kiryuhin <[email protected]>"
    ],
    "provides" : {
        "ECMA262Regex" : "lib/ECMA262Regex.pm6"
    },
    "source-url" : "git://github.com/edumentab/p6-ecma262regex.git",
    "support" : {
        "source" : "git://github.com/edumentab/p6-ecma262regex.git"
    },
    "auth": "zef:jnthn",
    "version" : "1.1.3",
    "tags" : [ "regex", "regular expressions", "javascript" ]
}