UNPKG

extra-array

Version:

An array is a collection of values, stored contiguously.

312 lines (311 loc) 5.67 kB
{ "name": "extra-array", "version": "4.3.1", "description": "An array is a collection of values, stored contiguously.", "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", "array", "accumulate", "allOf", "anyOf", "append", "append$", "at", "back", "clone", "countAs", "endsWith", "findAll", "findIndex", "findLastIndex", "first", "from", "from$", "fromApply", "fromCall", "front", "groupToMap", "infix", "left", "max", "maxEntry", "min", "minEntry", "partitionAs", "permutation", "permutation$", "permute$", "popBack", "popBack$", "popFront", "popFront$", "prefix", "prepend", "prepend$", "pushBack", "pushBack$", "pushFront", "pushFront$", "right", "searchAdjacentDuplicate", "searchMismatch", "shuffle$", "size", "startsWith", "subsequence", "suffix", "toReversed", "toSorted", "toSpliced", "value", "with", "CombineFunction", "CompareFunction", "EndFunction", "Entries", "IEntries", "ILists", "Lists", "MapFunction", "ProcessFunction", "ReadFunction", "ReduceFunction", "SwapFunction", "TestFunction", "adjacentCombine", "adjacentCombine$", "cartesianProduct", "chunk", "clear$", "compare", "concat", "concat$", "copy", "copy$", "copyWithin", "copyWithin$", "count", "countEach", "cut", "cutAt", "cutAtRight", "cutRight", "cycle", "deepClone", "difference", "drop", "dropRight", "dropWhile", "dropWhileRight", "entries", "every", "exclusiveScan", "exclusiveScan$", "fill", "fill$", "filter", "filter$", "filterAt", "find", "findRight", "flat", "flatMap", "forEach", "fromApplication", "fromInvocation", "fromIterable", "fromIterable$", "fromRange", "get", "getAll", "getPath", "group", "hasInfix", "hasPath", "hasPermutation", "hasPrefix", "hasSubsequence", "hasSuffix", "hasUnsortedValue", "hasValue", "head", "ientries", "iinfixes", "ikeys", "includes", "inclusiveScan", "inclusiveScan$", "index", "indexOf", "indexRange", "infixes", "init", "interleave", "intermix", "interpolate", "intersection", "intersperse", "ipermutations", "iprefixes", "is", "isDisjoint", "isEmpty", "isEqual", "isSorted", "isUnique", "isubsequences", "isuffixes", "ivalues", "join", "keys", "last", "lastIndexOf", "length", "map", "map$", "maximum", "maximumEntries", "maximumEntry", "maximums", "middle", "minimum", "minimumEntries", "minimumEntry", "minimums", "moveWithin", "moveWithin$", "partialSort", "partialSort$", "partition", "partitionEach", "permutations", "pop", "pop$", "prefixes", "push", "push$", "randomInfix", "randomPermutation", "randomPermutation$", "randomPrefix", "randomSubsequence", "randomSuffix", "randomValue", "range", "rangeEntries", "rangedPartialSort", "rangedPartialSort$", "rangedSort", "rangedSort$", "reduce", "reduceRight", "reject", "reject$", "rejectAt", "remove", "remove$", "removePath$", "repeat", "resize$", "reverse", "reverse$", "rotate", "rotate$", "scanUntil", "scanUntilRight", "scanWhile", "scanWhileRight", "search", "searchAdjacentDuplicateValue", "searchAll", "searchInfix", "searchInfixAll", "searchInfixRight", "searchMaximumValue", "searchMaximumValues", "searchMinimumValue", "searchMinimumValues", "searchMismatchedValue", "searchRight", "searchSubsequence", "searchUnsortedValue", "searchValue", "searchValueAll", "searchValueRight", "set", "set$", "setPath$", "shallowClone", "shift", "shift$", "slice", "slice$", "some", "sort", "sort$", "splice", "splice$", "split", "splitAt", "subsequences", "suffixes", "swap", "swap$", "swapRanges", "swapRanges$", "symmetricDifference", "tail", "take", "takeRight", "takeWhile", "takeWhileRight", "union", "union$", "unique", "unshift", "unshift$", "values", "zip" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-array.git" }, "bugs": { "url": "https://github.com/nodef/extra-array/issues" }, "homepage": "https://github.com/nodef/extra-array#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.3.0", "@types/jest": "^29.5.13", "extra-build": "^2.2.46", "extra-function": "^1.3.1", "extra-math": "^1.5.0", "jest": "^29.7.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "^6.1.1", "ts-jest": "^29.2.5" } }