Comparing version 1.5.19 to 1.6.0
{ | ||
"name": "casual", | ||
"version": "1.5.19", | ||
"version": "1.6.0", | ||
"description": "Fake data generator", | ||
@@ -30,7 +30,7 @@ "main": "src/casual.js", | ||
"devDependencies": { | ||
"mocha": "^5.2.0", | ||
"realist": "~0.2.5", | ||
"should": "~3.1.2", | ||
"mocha": "~1.17.1", | ||
"text-table": "~0.2.0", | ||
"realist": "~0.2.5" | ||
"text-table": "~0.2.0" | ||
} | ||
} |
@@ -69,2 +69,3 @@ var helpers = require('./helpers'); | ||
'sv_SE', | ||
'ja_JP', | ||
]; | ||
@@ -71,0 +72,0 @@ |
@@ -1486,2 +1486,105 @@ var number = require('./number'); | ||
}, | ||
animals: [ | ||
"alligator", | ||
"alpaca", | ||
"ant", | ||
"antelope", | ||
"ape", | ||
"armadillo", | ||
"baboon", | ||
"badger", | ||
"barracuda", | ||
"bat", | ||
"bear", | ||
"beaver", | ||
"bee", | ||
"bird", | ||
"bison", | ||
"boar", | ||
"buffalo", | ||
"butterfly", | ||
"camel", | ||
"cat", | ||
"caterpillar", | ||
"cattle", | ||
"chameleon", | ||
"cheetah", | ||
"cobra", | ||
"cockroach", | ||
"coyote", | ||
"crab", | ||
"crane", | ||
"crocodile", | ||
"crow", | ||
"curlew", | ||
"deer", | ||
"dinosaur", | ||
"dog", | ||
"dolphin", | ||
"donkey", | ||
"dotterel", | ||
"dove", | ||
"dragonfly", | ||
"duck", | ||
"eagle", | ||
"eel", | ||
"elk", | ||
"emu", | ||
"falcon", | ||
"fish", | ||
"flamingo", | ||
"fly", | ||
"fox", | ||
"frog", | ||
"gaur", | ||
"gnu", | ||
"goat", | ||
"goose", | ||
"gorilla", | ||
"gull", | ||
"hamster", | ||
"hare", | ||
"hawk", | ||
"hedgehog", | ||
"hippo", | ||
"hornet", | ||
"horse", | ||
"jaguar", | ||
"jellyfish", | ||
"kangaroo", | ||
"koala", | ||
"lark", | ||
"leopard", | ||
"lion", | ||
"lobster", | ||
"locust", | ||
"mongoose", | ||
"monkey", | ||
"moose", | ||
"octopus", | ||
"otter", | ||
"owl", | ||
"oyster", | ||
"panther", | ||
"parrot", | ||
"panda", | ||
"pig", | ||
"pigeon", | ||
"rat", | ||
"raven", | ||
"seal", | ||
"shark", | ||
"sheep", | ||
"snail", | ||
"snake", | ||
"spider", | ||
"swan", | ||
"tiger", | ||
"toad", | ||
"turkey", | ||
"wolf", | ||
"wombat", | ||
"zebra", | ||
], | ||
@@ -1541,2 +1644,6 @@ locale: function() { | ||
}))(); | ||
}, | ||
animal: function () { | ||
return this.random_element(this.animals); | ||
} | ||
@@ -1543,0 +1650,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
374766
67
5901