-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
37 lines (37 loc) · 1.19 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
{
"name": "the-key-difference",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"commander": "^12.1.0",
"json-order": "^1.1.3"
}
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/json-order": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/json-order/-/json-order-1.1.3.tgz",
"integrity": "sha512-oW2amB0VGGIJOujw6+UhgAndQdiJxlMU7oBYRc2tGK4zlSyx3SndPFlsjIyI6egb3jaOyOrEz2NFmVak0O1kow==",
"license": "MIT",
"dependencies": {
"lodash.clonedeep": "^4.5.0"
}
},
"node_modules/lodash.clonedeep": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
"license": "MIT"
}
}
}