charcode
Version:
Get the charcode of a character.
50 lines (49 loc) • 801 B
JSON
{
"name": "charcode",
"version": "1.0.0",
"description": "Get the charcode of a character.",
"repository": "https://github.com/Richienb/charcode.git",
"author": "Richie Bendall <richiebendall@gmail.com>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "xo",
"test": "yarn lint && ava"
},
"keywords": [
"charcode",
"char",
"code",
"string",
"get",
"keyboard",
"type",
"typing",
"user",
"convert",
"keycode",
"key"
],
"dependencies": {
"char-regex": "^1.0.1",
"ow": "^0.16.0"
},
"devDependencies": {
"ava": "^3.3.0",
"eslint-config-richienb": "^0.3.0",
"xo": "^0.25.3"
},
"resolutions": {
"eslint": "^6.8.0"
},
"xo": {
"extends": "richienb/node"
}
}