UNPKG

cartesian

Version:

Computes the cartesian product of arrays provided by an array or an object

46 lines (45 loc) 1.04 kB
{ "name": "cartesian", "version": "1.0.1", "description": "Computes the cartesian product of arrays provided by an array or an object", "main": "index.js", "scripts": { "test": "istanbul cover test.js", "lint": "eslint *.js", "debug": "node test.js", "check": "istanbul check-coverage coverage/coverage.json" }, "pre-commit": [ "lint", "test", "check" ], "repository": { "type": "git", "url": "git+https://github.com/alexindigo/cartesian.git" }, "keywords": [ "cartesian", "cartesian product", "array", "object", "properties", "permutation", "combination" ], "author": "Alex Indigo <iam@alexindigo.com>", "license": "MIT", "bugs": { "url": "https://github.com/alexindigo/cartesian/issues" }, "homepage": "https://github.com/alexindigo/cartesian#readme", "devDependencies": { "coveralls": "^2.11.15", "eslint": "^3.11.1", "istanbul": "^0.4.5", "pre-commit": "^1.1.3" }, "dependencies": { "xtend": "^4.0.1" } }