Website/node_modules/xml-name-validator/package.json

90 lines
2.4 KiB
JSON

{
"_args": [
[
"xml-name-validator@>= 2.0.1 < 3.0.0",
"/Users/okennedy/Documents/Website/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": {
"email": "domenic@domenicdenicola.com",
"name": "domenic"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "xml-name-validator",
"raw": "xml-name-validator@>= 2.0.1 < 3.0.0",
"rawSpec": ">= 2.0.1 < 3.0.0",
"scope": null,
"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/okennedy/Documents/Website/node_modules/jsdom",
"author": {
"email": "d@domenic.me",
"name": "Domenic Denicola",
"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": "http://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": [
"name",
"qname",
"xml"
],
"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"
}