Files
oops-framework/package-lock.json
董刚 60658fb11e .
2022-03-22 14:36:30 +08:00

33 lines
854 B
JSON

{
"name": "oops-framework",
"version": "3.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "3.4.2",
"dependencies": {
"ky": "^0.30.0"
}
},
"node_modules/ky": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/ky/-/ky-0.30.0.tgz",
"integrity": "sha512-X/u76z4JtDVq10u1JA5UQfatPxgPaVDMYTrgHyiTpGN2z4TMEJkIHsoSBBSg9SWZEIXTKsi9kHgiQ9o3Y/4yog==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sindresorhus/ky?sponsor=1"
}
}
},
"dependencies": {
"ky": {
"version": "0.30.0",
"resolved": "https://registry.npmjs.org/ky/-/ky-0.30.0.tgz",
"integrity": "sha512-X/u76z4JtDVq10u1JA5UQfatPxgPaVDMYTrgHyiTpGN2z4TMEJkIHsoSBBSg9SWZEIXTKsi9kHgiQ9o3Y/4yog=="
}
}
}