anywhichway/cxproduct

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "cxproduct",
  "version": "2.1.4",
  "description": "Cartesian cross-product as a first class object",
  "type": "module",
  "source": "./src/index.js",
  "main": "./index.js",
  "scripts": {
    "test": "parcel build ./src/index.js && istanbul cover node_modules/mocha/bin/_mocha --report lcov -- -R spec",
    "build": "parcel build ./src/index.js",
    "prepublish": "npm run build",
    "watch": "parcel watch ./src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anywhichway/cxproduct.git"
  },
  "keywords": [
    "cross-product",
    "cartesian"
  ],
  "author": "Simon Y. Blackwell <syblackwell@anywhichway.com> (http://www.github.com/anywhichway)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anywhichway/cxproduct/issues"
  },
  "homepage": "https://github.com/anywhichway/cxproductl#readme",
  "dependencies": {
    "intersector": "^2.1.1"
  },
  "devDependencies": {
    "@anywhichway/cartesian-product": "^1.0.5",
    "benchtest": "^3.2.0",
    "big-cartesian": "^4.7.0",
    "chai": "^3.5.0",
    "fast-cartesian": "^7.6.0",
    "istanbul": "^0.4.2",
    "mocha": "^10.2.0",
    "parcel": "^2.8.3"
  }
}