Website/node_modules/parse5/package.json

118 lines
2.7 KiB
JSON

{
"_args": [
[
"parse5@^1.4.2",
"/Users/okennedy/Documents/Website/node_modules/jsdom"
]
],
"_from": "parse5@>=1.4.2 <2.0.0",
"_id": "parse5@1.5.1",
"_inCache": true,
"_installable": true,
"_location": "/parse5",
"_nodeVersion": "4.2.2",
"_npmUser": {
"email": "ifaaan@gmail.com",
"name": "inikulin"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "parse5",
"raw": "parse5@^1.4.2",
"rawSpec": "^1.4.2",
"scope": null,
"spec": ">=1.4.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz",
"_shasum": "9b7f3b0de32be78dc2401b17573ccaf0f6f59d94",
"_shrinkwrap": null,
"_spec": "parse5@^1.4.2",
"_where": "/Users/okennedy/Documents/Website/node_modules/jsdom",
"author": {
"email": "ifaaan@gmail.com",
"name": "Ivan Nikulin",
"url": "https://github.com/inikulin"
},
"bugs": {
"url": "https://github.com/inikulin/parse5/issues"
},
"contributors": [
{
"name": "Alan Clarke",
"url": "https://github.com/alanclarke"
},
{
"name": "Saksham Aggarwal",
"email": "s.agg2021@gmail.com"
},
{
"name": "Sebastian Mayr",
"email": "sebmaster16@gmail.com",
"url": "http://blog.smayr.name"
},
{
"name": "Sean Lang",
"email": "slang800@gmail.com",
"url": "http://slang.cx"
}
],
"dependencies": {},
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js.",
"devDependencies": {
"mocha": "1.21.4"
},
"directories": {},
"dist": {
"shasum": "9b7f3b0de32be78dc2401b17573ccaf0f6f59d94",
"tarball": "http://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz"
},
"gitHead": "9cbf3b578ec7f703cc344aa1c564719781550701",
"homepage": "http://inikulin.github.io/parse5/",
"keywords": [
"WHATWG",
"fast",
"html",
"html parser",
"html serializer",
"html5",
"html5 parser",
"htmlparser",
"htmlserializer",
"parse5",
"parser",
"sax",
"serializer",
"simple api",
"specification"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/inikulin/parse5/master/LICENSE"
}
],
"main": "./index.js",
"maintainers": [
{
"name": "inikulin",
"email": "ifaaan@gmail.com"
}
],
"name": "parse5",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/inikulin/parse5.git"
},
"scripts": {
"test": "node test/run_tests.js"
},
"version": "1.5.1"
}