parent-selector
Version:
Given an element and a selector, find the first parent element that matches.
34 lines (32 loc) • 756 B
JSON
{
"name": "parent-selector",
"version": "0.1.1",
"description": "Given an element and a selector, find the first parent element that matches.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bloodyKnuckles/parent-selector.git"
},
"keywords": [
"Javascript",
"parentNode",
"selector",
"find"
],
"author": "Jay Scott ANDERSON",
"license": "MIT",
"bugs": {
"url": "https://github.com/bloodyKnuckles/parent-selector/issues"
},
"homepage": "https://github.com/bloodyKnuckles/parent-selector#readme",
"devDependencies": {
"tape": "^4.2.2",
"virtual-dom": "^2.1.1"
}
}