{ "name": "@antv/x6-common", "version": "2.0.17", "description": "Basic toolkit for X6", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/index.js", "jsdelivr": "dist/index.js", "types": "lib/index.d.ts", "files": [ "dist", "es", "lib", "src" ], "keywords": [ "util", "toolkit", "x6", "antv" ], "dependencies": { "lodash-es": "^4.17.15", "utility-types": "^3.10.0" }, "devDependencies": { "@types/lodash-es": "^4.17.4" }, "author": { "name": "newbyvector", "email": "vectorse@126.com" }, "license": "MIT", "homepage": "https://x6.antv.antgroup.com", "bugs": { "url": "https://github.com/antvis/x6/issues" }, "repository": { "type": "git", "url": "https://github.com/antvis/x6.git", "directory": "packages/x6-common" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "scripts": { "clean:turbo": "rss", "clean:build": "rss", "clean:coverage": "rss", "clean": "rss", "build:esm": "rss", "build:cjs": "rss", "build:umd": "rss", "build:dev": "rss", "build:watch": "rss", "build:watch:esm": "rss", "build:watch:cjs": "rss", "build": "rss", "prebuild": "rss", "test": "rss", "coveralls": "rss", "pretest": "rss" } }