This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/is-alphanumeric/package.json
2020-11-01 22:46:04 +00:00

42 lines
724 B
JSON

{
"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": "*"
}
}