{"id":20254660,"url":"https://github.com/dsys/kibble","last_synced_at":"2025-07-05T19:36:57.681Z","repository":{"id":136694925,"uuid":"46703111","full_name":"dsys/kibble","owner":"dsys","description":":rice: Useful JavaScript utilities","archived":false,"fork":false,"pushed_at":"2016-01-06T04:29:19.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T20:04:08.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/pavlovml/kibble","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsys.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-11-23T07:15:08.000Z","updated_at":"2016-01-24T07:45:37.000Z","dependencies_parsed_at":"2023-03-17T04:15:40.402Z","dependency_job_id":null,"html_url":"https://github.com/dsys/kibble","commit_stats":null,"previous_names":["pavlovml/kibble"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsys/kibble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Fkibble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Fkibble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Fkibble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Fkibble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsys","download_url":"https://codeload.github.com/dsys/kibble/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsys%2Fkibble/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263795360,"owners_count":23512666,"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-11-14T10:34:18.459Z","updated_at":"2025-07-05T19:36:57.664Z","avatar_url":"https://github.com/dsys.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kibble\n\n[![TravisCI shield](https://img.shields.io/travis/pavlovml/kibble.svg)](https://travis-ci.org/pavlovml/kibble) [![npm shield](https://img.shields.io/npm/v/kibble.svg)](https://www.npmjs.com/package/kibble) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)\n\nUseful JavaScript utilities.\n\n## Installation\n\n    $ npm install kibble --save\n\n## Usage\n\n```javascript\nimport { invariant, hash } from 'kibble'\n\n// Specify runtime invariants.\ninvariant(2 + 2 === 4, \"I'm sorry Dave, I'm afraid I can't do that.\")\ninvariant.equal(2 + 2, 4, \"Daisy, Daisy, give me your answer do.\")\ninvariant.fail(\"I'm afraid. I'm afraid, Dave. Dave, my mind is going.\")\n\n// Generate deterministic hashes for JSON values.\nhash({ foo: 'bar', baz: 'qux' }) // =\u003e 'e206c130fcd88e647754337f071e98097d80a408c25a40ca61d3fb2d06c7dc47'\n\n// More coming soon...\n```\n\n## Development\n\nKibble uses [JavaScript Standard Style](https://github.com/feross/standard), [Babel](https://babeljs.io/) for ES6+ support, and [Jest](http://facebook.github.io/jest/) for testing.\n\n    $ git clone git@github.com:pavlovml/kibble.git\n    $ npm test\n\nTo run the tests on file changes:\n\n    $ npm test -- --watch\n\n## License\n\n[BSD 3-Clause](https://github.com/pavlovml/kibble/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsys%2Fkibble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsys%2Fkibble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsys%2Fkibble/lists"}