github-username-regex-js
Version:
A regular expression that only matches a valid GitHub or GitHub EMU username
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "github-username-regex-js",
"version": "1.0.0",
"private": false,
"description": "A regular expression that only matches a valid GitHub or GitHub EMU username",
"repository": {
"type": "git",
"url": "git+https://github.com/GrantBirki/github-username-regex-js.git"
},
"author": "Shinnosuke Watanabe (https://github.com/shinnn) + Grant Birkinbine (https://github.com/GrantBirki)",
"scripts": {
"format": "prettier --write '**/*.js'",
"format-check": "prettier --check '**/*.js'",
"lint": "eslint **/*.js",
"prebuild": "eslint --fix module.js test.js",
"build": "rollup --config=node:module --no-strict",
"pretest": "npm run-script build",
"test": "node test.js"
},
"license": "CC0-1.0",
"module": "module.js",
"files": [
"index.js",
"module.js"
],
"keywords": [
"github",
"name",
"username",
"login",
"account",
"validate",
"validation",
"match",
"regex",
"regexp",
"github emu",
"emu"
],
"devDependencies": {
"rollup": "^0.41.4",
"rollup-config-module": "^1.0.0",
"eslint": "^8.55.0",
"make-coverage-badge": "^1.2.0",
"prettier": "3.1.0"
}
}