Sha256: 290e82ca0a079f0e30144df432b378d42100553ba478a660a314682e57547f84
Contents?: true
Size: 1.84 KB
Versions: 10
Compression:
Stored size: 1.84 KB
Contents
{ "name": "randomatic", "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.", "version": "1.1.0", "homepage": "https://github.com/jonschlinkert/randomatic", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "https://github.com/jonschlinkert/randomatic.git" }, "bugs": { "url": "https://github.com/jonschlinkert/randomatic/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/randomatic/blob/master/LICENSE-MIT" }, "scripts": { "test": "mocha -R spec" }, "main": "index.js", "files": [ "index.js" ], "dependencies": { "is-number": "^1.1.0", "kind-of": "^1.0.0" }, "devDependencies": { "benchmarked": "^0.1.3", "chalk": "^0.5.1", "glob": "^4.3.5", "should": "^4.4.1" }, "keywords": [ "alpha", "alpha-numeric", "alphanumeric", "characters", "chars", "numeric", "rand", "random", "randomize", "randomized" ], "gitHead": "ca326363bee58a3eb2556a5805822ffbf328397e", "_id": "randomatic@1.1.0", "_shasum": "2ca36b9f93747aac985eb242749af88b45d5d42d", "_from": "randomatic@>=1.1.0 <2.0.0", "_npmVersion": "1.4.28", "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" } ], "dist": { "shasum": "2ca36b9f93747aac985eb242749af88b45d5d42d", "tarball": "http://registry.npmjs.org/randomatic/-/randomatic-1.1.0.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.0.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems