mirror of https://gitee.com/antv-l7/antv-l7
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"name": "@jimp/plugins",
|
|
"version": "0.6.8",
|
|
"description": "Default Jimp plugin.",
|
|
"main": "dist/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "npm run build:node:production && npm run build:module",
|
|
"build:watch": "npm run build:node:debug -- -- --watch --verbose",
|
|
"build:debug": "npm run build:node:debug",
|
|
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
|
|
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
|
|
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
|
|
"build:node:production": "cross-env BABEL_ENV=production npm run build:node"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jimp/plugin-blit": "^0.6.8",
|
|
"@jimp/plugin-blur": "^0.6.8",
|
|
"@jimp/plugin-color": "^0.6.8",
|
|
"@jimp/plugin-contain": "^0.6.8",
|
|
"@jimp/plugin-cover": "^0.6.8",
|
|
"@jimp/plugin-crop": "^0.6.8",
|
|
"@jimp/plugin-displace": "^0.6.8",
|
|
"@jimp/plugin-dither": "^0.6.8",
|
|
"@jimp/plugin-flip": "^0.6.8",
|
|
"@jimp/plugin-gaussian": "^0.6.8",
|
|
"@jimp/plugin-invert": "^0.6.8",
|
|
"@jimp/plugin-mask": "^0.6.8",
|
|
"@jimp/plugin-normalize": "^0.6.8",
|
|
"@jimp/plugin-print": "^0.6.8",
|
|
"@jimp/plugin-resize": "^0.6.8",
|
|
"@jimp/plugin-rotate": "^0.6.8",
|
|
"@jimp/plugin-scale": "^0.6.8",
|
|
"core-js": "^2.5.7",
|
|
"timm": "^1.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@jimp/custom": ">=0.3.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "aa937725a7db4f33c68cbab36ab5cf942f4b90ff"
|
|
}
|