{
  "_from": "convert-array-to-csv",
  "_id": "convert-array-to-csv@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dxUINCt28k6WbXGMoB+AaKjGY0Y6GkKwZmT+kvD4nJgVCOKsnIQ3G6n0v2II1lG4NwXQk6EWZ+pPDub9wcqqMg==",
  "_location": "/convert-array-to-csv",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "convert-array-to-csv",
    "name": "convert-array-to-csv",
    "escapedName": "convert-array-to-csv",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/convert-array-to-csv/-/convert-array-to-csv-2.0.0.tgz",
  "_shasum": "3a7f4548a169a3efc5857d0da28c5cfb57a93173",
  "_spec": "convert-array-to-csv",
  "_where": "/home/i3wd/public_html/express",
  "author": {
    "name": "Aichbauer Lukas",
    "email": "l.aichbauer@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/aichbauer/node-convert-array-to-csv/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert an array to a csv formatted string",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "babel-core": "^7.0.0-0",
    "babel-jest": "^24.9.0",
    "eslint": "^5.5.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.20.2",
    "husky": "^0.14.3",
    "jest": "^24.9.0",
    "regenerator-runtime": "^0.12.1"
  },
  "homepage": "https://github.com/aichbauer/node-convert-array-to-csv#readme",
  "jest": {
    "globals": {
      "__DEV__": true
    },
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/"
    ]
  },
  "keywords": [
    "array",
    "csv",
    "list",
    "convert",
    "comma-separated",
    "values",
    "convert-array-to-csv"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "convert-array-to-csv",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aichbauer/node-convert-array-to-csv.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "lint": "eslint src",
    "prepare": "npm run build",
    "prepush": "npm run test",
    "pretest": "npm run build && npm run lint",
    "test": "jest --coverage"
  },
  "version": "2.0.0"
}
