UNPKG

lodash.permutations

Version:

Calculates all possible permutations of a certain size.

35 lines (34 loc) 750 B
{ "name": "lodash.permutations", "version": "1.0.0", "description": "Calculates all possible permutations of a certain size.", "keywords": [ "array", "collection", "combinatorics", "lodash", "mixin", "permutation" ], "license": "MIT", "author": "Sergej Sintschilin <seregpie@gmail.com>", "files": [], "main": "index.js", "repository": "github:SeregPie/lodash.permutations", "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build", "test": "node test" }, "devDependencies": { "@rollup/plugin-buble": "^0.21.3", "eslint": "7.1.0", "eslint-config-seregpie": "^1.0.1", "lodash": "^4.17.15", "rollup": "^2.13.1", "rollup-plugin-terser": "^6.1.0" }, "peerDependencies": { "lodash": "^4.0.0" } }