UNPKG

extra-object

Version:

A collection of methods for working with Objects.

146 lines (145 loc) 2.74 kB
{ "name": "extra-object", "version": "3.2.2", "description": "A collection of methods for working with Objects.", "main": "index.js", "module": "index.mjs", "sideEffects": false, "exports": { "require": "./index.js", "import": "./index.mjs" }, "scripts": { "test": "jest", "build": "node ./build", "publish-docs": "node ./build publish-docs", "publish-packages": "node ./build publish-packages" }, "keywords": [ "extra", "object", "entry", "hasKey", "key", "length", "subset", "CombineFunction", "CompareFunction", "EndFunction", "Entries", "Lists", "MapFunction", "ProcessFunction", "ReadFunction", "ReduceFunction", "TestFunction", "cartesianProduct", "chunk", "compare", "concat", "concat$", "count", "countAs", "difference", "difference$", "drop", "drop$", "entries", "every", "filter", "filter$", "filterAt", "filterAt$", "find", "findAll", "flat", "flatMap", "forEach", "fromEntries", "fromLists", "get", "getAll", "getPath", "has", "hasEntry", "hasPath", "hasSubset", "hasValue", "head", "intersection", "intersection$", "intersectionKeys", "is", "isDisjoint", "isEmpty", "isEqual", "join", "keys", "map", "map$", "max", "maxEntry", "min", "minEntry", "partition", "partitionAs", "randomEntry", "randomKey", "randomSubset", "range", "rangeEntries", "reduce", "reject", "reject$", "rejectAt", "rejectAt$", "remove", "remove$", "removePath$", "search", "searchAll", "searchValue", "searchValueAll", "set", "set$", "setPath$", "size", "some", "subsets", "swap", "swap$", "symmetricDifference", "symmetricDifference$", "tail", "take", "take$", "union", "union$", "unionKeys", "values", "zip" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-object.git" }, "bugs": { "url": "https://github.com/nodef/extra-object/issues" }, "homepage": "https://github.com/nodef/extra-object#readme", "devDependencies": { "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@types/jest": "^29.5.13", "extra-array": "^3.1.31", "extra-build": "^2.2.46", "extra-function": "^1.2.0", "extra-iterable": "^3.3.0", "jest": "^29.7.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "^5.3.1", "ts-jest": "^29.2.5" } }