{
"name": "@pixi/unsafe-eval",
"version": "5.0.4",
"main": "lib/unsafe-eval.js",
"module": "lib/unsafe-eval.es.js",
"bundle": "dist/unsafe-eval.js",
"bundleInput": "src/bundle.js",
"standalone": true,
"description": "Adds support for environments that disallow support of new Function",
"author": "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/"
]
}