forked from NodeBB/nodebb-plugin-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.09 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
{
"_from": "nodebb-plugin-markdown@8.9.2",
"_id": "nodebb-plugin-markdown@8.9.2",
"_inBundle": false,
"_integrity": "sha512-83cCZTzVkL2ApBfLFCScxZE8hHtTZdiVWOxEpYBGDuD+El2lcVGktS6rnnooodThuXCIPtx+5gwwF+fq2ntqKw==",
"_location": "/nodebb-plugin-markdown",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodebb-plugin-markdown@8.9.2",
"name": "nodebb-plugin-markdown",
"escapedName": "nodebb-plugin-markdown",
"rawSpec": "8.9.2",
"saveSpec": null,
"fetchSpec": "8.9.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nodebb-plugin-markdown/-/nodebb-plugin-markdown-8.9.2.tgz",
"_shasum": "100f5ed121838b68d8760afa5b26a1dbcf6596d1",
"_spec": "nodebb-plugin-markdown@8.9.2",
"_where": "/Users/hanselke/Dev/nodebb/nodebb",
"author": {
"name": "Julian Lam",
"email": "julian@designcreateplay.com"
},
"bugs": {
"url": "https://github.com/julianlam/nodebb-plugin-markdown/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.6.0",
"highlight.js": "9.14.2",
"markdown-it": "^8.4.2",
"markdown-it-checkbox": "^1.1.0"
},
"deprecated": false,
"description": "A Markdown parser for NodeBB",
"devDependencies": {
"@commitlint/cli": "^7.5.0",
"@commitlint/config-angular": "^7.5.0",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.3"
},
"homepage": "https://github.com/julianlam/nodebb-plugin-markdown#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"nodebb",
"plugin",
"markdown"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "index.js",
"name": "nodebb-plugin-markdown",
"nbbpm": {
"compatibility": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianlam/nodebb-plugin-markdown.git"
},
"version": "8.9.2"
}