Files
WatermelonModders fc5cb0c32c Initial commit
2022-05-31 12:35:46 -04:00

139 lines
3.1 KiB
JSON

{
"_args": [
[
"canvas@^1.3.13",
"/home/xor/shared_vm/git/node-sunwell"
]
],
"_from": "canvas@>=1.3.13 <2.0.0",
"_id": "canvas@1.6.2",
"_inCache": true,
"_installable": true,
"_location": "/canvas",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/canvas-1.6.2.tgz_1477855890935_0.3815066539682448"
},
"_npmUser": {
"email": "linus@folkdatorn.se",
"name": "linusu"
},
"_npmVersion": "3.10.7",
"_phantomChildren": {},
"_requested": {
"name": "canvas",
"raw": "canvas@^1.3.13",
"rawSpec": "^1.3.13",
"scope": null,
"spec": ">=1.3.13 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.2.tgz",
"_shasum": "12b56e3f00e7880aa45e3aae59fe75237720aaa4",
"_shrinkwrap": null,
"_spec": "canvas@^1.3.13",
"_where": "/home/xor/shared_vm/git/node-sunwell",
"author": {
"email": "tj@learnboost.com",
"name": "TJ Holowaychuk"
},
"bugs": {
"url": "https://github.com/Automattic/node-canvas/issues"
},
"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"
},
"description": "Canvas graphics API backed by Cairo",
"devDependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.2",
"mocha": "*",
"pug": "^2.0.0-beta3",
"standard": "^7.1.1"
},
"directories": {},
"dist": {
"shasum": "12b56e3f00e7880aa45e3aae59fe75237720aaa4",
"tarball": "https://registry.npmjs.org/canvas/-/canvas-1.6.2.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "bdc72016423b796c8203fed5f3bbda53536d31c2",
"gypfile": true,
"homepage": "https://github.com/Automattic/node-canvas",
"keywords": [
"cairo",
"canvas",
"graphic",
"graphics",
"image",
"images",
"pdf",
"pixman"
],
"license": "MIT",
"main": "./lib/canvas.js",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "kangax",
"email": "kangax@gmail.com"
},
{
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
},
{
"name": "domenic",
"email": "d@domenic.me"
},
{
"name": "linusu",
"email": "linus@folkdatorn.se"
}
],
"name": "canvas",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Automattic/node-canvas.git"
},
"scripts": {
"benchmark": "node benchmarks/run.js",
"install": "node-gyp rebuild",
"prebenchmark": "node-gyp build",
"pretest": "node-gyp build",
"pretest-server": "node-gyp build",
"test": "standard examples/*.js && mocha test/*.test.js",
"test-server": "node test/server.js"
},
"version": "1.6.2"
}