{
  "_from": "csv-stringify@~1.0.2",
  "_id": "csv-stringify@1.0.4",
  "_inBundle": false,
  "_integrity": "sha1-vBi6ua1M7zGV/SV5gLWLR5xC0+U=",
  "_location": "/csv-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csv-stringify@~1.0.2",
    "name": "csv-stringify",
    "escapedName": "csv-stringify",
    "rawSpec": "~1.0.2",
    "saveSpec": null,
    "fetchSpec": "~1.0.2"
  },
  "_requiredBy": [
    "/watson-developer-cloud"
  ],
  "_resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-1.0.4.tgz",
  "_shasum": "bc18bab9ad4cef3195fd257980b58b479c42d3e5",
  "_spec": "csv-stringify@~1.0.2",
  "_where": "/tomcat/watson-orchestrator-producao/node_modules/watson-developer-cloud",
  "bundleDependencies": false,
  "dependencies": {
    "lodash.get": "^4.0.0"
  },
  "deprecated": false,
  "description": "CSV stringifier implementing the Node.js `stream.Transform` API",
  "devDependencies": {
    "coffee-script": "latest",
    "csv-generate": "latest",
    "mocha": "latest",
    "should": "latest"
  },
  "homepage": "http://csv.adaltas.com/stringify/",
  "keywords": [
    "csv",
    "stringify",
    "stringifier"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib",
  "name": "csv-stringify",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "http://www.github.com/wdavidw/node-csv-stringify"
  },
  "scripts": {
    "coffee": "coffee -b -o lib src",
    "pretest": "coffee -b -o lib src",
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"
  },
  "version": "1.0.4"
}
