{"id":22186087,"url":"https://github.com/rstuven/curlyfy-loader","last_synced_at":"2025-07-26T19:31:58.182Z","repository":{"id":31033617,"uuid":"34592209","full_name":"rstuven/curlyfy-loader","owner":"rstuven","description":"curlyfy loader module for webpack","archived":false,"fork":false,"pushed_at":"2017-08-09T19:05:42.000Z","size":5,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T05:40:52.002Z","etag":null,"topics":["javascript","loader","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"songrotek/Deep-Learning-Papers-Reading-Roadmap","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstuven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-26T00:47:58.000Z","updated_at":"2017-03-23T19:35:46.000Z","dependencies_parsed_at":"2022-08-03T15:16:23.779Z","dependency_job_id":null,"html_url":"https://github.com/rstuven/curlyfy-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rstuven/curlyfy-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstuven%2Fcurlyfy-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstuven%2Fcurlyfy-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstuven%2Fcurlyfy-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstuven%2Fcurlyfy-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstuven","download_url":"https://codeload.github.com/rstuven/curlyfy-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstuven%2Fcurlyfy-loader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266689257,"owners_count":23969142,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["javascript","loader","webpack"],"created_at":"2024-12-02T10:19:58.458Z","updated_at":"2025-07-26T19:31:57.799Z","avatar_url":"https://github.com/rstuven.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"curlyfy-loader\n==============\n\n[![dependencies Status](https://david-dm.org/rstuven/curlyfy-loader.svg)](https://david-dm.org/rstuven/curlyfy-loader#info=dependencies)\n\n\u003e Add curly brackets to a whitespace indented module using [curlyfy](https://github.com/rstuven/curlyfy);\n\nEXPERIMENTAL: Use at your own risk!\n-----------------------------------\n\n\nInstall\n-------\n\n``` shell\nnpm install --save-dev curlyfy-loader\n```\n\nUsage\n-----\n\nIt should be used in tandem with a curly language loader:\n\n``` javascript\nvar jsmodule = require(\"babel!curlyfy!./module.js.noncurly\");\nvar tsmodule = require(\"typescript!curlyfy!./module.ts.noncurly\");\n```\n\nOr within the webpack config:\n\n``` javascript\nmodule: {\n  loaders: [\n    { test: /\\.js\\.noncurly$/, exclude: /node_modules/, loader: 'babel!curlyfy'},\n    { test: /\\.ts\\.noncurly$/, exclude: /node_modules/, loader: 'typescript!curlyfy'}    \n  ]\n}\n```\n\nand then require normally:\n\n``` javascript\nvar jsmodule = require(\"./module.js.noncurly\");\nvar tsmodule = require(\"./module.ts.noncurly\");\n```\n\nSee webpack docs: [Using loaders](http://webpack.github.io/docs/using-loaders.html)\n\n\nOptions\n-------\n\nSee the [curlyfy options](https://github.com/rstuven/curlyfy#options)\n\n\nLicense\n-------\n\nMIT (http://www.opensource.org/licenses/mit-license.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstuven%2Fcurlyfy-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstuven%2Fcurlyfy-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstuven%2Fcurlyfy-loader/lists"}