|
1 | 1 | { |
2 | | - "@context": ["http://purl.org/codemeta/2.0", "http://schema.org"], |
| 2 | + "@context": [ |
| 3 | + "http://purl.org/codemeta/2.0", |
| 4 | + "http://schema.org" |
| 5 | + ], |
3 | 6 | "@type": "SoftwareSourceCode", |
4 | 7 | "identifier": "webmockr", |
5 | 8 | "description": "Stubbing and setting expectations on 'HTTP' requests.\n Includes tools for stubbing 'HTTP' requests, including expected\n request conditions and response conditions. Match on\n 'HTTP' method, query parameters, request body, headers and\n more. Can be used for unit tests or outside of a testing \n context.", |
6 | 9 | "name": "webmockr: Stubbing and Setting Expectations on 'HTTP' Requests", |
7 | 10 | "codeRepository": "https://github.com/ropensci/webmockr", |
8 | 11 | "issueTracker": "https://github.com/ropensci/webmockr/issues", |
9 | 12 | "license": "https://spdx.org/licenses/MIT", |
10 | | - "version": "0.1.5.9421", |
| 13 | + "version": "0.2.0", |
11 | 14 | "programmingLanguage": { |
12 | 15 | "@type": "ComputerLanguage", |
13 | 16 | "name": "R", |
|
60 | 63 | "name": "Central R Archive Network (CRAN)", |
61 | 64 | "url": "https://cran.r-project.org" |
62 | 65 | } |
63 | | - }, |
64 | | - { |
65 | | - "@type": "SoftwareApplication", |
66 | | - "identifier": "crul", |
67 | | - "name": "crul", |
68 | | - "version": "0.5.0", |
69 | | - "provider": { |
70 | | - "@id": "https://cran.r-project.org", |
71 | | - "@type": "Organization", |
72 | | - "name": "Central R Archive Network (CRAN)", |
73 | | - "url": "https://cran.r-project.org" |
74 | | - } |
75 | | - }, |
76 | | - { |
77 | | - "@type": "SoftwareApplication", |
78 | | - "identifier": "vcr", |
79 | | - "name": "vcr", |
80 | | - "version": "0.0.6" |
81 | 66 | } |
82 | 67 | ], |
83 | 68 | "softwareRequirements": [ |
|
155 | 140 | "@type": "SoftwareApplication", |
156 | 141 | "identifier": "fauxpas", |
157 | 142 | "name": "fauxpas", |
158 | | - "version": "0.2.0", |
| 143 | + "provider": { |
| 144 | + "@id": "https://cran.r-project.org", |
| 145 | + "@type": "Organization", |
| 146 | + "name": "Central R Archive Network (CRAN)", |
| 147 | + "url": "https://cran.r-project.org" |
| 148 | + } |
| 149 | + }, |
| 150 | + { |
| 151 | + "@type": "SoftwareApplication", |
| 152 | + "identifier": "crul", |
| 153 | + "name": "crul", |
| 154 | + "version": "0.4.0", |
159 | 155 | "provider": { |
160 | 156 | "@id": "https://cran.r-project.org", |
161 | 157 | "@type": "Organization", |
|
171 | 167 | "developmentStatus": "active", |
172 | 168 | "releaseNotes": "https://github.com/ropensci/webmockr/blob/master/NEWS.md", |
173 | 169 | "readme": "https://github.com/ropensci/webmockr/blob/master/README.md", |
174 | | - "fileSize": "35.812KB" |
| 170 | + "fileSize": "36.742KB" |
175 | 171 | } |
0 commit comments