This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.36 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
{
"name": "i-doit-appliance",
"description": "Pre-configured virtual machines (VM) for i-doit",
"keywords": [
"i-doit",
"cmdb",
"documentation",
"assets",
"it asset management",
"configuration items",
"appliance",
"virtual appliance",
"virtual machine",
"virtualbox",
"vmware",
"hyper-v"
],
"version": "0.0.0-dev",
"homepage": "https://i-doit.com/",
"repository": {
"type": "git",
"url": "https://github.com/bheisig/i-doit-appliance"
},
"bugs": {
"url": "https://github.com/bheisig/i-doit-appliance/issues"
},
"license": "AGPL-3.0-or-later",
"author": "Benjamin Heisig <bheisig@i-doit.com> (https://i-doit.com/)",
"dependencies": {
"jsonlint": "^1.6.3",
"remark-cli": "^7.0.1",
"remark-frontmatter": "^1.3.3",
"remark-lint": "^6.0.6",
"remark-lint-match-punctuation": "^0.2.0",
"remark-lint-no-dead-urls": "^1.0.2",
"remark-lint-no-empty-sections": "^3.0.0",
"remark-lint-no-long-code": "^0.1.2",
"remark-lint-no-repeat-punctuation": "^0.1.3",
"remark-lint-no-trailing-spaces": "^2.0.1",
"remark-lint-write-good": "^1.2.0",
"remark-normalize-headings": "^1.0.2",
"remark-preset-lint-consistent": "^2.0.4",
"remark-preset-lint-recommended": "^3.0.4",
"yaml-lint": "^1.2.4"
},
"remarkConfig": {
"settings": {},
"plugins": [
"lint",
"lint-no-empty-sections",
[
"remark-frontmatter",
{
"type": "yaml",
"marker": "-"
}
],
"remark-lint-match-punctuation",
"remark-lint-no-dead-urls",
[
"remark-lint-no-long-code",
{
"length": 100
}
],
"remark-lint-no-repeat-punctuation",
"remark-lint-no-trailing-spaces",
[
"remark-lint-write-good",
[
"warn",
{
"passive": false
}
]
],
"remark-preset-lint-consistent",
"remark-preset-lint-recommended"
]
}
}