@vect/entries-mapper
Advanced tools
Comparing version 0.0.1 to 0.0.4
{ | ||
"name": "@vect/entries-mapper", | ||
"version": "0.0.1", | ||
"version": "0.0.4", | ||
"description": "A debugging tool", | ||
@@ -32,4 +32,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"homepage": "https://github.com/hoyeungw/vect#readme", | ||
"gitHead": "7bf35257f5abceb6b873d4385cb0a0599cedf26c" | ||
"homepage": "https://github.com/hoyeungw/vect#readme" | ||
} |
@@ -8,21 +8,20 @@ # @vect/vector-mapper | ||
[![npm license][badge-npm-license]][url-npm] | ||
[![pp install size][badge-pp-install-size]][url-pp] | ||
[![github commit last][badge-github-last-commit]][url-github] | ||
[![github commit total][badge-github-commit-count]][url-github] | ||
[![pp install size][badge-pp-install-size]][url-pp] | ||
[//]: <> (Shields) | ||
[badge-npm-version]: https://flat.badgen.net/npm/v/@vect/vector-mapper | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/vector-mapper | ||
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/vector-mapper | ||
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@vect/vector-mapper | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/vector-mapper | ||
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/@vect/vector-mapper | ||
[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/@vect/vector-mapper | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/vector-mapper | ||
[badge-npm-version]: https://flat.badgen.net/npm/v/@vect/entries-mapper | ||
[badge-npm-download-monthly]: https://flat.badgen.net/npm/dm/@vect/entries-mapper | ||
[badge-npm-download-total]:https://flat.badgen.net/npm/dt/@vect/entries-mapper | ||
[badge-npm-dependents]: https://flat.badgen.net/npm/dependents/@vect/entries-mapper | ||
[badge-npm-license]: https://flat.badgen.net/npm/license/@vect/entries-mapper | ||
[badge-pp-install-size]: https://flat.badgen.net/packagephobia/install/@vect/entries-mapper | ||
[badge-github-last-commit]: https://flat.badgen.net/github/last-commit/hoyeungw/vect | ||
[badge-github-commit-count]: https://flat.badgen.net/github/commits/hoyeungw/vect | ||
[//]: <> (Link) | ||
[url-npm]: https://npmjs.org/package/@vect/vector-mapper | ||
[url-github]: https://github.com/hoyeungw/@vect/vector-mapper | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/vector-mapper | ||
[url-npm]: https://npmjs.org/package/@vect/entries-mapper | ||
[url-pp]: https://packagephobia.now.sh/result?p=@vect/entries-mapper | ||
[url-github]: https://github.com/hoyeungw/vect | ||
##### Util for array | ||
@@ -44,2 +43,2 @@ | ||
#### Meta | ||
[LICENSE (MIT)](/LICENSE) | ||
[LICENSE (MIT)](LICENSE) |
4256
43