This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

42
resources/app/node_modules/@pixi/basis/package.json generated vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "@pixi/basis",
"version": "7.4.2",
"description": "Loader for the *.basis supercompressed texture file format. This package also ships with the transcoder!",
"author": "Shukant Pal <shukantpal@outlook.com>",
"homepage": "https://github.com/pixijs/pixijs#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"plugin": "dist/basis.js",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"lib",
"assets",
"*.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pixijs/pixijs.git"
},
"peerDependencies": {
"@pixi/assets": "7.4.2",
"@pixi/compressed-textures": "7.4.2",
"@pixi/core": "7.4.2"
}
}