package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "randomatic@^1.1.3",
  5. "D:\\work\\im\\node_modules\\fill-range"
  6. ]
  7. ],
  8. "_from": "randomatic@>=1.1.3 <2.0.0",
  9. "_id": "randomatic@1.1.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/randomatic",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "randomatic",
  22. "raw": "randomatic@^1.1.3",
  23. "rawSpec": "^1.1.3",
  24. "scope": null,
  25. "spec": ">=1.1.3 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/fill-range"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz",
  32. "_shasum": "5e9ef5f2d573c67bd2b8124ae90b5156e457840b",
  33. "_shrinkwrap": null,
  34. "_spec": "randomatic@^1.1.3",
  35. "_where": "D:\\work\\im\\node_modules\\fill-range",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/randomatic/issues"
  42. },
  43. "dependencies": {
  44. "is-number": "^2.0.2",
  45. "kind-of": "^3.0.2"
  46. },
  47. "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.",
  48. "devDependencies": {
  49. "ansi-bold": "^0.1.1",
  50. "benchmarked": "^0.1.4",
  51. "glob": "^5.0.15",
  52. "mocha": "*",
  53. "should": "*"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "5e9ef5f2d573c67bd2b8124ae90b5156e457840b",
  58. "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.5.tgz"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "8d74759d683a580412484e95ec5f1b87d93fd50c",
  64. "homepage": "https://github.com/jonschlinkert/randomatic",
  65. "keywords": [
  66. "alpha",
  67. "alpha-numeric",
  68. "alphanumeric",
  69. "characters",
  70. "chars",
  71. "numeric",
  72. "rand",
  73. "random",
  74. "randomize",
  75. "randomized"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "email": "github@sellside.com",
  82. "name": "jonschlinkert"
  83. }
  84. ],
  85. "name": "randomatic",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "verb": {
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "related": {
  100. "list": [
  101. "repeat-string",
  102. "pad-left",
  103. "pad-right"
  104. ]
  105. }
  106. },
  107. "version": "1.1.5"
  108. }