71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"dom-closest@0.2.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "dom-closest@0.2.0",
|
|
"_id": "dom-closest@0.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-69n5HRvyLo1vR3h2u80+yQIWwM8=",
|
|
"_location": "/dom-closest",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "dom-closest@0.2.0",
|
|
"name": "dom-closest",
|
|
"escapedName": "dom-closest",
|
|
"rawSpec": "0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/dom-closest/download/dom-closest-0.2.0.tgz",
|
|
"_spec": "0.2.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Nicolas Gallagher"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/necolas/dom-closest/issues"
|
|
},
|
|
"dependencies": {
|
|
"dom-matches": ">=1.0.1"
|
|
},
|
|
"description": "For a given DOM element, find the first ancestor that matches a given CSS 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-closest#readme",
|
|
"keywords": [
|
|
"browser",
|
|
"closest",
|
|
"dom",
|
|
"element"
|
|
],
|
|
"license": "MIT",
|
|
"name": "dom-closest",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/necolas/dom-closest.git"
|
|
},
|
|
"scripts": {
|
|
"start": "karma start",
|
|
"test": "karma start --single-run"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|