open-civics 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,122 @@
1
+ {
2
+ "meta": {
3
+ "state": "SC",
4
+ "level": "federal",
5
+ "lastUpdated": "2026-03-16",
6
+ "source": "unitedstates/congress-legislators"
7
+ },
8
+ "senate": {
9
+ "2": {
10
+ "name": "Lindsey Graham",
11
+ "party": "R",
12
+ "phone": "(202) 224-5972",
13
+ "website": "https://www.lgraham.senate.gov/public",
14
+ "contactForm": "https://www.lgraham.senate.gov/public/index.cfm/e-mail-senator-graham",
15
+ "office": "211 Russell Senate Office Building",
16
+ "source": "unitedstates/congress-legislators",
17
+ "lastUpdated": "2026-03-16",
18
+ "seatClass": "2",
19
+ "stateRank": "senior",
20
+ "bioguideId": "G000359"
21
+ },
22
+ "3": {
23
+ "name": "Tim Scott",
24
+ "party": "R",
25
+ "phone": "(202) 224-6121",
26
+ "website": "https://www.scott.senate.gov",
27
+ "contactForm": "https://www.scott.senate.gov/contact/email-me",
28
+ "office": "104 Hart Senate Office Building",
29
+ "source": "unitedstates/congress-legislators",
30
+ "lastUpdated": "2026-03-16",
31
+ "seatClass": "3",
32
+ "stateRank": "junior",
33
+ "bioguideId": "S001184"
34
+ }
35
+ },
36
+ "house": {
37
+ "6": {
38
+ "name": "James E. Clyburn",
39
+ "party": "D",
40
+ "phone": "(202) 225-3315",
41
+ "website": "https://clyburn.house.gov",
42
+ "contactForm": "",
43
+ "office": "274 Cannon House Office Building",
44
+ "source": "unitedstates/congress-legislators",
45
+ "lastUpdated": "2026-03-16",
46
+ "district": "6",
47
+ "bioguideId": "C000537"
48
+ },
49
+ "2": {
50
+ "name": "Joe Wilson",
51
+ "party": "R",
52
+ "phone": "(202) 225-2452",
53
+ "website": "https://joewilson.house.gov",
54
+ "contactForm": "",
55
+ "office": "1436 Longworth House Office Building",
56
+ "source": "unitedstates/congress-legislators",
57
+ "lastUpdated": "2026-03-16",
58
+ "district": "2",
59
+ "bioguideId": "W000795"
60
+ },
61
+ "5": {
62
+ "name": "Ralph Norman",
63
+ "party": "R",
64
+ "phone": "(202) 225-5501",
65
+ "website": "https://norman.house.gov",
66
+ "contactForm": "",
67
+ "office": "569 Cannon House Office Building",
68
+ "source": "unitedstates/congress-legislators",
69
+ "lastUpdated": "2026-03-16",
70
+ "district": "5",
71
+ "bioguideId": "N000190"
72
+ },
73
+ "4": {
74
+ "name": "William R. Timmons IV",
75
+ "party": "R",
76
+ "phone": "(202) 225-6030",
77
+ "website": "https://timmons.house.gov",
78
+ "contactForm": "",
79
+ "office": "267 Cannon House Office Building",
80
+ "source": "unitedstates/congress-legislators",
81
+ "lastUpdated": "2026-03-16",
82
+ "district": "4",
83
+ "bioguideId": "T000480"
84
+ },
85
+ "1": {
86
+ "name": "Nancy Mace",
87
+ "party": "R",
88
+ "phone": "(202) 225-3176",
89
+ "website": "https://mace.house.gov",
90
+ "contactForm": "",
91
+ "office": "1728 Longworth House Office Building",
92
+ "source": "unitedstates/congress-legislators",
93
+ "lastUpdated": "2026-03-16",
94
+ "district": "1",
95
+ "bioguideId": "M000194"
96
+ },
97
+ "7": {
98
+ "name": "Russell Fry",
99
+ "party": "R",
100
+ "phone": "(202) 225-9895",
101
+ "website": "https://fry.house.gov",
102
+ "contactForm": "",
103
+ "office": "345 Cannon House Office Building",
104
+ "source": "unitedstates/congress-legislators",
105
+ "lastUpdated": "2026-03-16",
106
+ "district": "7",
107
+ "bioguideId": "F000478"
108
+ },
109
+ "3": {
110
+ "name": "Sheri Biggs",
111
+ "party": "R",
112
+ "phone": "(202) 225-5301",
113
+ "website": "https://sheribiggs.house.gov",
114
+ "contactForm": "",
115
+ "office": "1530 Longworth House Office Building",
116
+ "source": "unitedstates/congress-legislators",
117
+ "lastUpdated": "2026-03-16",
118
+ "district": "3",
119
+ "bioguideId": "B001325"
120
+ }
121
+ }
122
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-civics",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "US legislator contact data — names, emails, phones, districts",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "files": [
11
11
  "data/*/state.json",
12
+ "data/*/federal.json",
12
13
  "data/*/local/**"
13
14
  ],
14
15
  "exports": {