Skip to content
New issue

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

integrate npm-rank #13

Closed
Boshen opened this issue Jul 10, 2024 · 2 comments
Closed

integrate npm-rank #13

Boshen opened this issue Jul 10, 2024 · 2 comments

Comments

@Boshen
Copy link
Member

Boshen commented Jul 10, 2024

https://github.com/LeoDog896/npm-rank

@Boshen
Copy link
Member Author

Boshen commented Jul 14, 2024

const x = require('./raw.json');
const o = {};
x.slice(0, 100).map((x) => {
  o[x.name] = "latest"
});
console.log(JSON.stringify(o, null, 2));

@Boshen
Copy link
Member Author

Boshen commented Jul 14, 2024

Added top 100.

@Boshen Boshen closed this as completed Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant