Files
2023-08-01 13:49:46 +02:00

83 lines
2.0 KiB
JSON

{
"_from": "seedrandom@^2.4.2",
"_id": "seedrandom@2.4.3",
"_inBundle": false,
"_integrity": "sha1-JDhQTa0zkXMUv/GKxNeU8W1qrsw=",
"_location": "/seedrandom",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "seedrandom@^2.4.2",
"name": "seedrandom",
"escapedName": "seedrandom",
"rawSpec": "^2.4.2",
"saveSpec": null,
"fetchSpec": "^2.4.2"
},
"_requiredBy": [
"/prepack"
],
"_resolved": "https://registry.npmjs.org/seedrandom/-/seedrandom-2.4.3.tgz",
"_shasum": "2438504dad33917314bff18ac4d794f16d6aaecc",
"_spec": "seedrandom@^2.4.2",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/prepack",
"author": {
"name": "David Bau"
},
"browser": {
"crypto": false
},
"bugs": {
"url": "https://github.com/davidbau/seedrandom/issues"
},
"bundleDependencies": false,
"config": {
"blanket": {
"pattern": [
"seedrandom.js",
"lib/alea.js",
"lib/xor128.js",
"lib/xorwow.js",
"lib/xorshift7.js",
"lib/tychei.js",
"lib/xor4096.js"
]
}
},
"deprecated": false,
"description": "Seeded random number generator for Javascript.",
"devDependencies": {
"blanket": "latest",
"grunt": "latest",
"grunt-bowercopy": "latest",
"grunt-browserify": "latest",
"grunt-cli": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-qunit": "latest",
"grunt-contrib-uglify": "latest",
"grunt-mocha-cov": "latest",
"grunt-release": "latest",
"phantomjs-prebuilt": "latest",
"proxyquire": "latest",
"requirejs": "latest"
},
"homepage": "http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html",
"keywords": [
"seed",
"random",
"crypto"
],
"license": "MIT",
"main": "index.js",
"name": "seedrandom",
"repository": {
"type": "git",
"url": "git://github.com/davidbau/seedrandom.git"
},
"scripts": {
"test": "grunt travis"
},
"version": "2.4.3"
}