This repository was archived by the owner on Apr 20, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
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
{
"name": "@honkit/light-parsers",
"version": "1.0.2",
"homepage": "https://honkit.github.io",
"description": "Includes HonKit light parsers (simplified implementation) and normalize output",
"type": "module",
"main": "lib/index.js",
"exports": {
"import": "./lib/index.js"
},
"dependencies": {
"@honkit/asciidoc": "6.0.2",
"@honkit/markdown-legacy": "6.0.2"
},
"devDependencies": {
"mocha": "^11.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/honkit/honkit-light-parsers.git"
},
"author": "FriendCode Inc. <contact@gitbook.com>",
"license": "Apache 2",
"files": [
"lib",
"README.md"
],
"bugs": {
"url": "https://github.com/honkit/honkit-light-parsers/issues"
},
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "aaron@gitbook.com"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
],
"scripts": {
"test": "mocha --node-option=experimental-vm-modules"
},
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
}