{
  "_args": [
    [
      "busboy@0.0.15",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "busboy@0.0.15",
  "_id": "busboy@0.0.15",
  "_inBundle": false,
  "_integrity": "sha1-YYs7SpP1eLNaKOTzJapNPkYQo88=",
  "_location": "/busboy",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "isarray": "0.0.1",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "busboy@0.0.15",
    "name": "busboy",
    "escapedName": "busboy",
    "rawSpec": "0.0.15",
    "saveSpec": null,
    "fetchSpec": "0.0.15"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/busboy/-/busboy-0.0.15.tgz",
  "_spec": "0.0.15",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Brian White",
    "email": "mscdex@mscdex.net"
  },
  "bugs": {
    "url": "https://github.com/mscdex/busboy/issues"
  },
  "dependencies": {
    "dicer": "0.1.6",
    "readable-stream": "1.1.x"
  },
  "description": "A streaming parser for HTML form data for node.js",
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/mscdex/busboy#readme",
  "keywords": [
    "uploads",
    "forms",
    "multipart",
    "form-data"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/mscdex/busboy/raw/master/LICENSE"
    }
  ],
  "main": "./lib/main",
  "name": "busboy",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mscdex/busboy.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "0.0.15"
}
