randomness
Version:
Randomness tests
62 lines (61 loc) • 1.21 kB
JSON
{
"name": "randomness",
"version": "1.6.21",
"description": "Randomness tests",
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write .",
"test": "ava",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/runk/randomness.git"
},
"keywords": [
"random",
"nist",
"randomness",
"entropy",
"nistspecialpublication800-22r1a",
"800-22r1a",
"sp800_22",
"test"
],
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/runk/randomness/issues"
},
"homepage": "https://github.com/runk/randomness#readme",
"devDependencies": {
"@types/node": "22.17.0",
"ava": "6.4.1",
"prettier": "3.6.2",
"semantic-release": "24.2.7",
"ts-node": "10.9.2",
"typescript": "5.9.2"
},
"dependencies": {
"fft-js": "0.0.12",
"mathjs": "14.6.0"
},
"ava": {
"extensions": [
"ts"
],
"files": [
"**/*.spec.ts"
],
"require": [
"ts-node/register"
]
},
"engines": {
"node": ">=14 <15 || >=16 <17 || >=18"
}
}