{
  "_from": "canvas@2.3.1",
  "_id": "canvas@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-jSxwf4V9AGD6t6yBC600xFZKjrfKTR0T0RUNlX/AODs/ifrfJHIQjFEK8iF2euNy6z7K3GNv82DJgTjYZZktqA==",
  "_location": "/canvas",
  "_phantomChildren": {
    "mkdirp": "0.5.1",
    "needle": "2.2.4",
    "nopt": "4.0.1",
    "npm-packlist": "1.3.0",
    "npmlog": "4.1.2",
    "rc": "1.2.8",
    "rimraf": "2.6.3",
    "semver": "5.6.0",
    "tar": "4.4.8"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "canvas@2.3.1",
    "name": "canvas",
    "escapedName": "canvas",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/canvas/-/canvas-2.3.1.tgz",
  "_shasum": "da0c8a916505aa34f9365d6b77d28b969241bfd0",
  "_spec": "canvas@2.3.1",
  "_where": "/Users/luis/Documents/Workspace/Git/GitHub/Scarlett/node-canvas-prebuilt",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@learnboost.com"
  },
  "binary": {
    "module_name": "canvas",
    "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.12.1",
    "node-pre-gyp": "^0.11.0"
  },
  "deprecated": false,
  "description": "Canvas graphics API backed by Cairo",
  "devDependencies": {
    "assert-rejects": "^1.0.0",
    "express": "^4.16.3",
    "mocha": "^5.2.0",
    "pixelmatch": "^4.0.2",
    "standard": "^12.0.1"
  },
  "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 benchmarks/run.js lib/context2d.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.3.1"
}
