{"id":22752398,"url":"https://github.com/impeiran/ure","last_synced_at":"2025-04-14T14:20:48.937Z","repository":{"id":41646769,"uuid":"226265582","full_name":"impeiran/ure","owner":"impeiran","description":"🛠️A lib with some utility functions used frequently","archived":false,"fork":false,"pushed_at":"2023-09-24T08:56:56.000Z","size":1073,"stargazers_count":9,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-25T17:41:34.285Z","etag":null,"topics":["browser","javascript","javascript-tools","util","utility-library"],"latest_commit_sha":null,"homepage":"https://impeiran.github.io/ure","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/impeiran.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-06T06:54:43.000Z","updated_at":"2023-03-07T11:15:09.000Z","dependencies_parsed_at":"2024-12-11T05:14:43.830Z","dependency_job_id":"6693b928-943f-4220-8717-be49a1c1d088","html_url":"https://github.com/impeiran/ure","commit_stats":{"total_commits":104,"total_committers":4,"mean_commits":26.0,"dds":"0.13461538461538458","last_synced_commit":"7f625121f0169176168b5a855781e24b2d7d8b56"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impeiran%2Fure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impeiran%2Fure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impeiran%2Fure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/impeiran%2Fure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/impeiran","download_url":"https://codeload.github.com/impeiran/ure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894939,"owners_count":21179154,"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":["browser","javascript","javascript-tools","util","utility-library"],"created_at":"2024-12-11T05:11:39.236Z","updated_at":"2025-04-14T14:20:48.911Z","avatar_url":"https://github.com/impeiran.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ure\n\n[![npm version](https://img.shields.io/npm/v/ure.svg)](https://badge.fury.io/js/ure) ![gzip size](https://img.shields.io/bundlephobia/minzip/ure.svg?label=gzip%20size) ![license](https://img.shields.io/badge/license-MIT-blue.svg)\n\nure is a lib with some utility functions used frequently. Most of these functions are faced to browser.Inspired by `lodash` and `bbo`.\n\n[Documents](https://impeiran.github.io/ure)\n\n## **Installation**\n\n```bash\n# use npm\nnpm install ure --save\n\n# use cnpm\npnpm add ure\n\n# use yarn\nyarn add ure\n```\n\n**Or you can download the js file**:\n\n- ure.js [click here](https://github.com/impeiran/ure/raw/master/dist/ure.js)\n- ure.min.js [click here](https://github.com/impeiran/ure/raw/master/dist/ure.min.js)\n\n## **Usage**\n\nUse CommonJS module\n\n```javascript\nconst ure = require('ure')\nure.getCookie()\n```\n\nUse ES module\n\n```javascript\nimport ure from 'ure'\nure.isEmpty(list)\n```\n\nOr require/import individual function\n\n```javascript\nimport isEmpty from 'ure/isEmpty'\n\nconst parseCookie = require('ure/parseCookie')\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpeiran%2Fure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimpeiran%2Fure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimpeiran%2Fure/lists"}