| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "parse5",
- "description": "HTML parser and serializer.",
- "version": "5.1.1",
- "author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
- "contributors": "https://github.com/inikulin/parse5/graphs/contributors",
- "homepage": "https://github.com/inikulin/parse5",
- "keywords": [
- "html",
- "parser",
- "html5",
- "WHATWG",
- "specification",
- "fast",
- "html parser",
- "html5 parser",
- "htmlparser",
- "parse5",
- "serializer",
- "html serializer",
- "htmlserializer",
- "parse",
- "serialize"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/inikulin/parse5.git"
- },
- "files": [
- "lib"
- ],
- "gitHead": "9c7556ed05e4ff4d884ab2447e27ce3817c42e79",
- "__npminstall_done": "Thu Dec 24 2020 20:20:48 GMT+0800 (CST)",
- "_from": "parse5@5.1.1",
- "_resolved": "https://registry.npm.taobao.org/parse5/download/parse5-5.1.1.tgz?cache=0&sync_timestamp=1595850968626&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fparse5%2Fdownload%2Fparse5-5.1.1.tgz"
- }
|