-
Notifications
You must be signed in to change notification settings - Fork 661
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 876 Bytes
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 876 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
29
30
31
32
33
34
35
{
"name": "@blockly/workspace-content-highlight",
"version": "6.0.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@blockly/workspace-content-highlight",
"version": "6.0.8",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "^5.4.5"
},
"engines": {
"node": ">=8.17.0"
},
"peerDependencies": {
"blockly": "^12.0.0"
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}