{"id":13451958,"url":"https://github.com/origamitower/folktale","last_synced_at":"2025-03-23T19:33:20.933Z","repository":{"id":31885635,"uuid":"35454323","full_name":"origamitower/folktale","owner":"origamitower","description":"[not actively maintained!] A standard library for functional programming in JavaScript","archived":false,"fork":false,"pushed_at":"2021-09-18T09:35:40.000Z","size":3379,"stargazers_count":2045,"open_issues_count":30,"forks_count":102,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-10-28T18:52:47.130Z","etag":null,"topics":["algebraic-data-types","functional","javascript"],"latest_commit_sha":null,"homepage":"https://folktale.origamitower.com/","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/origamitower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-11T22:51:55.000Z","updated_at":"2024-10-22T20:30:21.000Z","dependencies_parsed_at":"2022-08-26T07:41:28.784Z","dependency_job_id":null,"html_url":"https://github.com/origamitower/folktale","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origamitower%2Ffolktale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origamitower%2Ffolktale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origamitower%2Ffolktale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origamitower%2Ffolktale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/origamitower","download_url":"https://codeload.github.com/origamitower/folktale/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245158833,"owners_count":20570268,"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":["algebraic-data-types","functional","javascript"],"created_at":"2024-07-31T07:01:08.336Z","updated_at":"2025-03-23T19:33:20.281Z","avatar_url":"https://github.com/origamitower.png","language":"JavaScript","readme":"Folktale\n=======\n\n[![Chat on Gitter](https://img.shields.io/gitter/room/folktale/discussion.svg?style=flat-square)](https://gitter.im/folktale/discussion)\n[![NPM version](https://img.shields.io/npm/v/folktale.svg?style=flat-square)](https://npmjs.org/package/folktale)\n![Licence](https://img.shields.io/npm/l/folktale.svg?style=flat-square\u0026label=licence)\n\n\u003e **NOTE**: This package is not actively maintained anymore, because the\n\u003e maintainer stopped working with JavaScript. If you use this\n\u003e library and would like to take over maintaining it, reach out to\n\u003e [@robotlolita](https://twitter.com/robotlolita) on Twitter.\n\n\nFolktale is a standard library for functional programming in JavaScript.\n\n\n## Installing\n\nFolktale can be installed through [npm][]:\n\n    $ npm install folktale\n\n\u003e Not using Node.js? [Check out our guide to running Folktale in other environments!][install]\n\n\n## Documentation\n\n  - [Browse the HTML documentation for Folktale](http://origamitower.github.io/folktale)\n\n\u003e If you find any functionality that's not documented, or whose documentation\n\u003e is confusing or hard to understand, please [report a bug on our issue tracker][bug]\n\n\n## Supported platforms\n\nFolktale is written for ECMAScript 2015 platforms, but it uses a subset of features that can\nbe safely backported to platforms as old as ECMAScript 3. If you're running your program in\nan older platform, you'll need [es5-shim][] and [es6-shim][].\n\n[es5-shim]: https://github.com/es-shims/es5-shim\n[es6-shim]: https://github.com/es-shims/es6-shim\n\n  - Node 4.x, Node 6+ ([**Node 5.x is not supported**](https://github.com/origamitower/folktale/issues/47))\n\n\n**Browsers**:\n  - Chrome 36+\n  - Firefox 21+\n  - Safari 6+\n  - Internet Explorer 9+\n  - Edge 13+\n  - Opera 12.12+\n\n**Mobile browsers**:\n  - Android 4.4+\n  - iOS 8.3+\n\n\n## Support\n\n\u003e Note that all interactions in this project are subject to Origami Tower's\n\u003e [Code of Conduct](http://origamitower.github.io/folktale/coc/).\n\n##### Having trouble using Folktale?\n\n  - [\"I think I found a bug in Folktale\"][bug]\n  - [\"There's no documentation for X\" / \"The docs are hard to understand\"][docs]\n  - [See the Frequently Asked Questions for common issues][faq]\n  - [Join the discussion channel][gitter]\n\n\n##### Think Folktale should do something it doesn't yet?\n\n  - [I want to propose a new feature][feat]\n  - [I want to submit a patch/pull request][pr]\n\n\u003e By submitting a Pull Request you agree with releasing your code under the MIT licence.\n\n##### Folktale discussion channels and information\n\n  - [Discussion channel @ Gitter][gitter]\n  - [Follow @origamitower for news on Folktale](https://twitter.com/OrigamiTower)\n  - [Email the organisation directly](mailto:contact@origamitower.com)\n\n## Licence\n\nFolktale is copyright (c) Quildreen Motta 2015-2017, and released under the MIT licence.\nSee the `LICENCE` file in this repository for detailed information.\n\n[npm]: https://www.npmjs.com\n[bug]: http://origamitower.github.io/folktale/docs/support/bugs/\n[docs]: http://origamitower.github.io/folktale/docs/support/bugs/#reporting-problems-in-the-documentation\n[gitter]: https://gitter.im/folktale/discussion\n[install]: http://origamitower.github.io/folktale/docs/v2.0.0/download/\n[faq]: http://origamitower.github.io/folktale/docs/support/faq/\n[feat]: http://origamitower.github.io/folktale/docs/support/feature-request/\n[pr]: http://origamitower.github.io/folktale/docs/v2.0.0/contributing/\n\n","funding_links":[],"categories":["Repository","Javascript","Packages","包","JavaScript","目录"],"sub_categories":["Functional programming","函数式编程"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forigamitower%2Ffolktale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forigamitower%2Ffolktale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forigamitower%2Ffolktale/lists"}