{"id":15685002,"url":"https://github.com/ljharb/intl-fallback-symbol","last_synced_at":"2025-04-30T22:08:20.534Z","repository":{"id":57686887,"uuid":"485439458","full_name":"ljharb/intl-fallback-symbol","owner":"ljharb","description":"ECMA-402 Intl spec's internal `FallbackSymbol`","archived":false,"fork":false,"pushed_at":"2024-12-18T16:19:54.000Z","size":39,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-30T22:08:09.791Z","etag":null,"topics":["ecmascript","fallback","fallback-symbol","fallbacksymbol","intl","javascript","symbol"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ljharb.png","metadata":{"funding":{"github":["ljharb"],"patreon":null,"open_collective":null,"ko_fi":"ljharb","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":"ljharb","custom":null},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-25T16:01:20.000Z","updated_at":"2024-12-18T16:19:58.000Z","dependencies_parsed_at":"2024-10-03T17:23:01.546Z","dependency_job_id":"8c405c22-bf90-46f7-9815-0d3617676966","html_url":"https://github.com/ljharb/intl-fallback-symbol","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"c5d4638c16631db145af6e868e5d8eeff796ca6a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fintl-fallback-symbol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fintl-fallback-symbol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fintl-fallback-symbol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljharb%2Fintl-fallback-symbol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljharb","download_url":"https://codeload.github.com/ljharb/intl-fallback-symbol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251789612,"owners_count":21644085,"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":["ecmascript","fallback","fallback-symbol","fallbacksymbol","intl","javascript","symbol"],"created_at":"2024-10-03T17:22:51.379Z","updated_at":"2025-04-30T22:08:20.506Z","avatar_url":"https://github.com/ljharb.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ljharb","https://ko-fi.com/ljharb","https://thanks.dev/ljharb"],"categories":[],"sub_categories":[],"readme":"# intl-fallback-symbol \u003csup\u003e[![Version Badge][npm-version-svg]][package-url]\u003c/sup\u003e\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nECMA-402 Intl spec's internal `FallbackSymbol`.\n\nThis Symbol is well-known - shared across realms.\n\nIt is present in the following engines with the description `\"IntlLegacyConstructedSymbol\"` ([spec](https://tc39.es/ecma402/#intl-object)):\n - node \u003e= 16\n - Chrome \u003e= 91\n - Safari \u003e= 14.1\n - Firefox \u003e= 54\n\nIt is present in the following engines with the description `\"IntlFallback\"`: \u003csub\u003e(The [ES2017 Intl spec](https://402.ecma-international.org/4.0/#intl-object) did not specify a description)\u003c/sub\u003e\n- node \u003e=8 \u003c16\n- Chrome 57 - 90\n\nWhen it is present, the package will export it; when not, it will export `undefined`.\n\n## Example\n\n```js\nvar IntlFallbackSymbol = require('intl-fallback-symbol');\n\nvar assert = require('assert');\n\nassert(typeof IntlFallbackSymbol === 'symbol');\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/intl-fallback-symbol\n[npm-version-svg]: https://versionbadg.es/ljharb/intl-fallback-symbol.svg\n[deps-svg]: https://david-dm.org/ljharb/intl-fallback-symbol.svg\n[deps-url]: https://david-dm.org/ljharb/intl-fallback-symbol\n[dev-deps-svg]: https://david-dm.org/ljharb/intl-fallback-symbol/dev-status.svg\n[dev-deps-url]: https://david-dm.org/ljharb/intl-fallback-symbol#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/intl-fallback-symbol.png?downloads=true\u0026stars=true\n[license-image]: https://img.shields.io/npm/l/intl-fallback-symbol.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/intl-fallback-symbol.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=intl-fallback-symbol\n[codecov-image]: https://codecov.io/gh/ljharb/intl-fallback-symbol/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/ljharb/intl-fallback-symbol/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/intl-fallback-symbol\n[actions-url]: https://github.com/ljharb/intl-fallback-symbol/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljharb%2Fintl-fallback-symbol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljharb%2Fintl-fallback-symbol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljharb%2Fintl-fallback-symbol/lists"}