-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
34 lines (34 loc) · 992 Bytes
/
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
{
"name": "markdown-link",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"chrome-types": "^0.1.333",
"typescript": "^5.7.3"
}
},
"node_modules/chrome-types": {
"version": "0.1.333",
"resolved": "https://registry.npmjs.org/chrome-types/-/chrome-types-0.1.333.tgz",
"integrity": "sha512-j2AGZIVsSGd/HMfy0QVtlR87V1/5LnP6QZYewS/HWe61cmhzJFoO1pkZ1/4s4h8vpI+9/1QVjlkUbP7Dk6Ly9g==",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/typescript": {
"version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}