keymbinatorial
Version:
Module that generates the unique combinations of key values by taking a single value from each keys array
50 lines (49 loc) • 1.6 kB
JSON
{
"name": "keymbinatorial",
"version": "3.0.0",
"description": "Module that generates the unique combinations of key values by taking a single value from each keys array",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/screwdriver-cd/keymbinatorial.git"
},
"homepage": "https://github.com/screwdriver-cd/keymbinatorial",
"bugs": "https://github.com/screwdriver-cd/screwdriver/issues",
"keywords": [
"screwdriver",
"yahoo",
"combinations",
"combinatorial"
],
"license": "BSD-3-Clause",
"author": "Noah Katzman <nbkatzman@gmail.com>",
"contributors": [
"Dao Lam <daolam112@gmail.com>",
"Darren Matsumoto <aeneascorrupt@gmail.com>",
"Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
"Noah Katzman <nbkatzman@gmail.com>",
"Peter Peterson <jedipetey@gmail.com>",
"St. John Johnson <st.john.johnson@gmail.com",
"Tiffany Kyi <tiffanykyi@gmail.com>"
],
"release": {
"debug": false
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.57.0",
"eslint-config-screwdriver": "^8.0.0",
"mocha": "^10.1.0",
"mocha-multi-reporters": "^1.5.1",
"mocha-sonarqube-reporter": "^1.0.2",
"nyc": "^15.1.0"
},
"dependencies": {
"clone": "^2.1.2",
"joi": "^17.7.0"
}
}