2025-04-19 15:38:48 +08:00

116 lines
2.9 KiB
JSON

{
"_from": "canvas@^2.11.2",
"_id": "canvas@2.11.2",
"_inBundle": false,
"_integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==",
"_location": "/canvas",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "canvas@^2.11.2",
"name": "canvas",
"escapedName": "canvas",
"rawSpec": "^2.11.2",
"saveSpec": null,
"fetchSpec": "^2.11.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/canvas/-/canvas-2.11.2.tgz",
"_shasum": "553d87b1e0228c7ac0fc72887c3adbac4abbd860",
"_spec": "canvas@^2.11.2",
"_where": "D:\\ruyi\\案例",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@learnboost.com"
},
"binary": {
"module_name": "canvas",
"module_path": "build/Release",
"host": "https://github.com/Automattic/node-canvas/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": {
"@mapbox/node-pre-gyp": "^1.0.0",
"nan": "^2.17.0",
"simple-get": "^3.0.3"
},
"deprecated": false,
"description": "Canvas graphics API backed by Cairo",
"devDependencies": {
"@types/node": "^10.12.18",
"assert-rejects": "^1.0.0",
"dtslint": "^4.0.7",
"express": "^4.16.3",
"js-yaml": "^4.1.0",
"mocha": "^5.2.0",
"pixelmatch": "^4.0.2",
"standard": "^12.0.1",
"typescript": "^4.2.2"
},
"engines": {
"node": ">=6"
},
"files": [
"binding.gyp",
"lib/",
"src/",
"util/",
"types/index.d.ts"
],
"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",
"dtslint": "dtslint types",
"generate-wpt": "node ./test/wpt/generate.js",
"install": "node-pre-gyp install --fallback-to-build --update-binary",
"lint": "standard examples/*.js test/server.js test/public/*.js benchmarks/run.js lib/context2d.js util/has_lib.js browser.js index.js",
"prebenchmark": "node-gyp build",
"pretest-server": "node-gyp build",
"test": "mocha test/*.test.js",
"test-server": "node test/server.js",
"test-wpt": "mocha test/wpt/generated/*.js"
},
"types": "types/index.d.ts",
"version": "2.11.2"
}