![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/merge-images/ |
{ "name": "merge-images", "version": "1.2.0", "description": "Easily compose images together without messing around with canvas", "main": "dist/index.umd.js", "module": "dist/index.es2015.js", "files": [ "dist" ], "scripts": { "prebuild": "rm -rf dist", "build": "rollup -c", "pretest": "npm run build", "test": "nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls", "prelint": "npm run build", "lint": "xo", "prepublish": "npm run build" }, "xo": { "env": "browser", "extends": "xo-lukechilds" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/merge-images.git" }, "keywords": [ "compose", "merge", "images", "without", "no", "canvas" ], "author": "Luke Childs <[email protected]> (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/merge-images/issues" }, "homepage": "https://github.com/lukechilds/merge-images", "dependencies": {}, "devDependencies": { "ava": "^0.25.0", "camelcase": "^5.0.0", "canvas": "^1.6.2", "coveralls": "^3.0.0", "datauri": "^1.0.5", "eslint-config-xo-lukechilds": "^1.0.0", "nyc": "^11.0.2", "pify": "^3.0.0", "rollup": "^0.59.0", "rollup-plugin-buble": "^0.19.2", "xo": "^0.18.2" } }