-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 783 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
26 lines (26 loc) · 783 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
{
"name": "tmpdisk-release-tools",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tmpdisk-release-tools",
"devDependencies": {
"twinkle-appcast": "https://github.com/cosmicglue-io/twinkle/archive/e45e3be7f9bf684ee123c9b790e9850feef14ae0.tar.gz"
}
},
"node_modules/twinkle-appcast": {
"version": "0.1.0",
"resolved": "https://github.com/cosmicglue-io/twinkle/archive/e45e3be7f9bf684ee123c9b790e9850feef14ae0.tar.gz",
"integrity": "sha512-u5rTK/BTWyfUPt/Bq06BHiOOr2YkxgjwlyuuN5YRMX40alxYgLYfwkz9wQo56CNwLaHJLeyEAPXWfMFkSuM5HQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"twinkle": "src/cli.mjs"
},
"engines": {
"node": ">=22"
}
}
}
}