UNPKG

gulp-etl-tap-csv

Version:

Convert CSV files to JSON compatible with gulp-etl

62 lines 1.54 kB
{ "name": "gulp-etl-tap-csv", "version": "1.0.12", "repository": "https://github.com/gulpetl/gulp-etl-tap-csv", "description": "Convert CSV files to JSON compatible with gulp-etl", "main": "dist/js/plugin.js", "typings": "dist/types/plugin.d.ts", "files": [ "dist" ], "author": "peterl@sbcotton.com", "license": "MIT", "keywords": [ "gulpplugin", "csv", "gulp-etl", "gulpetl", "etl", "data", "node-red" ], "node-red": { "nodes": { "gulpetl-tap-csv": "gulpetl-tap-csv.js" } }, "homepage": "https://gulpetl.com", "dependencies": { "@gulpetl/node-red-core": "^0.0.11", "csv-parse": "^5.6.0", "from2": "^2.3.0", "gulp-error-handle": "^1.0.1", "loglevel": "^1.9.2", "pkginfo": "^0.4.1", "plugin-error": "^2.0.1", "replace-ext": "^2.0.0", "stream-transform": "^3.3.3", "through2": "^4.0.2", "vinyl": "^3.0.1" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.0.3", "@types/replace-ext": "^2.0.2", "@types/vinyl": "^2.0.12", "@types/vinyl-paths": "5.0.0", "gulp": "^5.0.1", "jest": "^30.0.2", "jest-spec-reporter": "^1.0.19", "rimraf": "^6.0.1", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "scripts": { "build": "tsc && tsc --module commonjs --outDir dist/lib", "prebuild": "pnpm run clean", "clean": "rimraf --glob dist/*", "test": "jest", "bump": "pnpm version patch && git push --tags origin master" } }