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/domhandler/package.json
generated
vendored
Executable file
41
BACK_BACK/node_modules/domhandler/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "domhandler",
|
||||
"version": "2.4.2",
|
||||
"description": "handler for htmlparser2 that turns pages into a dom",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R list && jshint index.js test/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/fb55/DomHandler.git"
|
||||
},
|
||||
"keywords": [
|
||||
"dom",
|
||||
"htmlparser2"
|
||||
],
|
||||
"dependencies": {
|
||||
"domelementtype": "1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"htmlparser2": "^3.9.0",
|
||||
"mocha": "^3.0.2",
|
||||
"jshint": "^2.9.1"
|
||||
},
|
||||
"author": "Felix Boehm <me@feedic.com>",
|
||||
"license": "BSD-2-Clause",
|
||||
"jshintConfig": {
|
||||
"quotmark": "double",
|
||||
"trailing": true,
|
||||
"unused": true,
|
||||
"undef": true,
|
||||
"node": true,
|
||||
"proto": true,
|
||||
"globals": {
|
||||
"it": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue