Initial commit

This commit is contained in:
Spencer Pincott
2024-07-15 22:20:13 -04:00
commit 97737ca1ae
16618 changed files with 934131 additions and 0 deletions

31
themes/keepit/node_modules/brorand/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "brorand",
"version": "1.1.0",
"description": "Random number generator for browsers and node.js",
"main": "index.js",
"scripts": {
"test": "mocha --reporter=spec test/**/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:indutny/brorand"
},
"keywords": [
"Random",
"RNG",
"browser",
"crypto"
],
"author": "Fedor Indutny <fedor@indutny.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/brorand/issues"
},
"homepage": "https://github.com/indutny/brorand",
"devDependencies": {
"mocha": "^2.0.1"
},
"browser": {
"crypto": false
}
}