84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"_from": "knuth-shuffle-seeded@^1.0.6",
|
|
"_id": "knuth-shuffle-seeded@1.0.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AfG2VzOqdUDuCNiwF0Fk0iCB5OE=",
|
|
"_location": "/knuth-shuffle-seeded",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "knuth-shuffle-seeded@^1.0.6",
|
|
"name": "knuth-shuffle-seeded",
|
|
"escapedName": "knuth-shuffle-seeded",
|
|
"rawSpec": "^1.0.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/cucumber"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz",
|
|
"_shasum": "01f1b65733aa7540ee08d8b0174164d22081e4e1",
|
|
"_spec": "knuth-shuffle-seeded@^1.0.6",
|
|
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cucumber",
|
|
"author": {
|
|
"name": "AJ O'Neal",
|
|
"email": "coolaj86@gmail.com",
|
|
"url": "http://coolaj86.info/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TimothyGu/knuth-shuffle-seeded/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Timothy Gu",
|
|
"email": "timothygu99@gmail.com",
|
|
"url": "https://timothygu.github.io/"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"seed-random": "~2.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support",
|
|
"devDependencies": {
|
|
"browserify": "~8.1.1",
|
|
"codecov.io": "~0.0.8",
|
|
"istanbul": "~0.3.5",
|
|
"mocha": "~2.1.0",
|
|
"uglifyify": "~3.0.1"
|
|
},
|
|
"homepage": "https://github.com/TimothyGu/knuth-shuffle-seeded",
|
|
"keywords": [
|
|
"ronald",
|
|
"fisher",
|
|
"frank",
|
|
"yates",
|
|
"fisher-yates",
|
|
"donald",
|
|
"knuth",
|
|
"shuffle",
|
|
"random",
|
|
"randomize",
|
|
"unbiased",
|
|
"algorithm"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "knuth-shuffle-seeded",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TimothyGu/knuth-shuffle-seeded.git"
|
|
},
|
|
"scripts": {
|
|
"browserify": "browserify -s shuffle -g uglifyify -o browser.js index.js",
|
|
"codecov": "npm run coverage && cat ./coverage/lcov.info | codecov",
|
|
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
"prepublish": "npm run browserify",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.0.6"
|
|
}
|