File tree Expand file tree Collapse file tree 5 files changed +499
-364
lines changed
Expand file tree Collapse file tree 5 files changed +499
-364
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "type" : " module" ,
33 "name" : " array-utils-ts" ,
44 "version" : " 0.1.2" ,
5- "author" : " Vlad Pronsky <v.pronsky@gmail.com>" ,
6- "repository" : " vladkens/array-utils-ts" ,
7- "description" : " " ,
85 "license" : " MIT" ,
9- "keywords" : [],
10- "files" : [
11- " dist"
12- ],
136 "scripts" : {
147 "build" : " rm -rf dist && pkgroll --minify && ls -lah dist" ,
158 "test" : " uvu -r tsm src '\\ .test\\ .ts$'" ,
2013 },
2114 "dependencies" : {},
2215 "devDependencies" : {
23- "c8" : " ^8.0.1 " ,
24- "pkgroll" : " ^2.0.1 " ,
25- "prettier" : " ^3.1.0 " ,
26- "prettier-plugin-organize-imports" : " ^3.2.4 " ,
27- "tsm" : " ^ 2.3.0" ,
28- "typescript" : " ^5.3.2 " ,
29- "uvu" : " ^ 0.5.6"
16+ "c8" : " 10.1.2 " ,
17+ "pkgroll" : " 2.5.0 " ,
18+ "prettier" : " 3.3.3 " ,
19+ "prettier-plugin-organize-imports" : " 4.1.0 " ,
20+ "tsm" : " 2.3.0" ,
21+ "typescript" : " 5.6.3 " ,
22+ "uvu" : " 0.5.6"
3023 },
24+ "author" : " Vlad Pronsky <v.pronsky@gmail.com>" ,
25+ "repository" : " vladkens/array-utils-ts" ,
26+ "description" : " " ,
27+ "keywords" : [],
28+ "files" : [
29+ " dist"
30+ ],
3131 "types" : " ./dist/main.d.cts" ,
3232 "exports" : {
3333 "require" : {
Original file line number Diff line number Diff line change 11# array-utils-ts
22
33<div align =" center " >
4- <a href =" https://npmjs.org/package/array-utils-ts " >
5- <img src="https://badgen.net/npm/v/array-utils-ts" alt="version" />
6- </a >
7- <a href =" https://github.com/vladkens/array-utils-ts/actions " >
8- <img src="https://github.com/vladkens/array-utils-ts/workflows/test/badge.svg" alt="test status" />
9- </a >
10- <a href =" https://packagephobia.now.sh/result?p=array-utils-ts " >
11- <img src="https://badgen.net/packagephobia/publish/array-utils-ts" alt="size" />
12- </a >
13- <!-- <a href="https://npmjs.org/package/array-utils-ts">
14- <img src="https://badgen.net/npm/dm/array-utils-ts" alt="downloads" />
15- </a> -->
16- <a href =" https://github.com/vladkens/array-utils-ts/blob/main/LICENSE " >
17- <img src="https://badgen.net/github/license/vladkens/array-utils-ts" alt="license" />
18- </a >
4+
5+ [ <img src =" https://badgen.net/npm/v/array-utils-ts " alt =" version " />] ( https://npmjs.org/package/array-utils-ts )
6+ [ <img src =" https://badgen.net/packagephobia/publish/array-utils-ts " alt =" size " />] ( https://packagephobia.now.sh/result?p=array-utils-ts )
7+ [ <img src =" https://badgen.net/npm/dm/array-utils-ts " alt =" downloads " />] ( https://npmjs.org/package/array-utils-ts )
8+ [ <img src =" https://badgen.net/github/license/vladkens/array-utils-ts " alt =" license " />] ( https://github.com/vladkens/array-utils-ts/blob/main/LICENSE )
9+ [ <img src =" https://badgen.net/static/-/buy%20me%20a%20coffee/ff813f?icon=buymeacoffee&label " alt =" donate " />] ( https://buymeacoffee.com/vladkens )
10+
1911</div >
2012
2113A set of functions for working with arrays, often necessary for working with state, but absent in lodash.
You can’t perform that action at this time.
0 commit comments