Initial
This commit is contained in:
40
resources/app/node_modules/@pixi/assets/package.json
generated
vendored
Normal file
40
resources/app/node_modules/@pixi/assets/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "@pixi/assets",
|
||||
"version": "7.4.2",
|
||||
"description": "Asset manager for PixiJS, loading resolving and Cacheing",
|
||||
"author": "Mat Groves <mat.groves@play.co>",
|
||||
"homepage": "https://github.com/pixijs/pixijs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.mjs",
|
||||
"types": "lib/index.d.ts",
|
||||
"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": [
|
||||
"lib",
|
||||
"*.d.ts"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pixijs/pixijs.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/css-font-loading-module": "^0.0.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "7.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user