Initial
This commit is contained in:
34
resources/app/node_modules/@pixi/graphics-smooth/package.json
generated
vendored
Normal file
34
resources/app/node_modules/@pixi/graphics-smooth/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@pixi/graphics-smooth",
|
||||
"version": "1.1.0",
|
||||
"description": "PixiJS v7 plugin for smooth HHAA rendering of shapes",
|
||||
"author": "Ivan Popelyshev",
|
||||
"main": "./lib/index.js",
|
||||
"module": "./lib/index.mjs",
|
||||
"types": "./lib/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.mjs",
|
||||
"require": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts"
|
||||
}
|
||||
},
|
||||
"homepage": "http://www.pixijs.com/",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pixijs/graphics-smooth.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"lib/"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@pixi/core": "^7.2.0",
|
||||
"@pixi/display": "^7.2.0",
|
||||
"@pixi/graphics": "^7.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user