{
  "name": "json-to-csv-guide",
  "version": "1.0.0",
  "lockfileVersion": 3,
  "requires": true,
  "packages": {
    "": {
      "name": "json-to-csv-guide",
      "version": "1.0.0",
      "license": "ISC",
      "dependencies": {
        "@json2csv/plainjs": "^7.0.7",
        "json-2-csv": "^5.5.11"
      }
    },
    "node_modules/@json2csv/formatters": {
      "version": "7.0.7",
      "resolved": "https://registry.npmjs.org/@json2csv/formatters/-/formatters-7.0.7.tgz",
      "integrity": "sha512-Sm0F11FKnTouBVYqW0Sp+/P7ECapfAEw0p0L6lz0z6q3I6CVQjFnQ8m20g3KlJvYq+y4G9m56QZHAWiUxIJlRA==",
      "license": "MIT"
    },
    "node_modules/@json2csv/plainjs": {
      "version": "7.0.7",
      "resolved": "https://registry.npmjs.org/@json2csv/plainjs/-/plainjs-7.0.7.tgz",
      "integrity": "sha512-aJWN+HrOp1YQaA/fnYtTDlc24ZNRfUlu5ercUPyggxE8tq90Pd88dCdX/aj+BRiLB+/6UZyRbCIkFj0/iBPMgw==",
      "license": "MIT",
      "dependencies": {
        "@json2csv/formatters": "^7.0.7",
        "@streamparser/json": "^0.0.22"
      }
    },
    "node_modules/@streamparser/json": {
      "version": "0.0.22",
      "resolved": "https://registry.npmjs.org/@streamparser/json/-/json-0.0.22.tgz",
      "integrity": "sha512-b6gTSBjJ8G8SuO3Gbbj+zXbVx8NSs1EbpbMKpzGLWMdkR+98McH9bEjSz3+0mPJf68c5nxa3CrJHp5EQNXM6zQ==",
      "license": "MIT"
    },
    "node_modules/deeks": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/deeks/-/deeks-3.2.1.tgz",
      "integrity": "sha512-D/o0k3pCG1aI1cxb/dDiWmtMc4Rh7ZQBybXpfMsw9Rbtqwg8kUA9SpYkWcw0pAUjZSnPm8MluctiS0o68r69jQ==",
      "license": "MIT",
      "engines": {
        "node": ">= 16"
      }
    },
    "node_modules/doc-path": {
      "version": "4.1.4",
      "resolved": "https://registry.npmjs.org/doc-path/-/doc-path-4.1.4.tgz",
      "integrity": "sha512-yw5D++UCIB6a033PvQaUvSpW2QuKW0+DOId763n0Q4z3brxS7G8oQr8yBQ1nQFkognKrAVrV6I55TLeU9cfXTg==",
      "license": "MIT",
      "engines": {
        "node": ">=16"
      }
    },
    "node_modules/json-2-csv": {
      "version": "5.5.11",
      "resolved": "https://registry.npmjs.org/json-2-csv/-/json-2-csv-5.5.11.tgz",
      "integrity": "sha512-kVuwgVL7rfad9ETf02ZZxJPuMR5ZSUn139+T34BfmVxYhb/IsAIm/LzEeQ8YLJmXfuQ5z7LUAFrgPZZM6VLJPw==",
      "license": "MIT",
      "dependencies": {
        "deeks": "3.2.1",
        "doc-path": "4.1.4"
      },
      "engines": {
        "node": ">= 16"
      }
    }
  }
}
