UNPKG

js-combinatorics

Version:

Simple combinatorics like power set, combination, and permutation in JavaScript

43 lines (42 loc) 1.08 kB
{ "name": "js-combinatorics", "version": "2.1.2", "description": "Simple combinatorics like power set, combination, and permutation in JavaScript", "main": "combinatorics.js", "module": "combinatorics.js", "type": "module", "exports": { "import": "./combinatorics.js", "require": "./commonjs/combinatorics.js" }, "types": "combinatorics.d.ts", "files": [ "combinatorics.d.ts", "combinatorics.js", "umd", "commonjs" ], "runkitExample": "require=require(\"esm\")(module);\nvar Combinatorics=require(\"js-combinatorics\");\n", "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.9.0", "mocha": "^10.0.0", "chai": "^4.2.0" }, "scripts": { "test": "make clean && make test" }, "repository": { "type": "git", "url": "git://github.com/dankogai/js-combinatorics.git" }, "keywords": [ "Combinatorics", "combination", "permutation" ], "author": "Dan Kogai", "license": "MIT", "readmeFilename": "README.md", "gitHead": "e3684eb54f7c6fbb24bb7a4d08d88671ce12e9eb" }