You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

76 lines
1.6 KiB

{
"_args": [
[
"domhandler@2.3.0",
"/Users/manthony/repos/docs.blockstack"
]
],
"_development": true,
"_from": "domhandler@2.3.0",
"_id": "domhandler@2.3.0",
"_inBundle": false,
"_integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
"_location": "/domhandler",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "domhandler@2.3.0",
"name": "domhandler",
"escapedName": "domhandler",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/htmlparser2"
],
"_resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/Users/manthony/repos/docs.blockstack",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/DomHandler/issues"
},
"dependencies": {
"domelementtype": "1"
},
"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"
}