34 lines
		
	
	
		
			765 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			765 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "knuth-shuffle",
 | |
|   "version": "1.0.7",
 | |
|   "description": "The Fisher-Yates (aka Knuth) shuffle for Browser and Node.js",
 | |
|   "main": "index.js",
 | |
|   "homepage": "https://git.coolaj86.com/coolaj86/knuth-shuffle",
 | |
|   "scripts": {
 | |
|     "test": "node example.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git://git.coolaj86.com:coolaj86/knuth-shuffle.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "ronald",
 | |
|     "fisher",
 | |
|     "frank",
 | |
|     "yates",
 | |
|     "fisher-yates",
 | |
|     "donald",
 | |
|     "knuth",
 | |
|     "shuffle",
 | |
|     "random",
 | |
|     "randomize",
 | |
|     "unbiased",
 | |
|     "algorithm"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "(MIT OR Apache-2.0)",
 | |
|   "bugs": {
 | |
|     "url": "https://git.coolaj86.com/coolaj86/knuth-shuffle/issues"
 | |
|   }
 | |
| }
 |