{
  "_args": [
    [
      "csv-stringify@1.1.2",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "csv-stringify@1.1.2",
  "_id": "csv-stringify@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-d6QVJlgbzjOA8SsA18W7rHDIK1g=",
  "_location": "/csv-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "csv-stringify@1.1.2",
    "name": "csv-stringify",
    "escapedName": "csv-stringify",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/csv"
  ],
  "_resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/home/tbbdev/public_html/billbook",
  "bugs": {
    "url": "https://github.com/adaltas/node-csv-stringify/issues"
  },
  "dependencies": {
    "lodash.get": "~4.4.2"
  },
  "description": "CSV stringifier implementing the Node.js `stream.Transform` API",
  "devDependencies": {
    "coffee-script": "~1.12.7",
    "csv-generate": "~1.0.0",
    "mocha": "~4.0.1",
    "should": "~13.1.2"
  },
  "homepage": "http://csv.adaltas.com/stringify/",
  "keywords": [
    "csv",
    "stringify",
    "stringifier"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib",
  "name": "csv-stringify",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/adaltas/node-csv-stringify.git"
  },
  "scripts": {
    "coffee": "coffee -b -o lib src",
    "pretest": "coffee -b -o lib src",
    "test": "NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"
  },
  "version": "1.1.2"
}
