From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/htmlparser2/package.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 node_modules/htmlparser2/package.json (limited to 'node_modules/htmlparser2/package.json') diff --git a/node_modules/htmlparser2/package.json b/node_modules/htmlparser2/package.json new file mode 100644 index 00000000..8de5bf81 --- /dev/null +++ b/node_modules/htmlparser2/package.json @@ -0,0 +1,36 @@ +{ + "name": "htmlparser2", + "description": "Fast & forgiving HTML/XML/RSS parser", + "version": "3.3.0", + "author": "Felix Boehm ", + "keywords": ["html", "parser", "streams", "xml", "dom", "rss", "feed", "atom"], + "contributors": ["Chris Winberry "], + "repository": { + "type": "git", + "url": "git://github.com/fb55/htmlparser2.git" + }, + "bugs": { + "mail": "me@feedic.com", + "url": "http://github.com/fb55/htmlparser2/issues" + }, + "directories": { + "lib": "lib/" + }, + "main": "lib/index.js", + "scripts": { + "test": "mocha -R spec" + }, + "dependencies": { + "domhandler": "2.1", + "domutils": "1.1", + "domelementtype": "1", + "readable-stream": "1.0" + }, + "devDependencies": { + "mocha": "1" + }, + "licenses": [{ + "type": "MIT", + "url": "http://github.com/fb55/htmlparser2/raw/master/LICENSE" + }] +} -- cgit v1.2.3