.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-alphanumeric / package.json
1 {
2   "name": "is-alphanumeric",
3   "version": "1.0.0",
4   "description": "Check if a string only contains alphanumeric characters",
5   "license": "MIT",
6   "repository": "arthurvr/is-alphanumeric",
7   "author": {
8     "name": "Arthur Verschaeve",
9     "email": "contact@arthurverschaeve.be",
10     "url": "arthurverschaeve.be"
11   },
12   "engines": {
13     "node": ">=0.10.0"
14   },
15   "scripts": {
16     "test": "mocha"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "numbers",
23     "numeric",
24     "alphabet",
25     "alphabetic",
26     "check",
27     "is",
28     "detect",
29     "latin",
30     "alphanumeric",
31     "string",
32     "text",
33     "letters",
34     "digit",
35     "arabic",
36     "alphameric"
37   ],
38   "devDependencies": {
39     "mocha": "*"
40   }
41 }