UNPKG

@js-utility/object

Version:

Comprehensive utility library for advanced object manipulation in JavaScript: deep get/set, clone, merge, flatten, and more. Ideal for Node.js and browser projects as a lightweight lodash alternative.

60 lines 1.52 kB
{ "name": "@js-utility/object", "version": "1.0.22", "description": "Comprehensive utility library for advanced object manipulation in JavaScript: deep get/set, clone, merge, flatten, and more. Ideal for Node.js and browser projects as a lightweight lodash alternative.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "clean": "rm -rf dist", "build": "jest --passWithNoTests && tsup --clean", "dev": "tsup --watch", "test": "jest", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/AIWebBuilder/object-utils-js.git" }, "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "keywords": [ "object", "object-utils", "object-utilities", "object-functions", "deep-clone", "object-merge", "flatten-object", "object-get", "object-set", "object-helpers", "javascript", "nodejs", "utility", "toolkit", "lodash-alternative" ], "author": "", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/AIWebBuilder/object-utils-js/issues" }, "homepage": "https://github.com/AIWebBuilder/object-utils-js#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "jest": "^29.7.0", "ts-jest": "^29.3.2", "tsup": "^8.4.0", "typescript": "^5.8.3" } }