extra-set
Version:
A pack of functions for working with Sets.
124 lines (123 loc) • 2.37 kB
JSON
{
"name": "extra-set",
"version": "3.2.3",
"description": "A pack of functions for working with Sets.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": "./index.js",
"import": "./index.mjs",
"types": "./index.d.ts"
},
"scripts": {
"test": "jest",
"build": "node ./build",
"publish-docs": "node ./build publish-docs",
"publish-packages": "node ./build publish-packages"
},
"keywords": [
"extra",
"set",
"default",
"entry",
"key",
"keys",
"length",
"randomKey",
"search",
"searchAll",
"value",
"CombineFunction",
"CompareFunction",
"EndFunction",
"MapFunction",
"ProcessFunction",
"ReadFunction",
"ReduceFunction",
"TestFunction",
"add",
"add$",
"cartesianProduct",
"chunk",
"compare",
"concat",
"concat$",
"count",
"countAs",
"difference",
"difference$",
"drop",
"drop$",
"entries",
"every",
"filter",
"filter$",
"find",
"findAll",
"flat",
"flatMap",
"forEach",
"from",
"from$",
"has",
"hasSubset",
"head",
"intersection",
"intersection$",
"is",
"isDisjoint",
"isEmpty",
"isEqual",
"join",
"map",
"map$",
"max",
"min",
"partition",
"partitionAs",
"randomEntry",
"randomSubset",
"randomValue",
"range",
"reduce",
"reject",
"reject$",
"remove",
"remove$",
"size",
"some",
"subsets",
"symmetricDifference",
"symmetricDifference$",
"tail",
"take",
"take$",
"union",
"union$",
"values"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-set.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-set/issues"
},
"homepage": "https://github.com/nodef/extra-set#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/jest": "^29.5.13",
"extra-array": "^4.2.0",
"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": "^6.1.1",
"ts-jest": "^29.2.5"
}
}