{"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,"search_vec":"'0.0.3':12 'basic':32 'beyond':31 'build':26 'depend':18 'deprec':13 'differenti':20 'gulp':2,5,25 'gulp-hsp-transpil':1 'gulpplugin':35 'hashspac':9,19,22 'hsp':3 'integr':21 'javascript':34 'lack':29 'peer':17 'pipelin':27 'plugin':6 'rare':14 'requir':16 'support':30 'templat':10 'transpil':4,8,23 'updat':15 'usag':33 'version':11","created_at":"2026-05-01T13:46:04.859914+00:00","updated_at":"2026-05-01T13:46:04.859914+00:00","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,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/PK1A/gulp-hsp-compiler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gulp-hsp-transpiler","openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-05-01","next_check":"2026-07-30","install_tag":null}}