11{
2- "name" : " @webwriter/network" ,
3- "version" : " 2.0.4" ,
4- "description" : " Visualization of network topologies. Can represent different kinds of networks." ,
5- "keywords" : [
6- " webwriter-widget" ,
7- " widget-lang-en" ,
8- " isced2011-3" ,
9- " isced2011-4" ,
10- " isced2011-5" ,
11- " isced2011-6" ,
12- " iscedf2013-06" ,
13- " topology" ,
14- " networks" ,
15- " routing"
16- ],
17- "license" : " MIT" ,
18- "author" : " Jorik van Genuchten" ,
19- "scripts" : {
20- "prepublishOnly" : " npx @webwriter/build"
21- },
22- "dependencies" : {
23- "@shoelace-style/shoelace" : " ^2.16.0" ,
24- "@types/cytoscape" : " ^3.21.7" ,
25- "@types/node" : " ^18.19.47" ,
26- "@webwriter/lit" : " ^2.0.0" ,
27- "cytoscape" : " ^3.30.2" ,
28- "cytoscape-compound-drag-and-drop" : " ^1.1.0" ,
29- "cytoscape-context-menus" : " ^4.2.1" ,
30- "cytoscape-edgehandles" : " ^4.0.1" ,
31- "cytoscape-node-html-label" : " ^1.2.2" ,
32- "konva" : " 7.0.3" ,
33- "lit" : " ^3.2.0" ,
34- "uuid" : " ^9.0.1"
35- },
36- "devDependencies" : {
37- "@babel/code-frame" : " ^7.24.7" ,
38- "jest" : " ^29.7.0" ,
39- "jest-environment-jsdom" : " ^29.7.0" ,
40- "ts-jest" : " ^29.2.5" ,
41- "typescript" : " ^4.9.5" ,
42- "vite" : " ^3.2.10"
43- },
44- "exports" : {
45- "./widgets/ww-network.*" : {
46- "source" : " ./src/index.ts" ,
47- "default" : " ./dist/widgets/ww-network.*"
48- },
49- "./snippets/simple-network.html" : " ./snippets/simple-network.html" ,
50- "./snippets/complex-network.html" : " ./snippets/complex-network.html" ,
51- "./snippets/triple-network.html" : " ./snippets/triple-network.html" ,
52- "./package.json" : " ./package.json" ,
53- "./icon" : " ./icon.svg"
54- },
55- "editingConfig" : {
56- "./widgets/ww-network" : {
57- "label" : {
58- "_" : " Computer Network"
59- }
60-
61- }
62- }
63- }
2+ "name" : " @webwriter/network" ,
3+ "version" : " 2.0.5" ,
4+ "description" : " Visualization of network topologies. Can represent different kinds of networks." ,
5+ "keywords" : [
6+ " webwriter-widget" ,
7+ " widget-lang-en" ,
8+ " isced2011-3" ,
9+ " isced2011-4" ,
10+ " isced2011-5" ,
11+ " isced2011-6" ,
12+ " iscedf2013-06" ,
13+ " topology" ,
14+ " networks" ,
15+ " routing"
16+ ],
17+ "license" : " MIT" ,
18+ "author" : " Jorik van Genuchten" ,
19+ "scripts" : {
20+ "prepublishOnly" : " npx @webwriter/build"
21+ },
22+ "dependencies" : {
23+ "@shoelace-style/shoelace" : " ^2.16.0" ,
24+ "@types/cytoscape" : " ^3.21.7" ,
25+ "@types/node" : " ^18.19.47" ,
26+ "@webwriter/lit" : " ^2.0.0" ,
27+ "cytoscape" : " ^3.30.2" ,
28+ "cytoscape-compound-drag-and-drop" : " ^1.1.0" ,
29+ "cytoscape-context-menus" : " ^4.2.1" ,
30+ "cytoscape-edgehandles" : " ^4.0.1" ,
31+ "cytoscape-node-html-label" : " ^1.2.2" ,
32+ "konva" : " 7.0.3" ,
33+ "lit" : " ^3.2.0" ,
34+ "uuid" : " ^9.0.1"
35+ },
36+ "devDependencies" : {
37+ "@babel/code-frame" : " ^7.24.7" ,
38+ "jest" : " ^29.7.0" ,
39+ "jest-environment-jsdom" : " ^29.7.0" ,
40+ "ts-jest" : " ^29.2.5" ,
41+ "typescript" : " ^4.9.5" ,
42+ "vite" : " ^3.2.10"
43+ },
44+ "exports" : {
45+ "./widgets/ww-network.*" : {
46+ "source" : " ./src/index.ts" ,
47+ "default" : " ./dist/widgets/ww-network.*"
48+ },
49+ "./snippets/simple-network.html" : " ./snippets/simple-network.html" ,
50+ "./snippets/complex-network.html" : " ./snippets/complex-network.html" ,
51+ "./snippets/triple-network.html" : " ./snippets/triple-network.html" ,
52+ "./package.json" : " ./package.json" ,
53+ "./icon" : " ./icon.svg"
54+ },
55+ "editingConfig" : {
56+ "." : {
57+ "description" : {
58+ "de" : " Visualisierung von Netzwerktopologien. Kann verschiedene Arten von Netzwerken darstellen."
59+ }
60+ },
61+ "./widgets/ww-network" : {
62+ "label" : {
63+ "_" : " Computer Network"
64+ }
65+ }
66+ }
67+ }
0 commit comments