@lazy-random/df-algorithm
Version:
127 lines (126 loc) • 3.37 kB
JSON
{
"name": "@lazy-random/df-algorithm",
"version": "1.0.13",
"description": "",
"keywords": [
"alea",
"arr",
"array",
"bates",
"d3-random",
"distribution",
"el",
"element",
"exponential",
"fisher",
"gaussian",
"generate",
"generate-random-numbers",
"generator",
"irwinhall",
"item",
"list",
"lognormal",
"math",
"n-random-numbers",
"normal",
"number",
"numbers",
"pick",
"poisson",
"prng",
"probability",
"pseudorandom",
"rand",
"random",
"random-extra",
"random-sum",
"randomSum",
"randomize",
"randomnumbers",
"rng",
"seed",
"seedrandom",
"select",
"shuffle",
"sort",
"srand",
"stats",
"sum",
"tychei",
"uniform",
"uuid",
"weight",
"weighted",
"xor128",
"xor4096",
"xorshift7",
"xorwow",
"yates",
"create-by-yarn-tool",
"create-by-tsdx"
],
"homepage": "https://github.com/bluelovers/ws-random/tree/master/packages/@lazy-random/df-algorithm#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-random/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-random.git",
"directory": "packages/@lazy-random/df-algorithm"
},
"license": "ISC",
"author": "bluelovers",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.esm.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"coverage": "yarn run test -- --coverage",
"lint": "ynpx --quiet eslint -- **/*.ts",
"test": "jest --passWithNoTests",
"test:jest": "jest --passWithNoTests",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:mocha": "ynpx --quiet -p ts-node -p mocha mocha -- --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"test:tsdx": "ynpx @bluelovers/tsdx test --passWithNoTests",
"posttest": "yarn run build",
"build": "yarn run build:tsdx && yarn run build:dts",
"build:dts": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner & echo build:dts",
"build:tsdx": "ynpx @bluelovers/tsdx build --target node --name index",
"preversion": "echo preversion && yarn run test",
"version": "echo version",
"postversion": "echo postversion",
"prepublish": "echo prepublish",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"publish": "echo publish",
"postpublish": "echo postpublish",
"postpublishOnly": "echo postpublishOnly",
"ncu": "yarn-tool ncu -u",
"sort-package-json": "yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"@lazy-random/expect": "^1.0.15",
"num-is-zero": "^1.0.13"
},
"devDependencies": {
"@lazy-random/rng-abstract": "^1.0.13"
},
"packageManager": "yarn@^1.22.11",
"publishConfig": {
"access": "public"
},
"gitHead": "71136bcfcd1038536ba5c7aef3e738383829dc98"
}