@@ -22,10 +22,10 @@ This is a fork of the original package with the following enhancements:
22
22
* Depends on up-to-date npm modules with no installation warnings.
23
23
* Small size - 17.6 kB minified, 6.1 kB gzipped.
24
24
25
- Integration to the favourite task loaders is provided by the following modules:
25
+ Integration to the favourite task loaders is provided by the following NPM modules:
26
26
27
- * [ ` grunt ` ] - [ ` @prantlf/grunt-jsonlint ` ]
28
- * [ ` gulp ` ] - [ ` @prantlf/gulp-jsonlint ` ]
27
+ * [ ` Grunt ` ] - see [ ` @prantlf/grunt-jsonlint ` ]
28
+ * [ ` Gulp ` ] - see [ ` @prantlf/gulp-jsonlint ` ]
29
29
30
30
## Synopsis
31
31
@@ -229,10 +229,10 @@ Licensed under the MIT license.
229
229
[ JSON5 ] : https://spec.json5.org
230
230
[ JSON Schema ] : https://json-schema.org
231
231
[ UMD ] : https://github.com/umdjs/umd
232
- [ `grunt ` ] : https://gruntjs.com/
233
- [ `gulp ` ] : http://gulpjs.com/
234
- [ `@prantlf/grunt-jsonlint` ] : https://github. com/prantlf/grunt-jsonlint
235
- [ `@prantlf/gulp-jsonlint` ] : https://github. com/prantlf/gulp-jsonlint
232
+ [ `Grunt ` ] : https://gruntjs.com/
233
+ [ `Gulp ` ] : http://gulpjs.com/
234
+ [ `@prantlf/grunt-jsonlint` ] : https://www.npmjs. com/package/@ prantlf/grunt-jsonlint
235
+ [ `@prantlf/gulp-jsonlint` ] : https://www.npmjs. com/package/@ prantlf/gulp-jsonlint
236
236
[ best performance ] : ./benchmarks#json-parser-comparison
237
237
[ parser benchmark ] : ./benchmarks#json-parser-comparison
238
238
[ a lot slower ] : ./benchmarks/results/performance.md#results
0 commit comments