anorgatarrak-wordpress-theme/node_modules/domhandler/package.json

73 lines
1.7 KiB
JSON
Raw Permalink Normal View History

{
"_from": "domhandler@2.3",
"_id": "domhandler@2.3.0",
"_inBundle": false,
"_integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
"_location": "/domhandler",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "domhandler@2.3",
"name": "domhandler",
"escapedName": "domhandler",
"rawSpec": "2.3",
"saveSpec": null,
"fetchSpec": "2.3"
},
"_requiredBy": [
"/htmlparser2"
],
"_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
"_shasum": "2de59a0822d5027fabff6f032c2b25a2a8abe738",
"_spec": "domhandler@2.3",
"_where": "/home/lrullo/httpdocs/anorgatarrak.eus/wp-content/themes/anorgatarrak/node_modules/htmlparser2",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/DomHandler/issues"
},
"bundleDependencies": false,
"dependencies": {
"domelementtype": "1"
},
"deprecated": false,
"description": "handler for htmlparser2 that turns pages into a dom",
"devDependencies": {
"htmlparser2": "3.8",
"jshint": "~2.3.0",
"mocha": "1"
},
"directories": {
"test": "tests"
},
"homepage": "https://github.com/fb55/DomHandler#readme",
"jshintConfig": {
"quotmark": "double",
"trailing": true,
"unused": true,
"undef": true,
"node": true,
"proto": true,
"globals": {
"it": true
}
},
"keywords": [
"dom",
"htmlparser2"
],
"main": "index.js",
"name": "domhandler",
"repository": {
"type": "git",
"url": "git://github.com/fb55/DomHandler.git"
},
"scripts": {
"test": "mocha -R list && jshint index.js test/"
},
"version": "2.3.0"
}