94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"xml-name-validator@^3.0.0",
|
|
"/home/bernhard/freifunk-app/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": {
|
|
"email": "d@domenic.me",
|
|
"name": "domenic"
|
|
},
|
|
"_npmVersion": "5.4.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "xml-name-validator",
|
|
"raw": "xml-name-validator@^3.0.0",
|
|
"rawSpec": "^3.0.0",
|
|
"scope": null,
|
|
"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/bernhard/freifunk-app/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": {
|
|
"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": [
|
|
"name",
|
|
"qname",
|
|
"xml"
|
|
],
|
|
"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"
|
|
}
|