{
  "_from": "sparklines@^1.3.0",
  "_id": "sparklines@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-CkFtpDE3hmOeu1IJyIQIOH0AQtHnPj1c61ALxJZQ9cPEFKDgWC1fcNAHuwPi1i1klTDYvlKKseoYHSwe7JmdLA==",
  "_location": "/sparklines",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sparklines@^1.3.0",
    "name": "sparklines",
    "escapedName": "sparklines",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/admin-lte"
  ],
  "_resolved": "https://registry.npmjs.org/sparklines/-/sparklines-1.3.0.tgz",
  "_shasum": "08015a34c295b62196b91e98df53bfbcb1fde175",
  "_spec": "sparklines@^1.3.0",
  "_where": "/Users/growthdesk/Projects/es_main_2/node_modules/admin-lte",
  "author": "",
  "bugs": {
    "url": "https://github.com/mariusGundersen/sparkline/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Tiny project for drawing sparklines in your webapp",
  "devDependencies": {
    "express": "^4.9.5"
  },
  "homepage": "https://github.com/mariusGundersen/sparkline#readme",
  "keywords": [
    "sparkline",
    "sparklines"
  ],
  "license": "MIT",
  "main": "source/sparkline.js",
  "module": "source/sparkline.mjs",
  "name": "sparklines",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mariusGundersen/sparkline.git"
  },
  "scripts": {
    "start": "node demo/server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.3.0"
}
