{
  "_args": [
    [
      {
        "raw": "firmata@latest",
        "scope": null,
        "escapedName": "firmata",
        "name": "firmata",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/robertdodson/Documents/htdocs/arduino/node_modules/johnny-five"
    ]
  ],
  "_from": "firmata@latest",
  "_id": "firmata@0.17.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/firmata",
  "_nodeVersion": "6.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/firmata-0.17.0.tgz_1498236860602_0.8243042852263898"
  },
  "_npmUser": {
    "name": "rwaldron",
    "email": "waldron.rick@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "firmata@latest",
    "scope": null,
    "escapedName": "firmata",
    "name": "firmata",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/johnny-five"
  ],
  "_resolved": "https://registry.npmjs.org/firmata/-/firmata-0.17.0.tgz",
  "_shasum": "e306e69c09dcc7e139dd65a87444dca1d8e36c7d",
  "_shrinkwrap": null,
  "_spec": "firmata@latest",
  "_where": "/Users/robertdodson/Documents/htdocs/arduino/node_modules/johnny-five",
  "author": {
    "name": "Julian Gautier"
  },
  "bin": {
    "firmata": "./repl.js"
  },
  "bugs": {
    "url": "https://github.com/firmata/firmata.js/issues"
  },
  "dependencies": {
    "browser-serialport": "latest",
    "es6-shim": "latest",
    "serialport": "^4.0.0"
  },
  "description": "Firmata protocol implementation for programmatic interaction with Arduino and Arduino compatible development boards.",
  "devDependencies": {
    "browserify": "^13.0.0",
    "common-tags": "^1.4.0",
    "coveralls": "^2.11.15",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-jsbeautifier": "~0.2.13",
    "grunt-jscs": "^3.0.1",
    "grunt-mocha-test": "~0.12.7",
    "mocha": "^2.3.x",
    "nyc": "^10.0.0",
    "should": "^7.1.x",
    "sinon": "~1.17.1",
    "webpack": "^1.12.14"
  },
  "directories": {},
  "dist": {
    "shasum": "e306e69c09dcc7e139dd65a87444dca1d8e36c7d",
    "tarball": "https://registry.npmjs.org/firmata/-/firmata-0.17.0.tgz"
  },
  "gitHead": "786c23cfeb6b600adcb25f5571d8c9e9c85946d5",
  "homepage": "http://www.github.com/firmata/firmata.js",
  "license": "MIT",
  "main": "lib/firmata",
  "maintainers": [
    {
      "name": "jgautier",
      "email": "julian.gautier@alumni.neumont.edu"
    },
    {
      "name": "rwaldron",
      "email": "waldron.rick@gmail.com"
    }
  ],
  "name": "firmata",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/firmata/firmata.js.git"
  },
  "scripts": {
    "attempt-timeout": "node examples/test-i2c-read.js && node examples/test-i2c-read.js && node examples/test-analog-read.js && node examples/test-analog-read.js && node examples/test-serial-read.js && node examples/test-serial-read.js",
    "coveralls": "nyc --reporter=lcov grunt test && cat ./coverage/lcov.info | coveralls",
    "test": "grunt",
    "test-cover": "nyc grunt test"
  },
  "version": "0.17.0"
}
