File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 2121/CODE_OF_CONDUCT.md export-ignore
2222/CONTRIBUTING.md export-ignore
2323/docker-compose.yml export-ignore
24+ /fair.json export-ignore
2425/netlify.toml export-ignore
2526/package-lock.json export-ignore
2627/package.json export-ignore
Original file line number Diff line number Diff line change 1+ {
2+ "@context" : " https://fair.pm/ns/metadata/v1" ,
3+ "id" : " did:plc:q2afge25l63iz553aumeqi3w" ,
4+ "type" : " wp-plugin" ,
5+ "name" : " Query Monitor" ,
6+ "license" : " GPL-2.0-or-later" ,
7+ "authors" : [
8+ {
9+ "name" : " John Blackbourn" ,
10+ "url" : " https://querymonitor.com/"
11+ }
12+ ],
13+ "security" : [
14+ {
15+ "url" : " https://querymonitor.com/security/"
16+ }
17+ ],
18+ "releases" : [
19+ ],
20+ "slug" : " query-monitor" ,
21+ "description" : " The developer tools panel for WordPress." ,
22+ "keywords" : [
23+ " debug" ,
24+ " debug-bar" ,
25+ " development" ,
26+ " performance" ,
27+ " query monitor"
28+ ]
29+ }
Original file line number Diff line number Diff line change 1212 * Description: The developer tools panel for WordPress.
1313 * Version: 3.20.0
1414 * Plugin URI: https://querymonitor.com/
15+ * Plugin ID: did:plc:q2afge25l63iz553aumeqi3w
1516 * Author: John Blackbourn
1617 * Author URI: https://querymonitor.com/
1718 * Text Domain: query-monitor
You can’t perform that action at this time.
0 commit comments