{
  "_from": "dagre-d3-es@7.0.14",
  "_id": "dagre-d3-es@7.0.14",
  "_inBundle": false,
  "_integrity": "sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==",
  "_location": "/dagre-d3-es",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dagre-d3-es@7.0.14",
    "name": "dagre-d3-es",
    "escapedName": "dagre-d3-es",
    "rawSpec": "7.0.14",
    "saveSpec": null,
    "fetchSpec": "7.0.14"
  },
  "_requiredBy": [
    "/mermaid"
  ],
  "_resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.14.tgz",
  "_shasum": "1272276e26457cf3b97dac569f8f0531ec33c377",
  "_spec": "dagre-d3-es@7.0.14",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\mermaid",
  "bugs": {
    "url": "https://github.com/tbo47/dagre-es/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Thibaut Lassalle",
      "url": "https://tbo47.github.io/"
    },
    {
      "name": "Alois Klink",
      "url": "https://github.com/aloisklink"
    },
    {
      "name": "David Newell",
      "url": "https://github.com/rustedgrail"
    },
    {
      "name": "Sidharth Vinod",
      "url": "https://github.com/sidharthv96"
    }
  ],
  "dependencies": {
    "d3": "^7.9.0",
    "lodash-es": "^4.17.21"
  },
  "deprecated": false,
  "description": "<p align=\"center\">   <a href=\"https://tbo47.github.io/\" ><img src=\"https://img.shields.io/badge/created_by-tbo47-blue.svg\" alt=\"Created by tbo47\"></a>   <a href=\"https://www.npmjs.com/dagre-d3-es\"><img src=\"https://img.shields.io/npm/v/dagre-d3-es.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen\" alt=\"dagre-d3-es on npm\" /></a>&nbsp;   <a href=\"https://www.npmjs.com/dagre-d3-es\"><img src=\"https://img.shields.io/npm/dw/dagre-d3-es.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen\" alt=\"dagre-d3-es on npm\" /></a> </p>",
  "devDependencies": {
    "@types/d3": "^7.4.3",
    "@types/lodash-es": "^4.17.12",
    "esbuild": "^0.25.10",
    "eslint": "^8.57.1",
    "eslint-plugin-import": "^2.32.0",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "files": [
    "src/**/*",
    "!src/**/*.test.js"
  ],
  "homepage": "https://github.com/tbo47/dagre-es#readme",
  "keywords": [
    "dagre-d3"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "dagre-d3-es",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tbo47/dagre-es.git"
  },
  "scripts": {
    "bundle": "chmod +x bundle.sh ; ./bundle.sh && cp dist/dagre-d3*.js ../tbo47.github.io",
    "compile_js_as_ts": "tsc src/index.js --AllowJs --checkJs --outDir dist/",
    "format": "prettier --write .",
    "generate_types": "find src -name '*.d.ts' -type f -delete ; tsc --project tsconfig.build.json",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "my_1_npm_login": "npm login",
    "my_2_publish": "echo update_package_version ; git clean -xdf ; npm ci ; npm publish",
    "prepack": "npm run generate_types",
    "test": "vitest "
  },
  "type": "module",
  "types": "./src/index.d.ts",
  "version": "7.0.14"
}
