flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
41
BACK_BACK/node_modules/posthtml-parser/package.json
generated
vendored
Executable file
41
BACK_BACK/node_modules/posthtml-parser/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "posthtml-parser",
|
||||
"version": "0.4.2",
|
||||
"description": "Parse HTML/XML to PostHTMLTree",
|
||||
"keywords": [
|
||||
"html",
|
||||
"xml",
|
||||
"parser",
|
||||
"posthtml",
|
||||
"posthtmltree"
|
||||
],
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
"test": "npm run lint && npm run coverage",
|
||||
"lint": "jshint . && jscs .",
|
||||
"coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha",
|
||||
"preversion": "npm test",
|
||||
"postversion": "git push && git push --tags && rm -rf coverage"
|
||||
},
|
||||
"repository": "posthtml/posthtml-parser",
|
||||
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/posthtml/posthtml-parser/issues"
|
||||
},
|
||||
"homepage": "https://github.com/posthtml/posthtml-parser#readme",
|
||||
"dependencies": {
|
||||
"htmlparser2": "^3.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"istanbul": "^0.4.0",
|
||||
"jscs": "^3.0.7",
|
||||
"jshint": "^2.10.3",
|
||||
"mocha": "^6.2.2",
|
||||
"rewire": "^4.0.1",
|
||||
"sinon": "^7.5.0",
|
||||
"sinon-chai": "^3.3.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue