This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "eaf-mermaid",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"buffer-from": "^1.1.1",
"camel-case": "^3.0.0",
"clean-css": "^5.1.5",
"commander": "^8.1.0",
"crypto-random-string": "^4.0.0",
"css-b64-images": "^0.2.5",
"d3": "^7.0.0",
"d3-array": "^3.0.1",
"d3-axis": "^1.0.12",
"d3-brush": "^1.1.5",
"d3-chord": "^1.0.6",
"d3-collection": "^1.0.7",
"d3-color": "^3.0.1",
"d3-contour": "^3.0.1",
"d3-dispatch": "^3.0.1",
"d3-drag": "^1.2.5",
"d3-dsv": "^3.0.1",
"d3-ease": "^3.0.1",
"d3-fetch": "^1.1.2",
"d3-force": "^1.2.1",
"d3-format": "^3.0.1",
"d3-geo": "^3.0.1",
"d3-hierarchy": "^1.1.9",
"d3-interpolate": "^3.0.1",
"d3-path": "^3.0.1",
"d3-polygon": "^1.0.6",
"d3-quadtree": "^1.0.7",
"d3-random": "^1.1.2",
"d3-scale": "^4.0.0",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.3",
"d3-timer": "^1.0.10",
"d3-transition": "^1.3.2",
"d3-voronoi": "^1.1.4",
"d3-zoom": "^3.0.0",
"dagre": "^0.8.5",
"dagre-d3": "^0.6.4",
"debug": "^4.3.2",
"escaper": "^3.0.6",
"graphlib": "^2.1.8",
"he": "^1.2.0",
"html-minifier": "^4.0.0",
"iconv-lite": "^0.4.24",
"is-regexp": "^3.0.0",
"lodash": "^4.17.21",
"lower-case": "^1.1.4",
"mermaid": "^9.1.2",
"minify": "^4.1.3",
"moment-mini": "^2.24.0",
"ms": "^2.1.3",
"no-case": "^2.3.2",
"param-case": "^2.1.1",
"relateurl": "^0.2.7",
"rw": "^1.3.3",
"safer-buffer": "^2.1.2",
"scope-css": "^1.2.1",
"slugify": "^1.6.0",
"source-map": "^0.7.3",
"strip-css-comments": "^4.1.0",
"source-map-support": "^0.5.19",
"terser": "^5.14.2",
"try-catch": "^2.0.1",
"try-to-catch": "^3.0.0",
"type-fest": "^0.8.1",
"uglify-js": "^3.14.1",
"upper-case": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manateelazycat/emacs-application-framework.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/manateelazycat/emacs-application-framework/issues"
},
"homepage": "https://github.com/manateelazycat/emacs-application-framework#readme"
}