UNPKG

my-utils-kit

Version:

A lightweight and type-safe utility library for working with strings, objects, array Performance methods in TypeScript. Includes helpful methods for deep cloning, object transformations, safe access, query string handling, and more — designed for modern J

23 lines (22 loc) 570 B
{ "name": "test-folder", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "test-folder", "version": "1.0.0", "license": "ISC", "dependencies": { "my-utils-lib": "^1.0.0" } }, "node_modules/my-utils-lib": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/my-utils-lib/-/my-utils-lib-1.0.0.tgz", "integrity": "sha512-oICtRLg2uy6KTm+45bHBR/l3gFJggKwHtFi9hgTBXex5++F9wpqT/VPLO0aPfZDnp+8p3NWiLQ2/JJRWNa3wyQ==", "license": "MIT" } } }