4 ms·
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 h
by redidas 12y 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 https://www.npmjs.org/package/npm-postgres-mashup
- phadej 12y agoWow, 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/99020b5b3e21607dab24cd69a79f4bd7c6a63c70/models/package.js#L193 https://github.com/npm/npm-www/blob/99020b5b3e21607dab24cd69... and https://github.com/rickbergfalk/npm-postgres-mashup/blob/56d77cc3a66fd5aaa870dbd578ad899b5fe32d68/npm-postgres-mashup.js#L392 https://github.com/rickbergfalk/npm-postgres-mashup/blob/56d...