@@ -8,13 +8,13 @@ Python's defaultdict data structure for JavaScript. Parent is
8
8
defaultdict ( ( ) => 0 ).get ( ' x' ) ; // 0
9
9
```
10
10
11
- [ ![ NPM license] ( http ://img.shields.io/npm/l/@aureooms/js-collections-defaultdict.svg?style=flat)] ( https://raw.githubusercontent.com/aureooms/js-collections-defaultdict/master/LICENSE )
12
- [ ![ NPM version] ( http ://img.shields.io/npm/v/@aureooms/js-collections-defaultdict.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-collections-defaultdict )
13
- [ ![ Build Status] ( http ://img.shields.io/travis/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://travis-ci.org/aureooms/js-collections-defaultdict )
14
- [ ![ Coverage Status] ( http ://img.shields.io/coveralls/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://coveralls.io/r/aureooms/js-collections-defaultdict )
15
- [ ![ Dependencies Status] ( http ://img.shields.io/david/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://david-dm.org/aureooms/js-collections-defaultdict#info=dependencies )
16
- [ ![ devDependencies Status] ( http ://img.shields.io/david/dev/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://david-dm.org/aureooms/js-collections-defaultdict#info=devDependencies )
17
- [ ![ Code Climate] ( http ://img.shields.io/codeclimate/github/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://codeclimate.com/github/aureooms/js-collections-defaultdict )
18
- [ ![ NPM downloads per month] ( http ://img.shields.io/npm/dm/@aureooms/js-collections-defaultdict.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-collections-defaultdict )
19
- [ ![ GitHub issues] ( http ://img.shields.io/github/issues/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://github.com/aureooms/js-collections-defaultdict/issues )
11
+ [ ![ NPM license] ( https ://img.shields.io/npm/l/@aureooms/js-collections-defaultdict.svg?style=flat)] ( https://raw.githubusercontent.com/aureooms/js-collections-defaultdict/master/LICENSE )
12
+ [ ![ NPM version] ( https ://img.shields.io/npm/v/@aureooms/js-collections-defaultdict.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-collections-defaultdict )
13
+ [ ![ Build Status] ( https ://img.shields.io/travis/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://travis-ci.org/aureooms/js-collections-defaultdict )
14
+ [ ![ Coverage Status] ( https ://img.shields.io/coveralls/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://coveralls.io/r/aureooms/js-collections-defaultdict )
15
+ [ ![ Dependencies Status] ( https ://img.shields.io/david/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://david-dm.org/aureooms/js-collections-defaultdict#info=dependencies )
16
+ [ ![ devDependencies Status] ( https ://img.shields.io/david/dev/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://david-dm.org/aureooms/js-collections-defaultdict#info=devDependencies )
17
+ [ ![ Code Climate] ( https ://img.shields.io/codeclimate/github/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://codeclimate.com/github/aureooms/js-collections-defaultdict )
18
+ [ ![ NPM downloads per month] ( https ://img.shields.io/npm/dm/@aureooms/js-collections-defaultdict.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-collections-defaultdict )
19
+ [ ![ GitHub issues] ( https ://img.shields.io/github/issues/aureooms/js-collections-defaultdict.svg?style=flat)] ( https://github.com/aureooms/js-collections-defaultdict/issues )
20
20
[ ![ Documentation] ( https://aureooms.github.io/js-collections-defaultdict/badge.svg )] ( https://aureooms.github.io/js-collections-defaultdict/source.html )
0 commit comments