We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The goal of this project would be a create our own databases that contain packument and manifest from NPM registry.
We could integrate our tools with this database to store data that would be relevant to us:
We can start this project by using a replicate of NPM
// Import Node.js Dependencies import fs from "fs"; // Import Third-party Dependencies import * as httpie from "@myunisoft/httpie"; // CONSTANTS const kNpmReplicateDB = "https://replicate.npmjs.com/_all_docs?include_docs=true"; httpie.stream("GET", kNpmReplicateDB)(fs.createWriteStream("./npmdb.json"));
Then this database can be used for project like Preview (or for our own research).
The text was updated successfully, but these errors were encountered:
We may want to add information about domains inside our database.
Since whois.iana looks like having a rate limit
whois.iana
Sorry, something went wrong.
After discussion in the last meeting, we should clarify:
Actions to take to work on the subject:
@Rossb0b was interested to be the champion on this project.
No branches or pull requests
The goal of this project would be a create our own databases that contain packument and manifest from NPM registry.
We could integrate our tools with this database to store data that would be relevant to us:
We can start this project by using a replicate of NPM
Then this database can be used for project like Preview (or for our own research).
The text was updated successfully, but these errors were encountered: