{
  "_args": [
    [
      {
        "raw": "canvas",
        "scope": null,
        "escapedName": "canvas",
        "name": "canvas",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/home/ec2-user"
    ]
  ],
  "_from": "canvas@latest",
  "_id": "canvas@1.6.7",
  "_inCache": true,
  "_location": "/canvas",
  "_nodeVersion": "8.4.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/canvas-1.6.7.tgz_1504863402684_0.15115133952349424"
  },
  "_npmUser": {
    "name": "linusu",
    "email": "linus@folkdatorn.se"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "canvas",
    "scope": null,
    "escapedName": "canvas",
    "name": "canvas",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/canvas/-/canvas-1.6.7.tgz",
  "_shasum": "2d8a04b453ec5d6510727cfc697e236dc4ae85dc",
  "_shrinkwrap": null,
  "_spec": "canvas",
  "_where": "/home/ec2-user",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@learnboost.com"
  },
  "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",
    "parse-css-font": "^2.0.2",
    "units-css": "^0.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": "^10.0.3"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-QLFCd9ca/Ww3s4vUf1KxmTX2QoYu8sZkSvXQ36RdbqNETDjn/I1H01ZEtWGGLcY0T7zNO6nsGoHX+0zrMy6JrQ==",
    "shasum": "2d8a04b453ec5d6510727cfc697e236dc4ae85dc",
    "tarball": "https://registry.npmjs.org/canvas/-/canvas-1.6.7.tgz"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "gitHead": "db4e48c3936095e3bf191ab7b70d91eaa86db37c",
  "gypfile": true,
  "homepage": "https://github.com/Automattic/node-canvas",
  "keywords": [
    "canvas",
    "graphic",
    "graphics",
    "pixman",
    "cairo",
    "image",
    "images",
    "pdf"
  ],
  "license": "MIT",
  "main": "./lib/canvas.js",
  "maintainers": [
    {
      "name": "linusu",
      "email": "linus@folkdatorn.se"
    },
    {
      "name": "domenic",
      "email": "d@domenic.me"
    },
    {
      "name": "kangax",
      "email": "kangax@gmail.com"
    },
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "rauchg",
      "email": "rauchg@gmail.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "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.7"
}
