mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 09:03:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
31
node_modules/math-random/package.json
generated
vendored
Normal file
31
node_modules/math-random/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user