-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
38 lines (38 loc) · 1.08 KB
/
package-lock.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
{
"name": "sync-jira-actions",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sync-jira-actions",
"dependencies": {
"@shogobg/markdown2confluence": "^0.1.6"
}
},
"node_modules/@shogobg/markdown2confluence": {
"version": "0.1.10",
"resolved": "https://registry.npmjs.org/@shogobg/markdown2confluence/-/markdown2confluence-0.1.10.tgz",
"integrity": "sha512-GX+lMqAtLlVcg6hUZPl80fs0Ok2cG+1VzRz2HRCV6mz5rngnLXqrBcIZYKn7ghitqm5NJTh691YNLWiCg2hUVg==",
"dependencies": {
"marked": "^4.0.18"
},
"bin": {
"markdown2confluence": "bin/markdown2confluence.js"
},
"engines": {
"node": ">= 14.0.0"
}
},
"node_modules/marked": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 12"
}
}
}
}