1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: node-canvas
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, libnode-dev
, node-gyp
, node-addon-api
, pkgconf
, libpixman-1-dev
, libcairo2-dev
, libpango1.0-dev
, libgif-dev
, libjpeg-dev
, librsvg2-dev
, mocha <!nocheck>
, fontforge <!nocheck>
Standards-Version: 4.7.3
Homepage: https://github.com/Automattic/node-canvas
Vcs-Git: https://salsa.debian.org/js-team/node-canvas.git
Vcs-Browser: https://salsa.debian.org/js-team/node-canvas
Package: node-canvas
Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
, nodejs:any
Provides: ${nodejs:Provides}
Multi-Arch: same
Description: Cairo backed Canvas implementation for Node.js
This module is an implementation of the Web Canvas API
for Node.js, trying to be as close as possible to the specification
.
It adds utility methods and non-standard APIs that are better
fitted for Node.js usage.
.
Node.js is an event-based server-side JavaScript engine.
|