UNPKG

@jsopen/objects

Version:

Helper utilities for working with JavaScript objects and arrays

60 lines 1.17 kB
{ "name": "@jsopen/objects", "description": "Helper utilities for working with JavaScript objects and arrays", "version": "1.6.3", "author": "Panates", "license": "MIT", "dependencies": { "tslib": "^2.8.1" }, "type": "module", "exports": { ".": { "import": { "types": "./types/index.d.ts", "default": "./esm/index.js" }, "require": { "types": "./types/index.d.cts", "default": "./cjs/index.js" }, "default": "./esm/index.js" }, "./package.json": "./package.json" }, "main": "./cjs/index.js", "module": "./esm/index.js", "types": "./types/index.d.ts", "contributors": [ "Eray Hanoglu <e.hanoglu@panates.com>" ], "repository": { "type": "git", "url": "https://github.com/panates/jsopen-objects.git" }, "engines": { "node": ">= 16.0" }, "files": [ "cjs/", "esm/", "types/", "LICENSE", "README.md", "CHANGELOG.md" ], "keywords": [ "object", "util", "utils", "merge", "clone", "deep", "omit", "is-plain", "object-utils" ], "publishConfig": { "access": "public" } }