{"id":22096653,"url":"https://github.com/prdpx7/pkgstat","last_synced_at":"2026-05-18T00:03:29.428Z","repository":{"id":57151452,"uuid":"86236704","full_name":"prdpx7/pkgstat","owner":"prdpx7","description":":fire: a universal pkg metadata extraction module for different languages and package managers","archived":false,"fork":false,"pushed_at":"2018-03-12T13:59:09.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T00:53:14.934Z","etag":null,"topics":["nodejs","package-metadata","package-search","pypi-packages","rubygems"],"latest_commit_sha":null,"homepage":"","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/prdpx7.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":"2017-03-26T14:01:31.000Z","updated_at":"2024-05-31T11:09:11.000Z","dependencies_parsed_at":"2022-08-31T20:10:38.100Z","dependency_job_id":null,"html_url":"https://github.com/prdpx7/pkgstat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prdpx7/pkgstat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdpx7%2Fpkgstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdpx7%2Fpkgstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdpx7%2Fpkgstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdpx7%2Fpkgstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prdpx7","download_url":"https://codeload.github.com/prdpx7/pkgstat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prdpx7%2Fpkgstat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266663042,"owners_count":23964674,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["nodejs","package-metadata","package-search","pypi-packages","rubygems"],"created_at":"2024-12-01T04:12:02.877Z","updated_at":"2026-05-18T00:03:24.383Z","avatar_url":"https://github.com/prdpx7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pkgstat\n\n\u003e Get metadata of package from node, python and ruby.\n\n[![Build Status](https://travis-ci.org/prdpx7/pkgstat.svg?branch=master)](https://travis-ci.org/prdpx7/pkgstat) \n[![MITlicensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/prdpx7/pkgstat/master/LICENSE)\n\n## Install\n```\n$ npm install --save pkgstat\n```\n## Usage\n```js\nconst pkgstat = require('pkgstat');\npkgstat(\"django\", \"python\")\n    .then(resp =\u003e {\n        console.log(resp);\n        /*\n        { \n            name: 'Django',\n            author: 'Django Software Foundation',\n            description: 'A high-level Python Web framework....',\n            url: 'http://pypi.python.org/pypi/Django',\n            source: 'https://www.djangoproject.com/',\n            license: 'BSD',\n            version: '1.11rc1',\n            statusCode: 200 \n        }\n        */\n    });\npkgstat(\"somePkgWhichDoesNotExist\",\"node\")\n    .then(resp =\u003e {\n        console.log(resp);\n        //{statusCode: 404}\n    });\npkgstat(\"request\",\"ruby\")\n    .then(resp =\u003e {\n        console.log(resp);\n        /*\n        {\n            name: 'request',\n            author: 'Markus Schirp',\n            description: 'HTTP request porofication',\n            url: 'https://rubygems.org/gems/request',\n            source: null,\n            license: 'MIT',\n            version: '0.0.6',\n            statusCode: 200 \n        }\n        */\n    });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprdpx7%2Fpkgstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprdpx7%2Fpkgstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprdpx7%2Fpkgstat/lists"}