-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
88 lines (88 loc) · 3.09 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "tsl-core-rss",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"dev": true,
"packages": {
"": {
"name": "tsl-core-rss",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"@types/node": "~18.16.0",
"@typescriptlibs/amd": "^1.3.0",
"@typescriptlibs/tst": "^0.1.0",
"tsl-core-rss": "./",
"tsl-core-xml": "^0.4.0",
"typescript": "~5.4.3"
},
"engines": {
"node": ">=18.16.0"
},
"peerDependencies": {
"tsl-core-xml": ">=0.4.0"
}
},
"node_modules/@types/node": {
"version": "18.16.20",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.20.tgz",
"integrity": "sha512-nL54VfDjThdP2UXJXZao5wp76CDiDw4zSRO8d4Tk7UgDqNKGKVEQB0/t3ti63NS+YNNkIQDvwEAF04BO+WYu7Q==",
"dev": true
},
"node_modules/@typescriptlibs/amd": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@typescriptlibs/amd/-/amd-1.3.0.tgz",
"integrity": "sha512-lSY22jwk0PY8+sD6MD8NRmnxMC18PerZxCum4sMlWA1CNbC5zSMUCIjxCf0+KncN+IihGkpMVXkg6aTyW2snUA==",
"dev": true,
"bin": {
"install-amd": "bin/install-amd.mjs"
},
"engines": {
"node": ">=18.16.0"
}
},
"node_modules/@typescriptlibs/tst": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@typescriptlibs/tst/-/tst-0.1.0.tgz",
"integrity": "sha512-3rmk4ztNZCseO+1V6wOW7SOWVvvk2HV3M4bcwXZgiOoSvz27r9mXuZ4/a/3PdVauXffBjESMOOBwB3kSYZ/fvw==",
"dev": true,
"bin": {
"tst": "bin/tst.mjs"
},
"engines": {
"node": ">=10.17.0"
},
"peerDependencies": {
"@types/node": ">=10.17.0",
"typescript": ">=1.6.0"
}
},
"node_modules/tsl-core-rss": {
"resolved": "",
"link": true
},
"node_modules/tsl-core-xml": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/tsl-core-xml/-/tsl-core-xml-0.4.0.tgz",
"integrity": "sha512-Xx3x9SX2gFmgZHa0C2Wewu5Ue1eXohpmJqpvtiqen/NLfRdwlwXyn0oMLG3RoLnRYDWpCa0OBLmCEyDJF3dqLA==",
"dev": true,
"engines": {
"node": ">=18.6.0"
}
},
"node_modules/typescript": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}