UNPKG

squarified

Version:
75 lines (74 loc) 1.92 kB
{ "name": "squarified", "version": "1.0.0", "description": "squarified tree map", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json", "./plugin": { "types": "./dist/plugin.d.ts", "import": "./dist/plugin.mjs", "require": "./dist/plugin.js" } }, "keywords": [ "squarified", "tree-map" ], "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/nonzzz/treemap.git" }, "author": "Kanno", "license": "MIT", "devDependencies": { "@swc/core": "^1.11.29", "@types/markdown-it": "^14.1.2", "@types/node": "^22.7.4", "chokidar": "^4.0.3", "dprint": "^0.47.2", "esbuild": "^0.24.0", "eslint": "^9.16.0", "eslint-config-kagura": "^3.0.1", "gray-matter": "^4.0.3", "highlight.js": "^11.11.1", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", "markdown-it-highlightjs": "^4.2.0", "mermaid": "^11.6.0", "puppeteer": "^24.9.0", "rollup": "^4.41.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-swc3": "^0.12.1", "tinyexec": "^0.3.2", "tinyglobby": "^0.2.13", "tsx": "^4.19.2", "typescript": "^5.7.3", "vite-bundle-analyzer": "^0.22.0" }, "pnpm": { "overrides": { "esbuild": "0.24.0", "is-core-module": "npm:@nolyfill/is-core-module@^1", "safer-buffer": "npm:@nolyfill/safer-buffer@^1" }, "onlyBuiltDependencies": [ "@swc/core", "dprint", "esbuild" ] }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" }