{
  "_args": [
    [
      "jsonexport@2.5.2",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "jsonexport@2.5.2",
  "_id": "jsonexport@2.5.2",
  "_inBundle": false,
  "_integrity": "sha512-4joNLCxxUAmS22GN3GA5os/MYFnq8oqXOKvoCymmcT0MPz/QPZ5eA+Fh5sIPxUji45RKq8DdQ1yoKq91p4E9VA==",
  "_location": "/jsonexport",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonexport@2.5.2",
    "name": "jsonexport",
    "escapedName": "jsonexport",
    "rawSpec": "2.5.2",
    "saveSpec": null,
    "fetchSpec": "2.5.2"
  },
  "_requiredBy": [
    "/ra-ui-materialui"
  ],
  "_resolved": "https://registry.npmjs.org/jsonexport/-/jsonexport-2.5.2.tgz",
  "_spec": "2.5.2",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "author": {
    "name": "Kauê Gimenes"
  },
  "bin": {
    "jsonexport": "bin/jsonexport.js"
  },
  "bugs": {
    "url": "https://github.com/kauegimenes/jsonexport/issues"
  },
  "description": "Makes easy to convert JSON to CSV",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "jshint": "^2.11.1",
    "mocha": "^7.1.2",
    "npm-run-all": "^4.1.3",
    "pre-commit": "^1.2.2"
  },
  "homepage": "https://github.com/kauegimenes/jsonexport",
  "keywords": [
    "export",
    "json",
    "to",
    "2",
    "csv",
    "converter",
    "output",
    "array",
    "object",
    "json-to-csv",
    "json2csv",
    "parse",
    "stream",
    "transform",
    "big",
    "files"
  ],
  "license": "Apache-2.0",
  "main": "./lib",
  "name": "jsonexport",
  "pre-commit": [
    "build:dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kauegimenes/jsonexport.git"
  },
  "runkitExampleFilename": "examples/simple.js",
  "scripts": {
    "build:dist": "npm-run-all build:dist:js build:dist:overwrite",
    "build:dist:js": "babel lib --out-dir dist --presets=env",
    "build:dist:overwrite": "node ./bin/builddist.js",
    "lint": "jshint ./lib/index.js",
    "test": "mocha tests/*.js tests/**/*.js"
  },
  "version": "2.5.2"
}
