UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

34 lines (33 loc) 1.27 kB
{ "name": "@jimp/plugin-blur", "version": "0.14.0", "description": "blur an image.", "main": "dist/index.js", "module": "es/index.js", "types": "index.d.ts", "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": { "@babel/runtime": "^7.7.2", "@jimp/utils": "^0.14.0" }, "peerDependencies": { "@jimp/custom": ">=0.3.5" }, "publishConfig": { "access": "public" }, "gitHead": "777081348caf314a5f35d871702168c86ab2ca3b" ,"_resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.14.0.tgz" ,"_integrity": "sha512-9WhZcofLrT0hgI7t0chf7iBQZib//0gJh9WcQMUt5+Q1Bk04dWs8vTgLNj61GBqZXgHSPzE4OpCrrLDBG8zlhQ==" ,"_from": "@jimp/plugin-blur@0.14.0" }