{
  "_args": [
    [
      "json2csv@5.0.7",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "json2csv@5.0.7",
  "_id": "json2csv@5.0.7",
  "_inBundle": false,
  "_integrity": "sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==",
  "_location": "/json2csv",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "json2csv@5.0.7",
    "name": "json2csv",
    "escapedName": "json2csv",
    "rawSpec": "5.0.7",
    "saveSpec": null,
    "fetchSpec": "5.0.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/json2csv/-/json2csv-5.0.7.tgz",
  "_spec": "5.0.7",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "Mirco Zeiss",
    "email": "mirco.zeiss@gmail.com"
  },
  "bin": {
    "json2csv": "bin/json2csv.js"
  },
  "browser": "dist/json2csv.umd.js",
  "bugs": {
    "url": "https://github.com/zemirco/json2csv/issues"
  },
  "dependencies": {
    "commander": "^6.1.0",
    "jsonparse": "^1.3.1",
    "lodash.get": "^4.4.2"
  },
  "description": "Convert JSON to CSV",
  "devDependencies": {
    "@babel/core": "^7.3.3",
    "@babel/preset-env": "^7.3.1",
    "coveralls": "^3.0.3",
    "docpress": "^0.8.0",
    "eslint": "^6.1.0",
    "gh-pages": "^2.0.1",
    "in-publish": "^2.0.0",
    "nyc": "^14.1.1",
    "rollup": "^1.11.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.2.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "standard-version": "^8.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.1"
  },
  "engines": {
    "node": ">= 10",
    "npm": ">= 6.13.0"
  },
  "homepage": "http://zemirco.github.io/json2csv",
  "keywords": [
    "json",
    "to",
    "csv",
    "export",
    "convert",
    "parse"
  ],
  "license": "MIT",
  "main": "lib/json2csv.js",
  "module": "dist/json2csv.esm.js",
  "name": "json2csv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zemirco/json2csv.git"
  },
  "scripts": {
    "before:publish": "npm test && npm run build && npm run deploy:docs",
    "build": "rollup -c",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "deploy:docs": "docpress b && gh-pages -d _docpress",
    "dev": "rollup -c -w",
    "lint": "eslint bin lib test",
    "prepublish": "in-publish && npm run before:publish || not-in-publish",
    "release": "standard-version",
    "test": "node test | tap-spec",
    "test-with-coverage": "nyc --reporter=text node test | tap-spec"
  },
  "version": "5.0.7",
  "volta": {
    "node": "10.19.0"
  }
}
