mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
2.7 KiB
114 lines
2.7 KiB
8 years ago
|
{
|
||
|
"_from": "parse5@^2.2.2",
|
||
|
"_id": "parse5@2.2.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-DE/EHBAAxea5PUiwP4CDg3g06fY=",
|
||
|
"_location": "/parse5",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "parse5@^2.2.2",
|
||
|
"name": "parse5",
|
||
|
"escapedName": "parse5",
|
||
|
"rawSpec": "^2.2.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.2.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/eslint-plugin-markdown"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/parse5/-/parse5-2.2.3.tgz",
|
||
|
"_shasum": "0c4fc41c1000c5e6b93d48b03f8083837834e9f6",
|
||
|
"_spec": "parse5@^2.2.2",
|
||
|
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/eslint-plugin-markdown",
|
||
|
"author": {
|
||
|
"name": "Ivan Nikulin",
|
||
|
"email": "ifaaan@gmail.com",
|
||
|
"url": "https://github.com/inikulin"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/inikulin/parse5/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Alan Clarke",
|
||
|
"url": "https://github.com/alanclarke"
|
||
|
},
|
||
|
{
|
||
|
"name": "Evan You",
|
||
|
"url": "http://evanyou.me"
|
||
|
},
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
],
|
||
|
"deprecated": false,
|
||
|
"description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js",
|
||
|
"devDependencies": {
|
||
|
"del": "^2.0.2",
|
||
|
"gulp": "^3.9.0",
|
||
|
"gulp-benchmark": "^1.1.1",
|
||
|
"gulp-concat": "^2.6.0",
|
||
|
"gulp-download": "0.0.1",
|
||
|
"gulp-eslint": "^3.0.1",
|
||
|
"gulp-insert": "^0.5.0",
|
||
|
"gulp-install": "^0.6.0",
|
||
|
"gulp-jsdoc-to-markdown": "^1.1.1",
|
||
|
"gulp-mocha": "^2.1.3",
|
||
|
"gulp-rename": "^1.2.2",
|
||
|
"publish-please": "^2.2.0",
|
||
|
"through2": "^2.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/inikulin/parse5",
|
||
|
"keywords": [
|
||
|
"html",
|
||
|
"parser",
|
||
|
"html5",
|
||
|
"WHATWG",
|
||
|
"specification",
|
||
|
"fast",
|
||
|
"html parser",
|
||
|
"html5 parser",
|
||
|
"htmlparser",
|
||
|
"parse5",
|
||
|
"serializer",
|
||
|
"html serializer",
|
||
|
"htmlserializer",
|
||
|
"sax",
|
||
|
"simple api",
|
||
|
"parse",
|
||
|
"tokenize",
|
||
|
"serialize",
|
||
|
"tokenizer"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "./lib/index.js",
|
||
|
"name": "parse5",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/inikulin/parse5.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepublish": "publish-please guard",
|
||
|
"publish-please": "publish-please",
|
||
|
"test": "gulp test"
|
||
|
},
|
||
|
"version": "2.2.3"
|
||
|
}
|