{"id":19359991,"url":"https://github.com/jonwoodring/octal-number-loader","last_synced_at":"2025-04-23T11:33:01.232Z","repository":{"id":57256530,"uuid":"83157598","full_name":"jonwoodring/octal-number-loader","owner":"jonwoodring","description":"A webpack loader for octal numbers","archived":false,"fork":false,"pushed_at":"2017-03-03T00:11:58.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T03:06:23.274Z","etag":null,"topics":["babel","octal","strict","webpack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonwoodring.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-25T19:42:56.000Z","updated_at":"2017-12-01T09:03:42.000Z","dependencies_parsed_at":"2022-08-25T02:30:15.537Z","dependency_job_id":null,"html_url":"https://github.com/jonwoodring/octal-number-loader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonwoodring%2Foctal-number-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonwoodring%2Foctal-number-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonwoodring%2Foctal-number-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonwoodring%2Foctal-number-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonwoodring","download_url":"https://codeload.github.com/jonwoodring/octal-number-loader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250425618,"owners_count":21428590,"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":["babel","octal","strict","webpack"],"created_at":"2024-11-10T07:16:44.564Z","updated_at":"2025-04-23T11:33:00.940Z","avatar_url":"https://github.com/jonwoodring.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# a webpack loader for octal numbers #\n\nOctal numbers like 00001 will be changed to 0o0001.\n\nThis is because strict mode babel does not allow them. See:\nhttps://github.com/lukehoban/es6features#binary-and-octal-literals\n\nIn my webpack config, I only use it on particular files that are troublesome.\n\n```js\n{\n  test: /tar[\\\\\\/].*\\.js$/,\n  loader: 'babel-loader!octal-number-loader'\n}\n```\n\nNotes\n=====\n\n- It should correctly handle identifiers and floating point numbers now.\n\n---\n\nUse as you see fit, I claim no copyright over this.\n\n![CC0-1.0](https://licensebuttons.net/p/zero/1.0/88x31.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonwoodring%2Foctal-number-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonwoodring%2Foctal-number-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonwoodring%2Foctal-number-loader/lists"}