{
  "_from": "csv-stringify@^6.2.0",
  "_id": "csv-stringify@6.6.0",
  "_inBundle": false,
  "_integrity": "sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==",
  "_location": "/csv-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "csv-stringify@^6.2.0",
    "name": "csv-stringify",
    "escapedName": "csv-stringify",
    "rawSpec": "^6.2.0",
    "saveSpec": null,
    "fetchSpec": "^6.2.0"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/core"
  ],
  "_resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.6.0.tgz",
  "_shasum": "d384859cfb71d0a4a73c5bcc36a4daf5440cb033",
  "_spec": "csv-stringify@^6.2.0",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/basic",
  "author": {
    "name": "David Worms",
    "email": "david@adaltas.com",
    "url": "https://www.adaltas.com"
  },
  "bugs": {
    "url": "https://github.com/adaltas/node-csv/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "CSV stringifier implementing the Node.js `stream.Transform` API",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.30",
    "csv-generate": "^4.5.0",
    "dedent": "^1.6.0",
    "each": "^2.7.2",
    "express": "^5.1.0",
    "mocha": "~11.5.0",
    "prettier": "^3.5.3",
    "rollup": "^4.41.1",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "should": "~13.2.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./sync": {
      "import": {
        "types": "./lib/sync.d.ts",
        "default": "./lib/sync.js"
      },
      "require": {
        "types": "./dist/cjs/sync.d.cts",
        "default": "./dist/cjs/sync.cjs"
      }
    },
    "./browser/esm": {
      "types": "./dist/esm/index.d.ts",
      "default": "./dist/esm/index.js"
    },
    "./browser/esm/sync": {
      "types": "./dist/esm/sync.d.ts",
      "default": "./dist/esm/sync.js"
    }
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://csv.js.org/stringify",
  "keywords": [
    "csv",
    "stringify",
    "stringifier",
    "backend",
    "frontend"
  ],
  "license": "MIT",
  "main": "./dist/cjs/index.cjs",
  "mocha": {
    "inline-diffs": true,
    "loader": "ts-node/esm",
    "recursive": true,
    "reporter": "spec",
    "throw-deprecation": false,
    "timeout": 40000
  },
  "name": "csv-stringify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adaltas/node-csv.git",
    "directory": "packages/csv-stringify"
  },
  "scripts": {
    "build": "npm run build:rollup && npm run build:ts",
    "build:rollup": "npx rollup -c",
    "build:ts": "cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm",
    "lint:check": "eslint",
    "lint:fix": "eslint --fix",
    "lint:ts": "tsc --noEmit true",
    "postbuild:ts": "find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;",
    "preversion": "npm run build && git add dist",
    "test": "mocha 'test/**/*.{js,ts}'",
    "test:legacy": "mocha --ignore test/api.callback.js --ignore test/api.web_stream.js 'test/**/*.{js,ts}'"
  },
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "typesVersions": {
    "*": {
      ".": [
        "dist/esm/index.d.ts"
      ],
      "sync": [
        "dist/esm/sync.d.ts"
      ],
      "browser/esm": [
        "dist/esm/index.d.ts"
      ],
      "browser/esm/sync": [
        "dist/esm/sync.d.ts"
      ]
    }
  },
  "version": "6.6.0"
}
