Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « is-alphanumeric « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94f5bb442da18b831aa4b9df0be0c0adf3ea3368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "name": "is-alphanumeric",
  "version": "1.0.0",
  "description": "Check if a string only contains alphanumeric characters",
  "license": "MIT",
  "repository": "arthurvr/is-alphanumeric",
  "author": {
    "name": "Arthur Verschaeve",
    "email": "contact@arthurverschaeve.be",
    "url": "arthurverschaeve.be"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "numbers",
    "numeric",
    "alphabet",
    "alphabetic",
    "check",
    "is",
    "detect",
    "latin",
    "alphanumeric",
    "string",
    "text",
    "letters",
    "digit",
    "arabic",
    "alphameric"
  ],
  "devDependencies": {
    "mocha": "*"
  }
}