mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-19 06:31:30 +00:00
change package name back
This commit is contained in:
parent
cb8acf5094
commit
1bbf8fc05b
3 changed files with 6 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Fast HTML Parser [](http://badge.fury.io/js/node-html-parser) [](https://travis-ci.org/taoqf/node-fast-html-parser)
|
# Fast HTML Parser [](http://badge.fury.io/js/fast-html-parser) [](https://travis-ci.org/ashi009/node-fast-html-parser)
|
||||||
|
|
||||||
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
|
Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified
|
||||||
DOM tree, with basic element query support.
|
DOM tree, with basic element query support.
|
||||||
|
|
@ -11,7 +11,7 @@ no closing `<li>`, `<td>` etc).
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm install --save node-html-parser
|
npm install --save fast-html-parser
|
||||||
```
|
```
|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "node-html-parser",
|
"name": "fast-html-parser",
|
||||||
"version": "1.1.4",
|
"version": "1.1.4",
|
||||||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
@ -51,10 +51,10 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/taoqf/node-fast-html-parser.git"
|
"url": "https://github.com/ashi009/node-fast-html-parser.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
|
"url": "https://github.com/ashi009/node-fast-html-parser/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/taoqf/node-fast-html-parser"
|
"homepage": "https://github.com/ashi009/node-fast-html-parser"
|
||||||
}
|
}
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
"baseUrl": "",
|
"baseUrl": "",
|
||||||
"charset": "utf8",
|
"charset": "utf8",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
// "declarationDir": "./dts/",
|
|
||||||
"inlineSourceMap": false,
|
"inlineSourceMap": false,
|
||||||
"allowSyntheticDefaultImports": false,
|
"allowSyntheticDefaultImports": false,
|
||||||
"diagnostics": false,
|
"diagnostics": false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue