{
  "_from": "csv-writer@^1.6.0",
  "_id": "csv-writer@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-NOx7YDFWEsM/fTRAJjRpPp8t+MKRVvniAg9wQlUKx20MFrPs73WLJhFf5iteqrxNYnsy924K3Iroh3yNHeYd2g==",
  "_location": "/csv-writer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csv-writer@^1.6.0",
    "name": "csv-writer",
    "escapedName": "csv-writer",
    "rawSpec": "^1.6.0",
    "saveSpec": null,
    "fetchSpec": "^1.6.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/csv-writer/-/csv-writer-1.6.0.tgz",
  "_shasum": "d0cea44b6b4d7d3baa2ecc6f3f7209233514bcf9",
  "_spec": "csv-writer@^1.6.0",
  "_where": "C:\\Sites\\Ecommerce",
  "author": {
    "name": "Ryuichi Inagaki"
  },
  "bugs": {
    "url": "https://github.com/ryu1kn/csv-writer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Convert objects/arrays into a CSV string or write them into a CSV file",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.12.25",
    "codeclimate-test-reporter": "^0.5.1",
    "coveralls": "^3.0.9",
    "mocha": "^7.0.0",
    "nyc": "^15.0.0",
    "ts-node": "^8.6.2",
    "tslint": "^5.20.1",
    "typescript": "^3.7.5"
  },
  "homepage": "https://github.com/ryu1kn/csv-writer#readme",
  "keywords": [
    "csv",
    "writer",
    "stringify"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "csv-writer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryu1kn/csv-writer.git"
  },
  "scripts": {
    "compile": "tsc -p ./",
    "coverage": "nyc npm run test:unit",
    "lint": "tslint -p .",
    "prepare": "npm run compile",
    "pretest:unit": "rm -rf test-tmp && mkdir test-tmp",
    "test": "npm run test:unit && npm run test:it",
    "test:it": "test-integration/test.sh",
    "test:unit": "mocha --require ts-node/register --recursive 'src/test/**/*.ts'"
  },
  "types": "src/index.ts",
  "version": "1.6.0"
}
