lodash.product
Version:
Calculates the Cartesian product between multiple collections.
44 lines • 959 B
JSON
{
"name": "lodash.product",
"version": "18.10.0",
"description": "Calculates the Cartesian product between multiple collections.",
"keywords": [
"array",
"cartesian",
"collection",
"combinatorics",
"lodash",
"mixin",
"product"
],
"repository": "github:SeregPie/lodash.product",
"license": "MIT",
"author": "Sergej Sintschilin <seregpie@gmail.com>",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.2.0",
"@types/lodash": "^4.14.191",
"lodash": "^4.17.21",
"rollup": "^3.7.5"
},
"peerDependencies": {
"@types/lodash": "^4",
"lodash": "^4"
},
"peerDependenciesMeta": {
"@types/lodash": {
"optional": true
}
},
"scripts": {
"build": "rollup -c",
"test": "node test"
}
}