{
  "_args": [
    [
      "is-alphanumeric@1.0.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "is-alphanumeric@1.0.0",
  "_id": "is-alphanumeric@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
  "_location": "/is-alphanumeric",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-alphanumeric@1.0.0",
    "name": "is-alphanumeric",
    "escapedName": "is-alphanumeric",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/remark-stringify"
  ],
  "_resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Arthur Verschaeve",
    "email": "contact@arthurverschaeve.be",
    "url": "arthurverschaeve.be"
  },
  "bugs": {
    "url": "https://github.com/arthurvr/is-alphanumeric/issues"
  },
  "description": "Check if a string only contains alphanumeric characters",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/arthurvr/is-alphanumeric#readme",
  "keywords": [
    "numbers",
    "numeric",
    "alphabet",
    "alphabetic",
    "check",
    "is",
    "detect",
    "latin",
    "alphanumeric",
    "string",
    "text",
    "letters",
    "digit",
    "arabic",
    "alphameric"
  ],
  "license": "MIT",
  "name": "is-alphanumeric",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arthurvr/is-alphanumeric.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}
