-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package-lock.json
46 lines (46 loc) · 1.4 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
{
"name": "cloudformation-yaml-snippets",
"version": "5.31.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cloudformation-yaml-snippets",
"version": "5.31.0",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^14.x",
"@types/vscode": "^1.31.0",
"typescript": "^5.x"
},
"engines": {
"vscode": "^1.31.0"
}
},
"node_modules/@types/node": {
"version": "14.18.63",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz",
"integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==",
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.91.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.91.0.tgz",
"integrity": "sha512-PgPr+bUODjG3y+ozWUCyzttqR9EHny9sPAfJagddQjDwdtf66y2sDKJMnFZRuzBA2YtBGASqJGPil8VDUPvO6A==",
"dev": true
},
"node_modules/typescript": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}