-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "random-selector",
"version": "1.0.13",
"description": "Randomly select elements in a collection.",
"main": "src/randomSelector.js",
"scripts": {
"test": "mocha --reporter spec",
"start": "node src/demo.js",
"test-clear": "nyc --reporter=html --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeroboo/nodejs-random-selector.git"
},
"keywords": [
"randomize",
"random",
"random",
"duplication",
"random",
"pick",
"random",
"select",
"random sample",
"sampling",
"sample",
"random-utility",
"collection random",
"random collection",
"random element",
"select with replacement",
"select without replacement",
"sampling with replacement",
"sampling without replacement",
"statistic",
"gaming"
],
"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",
"eslint": "^5.16.0",
"mocha": "^10.1.0",
"nyc": "^15.0.1",
"stats-array": "^0.1.2"
}
}