{"id":18296252,"url":"https://github.com/ruanyl/array-inverse","last_synced_at":"2025-04-09T08:42:48.207Z","repository":{"id":74187868,"uuid":"42744027","full_name":"ruanyl/array-inverse","owner":"ruanyl","description":null,"archived":false,"fork":false,"pushed_at":"2015-09-19T07:58:07.000Z","size":124,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T14:18:19.978Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruanyl.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}},"created_at":"2015-09-18T19:50:51.000Z","updated_at":"2015-09-18T19:51:25.000Z","dependencies_parsed_at":"2023-03-11T16:47:56.501Z","dependency_job_id":null,"html_url":"https://github.com/ruanyl/array-inverse","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/ruanyl%2Farray-inverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanyl%2Farray-inverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanyl%2Farray-inverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruanyl%2Farray-inverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruanyl","download_url":"https://codeload.github.com/ruanyl/array-inverse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248008550,"owners_count":21032553,"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":"2024-11-05T14:39:59.209Z","updated_at":"2025-04-09T08:42:48.184Z","avatar_url":"https://github.com/ruanyl.png","language":"JavaScript","readme":"array-inverse\n========\n[![build status](https://secure.travis-ci.org/ruanyl/array-inverse.svg)](http://travis-ci.org/ruanyl/array-inverse)\n[![NPM version](https://badge.fury.io/js/array-inverse.svg)](http://badge.fury.io/js/array-inverse)\n\ninverse an array\n\n## Installation\n\nThis module is installed via npm:\n\n``` bash\n$ npm install array-inverse\n```\n\n## Example Usage\n\n``` js\nvar arrayInverse = require('array-inverse');\n\nvar arr = [\n            [1, 2, 3],\n            [1, 1, 1]\n          ];\n\n// return [[1, 1], [2, 1], [3, 1]];\narrayInverse(arr);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanyl%2Farray-inverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruanyl%2Farray-inverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruanyl%2Farray-inverse/lists"}