Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
coolname / data / config.json
Size: Mime:
{
    "all": {
        "comment": "Entry point",
        "type": "nested",
        "lists": ["2", "3", "4"],
        "ensure_unique": true,
        "ensure_unique_prefix": 4,
        "max_slug_length": 50
    },
    "2": {
        "comment": "Two words (may also contain prepositions)",
        "type": "nested",
        "lists": ["an"]
    },
    "3": {
        "comment": "Three words (may also contain prepositions)",
        "type": "nested",
        "lists": ["aan", "ano", "anl", "nuo", "as2", "s2o", "s2l", "sl2"]
    },
    "4": {
        "comment": "Four words (may also contain prepositions)",
        "type": "nested",
        "lists": ["aano", "aanl", "anuo", "as2o", "s2uo", "as2l", "asl2"]
    },
    "an": {
        "comment": "adjective-noun",
        "type": "cartesian",
        "lists": ["adj_any", "subj"]
    },
    "aan": {
        "comment": "adjective-adjective-noun",
        "type": "cartesian",
        "lists": ["adj_far", "adj_near", "subj"]
    },
    "ano": {
        "comment": "adjective-noun-of-noun",
        "type": "cartesian",
        "lists": ["adj_any", "subj", "of", "of_noun_any"]
    },
    "anl": {
        "comment": "adjective-noun-from-location",
        "type": "cartesian",
        "lists": ["adj_any", "subj", "from", "from_noun_no_mod"]
    },
    "nuo": {
        "comment": "noun-of-adjective-noun",
        "type": "cartesian",
        "lists": ["subj", "of", "of_modifier", "of_noun"]
    },
    "as2": {
        "comment": "adjective-2word-subject",
        "type": "cartesian",
        "lists": ["adj_far", "subj2"]
    },
    "s2o": {
        "comment": "2word-subject-of-noun",
        "type": "cartesian",
        "lists": ["subj2", "of", "of_noun_any"]
    },
    "s2l": {
        "comment": "2word-subject-from-location",
        "type": "cartesian",
        "lists": ["subj2", "from", "from_noun_no_mod"]
    },
    "sl2": {
        "comment": "subject-from-some-location",
        "type": "cartesian",
        "lists": ["subj", "from", "from2"]
    },
    "aano": {
        "comment": "adjective-adjective-noun-of-noun",
        "type": "cartesian",
        "lists": ["adj_far", "adj_near", "subj", "of", "of_noun_any"]
    },
    "aanl": {
        "comment": "adjective-adjective-noun-from-location",
        "type": "cartesian",
        "lists": ["adj_far", "adj_near", "subj", "from", "from_noun_no_mod"]
    },
    "anuo": {
        "comment": "adjective-noun-of-adjective-noun",
        "type": "cartesian",
        "lists": ["adj_any", "subj", "of", "of_modifier", "of_noun"]
    },
    "as2o": {
        "comment": "adjective-2word-subject-of-noun",
        "type": "cartesian",
        "lists": ["adj_far", "subj2", "of", "of_noun_any"]
    },
    "s2uo": {
        "comment": "adjective-2word-subject-of-adjective-noun",
        "type": "cartesian",
        "lists": ["subj2", "of", "of_modifier", "of_noun"]
    },
    "as2l": {
        "comment": "adjective-2word-subject-from-location",
        "type": "cartesian",
        "lists": ["adj_far", "subj2", "from", "from_noun_no_mod"]
    },
    "asl2": {
        "comment": "adjective-subject-from-some-location",
        "type": "cartesian",
        "lists": ["adj_any", "subj", "from", "from2"]
    },
    "adj_far": {
        "comment": "First adjective (with more following)",
        "type": "nested",
        "lists": [
            "adjective",
            "adjective_first",
            "noun_adjective",
            "size"
        ]
    },
    "adj_near": {
        "comment": "Last adjective (closest to the subject)",
        "type": "nested",
        "lists": [
            "adjective",
            "color",
            "noun_adjective",
            "prefix"
        ]
    },
    "adj_any": {
        "comment": "The only adjective (includes everything)",
        "type": "nested",
        "lists": [
            "adjective",
            "color",
            "noun_adjective",
            "prefix",
            "size"
        ]
    },
    "subj": {
        "comment": "The subject (animal)",
        "type": "nested",
        "lists": [
            "animal",
            "animal_breed",
            "animal_legendary"
        ]
    },
    "of": {
        "type": "const",
        "value": "of"
    },
    "of_noun_any": {
        "type": "nested",
        "lists": ["of_noun", "of_noun_no_mod"]
    },
    "from": {
        "type": "const",
        "value": "from"
    }
}