canvas-prebuilt-tb-mirror
Version:
Prebuilt versions of node-canvas as a drop-in replacement
110 lines (109 loc) • 2.77 kB
JSON
{
"_from": "canvas@2.0.0-alpha.12",
"_id": "canvas@2.0.0-alpha.12",
"_inBundle": false,
"_integrity": "sha1-Aa5O/AN7mCvlYbF/PJcH+VxUSpA=",
"_location": "/canvas",
"_phantomChildren": {
"detect-libc": "1.0.3",
"mkdirp": "0.5.5",
"needle": "2.9.1",
"nopt": "4.0.3",
"npm-packlist": "1.4.8",
"npmlog": "4.1.2",
"rc": "1.2.8",
"rimraf": "2.7.1",
"semver": "5.7.1",
"tar": "4.4.19"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "canvas@2.0.0-alpha.12",
"name": "canvas",
"escapedName": "canvas",
"rawSpec": "2.0.0-alpha.12",
"saveSpec": null,
"fetchSpec": "2.0.0-alpha.12"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/canvas/download/canvas-2.0.0-alpha.12.tgz",
"_shasum": "01ae4efc037b982be561b17f3c9707f95c544a90",
"_spec": "canvas@2.0.0-alpha.12",
"_where": "/Users/wangchangbin/git/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}"
},
"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.4.0",
"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": ">=4"
},
"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": "node-gyp build",
"pretest-server": "node-gyp build",
"test": "standard examples/*.js test/server.js test/public/*.js benchmark/run.js util/has_lib.js browser.js index.js && mocha test/*.test.js",
"test-server": "node test/server.js"
},
"version": "2.0.0-alpha.12"
}