canvas-prebuilt
Version:
Prebuilt versions of node-canvas as a drop-in replacement
110 lines (109 loc) • 2.88 kB
JSON
{
"_from": "canvas@2.0.0-alpha.14",
"_id": "canvas@2.0.0-alpha.14",
"_inBundle": false,
"_integrity": "sha512-f2sKUAH8CJx6zxwzL29rwgeOo7E6ioPL0SPudEb1tequNfzRolcQtDYEFKtipRpfKPN9foOub2GDihH3KL1X6w==",
"_location": "/canvas",
"_phantomChildren": {
"mkdirp": "0.5.1",
"needle": "2.2.3",
"nopt": "4.0.1",
"npm-packlist": "1.1.11",
"npmlog": "4.1.2",
"rc": "1.2.8",
"rimraf": "2.6.2",
"semver": "5.5.1",
"tar": "4.4.6"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "canvas@2.0.0-alpha.14",
"name": "canvas",
"escapedName": "canvas",
"rawSpec": "2.0.0-alpha.14",
"saveSpec": null,
"fetchSpec": "2.0.0-alpha.14"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/canvas/-/canvas-2.0.0-alpha.14.tgz",
"_shasum": "021d81d76966ccfc7c72e7b0ac4c1d55779d92ff",
"_spec": "canvas@2.0.0-alpha.14",
"_where": "/Users/caleb/Code/node-canvas-prebuilt",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@learnboost.com"
},
"binary": {
"module_name": "canvas-prebuilt",
"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"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/Automattic/node-canvas/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net"
},
{
"name": "Rod Vagg",
"email": "r@va.gg"
},
{
"name": "Juriy Zaytsev",
"email": "kangax@gmail.com"
}
],
"dependencies": {
"nan": "^2.9.2",
"node-pre-gyp": "^0.9.0"
},
"deprecated": false,
"description": "Canvas graphics API backed by Cairo",
"devDependencies": {
"assert-rejects": "^0.1.1",
"express": "^4.14.0",
"mocha": "^3.1.2",
"standard": "^8.5.0"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/Automattic/node-canvas",
"keywords": [
"canvas",
"graphic",
"graphics",
"pixman",
"cairo",
"image",
"images",
"pdf"
],
"license": "MIT",
"main": "index.js",
"name": "canvas",
"repository": {
"type": "git",
"url": "git://github.com/Automattic/node-canvas.git"
},
"scripts": {
"benchmark": "node benchmarks/run.js",
"install": "node-pre-gyp install --fallback-to-build",
"prebenchmark": "node-gyp build",
"pretest": "standard examples/*.js test/server.js test/public/*.js benchmark/run.js util/has_lib.js browser.js index.js && node-gyp build",
"pretest-server": "node-gyp build",
"test": "mocha test/*.test.js",
"test-server": "node test/server.js"
},
"version": "2.0.0-alpha.14"
}