| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "array-shuffle",
- "version": "1.0.1",
- "description": "Randomize the order of items in an array",
- "license": "MIT",
- "repository": "sindresorhus/array-shuffle",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "array",
- "arr",
- "list",
- "shuffle",
- "sort",
- "random",
- "rand",
- "fisher",
- "yates"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
- }
|