blob: 732fca1fc80ecc73733d618df3dda8eeccdf51f7 (
plain)
1
2
3
4
5
|
#!/bin/sh -e
curl --globoff 'https://registry.npmjs.org/-/_view/byKeyword?startkey=["postcss-plugin"]&endkey=["postcss-plugin",{}]&group_level=2' \
| jq '.rows | map(.key | .[1])' > plugins.json
|