randomatic
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"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.2", | ||
"version": "1.1.3", | ||
"homepage": "https://github.com/jonschlinkert/randomatic", | ||
@@ -12,9 +12,9 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"license": "MIT", | ||
"files": [ | ||
"index.js" | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"dependencies": { | ||
@@ -28,3 +28,3 @@ "is-number": "^2.0.2", | ||
"glob": "^5.0.15", | ||
"mocha": "^2.3.3", | ||
"mocha": "*", | ||
"should": "*" | ||
@@ -43,3 +43,12 @@ }, | ||
"randomized" | ||
] | ||
], | ||
"verb": { | ||
"related": { | ||
"list": [ | ||
"repeat-string", | ||
"pad-left", | ||
"pad-right" | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
9046