random-selector
Version:
Randomly select objects.
52 lines (51 loc) • 1.48 kB
JSON
{
"name": "random-selector",
"version": "1.0.12",
"description": "Randomly select objects.",
"main": "src/index.js",
"scripts": {
"test": "nyc --reporter=text-lcov mocha",
"test-clear": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"start": "node src/demo.js",
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeroboo/nodejs-random-selector.git"
},
"keywords": [
"randomize",
"random",
"duplication",
"pick",
"select",
"random sample",
"sampling",
"sample",
"random-utility",
"select with replacement",
"select without replacement",
"sampling with replacement",
"sampling without replacement",
"statistic",
"probability",
"gaming",
"random pick"
],
"author": "zeroboo",
"license": "ISC",
"bugs": {
"url": "https://github.com/zeroboo/nodejs-random-selector/issues"
},
"homepage": "https://github.com/zeroboo/nodejs-random-selector#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.10.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"stats-array": "^0.1.2"
}
}