lodash.combinations
Version:
Calculates all possible combinations without repetition of a certain size.
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "lodash.combinations",
"version": "18.11.1",
"description": "Calculates all possible combinations without repetition of a certain size.",
"keywords": [
"array",
"collection",
"combination",
"combinatorics",
"lodash",
"mixin"
],
"license": "MIT",
"author": "Sergej Sintschilin <seregpie@gmail.com>",
"files": [
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"repository": "github:SeregPie/lodash.combinations",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "node test"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@rollup/plugin-babel": "^5.3.1",
"@types/lodash": "^4.14.182",
"eslint": "^8.15.0",
"eslint-config-seregpie": "^1.2.1",
"lodash": "^4.17.21",
"rollup": "^2.73.0",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"@types/lodash": "^4",
"lodash": "^4"
},
"peerDependenciesMeta": {
"@types/lodash": {
"optional": true
}
}
}