{
  "_from": "dom-matches@>=1.0.1",
  "_id": "dom-matches@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-0nKLQWqHUzmA6wibhI0lPPI6dYw=",
  "_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": "/var/lib/jenkins/workspace/wechat-h5/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"
}
