NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/dom-closest/package.json
2023-09-14 14:47:11 +08:00

37 lines
816 B
JSON

{
"name": "dom-closest",
"description": "For a given DOM element, find the first ancestor that matches a given CSS selector.",
"version": "0.2.0",
"files": [
"index.js"
],
"dependencies": {
"dom-matches": ">=1.0.1"
},
"devDependencies": {
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "^0.0.4",
"karma-commonjs": "^0.0.11",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-safari-launcher": "^0.1.1"
},
"scripts": {
"start": "karma start",
"test": "karma start --single-run"
},
"author": "Nicolas Gallagher",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/necolas/dom-closest.git"
},
"keywords": [
"browser",
"closest",
"dom",
"element"
]
}