mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) from 6.0.0 to 6.0.1. - [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md) - [Commits](https://github.com/braintree/sanitize-url/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: "@braintree/sanitize-url" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@mermaid-js/mermaid-example-diagram",
 | 
						|
  "version": "9.3.0",
 | 
						|
  "description": "Example of external diagram module for MermaidJS.",
 | 
						|
  "module": "dist/mermaid-example-diagram.core.mjs",
 | 
						|
  "types": "dist/detector.d.ts",
 | 
						|
  "type": "module",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "import": "./dist/mermaid-example-diagram.core.mjs",
 | 
						|
      "types": "./dist/detector.d.ts"
 | 
						|
    },
 | 
						|
    "./*": "./*"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "diagram",
 | 
						|
    "markdown",
 | 
						|
    "example",
 | 
						|
    "mermaid"
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "prepublishOnly": "pnpm -w run build"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/mermaid-js/mermaid"
 | 
						|
  },
 | 
						|
  "author": "Knut Sveidqvist",
 | 
						|
  "license": "MIT",
 | 
						|
  "standard": {
 | 
						|
    "ignore": [
 | 
						|
      "**/parser/*.js",
 | 
						|
      "dist/**/*.js",
 | 
						|
      "cypress/**/*.js"
 | 
						|
    ],
 | 
						|
    "globals": [
 | 
						|
      "page"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@braintree/sanitize-url": "^6.0.1",
 | 
						|
    "cytoscape": "^3.23.0",
 | 
						|
    "cytoscape-cose-bilkent": "^4.1.0",
 | 
						|
    "cytoscape-fcose": "^2.1.0",
 | 
						|
    "d3": "^7.0.0",
 | 
						|
    "khroma": "^2.0.0",
 | 
						|
    "non-layered-tidy-tree-layout": "^2.0.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/cytoscape": "^3.19.9",
 | 
						|
    "concurrently": "^8.0.0",
 | 
						|
    "rimraf": "^5.0.0",
 | 
						|
    "mermaid": "workspace:*"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist"
 | 
						|
  ],
 | 
						|
  "sideEffects": [
 | 
						|
    "**/*.css",
 | 
						|
    "**/*.scss"
 | 
						|
  ]
 | 
						|
}
 |