{"id":15853166,"url":"https://github.com/fabioricali/arrayme","last_synced_at":"2025-04-01T18:42:27.004Z","repository":{"id":57184234,"uuid":"113292735","full_name":"fabioricali/arrayme","owner":"fabioricali","description":"Transforms a value to an array.","archived":false,"fork":false,"pushed_at":"2018-03-28T13:58:21.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-24T11:20:28.894Z","etag":null,"topics":["convert","to-array"],"latest_commit_sha":null,"homepage":"","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/fabioricali.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12-06T08:58:53.000Z","updated_at":"2018-03-28T13:58:16.000Z","dependencies_parsed_at":"2022-08-23T01:31:07.478Z","dependency_job_id":null,"html_url":"https://github.com/fabioricali/arrayme","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Farrayme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Farrayme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Farrayme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabioricali%2Farrayme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabioricali","download_url":"https://codeload.github.com/fabioricali/arrayme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246693077,"owners_count":20818802,"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":["convert","to-array"],"created_at":"2024-10-05T19:03:06.683Z","updated_at":"2025-04-01T18:42:26.985Z","avatar_url":"https://github.com/fabioricali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003earrayme\u003c/h1\u003e\nTransforms a value to an array.\n\u003cbr/\u003e\u003cbr/\u003e\n\u003ca href=\"https://travis-ci.org/fabioricali/arrayme\" target=\"_blank\"\u003e\u003cimg src=\"https://travis-ci.org/fabioricali/arrayme.svg?branch=master\" title=\"Build Status\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" title=\"License: MIT\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Installation\n\n### Node.js\n```\nnpm install arrayme --save\n```\n\n## Example\n\n```javascript\nconst arrayme = require('arrayme');\n\narrayme('hello'); //=\u003e ['hello']\narrayme(null); //=\u003e []\narrayme(); //=\u003e []\n\n// Disable check on null\narrayme(null, false); //=\u003e [null]\n```\n\n## Changelog\nYou can view the changelog \u003ca target=\"_blank\" href=\"https://github.com/fabioricali/arrayme/blob/master/CHANGELOG.md\"\u003ehere\u003c/a\u003e\n\n## License\narrayme is open-sourced software licensed under the \u003ca target=\"_blank\" href=\"http://opensource.org/licenses/MIT\"\u003eMIT license\u003c/a\u003e\n\n## Author\n\u003ca target=\"_blank\" href=\"http://rica.li\"\u003eFabio Ricali\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabioricali%2Farrayme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabioricali%2Farrayme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabioricali%2Farrayme/lists"}