mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
89
node_modules/xml-name-validator/package.json
generated
vendored
Normal file
89
node_modules/xml-name-validator/package.json
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"xml-name-validator@>= 2.0.1 < 3.0.0",
|
||||
"/home/mitchell/Desktop/test-mywebsite/mywebsite/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": "/home/mitchell/Desktop/test-mywebsite/mywebsite/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"
|
||||
}
|
||||
Reference in New Issue
Block a user