blob: 09a5049d2c5ea1444f16c1bbd47067d24d2ccccf [file] [log] [blame]
{
"_args": [
[
{
"raw": "xml-name-validator@^1.0.0",
"scope": null,
"escapedName": "xml-name-validator",
"name": "xml-name-validator",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/brodybits/Documents/cordova/cordova-js/node_modules/jsdom-no-contextify"
]
],
"_from": "xml-name-validator@>=1.0.0 <2.0.0",
"_id": "xml-name-validator@1.0.0",
"_inCache": true,
"_location": "/xml-name-validator",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "domenic",
"email": "domenic@domenicdenicola.com"
},
"_npmVersion": "2.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "xml-name-validator@^1.0.0",
"scope": null,
"escapedName": "xml-name-validator",
"name": "xml-name-validator",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom-no-contextify"
],
"_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-1.0.0.tgz",
"_shasum": "dcf82ee092322951ef8cc1ba596c9cbfd14a83f1",
"_shrinkwrap": null,
"_spec": "xml-name-validator@^1.0.0",
"_where": "/Users/brodybits/Documents/cordova/cordova-js/node_modules/jsdom-no-contextify",
"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",
"pegjs": "0.8.0"
},
"directories": {},
"dist": {
"shasum": "dcf82ee092322951ef8cc1ba596c9cbfd14a83f1",
"tarball": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-1.0.0.tgz"
},
"files": [
"lib/"
],
"gitHead": "f73d690f98a1ac8b5e323bffc7fabd2478db711e",
"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": "1.0.0"
}