{"id":85441,"url":"https://github.com/ekaone/javascript-awesome-packages","name":"javascript-awesome-packages","description":"😎 📃 Javascript Awesome Packages List, start from 🚦 State Management, 🧪 Testing, 🛠 Utilities, 🌈 Design System, 📈 Chart, 🖥 Server, 🔐 Security, 🗄 ORM and Query Builder","projects_count":181,"last_synced_at":"2026-04-06T02:00:37.294Z","repository":{"id":55128200,"uuid":"311976584","full_name":"ekaone/Javascript-Awesome-Packages","owner":"ekaone","description":"😎 📃 Javascript Awesome Packages List, start from 🚦 State Management, 🧪 Testing, 🛠 Utilities, 🌈 Design System, 📈 Chart, 🖥 Server, 🔐 Security, 🗄 ORM and Query Builder","archived":false,"fork":false,"pushed_at":"2023-12-10T14:56:07.000Z","size":66,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-23T09:04:42.741Z","etag":null,"topics":["database","orm","security","server","state-management","testing"],"latest_commit_sha":null,"homepage":"","language":null,"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/ekaone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-11T13:19:29.000Z","updated_at":"2024-04-11T01:32:42.000Z","dependencies_parsed_at":"2023-01-31T22:45:35.846Z","dependency_job_id":null,"html_url":"https://github.com/ekaone/Javascript-Awesome-Packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ekaone/Javascript-Awesome-Packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2FJavascript-Awesome-Packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2FJavascript-Awesome-Packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2FJavascript-Awesome-Packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2FJavascript-Awesome-Packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekaone","download_url":"https://codeload.github.com/ekaone/Javascript-Awesome-Packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekaone%2FJavascript-Awesome-Packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31456664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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"}},"readme":"\u003c!-- mind you open an issue... 😀 --\u003e\n# `Javascript Awesome Packages`\n\n[![Ask me anything](https://img.shields.io/badge/ask%20me-anything-orange)][ama]\n\n## Contents\n\n- [State Management](#vertical_traffic_light-state-management)\n- [Testing](#droplet-testing)\n- [Bundler](#dvd-bundler)\n- [Utilities](#hammer_and_wrench-utilities)\n- [Browser](#globe_with_meridians-browser)\n- [Design System](#rainbow-design-system)\n- [Chart](#chart-chart)\n- [Animation](#ear_of_rice-animation)\n- [Template Engine](#steam_locomotive-template-engine)\n- [Server](#computer-server)\n- [Security](#closed_lock_with_key-security)\n- [Database ORM and Query Builder](#newspaper-database-orm-and-query-builder)\n- [Command Line Interface](#incoming_envelope-command-line-interface)\n- [How to contribute](#yum-how-to-contribute)\n- [License](#yum-how-to-contribute)\n\n### :vertical_traffic_light: State Management\n\n- [`Zustand` - A small, fast and scaleable bearbones state-management solution](https://zustand.surge.sh/)\n- [`Recoil` - Data-Flow Graph and Cross-App Observation](https://recoiljs.org/)\n- [`xoid` - Scalable, fine-grained, and minimal state-management library for React and vanilla JavaScript](https://github.com/onurkerimov/xoid)\n- [`Xstate` - JavaScript and TypeScript finite state machines and statecharts for the modern web](https://xstate.js.org/)\n- [`MobX` - Simple and scalable applying functional reactive programming (TFRP)](https://mobx.js.org/README.html)\n- [`Redux` - A Predictable State Container for JS Apps](https://redux.js.org/)\n- [`Pullstate` - Simple state stores, retrieval anywhere in your React tree using hooks](https://lostpebble.github.io/pullstate/)\n- [`Jōtai` - Primitive and flexible state management for React](https://jotai.surge.sh/)\n- [`Valtio` - Valtio makes proxy-state simple for React and Vanilla](https://github.com/pmndrs/valtio)\n- [`React Tracked` - Optimize re-renders for useState/useReducer, React Redux, Zustand and others](https://react-tracked.js.org/)\n- [`Immer` - Create the next immutable state by mutating the current one](https://immerjs.github.io/immer/)\n- [`Mutik` - A tiny (495B) immutable state management library based on Immer](https://github.com/jaredpalmer/mutik)\n\n### :droplet: Testing\n\n- [`Jest` - Delightful JavaScript Testing Framework with a focus on simplicity](https://jestjs.io/)\n- [`Chai` - BDD / TDD assertion library for node and the browser](https://www.chaijs.com/)\n- [`Testing Library` - Simple and complete testing utilities](https://testing-library.com/)\n- [`Cypress` - Fast, easy and reliable testing for anything that runs in a browser](https://www.cypress.io/)\n- [`Nightwatch.js` - End-to-end testing, the easy way](https://nightwatchjs.org/)\n- [`Jasmine` - Behavior-Driven JavaScript](https://jasmine.github.io/)\n- [`Mocha` - feature-rich JavaScript test framework running on Node.js and in the browser](https://mochajs.org/)\n- [`Karma` - Test on Real Devices, Testing Framework Agnostic](https://karma-runner.github.io/latest/index.html)\n- [`QUnit` - Easy-to-use JavaScript testing framework](https://qunitjs.com/)\n- [`Testcafe` - A Node.js tool to automate end-to-end web testing](https://devexpress.github.io/testcafe/)\n\n### :dvd: Bundler\n\n- [`Turbo` - Turbo is an incremental bundler and build system](https://turbo.build/)\n- [`Parcel` - Blazing fast, zero configuration web application bundler](https://parceljs.org/)\n- [`Rollup` - Rollup is a module bundler for JavaScript](https://rollupjs.org/guide/en/)\n- [`Webpack` - Webpack is a static module bundler for modern JavaScript applications](https://webpack.js.org/)\n- [`Snowpack` - Snowpack is a lightning-fast frontend build tool, designed for the modern web](https://www.snowpack.dev/)\n- [`Terser` - JavaScript parser, mangler and compressor toolkit for ES6+](https://terser.org/)\n- [`Esbuild` - An extremely fast JavaScript bundler](https://esbuild.github.io/)\n- [`Uglify` - UglifyJS is a JavaScript compressor/minifier written in JavaScript](http://lisperator.net/uglifyjs/)\n\n### :hammer_and_wrench: Utilities\n\n- [`Lodash` - JavaScript utility library delivering modularity, performance \u0026 extras](https://lodash.com/)\n- [`Underscore` - JavaScript library that provides a whole mess of useful functional programming](https://underscorejs.org/)\n- [`Joi` - The most powerful schema description language and data validator for JavaScript](https://github.com/sideway/joi)\n- [`Superstruct` - Composable way to validate data in JavaScript](https://github.com/ianstormtaylor/superstruct)\n- [`Zod` - TypeScript-first schema validation with static type inference](https://github.com/colinhacks/zod)\n- [`Yup` - Dead simple Object schema validation](https://github.com/jquense/yup)\n- [`Fusejs` - Fuse.js is a powerful, lightweight fuzzy-search library, with zero dependencies](https://fusejs.io/)\n- [`Miragejs` - Create your API on your Frontend](https://miragejs.com/)\n- [`Mswjs` - API mocking of the next generation](https://mswjs.io/)\n- [`React Table` - Data tables for React](https://react-table.tanstack.com/)\n- [`React Hook Form` - Performant, flexible and extensible forms with easy-to-use validation](https://react-hook-form.com/)\n- [`Formik` - Form library for React and React Native](https://formik.org/)\n- [`Redux Form` - Manage your form state in Redux](https://redux-form.com/)\n- [`React Table` - Lightweight and extensible data tables for React](https://react-table.tanstack.com/)\n- [`Date-fns` - Modern JavaScript date utility library](https://date-fns.org/)\n- [`Dayjs` - Fast 2kB alternative to Moment.js with the same modern API](https://day.js.org/)\n- [`Mathjs` - An extensive math library for JavaScript and Node.js](https://mathjs.org/)\n- [`Momentsjs` - Parse, validate, manipulate, and display dates and times in JavaScript](https://momentjs.com/)\n- [`Luxon` - A powerful, modern, and friendly wrapper for Javascript dates and times](https://moment.github.io/luxon/)\n- [`Sugar` - Javascript utility library for working with native objects](https://sugarjs.com/)\n- [`Browserify` - Browserify lets you require('modules') in the browser](http://browserify.org/)\n- [`Clusterizejs` - Tiny plugin to display large data sets easily](https://clusterize.js.org/)\n- [`React DnD` - Beautiful and accessible drag and drop for lists with React](https://github.com/atlassian/react-beautiful-dnd)\n- [`React-use` - Collection of React Hooks](https://github.com/streamich/react-use)\n- [`React-dropzone` - Drag'n'drop zone for files](https://react-dropzone.js.org/)\n- [`Revealjs` - Create Stunning Presentations on the Web](https://revealjs.com/)\n- [`Chalk` - Terminal string styling done right](https://github.com/chalk/chalk)\n- [`Axios` - Promise based HTTP client for the browser and node.js](https://github.com/axios/axios)\n- [`Swr` - React Hooks library for data fetching](https://swr.vercel.app/)\n- [`React Query` - Performant and powerful data synchronization for React](https://react-query.tanstack.com/)\n- [`Unfetch` - Bare minimum 500b fetch polyfill](https://github.com/developit/unfetch)\n- [`Node-fetch` - A light-weight module that brings Fetch API to Node.js](https://github.com/node-fetch/node-fetch)\n- [`React Gesture` - Utility for component-tied mouse/touch gestures in React](https://github.com/pmndrs/react-use-gesture)\n- [`React Fullpage` - Create fullpage with easy, React.js wrapper for fullPage.js](https://github.com/alvarotrigo/react-fullpage)\n- [`RequireJS` - RequireJS is a JavaScript file and module loader](https://requirejs.org/)\n- [`Prism-React-Renderer` - Renders highlighted Prism output to React (+ theming \u0026 vendored Prism)](https://github.com/FormidableLabs/prism-react-renderer)\n- [`React Live` - A flexible playground for live editing React components](https://github.com/FormidableLabs/react-live)\n- [`Got` - Human-friendly and powerful HTTP request library for Node.js](https://github.com/sindresorhus/got)\n\n### :globe_with_meridians: Browser\n\n- [` Local storage` - React hook that persists data in local storage](https://github.com/astoilkov/use-local-storage-state)\n\n### :rainbow: Design System\n\n- [`Material-UI` - React components for faster and easier web development](https://material-ui.com/)\n- [`Tailwindcss` - A utility-first CSS framework](https://tailwindcss.com/)\n- [`Bulma` - CSS framework based on Flexbox](https://bulma.io/)\n- [`Chakra-UI` - Build accessible React apps \u0026 websites with speed](https://chakra-ui.com/)\n- [`Styled components` - Visual primitives for the component age](https://styled-components.com/)\n- [`Sass-lang` - Sass is the most mature, stable, and powerful professional grade CSS](https://sass-lang.com/)\n- [`Styled-system` - Style props for rapid UI development](https://styled-system.com/)\n- [`Bootstrap` - Build fast, responsive sites with Bootstrap](https://getbootstrap.com/)\n- [`Milligram` - A minimalist CSS framework](https://milligram.io/)\n- [`Semantic-UI` - User Interface is the language of the web](https://semantic-ui.com/)\n- [`UIKit` - A lightweight and modular front-end framework](https://getuikit.com/)\n- [`Materialize` - Responsive front-end framework based on Material Design](https://materializecss.com/)\n- [`Skeleton` - A dead simple, responsive boilerplate](http://getskeleton.com/)\n- [`Foundation` - The most advanced responsive front-end framework](https://get.foundation/)\n- [`Susy` - Susy was a responsive layout engine for Sass, before flexbox and CSS grid were available](https://www.oddbird.net/susy/)\n- [`Purecss` - A set of small, responsive CSS modules](https://purecss.io/)\n- [`Picnicss` - Lightweight and beautiful library](https://picnicss.com/)\n- [`Papercss` - The less formal CSS framework](https://www.getpapercss.com/)\n- [`Tamagui` - Styles React Native and Web Consistency](https://tamagui.dev/)\n- [`Headless UI` - Completely unstyled, fully accessible UI components](https://headlessui.com/)\n\n### :chart: Chart\n\n- [`Chartjs` - Simple yet flexible JavaScript charting for designers \u0026 developers](https://www.chartjs.org/)\n- [`D3` - JavaScript library for manipulating documents based on data](https://d3js.org/)\n- [`Apexchart` - Modern \u0026 Interactive Open-source Charts](https://apexcharts.com/)\n- [`Fusioncharts` - Build beautiful web \u0026 mobile dashboards](https://www.fusioncharts.com/)\n- [`Canvasjs` - Beautiful HTML5 Charts \u0026 Graphs](https://canvasjs.com/)\n- [`Recharts` - A composable charting library built on React components](http://recharts.org/en-US/)\n- [`Chartistjs` - Simple responsive chart](http://gionkunz.github.io/chartist-js/)\n- [`Highcharts` - Make your data come alive](https://www.highcharts.com/)\n- [`Plotly` - Plotly JavaScript Open Source Graphing Library](https://plotly.com/javascript/)\n- [`Googlechart` - Display live data on your site](https://developers.google.com/chart/)\n- [`Sigmajs` - Sigma is a JavaScript library dedicated to graph drawing](http://sigmajs.org/)\n- [`Morrisjs` - Good-looking charts shouldn't be difficult](http://morrisjs.github.io/morris.js/)\n- [`Cytoscapejs` - Graph theory (network) library for visualisation and analysis](https://js.cytoscape.org/)\n- [`Plottable` - Flexible, interactive charts for the web](http://plottablejs.org/)\n- [`Amcharts` - JavaScript Charts \u0026 Maps](https://www.amcharts.com/)\n- [`Zingchart` - 50+ built-in chart types \u0026 modules](https://www.zingchart.com/)\n\n### :ear_of_rice: Animation\n\n- [`React-spring` - components to life with simple spring animation primitives](https://www.react-spring.io/)\n- [`Framer Motion` - A production-ready motion library for React](https://www.framer.com/motion/)\n- [`Greensock` - Professional-grade JavaScript animation for the modern web](https://greensock.com/gsap/)\n- [`React-gsap` - react-gsap lets you use the GreenSock Animation Platform (GSAP) in React](https://bitworking.github.io/react-gsap/)\n- [`Animejs` - Anime.js is a lightweight JavaScript animation library with a simple, yet powerful API](https://animejs.com/)\n- [`Threejs` - 3D animations on the browser, using WebGL in an intuitive way](https://threejs.org/)\n- [`Mojs` - Screen density independent effects look good on any device](https://mojs.github.io/)\n- [`Swiperjs` - Touch slider with hardware accelerated transitions](https://swiperjs.com/)\n- [`Popmotion` - The animate function is less than 5kb, and every utility function is individually importable](https://popmotion.io/)\n- [`ScrollReveal` - Easily animating elements as they enter/leave the viewport](https://scrollrevealjs.org/)\n- [`HoverCss` - CSS3 powered hover effects](http://ianlunn.github.io/Hover/)\n- [`Typedjs` - Type your heart out, with Typed.js](https://mattboldt.com/demos/typed-js/)\n- [`React-typed` - A react wrapper for typed.js](https://github.com/ssbeefeater/react-typed)\n- [`Kutejs` - Developed with latest technology and modular design](https://thednp.github.io/kute.js/index.html)\n- [`Spicr` - Component featuring multi-layer slider and carousel](https://thednp.github.io/spicr/)\n- [`Animatecss` - Just-add-water CSS animations](https://animate.style/)\n- [`React Hot Toast` - Smoking hot React notifications](https://react-hot-toast.com/)\n- [`React FAST Marquee` - A lightweight React component that utilizes the power of CSS animations to create silky smooth marquees](https://www.react-fast-marquee.com/)\n- [`React Flip Move` - Animating a list of items when the list’s order changes](https://joshwcomeau.github.io/react-flip-move/)\n- [`AutoAnimate` - Add motion to your apps with a single line of code](https://auto-animate.formkit.com/)\n- [`AnimXYZ` - composable CSS animation toolkit](https://animxyz.com/)\n- [`WowJS` - Reveal Animations When You Scroll](https://wowjs.uk/)\n- [`Floating UI` - A JavaScript library for anchor positioning](https://floating-ui.com/)\n\n### :steam_locomotive: Template Engine\n\n- [`Liquidjs` - A simple, expressive and safe template engine](https://liquidjs.com/)\n- [`Mustache.js` - Minimal templating with {{mustaches}} in JavaScript](https://github.com/janl/mustache.js)\n- [`Handlebars` - Minimal templating on steroids](https://handlebarsjs.com/)\n- [`Ejs` - Embedded JavaScript templating](https://ejs.co/)\n- [`Nunjucks` - A rich and powerful templating language for JavaScript](https://mozilla.github.io/nunjucks/)\n- [`doT.js` - Concise javascript template engine for Node.js and browsers](https://olado.github.io/doT/)\n- [`Pug` - Pug – robust, elegant, feature rich template engine for Node.js](https://pugjs.org/api/getting-started.html)\n- [`Hogan.js` - JavaScript templating from Twitter](https://twitter.github.io/hogan.js/)\n- [`Swig` - A simple, powerful, and extendable JavaScript Template Engine](https://node-swig.github.io/swig-templates/)\n- [`Marko.js` - Bringing back progressive HTML rendering to the masses](https://markojs.com/)\n- [`Jade` - Node Template Engine](https://jade-lang.com/)\n- [`JsRender` - Simple and intuitive, powerful and extensible, lightning fast](https://www.jsviews.com/#jsrender)\n- [`SquirrellyJS` - Powerful, lightweight, pluggable JS template engine](https://squirrelly.js.org/)\n\n### :computer: Server\n\n- [`Expressjs` - Fast, unopinionated, minimalist web framework for Node.js](https://expressjs.com/)\n- [`Koajs` - Koa is a new web framework designed by the team behind Express](https://koajs.com/)\n- [`Meteor` - Meteor is an open source platform for web, mobile, and desktop](https://www.meteor.com/)\n- [`Sails` - The MVC framework for Node.js](https://sailsjs.com/)\n- [`PM2` - PM2 is a daemon process manager that will help you manage and keep your application online 24/7](https://pm2.keymetrics.io/)\n- [`Grpc` - Universal RPC framework](https://grpc.io/)\n- [`Async` - Async is a utility module JavaScript](http://caolan.github.io/async/)\n- [`Grunt` - JavaScript Task Runner](https://gruntjs.com/)\n- [`Socketio` - Realtime engine](https://socket.io/)\n- [`Cheerio` - Fast, flexible, and lean implementation of core jQuery designed specifically for the server](https://cheerio.js.org/)\n- [`Puppeteer` - Provides a high-level API to control Chrome or Chromium over the DevTools Protocol](https://pptr.dev/)\n- [`Hapi` - The Simple, Secure Framework Developers Trust](https://hapi.dev/)\n- [`Nodemailer` - Nodemailer is a module for Node.js applications to allow easy as cake email sending](https://nodemailer.com/about/)\n- [`Morgan` - HTTP request logger middleware for node.js](https://github.com/expressjs/morgan)\n- [`Dotenv` - Loads environment variables from .env for nodejs projects](https://github.com/motdotla/dotenv)\n- [`Fakerjs` - Generate massive amounts of realistic fake data in Node.js and the browser](https://github.com/marak/Faker.js/)\n- [`Multer` - Node.js middleware for handling multipart/form-data](https://github.com/expressjs/multer)\n- [`Restify` - Node.js REST development](http://restify.com/)\n- [`Http-errors` - Create HTTP Errors](https://github.com/jshttp/http-errors)\n- [`Cors` - Node.js CORS middleware](https://github.com/expressjs/cors)\n- [`Body-parser` - Node.js body parsing middleware](https://github.com/expressjs/body-parser)\n\n### :closed_lock_with_key: Security\n\n- [`Passport` - Simple, unobtrusive authentication for Node.js](http://www.passportjs.org/)\n- [`JSON Web Token` - Standard RFC 7519 method for representing claims securely between two parties](https://jwt.io/)\n- [`Accountsjs` - Fullstack authentication and accounts-management for Javascript](https://www.accountsjs.com/)\n- [`Helmet` - Express.js security with HTTP headers](https://helmetjs.github.io/)\n- [`Cryptojs` - JavaScript library of crypto standards](https://github.com/brix/crypto-js)\n- [`Next Auth` - Authentication for Next.js](https://next-auth.js.org/)\n\n### :newspaper: Database ORM and Query Builder\n\n- [`TypeORM` - TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native](https://typeorm.io/)\n- [`Prisma` - Modern Database Access for TypeScript \u0026 Node.js](https://www.prisma.io/)\n- [`Objectionjs` - An SQL-friendly ORM for Node.js](https://vincit.github.io/objection.js/)\n- [`Knexjs` - SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift](http://knexjs.org/)\n- [`Sequelize` - promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server](https://sequelize.org/)\n- [`Sails` - Any database, Auto-generated REST APIs, Easy WebSocket integration etc](https://sailsjs.com/)\n- [`Bookshelfjs` - JavaScript ORM for Node.js, built on the Knex](https://bookshelfjs.org/)\n- [`Mongoosejs` - Elegant mongodb object modeling for node.js](https://mongoosejs.com/)\n- [`Mikro-orm` - TypeScript ORM for Node.js based on Data Mapper](https://mikro-orm.io/)\n\n### :incoming_envelope: Command Line Interface\n\n- [`Commanderjs` - The complete solution for node.js command-line interfaces](https://github.com/tj/commander.js)\n- [`Oclif` - Create command line tools your users love](https://oclif.io/)\n- [`Hygen` - The scalable code generator that saves you time](http://www.hygen.io/)\n- [`Yeoman` - Yeoman helps you to kickstart new projects](https://yeoman.io/)\n\n## :yum: How to contribute\n\nHave an idea? Found a bug? See [how to contribute][contributing].\n\n## :scroll: License\n\n[MIT][license] © [Eka Prasetia][website]\n\n[website]: https://www.ekapm.dev/\n[contributing]: https://github.com/ekaone/contribute\n[license]: https://en.wikipedia.org/wiki/MIT_License\n[ama]: https://github.com/ekaone/ama\n","created_at":"2025-03-04T00:56:31.355Z","updated_at":"2026-04-06T02:00:37.295Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/ekaone%2Fjavascript-awesome-packages/projects"}