{"id":22903983,"url":"https://github.com/json2d/user-packages","last_synced_at":"2025-04-01T07:56:53.922Z","repository":{"id":57388676,"uuid":"99964670","full_name":"json2d/user-packages","owner":"json2d","description":"pulls simple metadata for all npm packages by user","archived":false,"fork":false,"pushed_at":"2017-08-10T21:05:09.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-17T13:41:31.158Z","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/json2d.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-08-10T21:05:04.000Z","updated_at":"2017-08-10T21:05:10.000Z","dependencies_parsed_at":"2022-09-19T01:31:37.516Z","dependency_job_id":null,"html_url":"https://github.com/json2d/user-packages","commit_stats":null,"previous_names":["bitstrider/user-packages"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fuser-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fuser-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fuser-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fuser-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/json2d","download_url":"https://codeload.github.com/json2d/user-packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604619,"owners_count":20804100,"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-12-14T02:39:40.778Z","updated_at":"2025-04-01T07:56:53.904Z","avatar_url":"https://github.com/json2d.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# user-packages\n\npulls simple metadata for all npm packages by user\n\n## Install\n\n```sh\nnpm install user-packages --save\n```\n\n## Usage\nCreate a readable stream of metadata objects for each package belonging to a specific user:\n```javascript\nconst userPackages = require('user-packages')\n\nconst user = 'npm'\nconst npmPackages = userPackages.createStream(user)\n\nnpmPackages.on('data',console.log)\n```\n\n##### Output Example\n\n```\n{ lastPublish: { maintainer: 'ehsalazar', time: '2017-01-13T04:00:41.207Z' },\n  name: 'extnode',\n  description: 'This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.',\n  maintainers: [ 'npm' ],\n  'dist-tags': { latest: '5.0.0' },\n  permissions: 'write',\n  isPrivate: false }\n\n{ lastPublish: { maintainer: 'fac3', time: '2017-06-15T20:02:26.247Z' },\n  name: 'biotix',\n  description: 'A JavaScript class system',\n  maintainers: [ 'npm' ],\n  'dist-tags': { latest: '0.1.0-a' },\n  permissions: 'write',\n  isPrivate: false }\n\n/* ...more packages... */\n\n```\n\n## Dependencies\n\n- [axios](https://github.com/mzabriskie/axios): Promise based HTTP client for the browser and node.js\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson2d%2Fuser-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjson2d%2Fuser-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson2d%2Fuser-packages/lists"}