{ "_args": [ [ "fast-csv@4.3.6", "D:\\jenkins\\workspace\\reform-fvue" ] ], "_from": "fast-csv@4.3.6", "_id": "fast-csv@4.3.6", "_inBundle": false, "_integrity": "sha512-2RNSpuwwsJGP0frGsOmTb9oUF+VkFSM4SyLTDgwf2ciHWTarN0lQTC+F2f/t5J9QjW+c65VFIAAu85GsvMIusw==", "_location": "/fast-csv", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fast-csv@4.3.6", "name": "fast-csv", "escapedName": "fast-csv", "rawSpec": "4.3.6", "saveSpec": null, "fetchSpec": "4.3.6" }, "_requiredBy": [ "/exceljs" ], "_resolved": "https://registry.npmmirror.com/fast-csv/-/fast-csv-4.3.6.tgz", "_spec": "4.3.6", "_where": "D:\\jenkins\\workspace\\reform-fvue", "author": { "name": "Doug Martin" }, "bugs": { "url": "https://github.com/C2FO/fast-csv/issues" }, "dependencies": { "@fast-csv/format": "4.3.5", "@fast-csv/parse": "4.3.6" }, "description": "CSV parser and writer", "directories": { "lib": "src", "test": "__tests__" }, "engines": { "node": ">=10.0.0" }, "files": [ "build/src/**" ], "gitHead": "3dc859edb19924b315051e4c87d6273808a0de73", "homepage": "http://c2fo.github.com/fast-csv", "keywords": [ "csv", "parser", "fast", "writer", "csv writer", "CSV" ], "license": "MIT", "main": "./build/src/index.js", "name": "fast-csv", "repository": { "type": "git", "url": "git+https://github.com/C2FO/fast-csv.git", "directory": "packages/fast-csv" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rm -rf ./build && rm -rf tsconfig.tsbuildinfo", "compile": "tsc", "prepublishOnly": "npm run build" }, "types": "./build/src/index.d.ts", "version": "4.3.6" }