| { |
| "author": { |
| "email": "contact@arthurverschaeve.be", |
| "name": "Arthur Verschaeve", |
| "url": "arthurverschaeve.be" |
| }, |
| "description": "Check if a string only contains alphanumeric characters", |
| "devDependencies": { |
| "mocha": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "numbers", |
| "numeric", |
| "alphabet", |
| "alphabetic", |
| "check", |
| "is", |
| "detect", |
| "latin", |
| "alphanumeric", |
| "string", |
| "text", |
| "letters", |
| "digit", |
| "arabic", |
| "alphameric" |
| ], |
| "license": "MIT", |
| "name": "is-alphanumeric", |
| "repository": "arthurvr/is-alphanumeric", |
| "scripts": { |
| "test": "mocha" |
| }, |
| "version": "1.0.0" |
| } |