Y
Hacker News
new
|
ask
|
show
|
jobs
by
redidas
4289 days ago
If you'd rather work with a SQL database, here's a module that attempts to put NPM into a Postgres database:
https://www.npmjs.org/package/npm-postgres-mashup
1 comments
phadej
4289 days ago
Wow, someone had time and motivation to write all of that boilerplate there. Yet e.g. the license parsing is very naive: compare
https://github.com/npm/npm-www/blob/99020b5b3e21607dab24cd69...
and
https://github.com/rickbergfalk/npm-postgres-mashup/blob/56d...
link