1 Star 1 Fork 0

coderman/node-canvas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.81 KB
一键复制 编辑 原始数据 按行查看 历史
Linus Unnebäck 提交于 2019-05-01 14:04 . 2.5.0
{
"name": "canvas",
"description": "Canvas graphics API backed by Cairo",
"version": "2.5.0",
"author": "TJ Holowaychuk <[email protected]>",
"main": "index.js",
"browser": "browser.js",
"contributors": [
"Nathan Rajlich <[email protected]>",
"Rod Vagg <[email protected]>",
"Juriy Zaytsev <[email protected]>"
],
"keywords": [
"canvas",
"graphic",
"graphics",
"pixman",
"cairo",
"image",
"images",
"pdf"
],
"homepage": "https://github.com/Automattic/node-canvas",
"repository": "git://github.com/Automattic/node-canvas.git",
"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://github.com/node-gfx/node-canvas-prebuilt/releases/download/",
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
},
"files": [
"binding.gyp",
"lib/",
"src/",
"util/",
"types/index.d.ts"
],
"types": "types",
"dependencies": {
"nan": "^2.13.2",
"node-pre-gyp": "^0.11.0",
"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"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/coderali/node-canvas.git
[email protected]:coderali/node-canvas.git
coderali
node-canvas
node-canvas
master

搜索帮助