{
  "_args": [
    [
      {
        "raw": "xml-name-validator@>= 2.0.1 < 3.0.0",
        "scope": null,
        "escapedName": "xml-name-validator",
        "name": "xml-name-validator",
        "rawSpec": ">= 2.0.1 < 3.0.0",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/node_modules/jsdom"
    ]
  ],
  "_from": "xml-name-validator@>=2.0.1 <3.0.0",
  "_id": "xml-name-validator@2.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/xml-name-validator",
  "_nodeVersion": "1.3.0",
  "_npmUser": {
    "name": "domenic",
    "email": "domenic@domenicdenicola.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "xml-name-validator@>= 2.0.1 < 3.0.0",
    "scope": null,
    "escapedName": "xml-name-validator",
    "name": "xml-name-validator",
    "rawSpec": ">= 2.0.1 < 3.0.0",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz",
  "_shasum": "4d8b8f1eccd3419aa362061becef515e1e559635",
  "_shrinkwrap": null,
  "_spec": "xml-name-validator@>= 2.0.1 < 3.0.0",
  "_where": "/Users/emvu/src/mivnet/create-react-app/packages/react-scripts/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": {
    "jscs": "^1.8.1",
    "jshint": "^2.5.10",
    "mocha": "^2.0.1",
    "waka": "0.1.2"
  },
  "directories": {},
  "dist": {
    "shasum": "4d8b8f1eccd3419aa362061becef515e1e559635",
    "tarball": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "48a7d8094fd6245e603121be4b3adb4475650748",
  "homepage": "https://github.com/jsdom/xml-name-validator",
  "keywords": [
    "xml",
    "name",
    "qname"
  ],
  "license": "WTFPL",
  "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": "jshint lib && jscs lib",
    "prepublish": "node scripts/generate-grammar.js < lib/grammar.pegjs > lib/generated-parser.js",
    "pretest": "npm run prepublish",
    "test": "mocha"
  },
  "version": "2.0.1"
}
