{
  "_args": [
    [
      {
        "raw": "xml-name-validator@^3.0.0",
        "scope": null,
        "escapedName": "xml-name-validator",
        "name": "xml-name-validator",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/jsdom"
    ]
  ],
  "_from": "xml-name-validator@>=3.0.0 <4.0.0",
  "_id": "xml-name-validator@3.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/xml-name-validator",
  "_nodeVersion": "8.6.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/xml-name-validator-3.0.0.tgz_1508717316935_0.215595209505409"
  },
  "_npmUser": {
    "name": "domenic",
    "email": "d@domenic.me"
  },
  "_npmVersion": "5.4.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "xml-name-validator@^3.0.0",
    "scope": null,
    "escapedName": "xml-name-validator",
    "name": "xml-name-validator",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  "_shasum": "6ae73e06de4d8c6e47f9fb181f78d648ad457c6a",
  "_shrinkwrap": null,
  "_spec": "xml-name-validator@^3.0.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/xml-name-validator/issues"
  },
  "dependencies": {},
  "description": "Validates whether a string matches the production for an XML name or qualified name",
  "devDependencies": {
    "eslint": "^2.9.0",
    "mocha": "^2.4.5",
    "waka": "0.1.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
    "shasum": "6ae73e06de4d8c6e47f9fb181f78d648ad457c6a",
    "tarball": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "f2bbf6ffee851b95381cd98053d777ab47419697",
  "homepage": "https://github.com/jsdom/xml-name-validator#readme",
  "keywords": [
    "xml",
    "name",
    "qname"
  ],
  "license": "Apache-2.0",
  "main": "lib/xml-name-validator.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "domenic@domenicdenicola.com"
    }
  ],
  "name": "xml-name-validator",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/xml-name-validator.git"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublish": "node scripts/generate-grammar.js < lib/grammar.pegjs > lib/generated-parser.js",
    "pretest": "npm run prepublish",
    "test": "mocha"
  },
  "version": "3.0.0"
}
