{
  "_from": "canvas@1.6.11",
  "_id": "canvas@1.6.11",
  "_inBundle": false,
  "_integrity": "sha512-ElVw5Uk8PReGpzXfDg6PDa+wntnZLGWWfdSHI0Pc8GyXiFbW13drSTzWU6C4E5QylHe+FnLqI7ngMRlp3eGZIQ==",
  "_location": "/canvas",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "canvas@1.6.11",
    "name": "canvas",
    "escapedName": "canvas",
    "rawSpec": "1.6.11",
    "saveSpec": null,
    "fetchSpec": "1.6.11"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.11.tgz",
  "_shasum": "c2d8bcf283281f19ded14fa163a111804522330d",
  "_spec": "canvas@1.6.11",
  "_where": "/Users/caleb/Code/node-canvas-prebuilt",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@learnboost.com"
  },
  "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.10.0"
  },
  "deprecated": false,
  "description": "Canvas graphics API backed by Cairo",
  "devDependencies": {
    "body-parser": "^1.13.3",
    "express": "^4.13.2",
    "mocha": "^2.5.3",
    "pug": "^2.0.0-beta3",
    "standard": "^10.0.3"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/Automattic/node-canvas",
  "keywords": [
    "canvas",
    "graphic",
    "graphics",
    "pixman",
    "cairo",
    "image",
    "images",
    "pdf"
  ],
  "license": "MIT",
  "main": "./lib/canvas.js",
  "name": "canvas",
  "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.11"
}
