47 lines
1.3 KiB
JSON

{
"_from": "seed-random@~2.2.0",
"_id": "seed-random@2.2.0",
"_inBundle": false,
"_integrity": "sha1-KpsZ4lCoFwmSMaW5mk2vgLf77VQ=",
"_location": "/seed-random",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "seed-random@~2.2.0",
"name": "seed-random",
"escapedName": "seed-random",
"rawSpec": "~2.2.0",
"saveSpec": null,
"fetchSpec": "~2.2.0"
},
"_requiredBy": [
"/knuth-shuffle-seeded"
],
"_resolved": "https://registry.npmjs.org/seed-random/-/seed-random-2.2.0.tgz",
"_shasum": "2a9b19e250a817099231a5b99a4daf80b7fbed54",
"_spec": "seed-random@~2.2.0",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/knuth-shuffle-seeded",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/seed-random/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Generate random numbers with a seed, useful for reproducible tests",
"homepage": "https://github.com/ForbesLindesay/seed-random#readme",
"license": "MIT",
"main": "index.js",
"name": "seed-random",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/seed-random.git"
},
"scripts": {
"test": "node test/index.js"
},
"version": "2.2.0"
}