extra-sorted-array
Version:
A sorted array is a collection of values, arranged in an order.
194 lines (193 loc) • 3.7 kB
JSON
{
"name": "extra-sorted-array",
"version": "1.2.1",
"description": "A sorted array is a collection of values, arranged in an order.",
"main": "index.js",
"module": "index.mjs",
"sideEffects": false,
"exports": {
"require": {
"default": "./index.js",
"types": "./index.d.ts"
},
"import": {
"default": "./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",
"sorted",
"array",
"at",
"back",
"clone",
"concat",
"findIndex",
"findLastIndex",
"first",
"from",
"front",
"groupToMap",
"left",
"right",
"searchAdjacentDuplicate",
"searchMismatch",
"size",
"CombineFunction",
"CompareFunction",
"EndFunction",
"Entries",
"IEntries",
"ILists",
"Lists",
"MapFunction",
"ProcessFunction",
"ReadFunction",
"ReduceFunction",
"TestFunction",
"chunk",
"clear$",
"compare",
"count",
"countEach",
"cut",
"cutAt",
"cutAtRight",
"cutRight",
"deepClone",
"difference",
"drop",
"dropRight",
"dropWhile",
"dropWhileRight",
"entries",
"every",
"filter",
"filter$",
"filterAt",
"find",
"findRight",
"forEach",
"fromArray",
"fromRange",
"get",
"getAll",
"getPath",
"group",
"hasInfix",
"hasPath",
"hasPermutation",
"hasPrefix",
"hasSubsequence",
"hasSuffix",
"hasValue",
"head",
"ientries",
"iinfixes",
"ikeys",
"includes",
"index",
"indexOf",
"indexRange",
"infixes",
"init",
"intersection",
"iprefixes",
"is",
"isDisjoint",
"isEmpty",
"isEqual",
"isUnique",
"isubsequences",
"isuffixes",
"ivalues",
"join",
"keys",
"last",
"lastIndexOf",
"length",
"merge",
"mergeAll",
"middle",
"partition",
"partitionEach",
"prefixes",
"randomInfix",
"randomPrefix",
"randomSubsequence",
"randomSuffix",
"randomValue",
"rangedMerge",
"reduce",
"reduceRight",
"reject",
"reject$",
"rejectAt",
"remove",
"remove$",
"removePath$",
"scanUntil",
"scanUntilRight",
"scanWhile",
"scanWhileRight",
"search",
"searchAdjacentDuplicateValue",
"searchAll",
"searchClosestValue",
"searchInfix",
"searchInfixAll",
"searchInfixRight",
"searchMismatchedValue",
"searchRight",
"searchSubsequence",
"searchValue",
"searchValueAny",
"searchValueRight",
"shallowClone",
"slice",
"slice$",
"some",
"split",
"splitAt",
"subsequences",
"suffixes",
"symmetricDifference",
"tail",
"take",
"takeRight",
"takeWhile",
"takeWhileRight",
"union",
"unique",
"values"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nodef/extra-sorted-array.git"
},
"bugs": {
"url": "https://github.com/nodef/extra-sorted-array/issues"
},
"homepage": "https://github.com/nodef/extra-sorted-array#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/jest": "^29.5.13",
"extra-array": "^4.3.1",
"extra-build": "^2.2.46",
"extra-function": "^1.3.1",
"jest": "^29.7.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5"
}
}