{"library":"browserify-persist-fs","type":"library","category":null,"description":"A persistent filesystem cache for Browserify that speeds up incremental builds by storing transformation results per file. Version 1.2.2 is the latest stable release; the package is in maintenance mode with no new features expected. It requires a version of Browserify that depends on module-deps >=4.1.0 (e.g., browserify v14.1.0+). Key differentiators: supports garbage collection, logging API for debugging slow builds, and manual cache invalidation via a hashObject. Unlike other caching solutions (e.g., browserify-incremental), it persists to disk so that even CI builds benefit from cached results between runs.","language":"javascript","status":"maintenance","version":"1.2.2","tags":["javascript","browserify","cache","fs","persistant","fast"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install browserify-persist-fs","imports":["import createPersistFs from 'browserify-persist-fs'","browserify({ persistentCache: createPersistFs('./.cache', { debug: true }, null, false) })","const cache = createPersistFs('./.cache', {}); cache.gc({ maxAge: 86400000 }, (err, deleted) => { ... })"]},{"cmd":"yarn add browserify-persist-fs","imports":[]},{"cmd":"pnpm add browserify-persist-fs","imports":[]}],"homepage":"https://github.com/martinheidegger/browserify-persist-fs#readme","github":"https://github.com/martinheidegger/browserify-persist-fs","docs":null,"changelog":null,"pypi":null,"npm":"browserify-persist-fs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}