{
  "_from": "simpleheat@^0.4.0",
  "_id": "simpleheat@0.4.0",
  "_inBundle": false,
  "_integrity": "sha1-4t6NRUj88aaWC2Nr+pOdBbzUmns=",
  "_location": "/simpleheat",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simpleheat@^0.4.0",
    "name": "simpleheat",
    "escapedName": "simpleheat",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/simpleheat/-/simpleheat-0.4.0.tgz",
  "_shasum": "e2de8d4548fcf1a6960b636bfa939d05bcd49a7b",
  "_spec": "simpleheat@^0.4.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Vladimir Agafonkin"
  },
  "bugs": {
    "url": "https://github.com/mourner/simpleheat/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A tiny JavaScript library for drawing heatmaps with Canvas",
  "devDependencies": {
    "eslint": "^3.13.1",
    "eslint-config-mourner": "^2.0.1"
  },
  "eslintConfig": {
    "extends": "mourner",
    "rules": {
      "new-cap": 0,
      "consistent-return": 0
    }
  },
  "homepage": "https://github.com/mourner/simpleheat",
  "keywords": [
    "heatmap",
    "canvas",
    "visualization"
  ],
  "license": "BSD-2-Clause",
  "main": "simpleheat.js",
  "name": "simpleheat",
  "repository": {
    "type": "git",
    "url": "git://github.com/mourner/simpleheat.git"
  },
  "scripts": {
    "test": "eslint simpleheat.js"
  },
  "version": "0.4.0"
}
