92 lines
2.4 KiB
JSON
92 lines
2.4 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "dom-walk@^0.1.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "dom-walk",
|
||
|
"name": "dom-walk",
|
||
|
"rawSpec": "^0.1.0",
|
||
|
"spec": ">=0.1.0 <0.2.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/min-document"
|
||
|
]
|
||
|
],
|
||
|
"_from": "dom-walk@>=0.1.0 <0.2.0",
|
||
|
"_id": "dom-walk@0.1.1",
|
||
|
"_inCache": true,
|
||
|
"_location": "/dom-walk",
|
||
|
"_npmUser": {
|
||
|
"name": "raynos",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "1.4.10",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "dom-walk@^0.1.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "dom-walk",
|
||
|
"name": "dom-walk",
|
||
|
"rawSpec": "^0.1.0",
|
||
|
"spec": ">=0.1.0 <0.2.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/min-document"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz",
|
||
|
"_shasum": "672226dc74c8f799ad35307df936aba11acd6018",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "dom-walk@^0.1.0",
|
||
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/min-document",
|
||
|
"author": {
|
||
|
"name": "Raynos",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Raynos/dom-walk/issues",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Jake Verbaten"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "iteratively walk a DOM node",
|
||
|
"devDependencies": {
|
||
|
"browserify-server": "~0.5.6"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "672226dc74c8f799ad35307df936aba11acd6018",
|
||
|
"tarball": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz"
|
||
|
},
|
||
|
"homepage": "https://github.com/Raynos/dom-walk",
|
||
|
"keywords": [],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
|
||
|
}
|
||
|
],
|
||
|
"main": "index",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "raynos",
|
||
|
"email": "raynos2@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "dom-walk",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "# dom-walk\n\niteratively walk a DOM node\n\n## Example\n\n``` js\nvar walk = require(\"dom-walk\")\n\nwalk(document.body.childNodes, function (node) {\n console.log(\"node\", node)\n})\n```\n\n## Installation\n\n`npm install dom-walk`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced",
|
||
|
"readmeFilename": "README.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/Raynos/dom-walk.git"
|
||
|
},
|
||
|
"scripts": {},
|
||
|
"version": "0.1.1"
|
||
|
}
|