{"id":13548597,"url":"https://github.com/jsdf/browserify-cache-api","last_synced_at":"2025-03-21T13:31:45.590Z","repository":{"id":18881436,"uuid":"22098920","full_name":"jsdf/browserify-cache-api","owner":"jsdf","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-28T04:16:26.000Z","size":65,"stargazers_count":10,"open_issues_count":7,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-11T03:38:34.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsdf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-22T09:49:10.000Z","updated_at":"2022-05-28T04:16:29.000Z","dependencies_parsed_at":"2022-09-26T22:01:11.935Z","dependency_job_id":null,"html_url":"https://github.com/jsdf/browserify-cache-api","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fbrowserify-cache-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fbrowserify-cache-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fbrowserify-cache-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Fbrowserify-cache-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdf","download_url":"https://codeload.github.com/jsdf/browserify-cache-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244806114,"owners_count":20513383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:01:12.298Z","updated_at":"2025-03-21T13:31:45.318Z","avatar_url":"https://github.com/jsdf.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# browserify-cache-api\n\nAttaches per-module caching of module resolution and transformation to a browserify instance.\n\nCaches to a file on disk, invalidated by source file modification time.\n\nUsed by [browserify-incremental](https://github.com/jsdf/browserify-incremental)\n\n```js\n  // create a browserify instance\n  var b = browserify({\n    // cache and packageCache opts are required\n    cache: {},\n    packageCache: {},\n    // and then your opts...\n  });\n\n  // attach caching, specifying a location to store the cache file\n  browserifyCache(b, {cacheFile: './tmp/browserify-cache.json'});\n\n  // browserify module resolution + transformation is now cached\n```\n\n## Contributing\n\nPlease see the [Contributor Guidelines](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdf%2Fbrowserify-cache-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdf%2Fbrowserify-cache-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdf%2Fbrowserify-cache-api/lists"}