{
  "_args": [
    [
      {
        "raw": "react-linechart",
        "scope": null,
        "escapedName": "react-linechart",
        "name": "react-linechart",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rxmat/Documents/Daphne/IHMReporting"
    ]
  ],
  "_from": "react-linechart@latest",
  "_id": "react-linechart@1.1.9",
  "_inCache": true,
  "_location": "/react-linechart",
  "_nodeVersion": "4.2.6",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/react-linechart-1.1.9.tgz_1478659205348_0.17763332463800907"
  },
  "_npmUser": {
    "name": "rafaelquintanilha",
    "email": "rafaelquintanilha@poli.ufrj.br"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "react-linechart",
    "scope": null,
    "escapedName": "react-linechart",
    "name": "react-linechart",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-linechart/-/react-linechart-1.1.9.tgz",
  "_shasum": "556b62574894f716219ca34a48336b007adff400",
  "_shrinkwrap": null,
  "_spec": "react-linechart",
  "_where": "/Users/rxmat/Documents/Daphne/IHMReporting",
  "author": {
    "name": "Rafael Quintanilha"
  },
  "bugs": {
    "url": "https://github.com/rafaelquintanilha/react-linechart/issues"
  },
  "dependencies": {
    "d3": "3.5.17"
  },
  "description": "Highly customizable line chart with React",
  "devDependencies": {
    "babel-cli": "6.5.1",
    "babel-core": "6.5.1",
    "babel-eslint": "5.0.0",
    "babel-loader": "6.2.3",
    "babel-plugin-react-display-name": "2.0.0",
    "babel-preset-es2015": "6.5.0",
    "babel-preset-react": "6.5.0",
    "babel-preset-react-hmre": "1.1.1",
    "babel-preset-stage-1": "6.5.0",
    "browser-sync": "2.11.1",
    "chai": "3.4.1",
    "cheerio": "0.19.0",
    "colors": "1.1.2",
    "cross-env": "1.0.7",
    "css-loader": "0.23.1",
    "eslint": "2.2.0",
    "eslint-loader": "1.3.0",
    "eslint-plugin-react": "4.0.0",
    "extract-text-webpack-plugin": "1.0.1",
    "file-loader": "0.8.5",
    "ignore-styles": "1.2.0",
    "mocha": "2.3.4",
    "node-sass": "3.4.2",
    "npm-run-all": "1.6.0",
    "object-assign": "4.1.0",
    "react": "15.1.0",
    "redbox-react": "1.2.6",
    "rimraf": "2.5.0",
    "sass-loader": "3.1.2",
    "style-loader": "0.13.0",
    "webpack": "1.13.1",
    "webpack-dev-middleware": "1.4.0",
    "webpack-hot-middleware": "2.6.0",
    "yargs": "3.32.0"
  },
  "directories": {},
  "dist": {
    "shasum": "556b62574894f716219ca34a48336b007adff400",
    "tarball": "https://registry.npmjs.org/react-linechart/-/react-linechart-1.1.9.tgz"
  },
  "gitHead": "bdd9a25d4cec9bbf8ebd2039c0aaa896b9bde297",
  "homepage": "https://github.com/rafaelquintanilha/react-linechart#readme",
  "keywords:": [
    "react",
    "reactjs",
    "react-router",
    "d3",
    "linechart",
    "line-chart",
    "chart"
  ],
  "license": "MIT",
  "main": "dist/bundle.js",
  "maintainers": [
    {
      "name": "rafaelquintanilha",
      "email": "rafaelquintanilha@poli.ufrj.br"
    }
  ],
  "name": "react-linechart",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafaelquintanilha/react-linechart.git"
  },
  "scripts": {
    "build": "npm-run-all --parallel test build:js",
    "build:js": "babel-node tools/build.js ",
    "clean-dist": "npm run remove-dist && mkdir dist",
    "lint:tools": "eslint webpack.config.js tools",
    "open:src": "babel-node tools/srcServer.js",
    "prebuild": "npm run clean-dist",
    "prestart": "npm run remove-dist",
    "remove-dist": "rimraf ./dist",
    "start": "npm-run-all --parallel lint:tools test:watch open:src",
    "test": "cross-env NODE_ENV=test mocha --reporter progress --compilers js:babel-core/register --recursive \"./src/**/*.spec.js\" --require ignore-styles",
    "test:watch": "npm run test -- --watch"
  },
  "version": "1.1.9"
}
