jiangchengfeiyi-xiaochengxu/node_modules/seedrandom/package.json
2025-03-25 21:00:57 +08:00

88 lines
2.2 KiB
JSON

{
"_from": "seedrandom@3.0.5",
"_id": "seedrandom@3.0.5",
"_inBundle": false,
"_integrity": "sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==",
"_location": "/seedrandom",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "seedrandom@3.0.5",
"name": "seedrandom",
"escapedName": "seedrandom",
"rawSpec": "3.0.5",
"saveSpec": null,
"fetchSpec": "3.0.5"
},
"_requiredBy": [
"/mathjs"
],
"_resolved": "https://registry.npmmirror.com/seedrandom/-/seedrandom-3.0.5.tgz",
"_shasum": "54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7",
"_spec": "seedrandom@3.0.5",
"_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\mathjs",
"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",
"coveralls": "latest",
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-cli": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-qunit": "latest",
"grunt-contrib-uglify": "latest",
"grunt-mocha-nyc": "latest",
"grunt-release": "github:davidbau/grunt-release",
"mocha": "latest",
"nyc": "latest",
"proxyquire": "latest",
"qunit": "latest",
"requirejs": "latest"
},
"homepage": "http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html",
"jsdelivr": "seedrandom.min.js",
"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"
},
"unpkg": "seedrandom.min.js",
"version": "3.0.5"
}