From 9801b966c0a1e9166387269e36dbea980d483085 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Tue, 12 Feb 2019 02:34:51 +0000 Subject: [PATCH] Add repository to packages table --- README.md | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4088c83..e3e4bec 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ PEG.js is a simple parser generator for JavaScript that produces fast parsers wi | package | dependency status | | ------- | ----------------- | -| [test][H001] | [![dependencies][H002]][H003] | -| [tools/benchmark][H004] | [![dependencies][H005]][H006] | -| [tools/bundler][H007] | [![dependencies][H008]][H009] | -| [tools/impact][H010] | [![dependencies][H011]][H012] | +| [~/][L013] | [![dependencies][L014]][L015] | +| [~/test][L001] | [![dependencies][L002]][L003] | +| [~/tools/benchmark][L004] | [![dependencies][L005]][L006] | +| [~/tools/bundler][L007] | [![dependencies][L008]][L009] | +| [~/tools/impact][L010] | [![dependencies][L011]][L012] | [](https://crossbrowsertesting.com/) @@ -34,22 +35,27 @@ PEG.js is a simple parser generator for JavaScript that produces fast parsers wi [P006]: https://img.shields.io/david/pegjs/pegjs.svg?path=packages/pegjs [P007]: https://david-dm.org/pegjs/pegjs?path=packages/pegjs + +[L013]: https://github.com/pegjs/pegjs/tree/master/ +[L014]: https://img.shields.io/david/pegjs/pegjs.svg +[L015]: https://david-dm.org/pegjs/pegjs + -[H001]: https://github.com/pegjs/pegjs/tree/master/test -[H002]: https://img.shields.io/david/pegjs/pegjs.svg?path=test -[H003]: https://david-dm.org/pegjs/pegjs?path=test +[L001]: https://github.com/pegjs/pegjs/tree/master/test +[L002]: https://img.shields.io/david/pegjs/pegjs.svg?path=test +[L003]: https://david-dm.org/pegjs/pegjs?path=test -[H004]: https://github.com/pegjs/pegjs/tree/master/tools/benchmark -[H005]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/benchmark -[H006]: https://david-dm.org/pegjs/pegjs?path=tools/benchmark +[L004]: https://github.com/pegjs/pegjs/tree/master/tools/benchmark +[L005]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/benchmark +[L006]: https://david-dm.org/pegjs/pegjs?path=tools/benchmark -[H007]: https://github.com/pegjs/pegjs/tree/master/tools/bundler -[H008]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/bundler -[H009]: https://david-dm.org/pegjs/pegjs?path=tools/bundler +[L007]: https://github.com/pegjs/pegjs/tree/master/tools/bundler +[L008]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/bundler +[L009]: https://david-dm.org/pegjs/pegjs?path=tools/bundler -[H010]: https://github.com/pegjs/pegjs/tree/master/tools/impact -[H011]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/impact -[H012]: https://david-dm.org/pegjs/pegjs?path=tools/impact +[L010]: https://github.com/pegjs/pegjs/tree/master/tools/impact +[L011]: https://img.shields.io/david/pegjs/pegjs.svg?path=tools/impact +[L012]: https://david-dm.org/pegjs/pegjs?path=tools/impact