Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@gen/prng", | ||
"version": "0.0.1", | ||
"description": "random seed generator", | ||
"version": "0.0.2", | ||
"description": "Pseudo random number generator", | ||
"main": "dist/prng.cjs.js", | ||
@@ -14,7 +14,7 @@ "module": "dist/prng.esm.js", | ||
"dev": "rollup -c -w", | ||
"test": "jest", | ||
"test": "npm run lint && npm run typecheck && jest", | ||
"test:watch": "jest --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"author": "Gen Ichino<zenoplex@gmail.com>", | ||
"author": "Gen Ichino", | ||
"license": "MIT", | ||
@@ -45,5 +45,6 @@ "devDependencies": { | ||
"engines": { | ||
"node": "^8.7.0", | ||
"yarn": "^1.1.0" | ||
} | ||
"node": "^8.7.0" | ||
}, | ||
"repository": "zenoplex/prng", | ||
"homepage": "https://github.com/zenoplex/prng" | ||
} |
# prng | ||
[![Build Status](https://travis-ci.org/zenoplex/prng.svg?branch=master)](https://travis-ci.org/zenoplex/prng) | ||
Simple pseudo random number generator based on [Park-Miller-Carta](http://www.firstpr.com.au/dsp/rand31/). | ||
@@ -4,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4512
1
21