UNPKG

@potatofamily/canvas

Version:

Canvas graphics API backed by Cairo

63 lines (62 loc) 1.62 kB
{ "name": "@potatofamily/canvas", "description": "Canvas graphics API backed by Cairo", "version": "0.9.8", "node-canvas-version": "2.6.1", "author": "lz", "main": "index.js", "browser": "browser.js", "contributors": [ ], "keywords": [ "canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf" ], "scripts": { "prebenchmark": "node-gyp build", "benchmark": "node benchmarks/run.js", "pretest": "standard examples/*.js test/server.js test/public/*.js benchmarks/run.js lib/context2d.js util/has_lib.js browser.js index.js && node-gyp build", "test": "mocha test/*.test.js", "pretest-server": "node-gyp build", "test-server": "node test/server.js", "install": "node-pre-gyp install --fallback-to-build", "dtslint": "dtslint types" }, "binary": { "module_name": "canvas", "module_path": "build/Release", "host": "https://gitee.com/lz_code/canvas-prebuilt/releases/download/v0.9/", "package_name": "{platform}-{arch}.tar.gz" }, "files": [ "binding.gyp", "lib/", "util/", "types/index.d.ts" ], "types": "types/index.d.ts", "dependencies": { "nan": "^2.14.1", "@mapbox/node-pre-gyp": "^1.0.11", "simple-get": "^3.0.3" }, "devDependencies": { "@types/node": "^10.12.18", "assert-rejects": "^1.0.0", "dtslint": "^0.5.3", "express": "^4.16.3", "mocha": "^5.2.0", "pixelmatch": "^4.0.2", "standard": "^12.0.1" }, "engines": { "node": ">=6" }, "license": "MIT" }