UNPKG

@visactor/vgrammar-wordcloud-shape

Version:

Layout WordCloud in specified shape, this is a transform for VGrammar.

64 lines 1.71 kB
{ "name": "@visactor/vgrammar-wordcloud-shape", "version": "0.16.3", "description": "Layout WordCloud in specified shape, this is a transform for VGrammar.", "keywords": [ "wordcloud", "visualization", "VGrammar", "storytelling", "VisActor" ], "author": { "name": "VisActor", "url": "https://VisActor.io/" }, "license": "MIT", "sideEffects": false, "main": "cjs/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "cjs", "es", "dist" ], "dependencies": { "@visactor/vutils": "~0.19.4", "@visactor/vscale": "~0.19.4", "@visactor/vgrammar-core": "0.16.3", "@visactor/vgrammar-util": "0.16.3", "@visactor/vrender-core": "0.22.6", "@visactor/vrender-kits": "0.22.6" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4", "eslint": "~8.18.0", "vite": "3.2.6", "typescript": "4.9.5", "jest": "~29.5.0", "jest-environment-jsdom": "~29.5.0", "@jest/globals": "~29.5.0", "ts-jest": "~29.1.0", "@types/jest": "~29.5.0", "@types/node": "*", "@internal/bundler": "0.0.1", "@internal/eslint-config": "0.0.1", "@internal/ts-config": "0.0.1", "@internal/jest-config": "0.0.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "compile": "tsc --noEmit", "eslint": "eslint --debug --fix src/", "build": "bundle --clean", "dev": "bundle --clean -f es -w", "start": "vite ./vite", "test": "jest", "test-cov": "jest -w 16 --coverage", "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand" } }