chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

31
node_modules/math-random/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "math-random",
"version": "1.0.1",
"description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
"main": "node.js",
"browser": "browser.js",
"scripts": {
"test": "tape test.js"
},
"devDependencies": {
"array-unique": "~0.2.1",
"tape": "~4.2.2"
},
"testling": {
"files": "test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:michaelrhodes/math-random"
},
"keywords": [
"Math.random",
"crypto.getRandomValues"
],
"author": "Michael Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelrhodes/math-random/issues"
},
"homepage": "https://github.com/michaelrhodes/math-random"
}