123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_from": "randomatic@^3.0.0",
  3. "_id": "randomatic@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VdxFOIEY3mNO5PtSRkkle/hPJDHvQhK21oa73K4yAc9qmp6N429gAyF1gZMOTMeS0/AYzaV/2Trcef+NaIonSA==",
  6. "_location": "/randomatic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "randomatic@^3.0.0",
  12. "name": "randomatic",
  13. "escapedName": "randomatic",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fill-range"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.0.0.tgz",
  22. "_shasum": "d35490030eb4f7578de292ce6dfb04a91a128923",
  23. "_spec": "randomatic@^3.0.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/fill-range",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/randomatic/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Bogdan Chadkin",
  36. "url": "https://github.com/TrySound"
  37. },
  38. {
  39. "name": "Dragos Fotescu",
  40. "url": "http://dragosfotescu.com"
  41. },
  42. {
  43. "name": "Faiz ul haque",
  44. "url": "http://www.10pearls.com"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. },
  50. {
  51. "name": "Michael Rhodes",
  52. "url": "http://michaelrhod.es"
  53. },
  54. {
  55. "name": "Paul Miller",
  56. "url": "https://paulmillr.com"
  57. },
  58. {
  59. "name": "Rouven Weßling",
  60. "url": "www.rouvenwessling.de"
  61. },
  62. {
  63. "name": "Sun Knudsen",
  64. "url": "https://sunknudsen.com"
  65. }
  66. ],
  67. "dependencies": {
  68. "is-number": "^4.0.0",
  69. "kind-of": "^6.0.0",
  70. "math-random": "^1.0.1"
  71. },
  72. "deprecated": false,
  73. "description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
  74. "devDependencies": {
  75. "ansi-bold": "^0.1.1",
  76. "benchmarked": "^1.1.1",
  77. "glob": "^7.1.2",
  78. "gulp-format-md": "^0.1.12",
  79. "mocha": "^3.4.2"
  80. },
  81. "engines": {
  82. "node": ">= 0.10.0"
  83. },
  84. "files": [
  85. "index.js"
  86. ],
  87. "homepage": "https://github.com/jonschlinkert/randomatic",
  88. "keywords": [
  89. "alpha",
  90. "alpha-numeric",
  91. "alphanumeric",
  92. "characters",
  93. "chars",
  94. "generate",
  95. "generate-password",
  96. "numeric",
  97. "password",
  98. "rand",
  99. "random",
  100. "randomatic",
  101. "randomize",
  102. "randomized"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "randomatic",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  110. },
  111. "scripts": {
  112. "test": "mocha"
  113. },
  114. "verb": {
  115. "toc": false,
  116. "layout": "default",
  117. "tasks": [
  118. "readme"
  119. ],
  120. "plugins": [
  121. "gulp-format-md"
  122. ],
  123. "related": {
  124. "list": [
  125. "pad-left",
  126. "pad-right",
  127. "repeat-string"
  128. ]
  129. },
  130. "lint": {
  131. "reflinks": true
  132. }
  133. },
  134. "version": "3.0.0"
  135. }