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.
65 lines
1.7 KiB
65 lines
1.7 KiB
{
|
|
"_from": "dom-matches@>=1.0.1",
|
|
"_id": "dom-matches@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2VI856xEDCLXi19W+4BechR5/oIS6bKCKqcf16GR8Pg7dGLJ/eBOWVbCmQx2ISvYH6wTNx5Ef7JTOw1dRGRx6A==",
|
|
"_location": "/dom-matches",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "dom-matches@>=1.0.1",
|
|
"name": "dom-matches",
|
|
"escapedName": "dom-matches",
|
|
"rawSpec": ">=1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": ">=1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/dom-closest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/dom-matches/-/dom-matches-2.0.0.tgz",
|
|
"_shasum": "d2728b416a87533980eb089b848d253cf23a758c",
|
|
"_spec": "dom-matches@>=1.0.1",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\dom-closest",
|
|
"author": {
|
|
"name": "Nicolas Gallagher"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/necolas/dom-matches/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if a DOM element matches a given selector",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/necolas/dom-matches#readme",
|
|
"keywords": [
|
|
"browser",
|
|
"dom",
|
|
"element",
|
|
"matches",
|
|
"selector"
|
|
],
|
|
"license": "MIT",
|
|
"name": "dom-matches",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/necolas/dom-matches.git"
|
|
},
|
|
"scripts": {
|
|
"start": "karma start",
|
|
"test": "karma start --single-run"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|
|
|