{"id":15462831,"url":"https://github.com/chikara-chan/invincible","last_synced_at":"2025-07-23T03:08:18.041Z","repository":{"id":57165827,"uuid":"81792092","full_name":"chikara-chan/invincible","owner":"chikara-chan","description":"⚓️ A series of miscellaneous functional JavaScript utility library.","archived":false,"fork":false,"pushed_at":"2017-05-29T04:42:28.000Z","size":209,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T07:48:30.395Z","etag":null,"topics":["babel","chai","coveralls","eslint","frontend","istanbul","miscellaneous","mocha","utility","webpack","yarn"],"latest_commit_sha":null,"homepage":"https://chikara-chan.github.io/invincible/","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/chikara-chan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-13T06:24:49.000Z","updated_at":"2023-09-08T17:20:50.000Z","dependencies_parsed_at":"2022-09-15T12:22:12.580Z","dependency_job_id":null,"html_url":"https://github.com/chikara-chan/invincible","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/chikara-chan/invincible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chikara-chan%2Finvincible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chikara-chan%2Finvincible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chikara-chan%2Finvincible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chikara-chan%2Finvincible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chikara-chan","download_url":"https://codeload.github.com/chikara-chan/invincible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chikara-chan%2Finvincible/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266609368,"owners_count":23955626,"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":["babel","chai","coveralls","eslint","frontend","istanbul","miscellaneous","mocha","utility","webpack","yarn"],"created_at":"2024-10-02T00:05:13.127Z","updated_at":"2025-07-23T03:08:18.017Z","avatar_url":"https://github.com/chikara-chan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invincible\n\nA series of miscellaneous functional JavaScript utility library.\n\n[![Travis branch](https://img.shields.io/travis/chikara-chan/invincible/master.svg)](https://travis-ci.org/chikara-chan/invincible)\n[![Coveralls branch](https://img.shields.io/coveralls/chikara-chan/invincible/master.svg)](https://coveralls.io/github/chikara-chan/invincible)\n[![npm](https://img.shields.io/npm/v/invincible.svg)](https://www.npmjs.com/package/invincible)\n[![npm](https://img.shields.io/npm/l/invincible.svg)](https://github.com/chikara-chan/invincible/blob/master/LICENSE)\n\n## Install\n\n``` bash\n$ npm install --save invincible\n# Or\n$ yarn add invincible\n```\n\n## Usage\n\n``` js\nconst invincible = require('invincible')\n// Or\nimport invincible from 'invincible'\n// Or\nimport {subModule, ...others} from 'invincible'\n// Or\nimport subModule from 'invincible/lib/subModule'\n```\n\n## API\n\nThis library documents is published at [GitHub Pages](https://chikara-chan.github.io/invincible/). Go to the site to see more details.\n\n## Third Support\n\nSupports [babel-plugin-import](https://github.com/ant-design/babel-plugin-import) for loading modules on demand.\n\n``` json\n// .babelrc\n{\n  \"plugins\": [\n    [\"import\", {\n      \"libraryName\": \"invincible\",\n      \"camel2DashComponentName\": false\n    }]\n  ]\n}\n```\n\n``` js\nimport {subModule, ...others} from 'invincible'\n```\n\nAlternatively, using webpack 2 feature [tree-shaking](https://webpack.js.org/guides/tree-shaking/).\n\n``` js\nimport {subModule, ...others} from 'invincible'\n```\n\n## Links\n[https://chikara-chan.github.io/invincible/](https://chikara-chan.github.io/invincible/)\n\n## License\n\nReleased under the [MIT](https://github.com/chikara-chan/invincible/blob/master/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchikara-chan%2Finvincible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchikara-chan%2Finvincible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchikara-chan%2Finvincible/lists"}