-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package-lock.json
64 lines (64 loc) · 1.89 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
{
"name": "irctc-api",
"version": "3.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "irctc-api",
"version": "3.0.5",
"license": "Apache-2.0",
"dependencies": {
"tough-cookie": "^5.0.0",
"undici": "^7.1.0"
},
"engines": {
"node": ">20.0.0",
"npm": ">10.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/suryavaddiraju"
}
},
"node_modules/tldts": {
"version": "6.1.66",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.66.tgz",
"integrity": "sha512-l3ciXsYFel/jSRfESbyKYud1nOw7WfhrBEF9I3UiarYk/qEaOOwu3qXNECHw4fHGHGTEOuhf/VdKgoDX5M/dhQ==",
"license": "MIT",
"dependencies": {
"tldts-core": "^6.1.66"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "6.1.66",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.66.tgz",
"integrity": "sha512-s07jJruSwndD2X8bVjwioPfqpIc1pDTzszPe9pL1Skbh4bjytL85KNQ3tolqLbCvpQHawIsGfFi9dgerWjqW4g==",
"license": "MIT"
},
"node_modules/tough-cookie": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.0.0.tgz",
"integrity": "sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==",
"license": "BSD-3-Clause",
"dependencies": {
"tldts": "^6.1.32"
},
"engines": {
"node": ">=16"
}
},
"node_modules/undici": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.1.0.tgz",
"integrity": "sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
}
}
}