| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "name": "pixi.js",
- "version": "6.5.10",
- "description": "PixiJS without the CanvasRenderer fallback, modern browsers only",
- "author": "Mat Groves",
- "contributors": [
- "Ivan Popelyshev <ivan.popelyshev@gmail.com>",
- "Matt Karl <matt@mattkarl.com>",
- "Chad Engler <chad@pantherdev.com>",
- "Richard Davey <rdavey@gmail.com>"
- ],
- "standalone": true,
- "main": "dist/cjs/pixi.js",
- "module": "dist/esm/pixi.mjs",
- "bundle": "dist/browser/pixi.js",
- "bundleModule": "dist/browser/pixi.mjs",
- "bundleOutput": {
- "name": "PIXI"
- },
- "types": "index.d.ts",
- "exports": {
- ".": {
- "import": {
- "types": "./index.d.ts",
- "default": "./dist/esm/pixi.mjs"
- },
- "require": {
- "types": "./index.d.ts",
- "default": "./dist/cjs/pixi.js"
- }
- }
- },
- "homepage": "http://www.pixijs.com/",
- "bugs": "https://github.com/pixijs/pixi.js/issues",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/pixijs/pixi.js.git"
- },
- "scripts": {
- "test": "floss --path test"
- },
- "files": [
- "dist/",
- "*.d.ts"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/pixijs"
- },
- "dependencies": {
- "@pixi/accessibility": "6.5.10",
- "@pixi/app": "6.5.10",
- "@pixi/compressed-textures": "6.5.10",
- "@pixi/constants": "6.5.10",
- "@pixi/core": "6.5.10",
- "@pixi/display": "6.5.10",
- "@pixi/extensions": "6.5.10",
- "@pixi/extract": "6.5.10",
- "@pixi/filter-alpha": "6.5.10",
- "@pixi/filter-blur": "6.5.10",
- "@pixi/filter-color-matrix": "6.5.10",
- "@pixi/filter-displacement": "6.5.10",
- "@pixi/filter-fxaa": "6.5.10",
- "@pixi/filter-noise": "6.5.10",
- "@pixi/graphics": "6.5.10",
- "@pixi/interaction": "6.5.10",
- "@pixi/loaders": "6.5.10",
- "@pixi/math": "6.5.10",
- "@pixi/mesh": "6.5.10",
- "@pixi/mesh-extras": "6.5.10",
- "@pixi/mixin-cache-as-bitmap": "6.5.10",
- "@pixi/mixin-get-child-by-name": "6.5.10",
- "@pixi/mixin-get-global-position": "6.5.10",
- "@pixi/particle-container": "6.5.10",
- "@pixi/polyfill": "6.5.10",
- "@pixi/prepare": "6.5.10",
- "@pixi/runner": "6.5.10",
- "@pixi/settings": "6.5.10",
- "@pixi/sprite": "6.5.10",
- "@pixi/sprite-animated": "6.5.10",
- "@pixi/sprite-tiling": "6.5.10",
- "@pixi/spritesheet": "6.5.10",
- "@pixi/text": "6.5.10",
- "@pixi/text-bitmap": "6.5.10",
- "@pixi/ticker": "6.5.10",
- "@pixi/utils": "6.5.10"
- },
- "gitHead": "8cdbf55064b7adc05f65c51e177f1c22f7329f0f"
- }
|