{"id":18084494,"url":"https://github.com/endel/nonenumerable","last_synced_at":"2025-04-12T20:08:36.235Z","repository":{"id":65411446,"uuid":"76396780","full_name":"endel/nonenumerable","owner":"endel","description":"Decorator to make properties non-enumerable.","archived":false,"fork":false,"pushed_at":"2017-11-08T13:31:00.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T16:44:12.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/nonenumerable","language":"TypeScript","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/endel.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":"2016-12-13T20:43:27.000Z","updated_at":"2020-05-27T13:10:03.000Z","dependencies_parsed_at":"2023-01-23T10:54:58.536Z","dependency_job_id":null,"html_url":"https://github.com/endel/nonenumerable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fnonenumerable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fnonenumerable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fnonenumerable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endel%2Fnonenumerable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endel","download_url":"https://codeload.github.com/endel/nonenumerable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199244,"owners_count":21063641,"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-10-31T15:07:00.085Z","updated_at":"2025-04-12T20:08:36.215Z","avatar_url":"https://github.com/endel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nonenumerable [![Build status](https://travis-ci.org/endel/nonenumerable.svg?branch=master)](https://travis-ci.org/endel/nonenumerable)\n\nDecorator to make properties non-enumerable.\n\n## Usage\n\nEnsure you have [decorators](https://github.com/wycats/javascript-decorators)\nsupport in your environment. For TypeScript, add `\"experimentalDecorators\":\ntrue` in your `tsconfig.json`. For Babel, configure [the syntax-decorator\nplugin](https://babeljs.io/docs/plugins/syntax-decorators/).\n\n```ts\nimport { nonenumerable } from \"nonenumerable\";\n\nclass MyClass {\n    @nonenumerable\n    property = 5;\n}\n```\n\nLicense\n---\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fnonenumerable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendel%2Fnonenumerable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendel%2Fnonenumerable/lists"}