UNPKG

predict-v8-randomness

Version:
63 lines (62 loc) 1.59 kB
{ "name": "predict-v8-randomness", "version": "1.0.35", "description": "Predict the output of Math.random", "main": "dist/cjs/lib/index.js", "module": "dist/esm/index.js", "types": "dist/cjs/lib/Predictor.d.ts", "exports": { "import": "./dist/esm/index.js", "require": "./dist/cjs/lib/index.js" }, "bin": { "predict-v8-randomness": "./dist/cjs/bin/predict-v8-randomness.js" }, "files": [ "dist" ], "scripts": { "build": "rimraf dist && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && npm run build:vite", "build:vite": "vite build", "test": "jest --verbose", "fmt": "prettier . --write", "prepare": "husky" }, "keywords": [ "v8", "math.random", "predict", "z3", "cli", "symbolic-execution", "smt" ], "repository": { "type": "git", "url": "git+https://github.com/matthewoestreich/predict-v8-randomness.git" }, "homepage": "https://github.com/matthewoestreich/predict-v8-randomness#readme", "bugs": { "url": "https://github.com/matthewoestreich/predict-v8-randomness/issues" }, "author": "Matthew Oestreich", "license": "MIT", "dependencies": { "@types/node": "^22.14.1", "buffer": "^6.0.3", "yargs": "^17.7.2", "z3-solver": "^4.14.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/yargs": "^17.0.33", "husky": "^9.1.7", "jest": "^29.7.0", "rimraf": "^6.0.1", "ts-jest": "^29.3.2", "tsx": "^4.19.3", "typescript": "^5.8.3", "vite": "^6.3.1", "vite-plugin-static-copy": "^2.3.1" } }