| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "name": "@pixi/mixin-cache-as-bitmap",
- "version": "6.5.10",
- "main": "dist/cjs/mixin-cache-as-bitmap.js",
- "module": "dist/esm/mixin-cache-as-bitmap.mjs",
- "bundle": "dist/browser/mixin-cache-as-bitmap.js",
- "types": "index.d.ts",
- "exports": {
- ".": {
- "import": {
- "types": "./index.d.ts",
- "default": "./dist/esm/mixin-cache-as-bitmap.mjs"
- },
- "require": {
- "types": "./index.d.ts",
- "default": "./dist/cjs/mixin-cache-as-bitmap.js"
- }
- }
- },
- "bundleNoExports": true,
- "description": "Mixin to allow caching container and its children to a bitmap texture",
- "author": "Mat Groves",
- "contributors": [
- "Matt Karl <matt@mattkarl.com>"
- ],
- "homepage": "http://pixijs.com/",
- "bugs": "https://github.com/pixijs/pixi.js/issues",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/pixijs/pixi.js.git"
- },
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "lib",
- "dist",
- "*.d.ts"
- ],
- "peerDependencies": {
- "@pixi/constants": "6.5.10",
- "@pixi/core": "6.5.10",
- "@pixi/display": "6.5.10",
- "@pixi/math": "6.5.10",
- "@pixi/settings": "6.5.10",
- "@pixi/sprite": "6.5.10",
- "@pixi/utils": "6.5.10"
- },
- "gitHead": "8cdbf55064b7adc05f65c51e177f1c22f7329f0f"
- }
|