1.8.1 • Published 1 year ago

pkgsource v1.8.1

Weekly downloads
8
License
GPL-3.0
Repository
github
Last release
1 year ago

pkgsource Build Status

Find (almost) every npm package's repository in an instant.

Usage

Visit pkgsource.xyz/{packageName} in your web browser, e.g. pkgsource.xyz/nock.

Get the repository for a specific version

Visit pkgsource.xyz/{packageName}@{version} in your web browser, e.g. pkgsource.xyz/lodash@4.17.15. This also works with npm tags, e.g. pkgsource.xyz/typescript@beta

If no version is specified, the latest version is assumed.

Get the raw data

Visit pkgsource.xyz/{packageName}?raw in your web browser, e.g. pkgsource.xyz/commander?raw.

Get source code for a specific version

Visit pkgsource.xyz/{packageName}?unpkg in your web browser, e.g. pkgsource.xyz/express@4.17.1?unpkg. You can use the same features (raw, version, tags) as mentioned above.

Server usage

Docker

docker run -p 4000:4000 ffflorian/pkgsource

Local

Prerequisites:

Start the server in development mode

yarn
yarn start:dev

Start the server in production mode

yarn
yarn dist
yarn start

Swagger UI

Open /_swagger-ui in the browser to try it out.

1.8.1

1 year ago

1.8.0

1 year ago

1.7.0

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.5

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago