{"id":25694,"library":"gulp-hsp-transpiler","title":"gulp-hsp-transpiler","description":"Gulp plugin for transpiling Hashspace templates. Version 0.0.3, deprecated. Rarely updated, requires peer dependency 'hashspace'. Differentiator: integrates Hashspace transpilation into Gulp build pipelines, but lacks support beyond basic usage.","status":"deprecated","version":"0.0.3","language":"javascript","source_language":"en","source_url":"https://github.com/PK1A/gulp-hsp-compiler","tags":["javascript","gulpplugin"],"install":[{"cmd":"npm install gulp-hsp-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add gulp-hsp-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add gulp-hsp-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"peer dependency required for transpilation","package":"hashspace","optional":false}],"imports":[{"note":"Package is CJS only, no ESM support. Use require().","wrong":"import hspTranspiler from 'gulp-hsp-transpiler';","symbol":"default","correct":"const hspTranspiler = require('gulp-hsp-transpiler');"},{"note":"Common pattern for Gulp plugins.","wrong":"import gulp from 'gulp';","symbol":"gulp","correct":"const gulp = require('gulp');"}],"quickstart":{"code":"const gulp = require('gulp');\nconst hspTranspiler = require('gulp-hsp-transpiler');\n\ngulp.task('default', function() {\n    gulp.src('src/**/*.js')\n        .pipe(hspTranspiler())\n        .pipe(gulp.dest('dist'));\n});\n\n// Ensure 'hashspace' is installed as a dependency.","lang":"javascript","description":"Basic Gulp task using gulp-hsp-transpiler to transpile Hashspace templates."},"warnings":[{"fix":"Consider migrating to an alternative solution or forking the repository.","message":"Package is deprecated and unmaintained. No updates since initial release.","severity":"deprecated","affected_versions":">=0.0.0"},{"fix":"Run `npm install hashspace` in your project.","message":"Requires peer dependency 'hashspace' to be installed manually.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Double-check the package name: use 'gulp-hsp-transpiler'.","message":"Usage example shows 'gulp-hsp-transpiler' but repository name is 'gulp-hsp-compiler'. Possible confusion.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"npm install hashspace","cause":"Peer dependency 'hashspace' not installed.","error":"Error: Cannot find module 'hashspace'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}