@quenty/contentproviderutils
Version:
Utility functions to ensure that content is preloaded (wrapping calls in promises)
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "@quenty/contentproviderutils",
"version": "12.28.0",
"description": "Utility functions to ensure that content is preloaded (wrapping calls in promises)",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"ContentProvider",
"Preload",
"Promises"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/contentproviderutils/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/baseobject": "10.12.0",
"@quenty/instanceutils": "13.27.0",
"@quenty/loader": "10.10.0",
"@quenty/maid": "3.8.0",
"@quenty/promise": "10.16.0",
"@quenty/rx": "13.26.0",
"@quenty/signal": "7.12.0",
"@quenty/valueobject": "13.28.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "305e70aba3395b2f94f500c731327760984aeb4f"
}