{"id":16531397,"url":"https://github.com/marcbachmann/npm-module-search","last_synced_at":"2025-09-13T23:32:19.836Z","repository":{"id":65369862,"uuid":"41512580","full_name":"marcbachmann/npm-module-search","owner":"marcbachmann","description":":mag: A module to search for npm modules","archived":false,"fork":false,"pushed_at":"2023-12-15T08:50:55.000Z","size":9,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T14:40:26.194Z","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/marcbachmann.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-27T21:36:16.000Z","updated_at":"2018-03-22T20:44:52.000Z","dependencies_parsed_at":"2024-10-11T18:08:46.168Z","dependency_job_id":"42dd0c9a-1dff-4de1-99b1-677a5b8a1134","html_url":"https://github.com/marcbachmann/npm-module-search","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.46153846153846156","last_synced_commit":"ac35eeff54e959922ea5788a09a6e4a51e9175a6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fnpm-module-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fnpm-module-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fnpm-module-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcbachmann%2Fnpm-module-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcbachmann","download_url":"https://codeload.github.com/marcbachmann/npm-module-search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232931899,"owners_count":18598665,"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-10-11T18:08:43.482Z","updated_at":"2025-01-07T20:08:56.606Z","avatar_url":"https://github.com/marcbachmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# npm-module-search\n\n```javascript\nvar npmSearch = require('npm-module-search')\nnpmSearch.search('express', function (err, modules) {\n  console.log('Here are 20 modules', modules)\n  // modules is an array of objects like:\n  // {\n  //   name: \"npm-module-search\",\n  //   scope: \"unscoped\",\n  //   version: \"2.0.0\",\n  //   description: \"A module to search for npm modules\",\n  //   keywords: [\n  //    \"This property may be inexisting if no keywords are set for this package\"\n  //   ]\n  //   date: \"2017-07-05T01:05:45.455Z\",\n  //   links: {\n  //       npm: \"https://www.npmjs.com/package/npm-module-search\",\n  //       homepage: \"https://github.com/marcbachmann/npm-module-search#readme\",\n  //       repository: \"https://github.com/marcbachmann/npm-module-search\",\n  //\t   bugs: \"https://github.com/marcbachmann/npm-module-search/issues\"\n  //   },\n  //   author: {\n  //\t    name: \"Marc Bachmann\",\n  //\t    email: \"This may be inexisting if the author email is not in the package.json file\",\n  //        username: \"This may be inexisting as well\"\n  //   },\n  //   publisher: {\n  //\t    username\": \"marcbachmann\",\n  //\t    email: \"marc.brookman@gmail.com\"\n  //   },\n  //   maintainers: [\n  //\t    {\n  //\t        username: \"marcbachmann\",\n  //\t\temail: \"marc.brookman@gmail.com\"\n  //\t    }\n  //\t]\n  // }\n})\n\n\nnpmSearch.search('express', {limit: 50}, function (err, modules) {\n  console.log('Here are 50 modules', modules)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fnpm-module-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcbachmann%2Fnpm-module-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcbachmann%2Fnpm-module-search/lists"}