alea-random
Version:
`lodash.random` but using Alea
58 lines (57 loc) • 1.46 kB
JSON
{
"name": "alea-random",
"version": "5.0.4",
"description": "`lodash.random` but using Alea",
"keywords": [
"alea",
"math",
"random"
],
"repository": "github:kenany/alea-random",
"license": "MIT",
"author": "Kenan Yildirim <kenan@kenany.me> (https://kenany.me/)",
"main": "index.js",
"files": [
"index.js",
"LICENSE.txt"
],
"directories": {
"test": "test"
},
"engines": {
"node": "18 || >=20"
},
"scripts": {
"lint": "eslint *.js test/*.js",
"tests-only": "tape test/index.js",
"coverage": "nyc npm run -s tests-only",
"pretest": "npm run -s lint",
"release": "semantic-release",
"test": "npm run -s tests-only",
"test-browser": "browserify test/index.js | tape-run"
},
"dependencies": {
"alea": "^1.0.1",
"lodash._isiterateecall": "^3.0.9",
"lodash.tonumber": "^4.0.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@kenan/eslint-config": "^10.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"browserify": "^17.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^8.57.1",
"lodash.constant": "^3.0.0",
"lodash.every": "^4.6.0",
"lodash.isfunction": "^3.0.9",
"lodash.map": "^4.6.0",
"lodash.some": "^4.6.0",
"lodash.uniq": "^4.5.0",
"nyc": "^17.1.0",
"semantic-release": "^24.2.1",
"tape-run": "^11.0.0",
"tape": "^5.9.0"
}
}