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.

35 lines
903 B

{
"name": "dom-walk",
"version": "0.1.2",
"description": "iteratively walk a DOM node",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/dom-walk.git",
"main": "index",
"homepage": "https://github.com/Raynos/dom-walk",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/dom-walk/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {},
"devDependencies": {
"budo": "11.6.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
}
],
"scripts": {
"example": "budo example/index.js"
},
"__npminstall_done": "Sun Apr 18 2021 11:11:02 GMT+0800 (中国标准时间)",
"_from": "dom-walk@0.1.2",
"_resolved": "https://registry.npm.taobao.org/dom-walk/download/dom-walk-0.1.2.tgz"
}