mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
change name to node-html-parser again
This commit is contained in:
parent
90b7d1ad2a
commit
76eb94a01e
2 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Fast HTML Parser [](http://badge.fury.io/js/fast-html-parser) [](https://travis-ci.org/ashi009/node-fast-html-parser)
|
||||
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser) [](https://travis-ci.org/taoqf/node-fast-html-parser)
|
||||
|
||||
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
|
||||
DOM tree, with basic element query support.
|
||||
|
|
@ -11,7 +11,7 @@ no closing `<li>`, `<td>` etc).
|
|||
## Install
|
||||
|
||||
```shell
|
||||
npm install --save fast-html-parser
|
||||
npm install --save node-html-parser
|
||||
```
|
||||
|
||||
## Performance
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fast-html-parser",
|
||||
"version": "1.0.2",
|
||||
"name": "node-html-parser",
|
||||
"version": "1.1.4",
|
||||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
@ -52,10 +52,10 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ashi009/node-fast-html-parser.git"
|
||||
"url": "https://github.com/taoqf/node-fast-html-parser.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ashi009/node-fast-html-parser/issues"
|
||||
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ashi009/node-fast-html-parser"
|
||||
"homepage": "https://github.com/taoqf/node-fast-html-parser"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue