-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
31 lines (31 loc) · 1.05 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
{
"name": "phiki",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"tm-grammars": "^1.18.0",
"tm-themes": "^1.8.7"
}
},
"node_modules/tm-grammars": {
"version": "1.18.0",
"resolved": "https://registry.npmjs.org/tm-grammars/-/tm-grammars-1.18.0.tgz",
"integrity": "sha512-FteVgJAt5FzDlceKVNm3kO+XB5cnRtqzBrbGIOA+46NkpUcylt7gPouqgmjljAdvj2UY+zPyx/TnKNJsjaqagg==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/tm-themes": {
"version": "1.8.7",
"resolved": "https://registry.npmjs.org/tm-themes/-/tm-themes-1.8.7.tgz",
"integrity": "sha512-JdABosHlB36PMrF+0VySYnNZRwVAmpaN2NhZPCQjCnWYHkq3NLBKYRepY3B6sgOmvnKOhtk1uxRe4Is5bf3cpg==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/antfu"
}
}
}
}