This commit is contained in:
41
node_modules/is-alphanumeric/package.json
generated
vendored
Normal file
41
node_modules/is-alphanumeric/package.json
generated
vendored
Normal file
@@ -0,0 +1,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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user