{"id":24557618,"url":"https://github.com/inker/fast-delete","last_synced_at":"2025-03-16T18:26:12.866Z","repository":{"id":57152534,"uuid":"104497293","full_name":"inker/fast-delete","owner":"inker","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-22T18:48:18.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T20:20:21.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inker.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":"2017-09-22T16:46:09.000Z","updated_at":"2017-09-22T16:53:21.000Z","dependencies_parsed_at":"2022-08-27T16:23:21.536Z","dependency_job_id":null,"html_url":"https://github.com/inker/fast-delete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inker%2Ffast-delete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inker%2Ffast-delete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inker%2Ffast-delete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inker%2Ffast-delete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inker","download_url":"https://codeload.github.com/inker/fast-delete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910766,"owners_count":20367546,"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":"2025-01-23T05:18:24.392Z","updated_at":"2025-03-16T18:26:12.819Z","avatar_url":"https://github.com/inker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-delete\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]\n\nA tiny single-function library to delete elements from array fast.\n\n## Installation\n```\nnpm install --save fast-delete\n```\n\n## Usage\nBasic usage:\n```javascript\nimport fastDelete from 'fast-delete'\n\nconst arr = [0, 1, 2, 3, 4, 5]\nconst deletedElement = fastDelete(arr, 2)\nconsole.log(arr) // [0, 1, 5, 3, 4]\n```\n\n[npm-url]: https://npmjs.org/package/fast-delete\n[downloads-image]: http://img.shields.io/npm/dm/fast-delete.svg\n[npm-image]: http://img.shields.io/npm/v/fast-delete.svg\n[david-dm-url]:https://david-dm.org/inker/fast-delete\n[david-dm-image]:https://david-dm.org/inker/fast-delete.svg\n[david-dm-dev-url]:https://david-dm.org/inker/fast-delete#info=devDependencies\n[david-dm-dev-image]:https://david-dm.org/inker/fast-delete/dev-status.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finker%2Ffast-delete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finker%2Ffast-delete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finker%2Ffast-delete/lists"}