{ "_from": "@antv/dom-util@^2.0.2", "_id": "@antv/dom-util@2.0.4", "_inBundle": false, "_integrity": "sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==", "_location": "/@antv/dom-util", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@antv/dom-util@^2.0.2", "name": "@antv/dom-util", "escapedName": "@antv%2fdom-util", "scope": "@antv", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/@antv/component", "/@antv/g2" ], "_resolved": "https://registry.npmmirror.com/@antv/dom-util/-/dom-util-2.0.4.tgz", "_shasum": "b09b56c56fec42896fc856edad56b595b47ab514", "_spec": "@antv/dom-util@^2.0.2", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\g2", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "bundleDependencies": false, "dependencies": { "tslib": "^2.0.3" }, "deprecated": false, "description": "A common util collection for antv projects", "devDependencies": { "@antv/torch": "^1.0.0", "chai": "^4.2.0", "less": "^3.9.0", "npm-run-all": "^4.1.5" }, "files": [ "src", "package.json", "esm", "lib", "README.md" ], "homepage": "https://github.com/antvis/util#readme", "keywords": [ "util", "antv", "g" ], "license": "MIT", "main": "lib/index.js", "module": "esm/index.js", "name": "@antv/dom-util", "repository": { "type": "git", "url": "git+https://github.com/antvis/util.git" }, "scripts": { "build": "npm run clean && run-p build:*", "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib", "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm", "clean": "rm -rf lib && rm -rf esm", "coverage": "npm run coverage-generator && npm run coverage-viewer", "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts __tests__/mocha.opts", "coverage-viewer": "torch-coverage", "test": "torch --renderer --compile --opts __tests__/mocha.opts", "test-live": "torch --compile --interactive --opts __tests__/mocha.opts", "tsc": "tsc --noEmit", "typecheck": "tsc --noEmit" }, "types": "lib/index.d.ts", "version": "2.0.4" }