-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
34 lines (34 loc) · 974 Bytes
/
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
{
"name": "tw5-github-actions-example",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tw5-github-actions-example",
"version": "1.0.0",
"license": "BSD-3-Clause",
"dependencies": {
"tiddlywiki": "^5.1.23"
}
},
"node_modules/tiddlywiki": {
"version": "5.1.23",
"resolved": "https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.1.23.tgz",
"integrity": "sha512-U5P6CdVncHqfoMRAYGj8NxqbP2JJICdLre+jAlXzV8nhllRL9ZFIE0y80wASXc6xip6++TA67Pam7+FJ73A1Vw==",
"bin": {
"tiddlywiki": "tiddlywiki.js"
},
"engines": {
"node": ">=0.8.2"
}
}
},
"dependencies": {
"tiddlywiki": {
"version": "5.1.23",
"resolved": "https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.1.23.tgz",
"integrity": "sha512-U5P6CdVncHqfoMRAYGj8NxqbP2JJICdLre+jAlXzV8nhllRL9ZFIE0y80wASXc6xip6++TA67Pam7+FJ73A1Vw=="
}
}
}