-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage-lock.json
49 lines (49 loc) · 1.91 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "phiki",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"tm-grammars": "^1.22.10",
"tm-themes": "^1.9.8",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.2.0"
}
},
"node_modules/tm-grammars": {
"version": "1.22.10",
"resolved": "https://registry.npmjs.org/tm-grammars/-/tm-grammars-1.22.10.tgz",
"integrity": "sha512-NCCAb30TjezKvh3Aw3faAJ2DlvFCdu7+NAa5yUl5trn8MaD6XX5MfiLCx7Po2Ccu/UgzxximAiaPDBX2dLpo/Q==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/tm-themes": {
"version": "1.9.8",
"resolved": "https://registry.npmjs.org/tm-themes/-/tm-themes-1.9.8.tgz",
"integrity": "sha512-XbsuHkBCRBAt/MYXYFDHLfBH70SHa55TwJ50Qsw5UE6w9s12RDNNFyA3wkljkJw/LTG1F672QaO3BOMcIGBfJQ==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/vscode-oniguruma": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-2.0.1.tgz",
"integrity": "sha512-poJU8iHIWnC3vgphJnrLZyI3YdqRlR27xzqDmpPXYzA93R4Gk8z7T6oqDzDoHjoikA2aS82crdXFkjELCdJsjQ==",
"dev": true,
"license": "MIT"
},
"node_modules/vscode-textmate": {
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-9.2.0.tgz",
"integrity": "sha512-rkvG4SraZQaPSN/5XjwKswdU0OP9MF28QjrYzUBbhb8QyG3ljB1Ky996m++jiI7KdiAP2CkBiQZd9pqEDTClqA==",
"dev": true,
"license": "MIT"
}
}
}