-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 919 Bytes
/
package-lock.json
File metadata and controls
28 lines (28 loc) · 919 Bytes
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
{
"name": "tiddlydesktop",
"version": "0.0.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tiddlydesktop",
"version": "0.0.22",
"license": "BSD",
"dependencies": {
"tiddlywiki": "github:Jermolene/TiddlyWiki5#e8d4ce2ad017592c444ffddc77f232432f5a603a"
}
},
"node_modules/tiddlywiki": {
"version": "5.3.7-prerelease",
"resolved": "git+ssh://git@github.com/Jermolene/TiddlyWiki5.git#e8d4ce2ad017592c444ffddc77f232432f5a603a",
"integrity": "sha512-h3ERjAnTShxoWKEgYa5eSFR6RwuIoob+ORL6YvKUWr5rU1hTGHm6xr+rDfIedYq+lpxx8ca3uAQUmOkT+DgHqA==",
"license": "BSD",
"bin": {
"tiddlywiki": "tiddlywiki.js"
},
"engines": {
"node": ">=0.8.2"
}
}
}
}